mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixed missing texture on fireworks box
This commit is contained in:
parent
5ce4f9a73c
commit
fbdfc2e845
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"textures": {
|
"textures": {
|
||||||
"base": "actuallyadditions:block/base_texture",
|
"base": "actuallyadditions:block/base_texture",
|
||||||
"back": "actuallyadditions:block/farmer_side",
|
"back": "actuallyadditions:block/firework_box_side",
|
||||||
"particle": "actuallyadditions:block/firework_box_side",
|
"particle": "actuallyadditions:block/firework_box_side",
|
||||||
"side": "actuallyadditions:block/firework_box_side",
|
"side": "actuallyadditions:block/firework_box_side",
|
||||||
"top": "actuallyadditions:block/firework_box_top"
|
"top": "actuallyadditions:block/firework_box_top"
|
||||||
|
|
Loading…
Reference in a new issue