mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed broken texture
This commit is contained in:
parent
021a7f0b3c
commit
697ae2b086
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
"elements": [
|
||||
"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.",
|
||||
{ "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" }
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue