diff options
author | Cobble8 <41165207+Cobble8@users.noreply.github.com> | 2022-11-02 11:46:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 16:46:03 +0100 |
commit | 7c59b2081814cf5ad0eccdf8371dbee410ae85f3 (patch) | |
tree | 18279433aeaefd9c649c77ebea541d08a7f5991e /src/main/resources | |
parent | 3ca2f856a5c2aaa5f3ea7e6136b8084d98279af1 (diff) | |
download | NotEnoughUpdates-7c59b2081814cf5ad0eccdf8371dbee410ae85f3.tar.gz NotEnoughUpdates-7c59b2081814cf5ad0eccdf8371dbee410ae85f3.tar.bz2 NotEnoughUpdates-7c59b2081814cf5ad0eccdf8371dbee410ae85f3.zip |
Custom Wither Cloak (#375)
Co-authored-by: nopo <nopotheemail@gmail.com>
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/wither_cloak_shield.png | bin | 0 -> 243 bytes | |||
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/notenoughupdates/wither_cloak_shield.png b/src/main/resources/assets/notenoughupdates/wither_cloak_shield.png Binary files differnew file mode 100644 index 00000000..76cdecfe --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/wither_cloak_shield.png diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 53595874..a0865bed 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -51,6 +51,7 @@ "AccessorGuiContainer", "AccessorGuiEditSign", "AccessorMinecraft", + "MixinEntityChargedCreeper", "MixinGuiEditSign", "MixinGuiTextField" ] |