From 2f262b9cf41712783d2da91d588f4a4b888a0534 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 8 Mar 2020 17:50:44 -0400 Subject: [PATCH] 1.1.1 Add a unique texture for the Spell --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- .../assets/sorcerycraft/models/item/spell.json | 2 +- .../assets/sorcerycraft/textures/item/spell.png | Bin 0 -> 1403 bytes src/main/resources/fabric.mod.json | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/assets/sorcerycraft/textures/item/spell.png 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 0000000000000000000000000000000000000000..4be7858efc730e38147df11e242bc67e36da813a GIT binary patch literal 1403 zcmV->1%&#EP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+TE60mg6c6MgJMa9RiXNh~Z!!YxN9z`1fFwRFZb8 zlIrfCwwKMrSctQQY}bGO816qDOwqfb$zqPt;|MuqE~uD4j-w-oZkDqyuFLE) z{@4x)Vl;(4VaHuaJnlAUk>e`3WWO5*ktEc^-Xp^2+PQ1>LA-12K|5bozuZgVd|U(K zgGQ^L^r2s_)9@p;%glEVwD{z2j~ngAXf{SaR#!rVQqiqNU6!)fFmQvEvcDE_CR~bo z+Ru#Bu*3>t4Kz2L)lnvf+Jgc$Dm19?Wu*!i19wg+nJdfQXOcK`m5CtClLjZr(wrDL zRZtUj^VJvH=gs?kl?*dC!bm0CQU8b6yRNF+-Qg+f^(0#WQN)#w0iI7zH3S zmZrMvyPxhRZu|{c0YTkmHY~9C?J%(^eZ-dRoCV|52j`EiL8&bRkO*@toFM@LA4!xV z`NW)vpre6Lf#)oNHxM9IZsZ2oh(y4_Zou4lC(%BZm5*+u7JyKR*eV7>1+YR;#7_!_ z7%D0noT^4mYMQk~i6Lr?F~ymqN|F?krkGN)lv6RWU~18lnPn@Pvmk|Ojybt(Ipb+@xXqx7d<0_Vr|F>Lq{BG*vO+?sV%Da)aZfS=hSFXo5aFCE`3l#cS;u%G}DPrW+29aKs-$X z2xy+nyio`|$xUWHGd6`XsF6-MjV3V=44qg9UDP5`D#^afWL5LZB(^dC-;`FjyV`n3Vo>vneO0Abcwat>Zf@l|` zqtS-+7)~7i9{v-}+^uNgaI8luU#imM(lpe;9!u+o%e{nQ*tBU|Z68Ksd)+nnOuXmX zotN%p79JNbJ(7oHTRI1+>8a1|seX69wQ#(hLvQC&x;J^mkNF)4%73aFlf!%Yn_gL z6&0h!d20mOZtVQRD(0@VWuQu)7KI22PJxL6H62b1}5T?(4cdt8t;%kj7*fwzj zmp)SOJ^6RYxt&Znu6~A&2V126RE!i(eWR0>EARY_#w>he;qC|!8qw@EC2ui z24YJ`L;wH)0002_L%V+f000SaNLh0L04^f{04^f|c%?sf00007bV*G`2jl|?6)Pd* z;Vq{C006s5L_t(I%VS^|5+L^Q|NpUv|Nkdj^VRqN|F3#~)0*_Tm5k{L2w8VZ>#tw=`}GQjaq*Yh`%Dni)B|r{BZ-Tib_Atb0xSWlSuf9k11_J{F0|WnZ!iK|-Q>xW{G)LFWz%005Kf^i!04uI&H-002ov JPDHLkV1lRXoZ0{Y literal 0 HcmV?d00001 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": [