Merge pull request #14 from agaricusb/fix-json
Fix invalid JSON in mcmod.info
This commit is contained in:
commit
5a057fad2c
|
@ -2,8 +2,7 @@
|
|||
{
|
||||
"modid": "IronChest",
|
||||
"name": "Iron Chest",
|
||||
"description": "New chests with larger sizes, with in-place upgrade items.
|
||||
The feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest",
|
||||
"description": "New chests with larger sizes, with in-place upgrade items.\nThe feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest",
|
||||
"version": "@VERSION@",
|
||||
"mcversion": "1.4.4",
|
||||
"url": "http://www.minecraftforum.net/topic/981855-",
|
||||
|
|
Loading…
Reference in New Issue