mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-03 10:57:55 +00:00
Fix particle texture for turtle colour model
This is never actually used in practice, but let's avoid any missing texture reference warnings! Embarrassing that I hadn't noticed this before!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "computercraft:block/turtle_base",
|
||||
"textures": {
|
||||
"texture": "computercraft:block/turtle_colour",
|
||||
"particle": "computercraft:block/turtle_colour_body_front",
|
||||
"body_back": "computercraft:block/turtle_colour_body_back",
|
||||
"body_backpack": "computercraft:block/turtle_colour_body_backpack",
|
||||
"body_bottom": "computercraft:block/turtle_colour_body_bottom",
|
||||
|
Reference in New Issue
Block a user