Update mcmod, and tweak build to include langs and stuff
This commit is contained in:
parent
87f2ac858c
commit
04e692e775
|
@ -108,6 +108,8 @@
|
||||||
</mappedresources>
|
</mappedresources>
|
||||||
<fileset dir="${resource.dir}" erroronmissingdir="false">
|
<fileset dir="${resource.dir}" erroronmissingdir="false">
|
||||||
<filename name="**/*.png" />
|
<filename name="**/*.png" />
|
||||||
|
<filename name="**/*.mcmeta" />
|
||||||
|
<filename name="**/*.lang" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "Iron Chest",
|
"name": "Iron 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",
|
"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@",
|
"version": "@VERSION@",
|
||||||
"mcversion": "1.4.4",
|
"mcversion": "1.6.2",
|
||||||
"url": "http://www.minecraftforum.net/topic/981855-",
|
"url": "http://www.minecraftforum.net/topic/981855-",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Reference in New Issue