added missing sand pile models
This commit is contained in:
parent
7bf9cfbd19
commit
5c9a621745
10 changed files with 30 additions and 0 deletions
3
kubejs/assets/tfg/models/item/pile/black_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/black_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/black"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/brown_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/brown_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/brown"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/green_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/green_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/green"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/mars_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/mars_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "ad_astra:block/mars_sand"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/moon_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/moon_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "ad_astra:block/moon_sand"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/pink_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/pink_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/pink"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/red_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/red_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/red"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/venus_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/venus_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "ad_astra:block/venus_sand"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/white_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/white_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/white"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pile/yellow_sand.json
Normal file
3
kubejs/assets/tfg/models/item/pile/yellow_sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:block/sand/yellow"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue