Update mcmod, and tweak build to include langs and stuff

This commit is contained in:
Christian 2013-07-09 17:32:24 -04:00
parent 87f2ac858c
commit 04e692e775
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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": [