Fixed broken texture

This commit is contained in:
Sollace 2022-09-11 17:55:04 +02:00
parent 021a7f0b3c
commit 697ae2b086

View file

@ -46,7 +46,7 @@
"elements": [ "elements": [
"Alters the ability of certain objects to distenguish between hot and cold.", "Alters the ability of certain objects to distenguish between hot and cold.",
"This is a very weak spell, but when used with a boat can be exceedingly useful to get out of a sticky stituation.", "This is a very weak spell, but when used with a boat can be exceedingly useful to get out of a sticky stituation.",
{ "x": 125, "y": -20, "width": 32, "height": 32, "texture": "minecraft:textures/item/boat.png" }, { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "minecraft:textures/item/oak_boat.png" },
{ "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/ice.png" } { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/ice.png" }
] ]
}, },