/
New Features
REPAIR_CORE. You can now place this in the repair-book slot to handle all items (Tools, Weapons, and Armor) without having to swap books out all the time. It works at a fixed slower speed, so specialized high-level books are still the best option for fast repairs.Fixes & Improvements
< and >) are now hidden and disabled while the wing is expanded to prevent them from being blocked by the panel.Lectern of Wisdom Addon: Collector Tab
General Improvements
Known Issues (Beta)
Update: NeoForge version updated from 21.10.52-beta to 21.10.64.
Lectern of Wisdom
Soul Management & Spawners
You can add your own items (like custom spawn eggs) to the Soul Trader's list using data packs.
JSON Location: data/dynamicenchants/soul_trades/<your_file>.json
JSON Structure:
You can define multiple trades in a single file using a trades array.
{
"trades": [
{
"item": "minecraft:pig_spawn_egg",
"cost": 50
},
{
"item": "minecraft:zombie_spawn_egg",
"cost": 100
}
]
}
After adding or modifying your JSON files, use the /reload command in-game to apply the changes.
Lectern of Wisdom
DataComponents.CUSTOM_DATA).TickarinoEnchant: isActive(ItemStack), toggleActive(ItemStack).. (period)TickorinoTogglePacket (serverbound) to toggle the held item’s Tickorino flag and display Mode: ON/OFF to the player.Messages.onRegisterPayloadHandler.ModEvents.onPlayerInventoryTick now runs Tickorino only when:
TickarinoEnchant.isActive(mainHand) is true.Blocks.KELP_PLANT, logic climbs to the kelp head (Blocks.KELP) and random-ticks there (preferred growth trigger).Blocks.KELP, random-ticks the block directly.KeyMapping.Category.register(ResourceLocation(modid, "dynamic_enchants")).key.category.dynamicenchants.dynamic_enchants → Dynamic Enchants.enchantment/custom/TickarinoEnchant.java — per-item toggle helpers; kelp handling; removed per-player toggle; muted debug logging.util/ModEvents.java — removed sneak-right-click toggling; gated Tickorino by per-item active state.network/Messages.java — registered the new packet.DynamicEnchantsClient.java — keybind registration (default .), new Controls category, client tick handler to send toggle packet.assets/dynamicenchants/lang/en_us.json — added Controls category label.network/TickorinoTogglePacket.java — serverbound packet to toggle per-item state.Initial Upload

This Mod adds different types of enchants that could be helpful, examples: Flight, Light Aura, Tool Repair, Armor Repair, Weapon ...