- Misc Fixes & Improvements
- Updated every single Kobold Den with new loot, including an unique loot table.
- -Both Kobold Banners and Kobold Templates are found within these chests now randomly.
- Added the Kobold Armor Trim Template, but doesn't do anything yet (all required code is there for it to work once ported to 1.19.4/1.20 or higher though).
- Updated the Mods.toml file finally to have a link to the discord and to credit the artists instead of MCreator stuff.
- Updated the mod directory from "net.mcreator." to "net.salju."
- Cleaned up unused elements from the base KoboldsMod file.
- Updated the "Queued Work" function in the base KoboldsMod file.
- Finished updating every piece of generated entity procedures into pure code made by me.
- Fixed a bug where kobolds can get stuck with a permanent off-hand item, such as an emerald.
- Kobolds will now keep armor, drop their old weapon, and use the axe you gave them when changing into a Kobold Warrior.
- You can now give items to kobolds from your off-hand but petting them now requires both hands to be empty.
- The breed item is now a tag instead, to allow the ability to config it to any item you want.
-
Removed Config.
-
-The three config settings related to entities can be manually turned off still by removing them from the mod file's main Mixin list.
-
-Amethyst Shard is the breeding item now on.
-
Fixed Kobblestone Music Disc not having Allay Dance Ticks.
-
Converted even more MCreator procedures into handwritten code made by me.