From fd063280c717e974bc9ac35f730e61b1be9de856 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Sun, 12 Mar 2023 02:05:14 +1100 Subject: Custom items in /neucustomize (#609) * should work :tm:, probably breaks other mods, needs to be added to /neurename gui * Improved compatibility with other mods probably * Added a text box to /neurename * Polish up everything * Fix skulls have durability bar * Should be everything finished * add support for metadata and skulls rendering properly * Made gui look nice * fix leather not being coloured while moving it * Fixed normal helmets not rendering * fix pumpkin not showing overlay * Fixed skulls showing as null by default on most other items * added support to randomize the subitems with ":?" * Add support for custom armour besides the head * move custom armour function * code dupe glitch * A small sign in the permanent fight against duplication of code. * clear cache on world unload --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/resources/mixins.notenoughupdates.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 8a8b10bc..eb04957b 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -22,6 +22,7 @@ "MixinGuiChest", "MixinGuiContainer", "MixinGuiIngame", + "MixinGuiIngameForge", "MixinGuiInventory", "MixinGuiScreen", "MixinGuiUtils", -- cgit