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