diff --git a/CHANGELOG.md b/CHANGELOG.md index 024805c..4e81be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +**1.1.1** +* Add a unique texture for the Spell + **1.1** * API is now stable * Fix ```/spell``` suggestions diff --git a/gradle.properties b/gradle.properties index 3b3572c..8976c15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G loader_version = 0.7.8+build.186 # Mod Properties - mod_version = 1.1 + mod_version = 1.1.1 maven_group = com.thebrokenrail archives_base_name = sorcerycraft diff --git a/src/main/resources/assets/sorcerycraft/models/item/spell.json b/src/main/resources/assets/sorcerycraft/models/item/spell.json index e595ffe..22be589 100644 --- a/src/main/resources/assets/sorcerycraft/models/item/spell.json +++ b/src/main/resources/assets/sorcerycraft/models/item/spell.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "minecraft:item/paper" + "layer0": "sorcerycraft:item/spell" } } \ No newline at end of file diff --git a/src/main/resources/assets/sorcerycraft/textures/item/spell.png b/src/main/resources/assets/sorcerycraft/textures/item/spell.png new file mode 100644 index 0000000..4be7858 Binary files /dev/null and b/src/main/resources/assets/sorcerycraft/textures/item/spell.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6a9d9e5..0d89a28 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/issues" }, "license": "MIT", - "icon": "assets/sorcerycraft/textures/block/casting_table.png", + "icon": "assets/sorcerycraft/textures/item/spell.png", "environment": "*", "entrypoints": { "main": [