minecraft-forge-utils
Version:
Collection of useful Minecraft Forge development related utilities.
16 lines (13 loc) • 406 B
JSON
+++ models/item/[[ --item_name-- ]].json
@@@ create @@@
{
"parent": "item/generated",
"textures": {
"layer0": "[[ --ModId-- ]]:item/[[ --item_name-- ]]"
}
}
+++ textures/item/[[ --item_name-- ]].png
@@@ copy:/resources/textures/item/SimpleItem.png @@@
+++ lang/en_us.json
@@@ before:"item.placeholder.text" @@@
"item.[[ --ModId-- ]].[[ --item_name-- ]]": "[[ --ItemName-- ]]",