item tag models for composts
This commit is contained in:
parent
14bc503908
commit
a44ed97c43
6 changed files with 47 additions and 0 deletions
7
kubejs/assets/tfc/models/tag/item/compost_browns.json
Normal file
7
kubejs/assets/tfc/models/tag/item/compost_browns.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "emi:item/half_item",
|
||||
"textures": {
|
||||
"first": "tfc:item/powder/wood_ash",
|
||||
"second": "tfc:item/jute"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
8
kubejs/assets/tfc/models/tag/item/compost_greens.json
Normal file
8
kubejs/assets/tfc/models/tag/item/compost_greens.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "emi:item/third_item",
|
||||
"textures": {
|
||||
"first": "minecraft:item/kelp",
|
||||
"second": "tfc:item/plant/cattail",
|
||||
"third": "tfc:item/plant/lilac"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue