Fix invalid JSON in mcmod.info
This commit is contained in:
parent
affe83c7de
commit
4b9acea253
|
@ -2,8 +2,7 @@
|
||||||
{
|
{
|
||||||
"modid": "IronChest",
|
"modid": "IronChest",
|
||||||
"name": "Iron Chest",
|
"name": "Iron Chest",
|
||||||
"description": "New chests with larger sizes, with in-place upgrade items.
|
"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",
|
||||||
The feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest",
|
|
||||||
"version": "@VERSION@",
|
"version": "@VERSION@",
|
||||||
"mcversion": "1.4.4",
|
"mcversion": "1.4.4",
|
||||||
"url": "http://www.minecraftforum.net/topic/981855-",
|
"url": "http://www.minecraftforum.net/topic/981855-",
|
||||||
|
|
Loading…
Reference in New Issue