item tag models for composts

This commit is contained in:
Pyritie 2025-08-02 17:31:54 +01:00
parent 14bc503908
commit a44ed97c43
6 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"parent": "emi:item/half_item",
"textures": {
"first": "tfc:item/powder/wood_ash",
"second": "tfc:item/jute"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "emi:item/third_item",
"textures": {
"first": "tfc:item/groundcover/humus",
"second": "tfc:item/groundcover/dead_grass",
"third": "tfc:item/food/pumpkin"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "emi:item/third_item",
"textures": {
"first": "tfc:block/plant/jungle_vines/vine",
"second": "tfc:block/plant/arundo/tip",
"third": "tfc:item/groundcover/fallen_leaves"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "emi:item/third_item",
"textures": {
"first": "tfc:item/food/barley_grain",
"second": "tfc:item/food/rye_grain",
"third": "firmalife:item/food/nightshade_berry"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "emi:item/third_item",
"textures": {
"first": "tfc:item/food/green_apple",
"second": "tfc:item/food/garlic",
"third": "tfc:item/food/dried_kelp"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "emi:item/third_item",
"textures": {
"first": "minecraft:item/kelp",
"second": "tfc:item/plant/cattail",
"third": "tfc:item/plant/lilac"
}
}