Fix item particle textures
This commit is contained in:
parent
11eafddf60
commit
47059e0caf
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
||||||
"6": "create:block/mixer_head",
|
"6": "create:block/mixer_head",
|
||||||
"11": "create:block/mechanical_press_top",
|
"11": "create:block/mechanical_press_top",
|
||||||
"1_2": "create:block/cogwheel",
|
"1_2": "create:block/cogwheel",
|
||||||
"mechanical_press_pole": "create:block/mechanical_press_pole"
|
"mechanical_press_pole": "create:block/mechanical_press_pole",
|
||||||
|
"particle": "create:block/andesite_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"parent": "create:item/potato_cannon/item",
|
"parent": "create:item/potato_cannon/item",
|
||||||
"texture_size": [32, 32],
|
"texture_size": [32, 32],
|
||||||
"textures": {
|
"textures": {
|
||||||
"1": "create:item/potato_cannon"
|
"1": "create:item/potato_cannon",
|
||||||
|
"particle": "create:block/copper_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue