From 697ae2b086a508ade18fdb76aeab54e9013a4c53 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 11 Sep 2022 17:55:04 +0200 Subject: [PATCH] Fixed broken texture --- .../resources/assets/unicopia/spellbook/chapters/ice_magic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json b/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json index fc4dfcb2..daa36634 100644 --- a/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json +++ b/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json @@ -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" } ] },