Fix item particle textures

This commit is contained in:
simibubi 2021-07-10 21:20:27 +02:00
parent 11eafddf60
commit 47059e0caf
2 changed files with 4 additions and 2 deletions

View file

@ -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": [
{ {

View file

@ -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": [
{ {