This is either a bug in a mod, or you installed mods that won't work with your current version of Minecraft.
Note that mods are rarely ever compatible with multiple versions of Minecraft.
well obviously, Enchantment#canApply(), calls ItemStack#CanApplyAtEnchantingTable(), which calls Item#canApplyAtEnchantingTable. Therefore, you got yourself an infinite loop...
Hi
I want to write a new mod in forge 1.16.4, which should generate a new (water) world, and add later the usual blocks there.
But I found only old tutorials, that use IWorldGenerator. And I cannot find a new (json-based) world generator.
Does anyone know a tutorial or documentation of the new world generation?