Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. contact CAPTAIN WEBGENESIS to recover your lost Bitcoin. Hire A Hacker To Recover Your Stolen Crypto Coins || I Can't Access My USDT? Account, It Looks Like I Was Hacked || Bitcoin Recovery Expert Required?, Getting Back Lost, Hacked Or Stolen Crypto?. How do I recover crypto from a scammer?. I need a hacker to recover my lost investment?. Searching online to hire a bitcoin recovery expert? Captain WebGenesis is the best place to hire a bitcoin recovery expert for your case. They are professionals with extensive experience in cryptocurrency and blockchain technology. Discover their website for more details.
  4. I have been trying to set up a forge server and I've followed the instructions, I also have JDK installed. Every time I run it, it does not give me an error or anything, it just says press any key to continue and nothing happens. Did I miss something??? https://pastebin.com/fzVjQJZn
  5. Yesterday
  6. the issue has been fixed, no need to reply
  7. Same issue without DynamicLightsReforged?
  8. Make a test without ctm and chisel
  9. I collected my modpack and everything worked until today, but when I went into the nether minecraft crashed and it gave me this error https://paste.ee/p/LN5RX
  10. ok I put the mod, the game starts but when I create a world I enter but when I open the inventory it crashes CRASH LOG : https://paste.ee/p/cyLoq#section0
  11. I'm having an issue even after adding biome modifier, I may be stupid, but why does my rock feature not generate? serilis/forge/biome_modifier/add_rock.json: https://pastebin.com/Mi4aDckF serilis/worldgen/configured_feature/rock_placed.json: https://pastebin.com/16g7izqK serilis/worldgen/placed_feature/rock_placed.json: https://pastebin.com/00rQeAg6
  12. I play mod pack Valhelsia6 from curseforce in server of my friend but when the time pass for a few day my game was crash and it's show Exit code -1 Please help crash photo https://drive.google.com/file/d/1nA2F1GE7b0IJhmeo5NS4qkyP0UpudQBT/view?usp=sharing crash detail https://paste.ee/p/FDhEV
  13. Here! public class ModRecipeProvider extends RecipeProvider implements IConditionBuilder { public ModRecipeProvider(PackOutput pOutput) { super(pOutput); } @Override protected void buildRecipes(Consumer<FinishedRecipe> pWriter) { ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModBlocks.PLACEHOLDER_BLOCK.get()) .pattern("SSS") .pattern("SSS") .pattern("SSS") .define('S', ModItems.PLACEHOLDER_ITEM.get()) .unlockedBy(getHasName(ModItems.PLACEHOLDER_ITEM.get()), has(ModItems.PLACEHOLDER_ITEM.get())) .save(pWriter); ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.LEMON_JUICE.get(), 4) .requires(ModItems.LEMON.get()) .requires(Items.GLASS_BOTTLE, 4) .save(pWriter); ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.ORANGE_JUICE.get(), 4) .requires(ModItems.ORANGE.get()) .requires(Items.GLASS_BOTTLE, 4) .save(pWriter); } protected static void oreSmelting(Consumer<FinishedRecipe> pFinishedRecipeConsumer, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTIme, String pGroup) { oreCooking(pFinishedRecipeConsumer, RecipeSerializer.SMELTING_RECIPE, pIngredients, pCategory, pResult, pExperience, pCookingTIme, pGroup, "_from_smelting"); } protected static void oreBlasting(Consumer<FinishedRecipe> pFinishedRecipeConsumer, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) { oreCooking(pFinishedRecipeConsumer, RecipeSerializer.BLASTING_RECIPE, pIngredients, pCategory, pResult, pExperience, pCookingTime, pGroup, "_from_blasting"); } protected static void oreCooking(Consumer<FinishedRecipe> pFinishedRecipeConsumer, RecipeSerializer<? extends AbstractCookingRecipe> pCookingSerializer, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup, String pRecipeName) { for(ItemLike itemlike : pIngredients) { SimpleCookingRecipeBuilder.generic(Ingredient.of(itemlike), pCategory, pResult, pExperience, pCookingTime, pCookingSerializer).group(pGroup).unlockedBy(getHasName(itemlike), has(itemlike)).save(pFinishedRecipeConsumer, DroidsAncientRelics.MOD_ID + ":" + getItemName(pResult) + pRecipeName + "_" + getItemName(itemlike)); } } } (The smelting, blasting and cooking are going unused for now). I have just realised that inside the recipe import there is a star, would this be because the original .json file is deleted? import net.minecraft.data.recipes.*;
  14. The game crashed whilst initializing game Error: java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'azurelibarmor'! Exit Code: -1 There should be no issues with this seeing as how I literally only have mods in my mod folder that are required to run the RPG series. I need some help please. ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 2024-05-31 12:18:50 Description: Initializing game java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'azurelibarmor'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53) at net.minecraft.class_310.<init>(class_310.java:458) at net.minecraft.client.main.Main.main(Main.java:211) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Suppressed: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'cardinal-components-entity' at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:68) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ... 7 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 17 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 20 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 20 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 27 more Suppressed: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'fabric-containers-v0' at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:68) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ... 7 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 17 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 20 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 20 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 27 more Suppressed: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'fabric-networking-api-v1' at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:68) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ... 7 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 17 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 20 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 20 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 27 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.fabric.api.client.networking.v1.C2SPlayChannelEvents.lambda$static$1(C2SPlayChannelEvents.java:37) at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54) at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50) at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47) at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44) at net.fabricmc.fabric.api.client.networking.v1.C2SPlayChannelEvents.<clinit>(C2SPlayChannelEvents.java:37) at net.fabricmc.fabric.impl.client.networking.v0.OldClientNetworkingHooks.onInitializeClient(OldClientNetworkingHooks.java:27) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 14 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 18 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 21 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 21 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 28 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.fabric.impl.client.registry.sync.FabricRegistryClientInit.registerSyncPacketReceiver(FabricRegistryClientInit.java:39) at net.fabricmc.fabric.impl.client.registry.sync.FabricRegistryClientInit.onInitializeClient(FabricRegistryClientInit.java:35) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 9 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 13 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 16 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 16 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 23 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking.onInitializeClient(ClientNetworking.java:43) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 8 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 12 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 15 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 15 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 22 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.spell_engine.client.ClientNetwork.initializeHandlers(ClientNetwork.java:14) at net.spell_engine.client.SpellEngineClient.initialize(SpellEngineClient.java:43) at net.spell_engine.fabric.client.FabricClientMod.onInitializeClient(FabricClientMod.java:27) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 10 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 14 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 17 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 17 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 24 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at dev.emi.trinkets.TrinketsClient.onInitializeClient(TrinketsClient.java:43) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 8 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 12 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 15 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 15 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 22 more Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at mod.azure.azurelibarmor.platform.FabricAzureLibNetwork.registerClientReceiverPackets(FabricAzureLibNetwork.java:26) at mod.azure.azurelibarmor.ClientListener.onInitializeClient(ClientListener.java:9) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 9 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 13 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets] from phase [DEFAULT] in config [trinkets.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 16 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> trinkets.mixins.json:ClientPlayNetworkHandlerMixin from mod trinkets -> Apply Methods -> (Lnet/minecraft/class_2724;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_8589;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_746;Lnet/minecraft/class_746;)V:handler$bkb000$trinkets$onPlayerRespawn -> Transform LVT -> var=commonPlayerSpawnInfo -> desc=Lnet/minecraft/class_8589;] at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 16 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_8589 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ... 23 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53) at net.minecraft.class_310.<init>(class_310.java:458) -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.24040.4 (aa69a05caa955e1cebcc4d2dd249082d41b510c2):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation POWRPROF.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation awt.dll:OpenJDK Platform binary:17.0.8.0:Microsoft bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jna1683206045894896314.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft mdnsNSP.dll:Bonjour Namespace Provider:3,1,0,1:Apple Inc. msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft ntdll.dll:NT Layer DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft win32u.dll:Win32u:10.0.19041.4412 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft Stacktrace: at net.minecraft.client.main.Main.main(Main.java:211) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 218995856 bytes (208 MiB) / 536870912 bytes (512 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 2060 SUPER Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1f06 Graphics card #0 versionInfo: DriverVersion=31.0.15.5244 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 22713.76 Virtual memory used (MB): 8869.21 Swap memory total (MB): 6400.00 Swap memory used (MB): 88.57 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: archers: Archers (RPG Series) 1.2.1+1.20.1 com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2 azurelibarmor: AzureLib Armor 2.0.3 cloth-config: Cloth Config v11 11.1.118 cloth-basic-math: cloth-basic-math 0.6.1 elementa: Elementa 647 essential: Essential 1.3.2.5+ge4fdbcd438 essential-container: essential-container 1.0.0 essential-loader: essential-loader 1.2.1 fabric-api: Fabric API 0.92.1+1.20.1 fabric-api-base: Fabric API Base 0.4.31+1802ada577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577 fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577 fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577 fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577 fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577 fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577 fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577 fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577 fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577 fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577 fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577 fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577 fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23 fabricloader: Fabric Loader 0.15.11 mixinextras: MixinExtras 0.3.5 gazebo: Gazebos 1.1.1+1.20.1 iris: Iris 1.7.0+mc1.20.1 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 17 minecraft: Minecraft 1.20.1 org_jetbrains_annotations: annotations 23.0.0 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3 paladins: Paladins & Priests (RPG Series) 1.2.0+1.20.1 player-animator: Player Animator 1.0.2-rc1+1.20 ranged_weapon_api: RangedWeaponAPI 1.1.1+1.20.1 runes: Runes 0.9.11+1.20.1 sodium: Sodium 0.5.8+mc1.20.1 spell_engine: Spell Engine 0.14.3+1.20.1 spell_power: Spell Power Attribute 0.10.2+1.20.1 structure_pool_api: Structure Pool API 1.0+1.20.1 trinkets: Trinkets 3.8.1 cardinal-components-base: Cardinal Components API (base) 5.4.0 cardinal-components-entity: Cardinal Components API (entities) 5.4.0 universalcraft: UniversalCraft 337 vigilance: Vigilance 297 wizards: Wizards (RPG Series) 1.2.0+1.20.1 xaerominimap: Xaero's Minimap 24.1.1 xaeroworldmap: Xaero's World Map 1.38.4 Launched Version: fabric-loader-0.15.11-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: Unknown Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) CPU: <unknown>
  15. I keep getting the following error when I try to start up minecraft. The game crashed whilst rendering overlay Error: net.minecraftforge.fml.ModLoadingException: ConnectedTexturesMod (ctm) encountered an error during the done event phase This happens after the game goes into full screen but before the main menu can load. I also put the crash report here- https://pastebin.com/jHRWb9tf
  16. Add crash-reports with sites like https://paste.ee/ and paste the link to it here Use Java 17
  17. Add crash-reports with sites like https://paste.ee/ and paste the link to it here Remove reterraforged
  18. Tried changing the save to a world I preloaded with reterraforged and after replacing the "world" save with my preloaded one it stopped loading. I renamed the new save to "world" as well. Log: 2024-05-31 18:35:13,409 main WARN Advanced terminal features are not available in this environment [18:35:13] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.32, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [18:35:13] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0 [18:35:13] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [18:35:13] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/user/Desktop/SERVER/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER [18:35:13] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\user\Desktop\SERVER\libraries\net\minecraftforge\fmlcore\1.20.1-47.2.32\fmlcore-1.20.1-47.2.32.jar is missing mods.toml file [18:35:13] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\user\Desktop\SERVER\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.2.32\javafmllanguage-1.20.1-47.2.32.jar is missing mods.toml file [18:35:13] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\user\Desktop\SERVER\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.2.32\lowcodelanguage-1.20.1-47.2.32.jar is missing mods.toml file [18:35:13] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\user\Desktop\SERVER\libraries\net\minecraftforge\mclanguage\1.20.1-47.2.32\mclanguage-1.20.1-47.2.32.jar is missing mods.toml file [18:35:14] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection [18:35:15] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [18:35:15] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [18:35:15] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [18:35:15] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/audio/Channel (java.lang.ClassNotFoundException: com.mojang.blaze3d.audio.Channel) [18:35:15] [main/WARN] [mixin/]: @Mixin target com.mojang.blaze3d.audio.Channel was not found assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ChannelAccessor [18:35:19] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.32, for MC 1.20.1 with MCP 20230612.114412 [18:35:19] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.32 Initialized [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Compatibility version 18 [18:35:20] [modloading-worker-0/INFO] [Sound Physics - General/]: Reloading reverb parameters [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loading plugins [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loaded 1 plugin(s) [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initializing plugins [18:35:20] [modloading-worker-0/INFO] [Sound Physics - General/]: Initializing Simple Voice Chat integration [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initialized 1 plugin(s) [18:35:20] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Registering events for 'sound_physics_remastered' [18:35:20] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat [18:35:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voicechat] Found status: AHEAD Current: 1.20.1-2.5.15 Target: null [18:35:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [18:35:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: AHEAD Current: 47.2.32 Target: null [18:35:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [flywheel] Starting version check at https://api.modrinth.com/updates/flywheel/forge_updates.json [18:35:22] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [18:35:22] [main/WARN] [ne.mi.co.ForgeHooks/WP]: The following mods have version differences that were not resolved: chunky (version 1.3.146 -> MISSING) distanthorizons (version 2.0.1-a -> MISSING) reterraforged (version 0.0.5 -> MISSING) Things may not work well. [18:35:22] [main/WARN] [ne.mi.re.GameData/REGISTRIES]: Forge Mod Loader detected missing/unknown registrie(s). There are 7 missing registries in this save. If you continue the missing registries will get removed. This may cause issues, it is advised that you create a world backup before continuing. [18:35:22] [main/WARN] [ne.mi.re.GameData/REGISTRIES]: Missing Registries: reterraforged:worldgen/chance_modifier_type reterraforged:worldgen/curve_function_type reterraforged:worldgen/domain_type reterraforged:worldgen/noise_type reterraforged:worldgen/structure_rule_type reterraforged:worldgen/template_decorator_type reterraforged:worldgen/template_placement_type [18:35:22] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/user/Desktop/SERVER/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23107!/assets/.mcassetsroot' uses unexpected schema [18:35:22] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/user/Desktop/SERVER/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23107!/data/.mcassetsroot' uses unexpected schema [18:35:22] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [flywheel] Found status: BETA Current: 0.6.10-7 Target: null [18:35:22] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json [18:35:22] [main/WARN] [minecraft/MinecraftServer]: Missing data pack mod:chunky [18:35:22] [main/WARN] [minecraft/MinecraftServer]: Missing data pack mod:distanthorizons [18:35:23] [main/ERROR] [minecraft/RegistryDataLoader]: Registry loading errors: > Errors in registry forge:biome_modifier: >> Errors in element reterraforged:add_post_processing: java.lang.IllegalStateException: Failed to parse reterraforged:forge/biome_modifier/add_post_processing.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / forge:biome_modifier_serializers]: reterraforged:add at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:add_pre_processing: java.lang.IllegalStateException: Failed to parse reterraforged:forge/biome_modifier/add_pre_processing.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / forge:biome_modifier_serializers]: reterraforged:add at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:add_swamp_surface: java.lang.IllegalStateException: Failed to parse reterraforged:forge/biome_modifier/add_swamp_surface.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / forge:biome_modifier_serializers]: reterraforged:add at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:replace_acacia_trees: java.lang.IllegalStateException: Failed to parse reterraforged:forge/biome_modifier/replace_acacia_trees.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / forge:biome_modifier_serializers]: reterraforged:replace at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more > Errors in registry minecraft:root: >> Errors in element minecraft:worldgen/configured_feature: java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: [minecraft:disk_clay, minecraft:disk_gravel, minecraft:disk_sand, reterraforged:processing/decorate_snow, reterraforged:processing/erode, reterraforged:processing/swamp_surface] at TRANSFORMER/[email protected]/net.minecraft.core.MappedRegistry.m_203521_(MappedRegistry.java:331) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_257131_(RegistryDataLoader.java:69) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:65) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) >> Errors in element minecraft:worldgen/density_function: java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/density_function]: [minecraft:overworld/continents, minecraft:overworld/erosion, minecraft:overworld/offset, minecraft:overworld/ridges] at TRANSFORMER/[email protected]/net.minecraft.core.MappedRegistry.m_203521_(MappedRegistry.java:331) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_257131_(RegistryDataLoader.java:69) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:65) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) >> Errors in element minecraft:worldgen/noise_settings: java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/noise_settings]: [minecraft:overworld] at TRANSFORMER/[email protected]/net.minecraft.core.MappedRegistry.m_203521_(MappedRegistry.java:331) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_257131_(RegistryDataLoader.java:69) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:65) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) >> Errors in element minecraft:worldgen/placed_feature: java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/placed_feature]: [minecraft:ore_andesite_lower, minecraft:ore_andesite_upper, minecraft:ore_diorite_lower, minecraft:ore_diorite_upper, minecraft:ore_dirt, minecraft:ore_granite_lower, minecraft:ore_granite_upper, minecraft:ore_gravel, minecraft:spring_lava, minecraft:spring_lava_frozen] at TRANSFORMER/[email protected]/net.minecraft.core.MappedRegistry.m_203521_(MappedRegistry.java:331) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_257131_(RegistryDataLoader.java:69) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:65) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) > Errors in registry minecraft:worldgen/configured_feature: >> Errors in element minecraft:disk_clay: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/configured_feature/disk_clay.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:disk at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:disk_gravel: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/configured_feature/disk_gravel.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:disk at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:disk_sand: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/configured_feature/disk_sand.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:disk at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:processing/decorate_snow: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/configured_feature/processing/decorate_snow.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:decorate_snow at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:processing/erode: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/configured_feature/processing/erode.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:erode at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:processing/swamp_surface: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/configured_feature/processing/swamp_surface.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/feature]: reterraforged:swamp_surface at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more > Errors in registry minecraft:worldgen/density_function: >> Errors in element reterraforged:erosion: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/density_function/erosion.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:gradient: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/density_function/gradient.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:height: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/density_function/height.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:overworld/continents: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/density_function/overworld/continents.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:overworld/erosion: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/density_function/overworld/erosion.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:overworld/offset: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/density_function/overworld/offset.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:clamp_to_nearest_unit; Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:noise at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:overworld/ridges: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/density_function/overworld/ridges.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element reterraforged:sediment: java.lang.IllegalStateException: Failed to parse reterraforged:worldgen/density_function/sediment.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element terrablender:uniqueness: java.lang.IllegalStateException: Failed to parse terrablender:worldgen/density_function/uniqueness.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more > Errors in registry minecraft:worldgen/noise_settings: >> Errors in element minecraft:overworld: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/noise_settings/overworld.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/material_rule]: reterraforged:strata; Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell; Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: reterraforged:cell at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more > Errors in registry minecraft:worldgen/placed_feature: >> Errors in element minecraft:ore_andesite_lower: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_andesite_lower.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_andesite_upper: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_andesite_upper.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_diorite_lower: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_diorite_lower.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_diorite_upper: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_diorite_upper.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_dirt: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_dirt.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_granite_lower: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_granite_lower.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_granite_upper: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_granite_upper.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:ore_gravel: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_gravel.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:spring_lava: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/spring_lava.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more >> Errors in element minecraft:spring_lava_frozen: java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/spring_lava_frozen.json from pack file/reterraforged-preset.zip at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:147) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader$RegistryData.m_254786_(RegistryDataLoader.java:161) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_254785_(RegistryDataLoader.java:63) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:62) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) at TRANSFORMER/[email protected]/net.minecraft.server.Main.lambda$main$2(Main.java:167) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:777) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/placement_modifier_type]: reterraforged:blacklist_dimension at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Right.map(Either.java:99) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.m_255048_(RegistryDataLoader.java:143) ... 26 more [18:35:23] [main/WARN] [minecraft/Main]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to load registries due to above errors at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] {} at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] {} at net.minecraft.server.Main.main(Main.java:195) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:mixin,re:classloading,pl:mixin:APP:create.mixins.json:MainMixin,pl:mixin:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} Caused by: java.lang.IllegalStateException: Failed to load registries due to above errors at net.minecraft.resources.RegistryDataLoader.m_247207_(RegistryDataLoader.java:77) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.server.WorldLoader.m_246152_(WorldLoader.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.server.WorldLoader.m_245736_(WorldLoader.java:58) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:31) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$2(Main.java:167) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:mixin,re:classloading,pl:mixin:APP:create.mixins.json:MainMixin,pl:mixin:A} at net.minecraft.Util.m_214652_(Util.java:777) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23107!/:?] {re:mixin,re:classloading,pl:mixin:APP:create.mixins.json:MainMixin,pl:mixin:A} ... 15 more Press any key to continue . . .
  19. this also only happened after i restarted my minecraft server before it was running fine for several days
  20. here is the wall of text the end seems to be what is causing the issue but i dont know what it means 31May2024 13:20:37.285] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [31May2024 13:20:37.291] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 21.0.2 by Eclipse Adoptium; OS Linux arch amd64 version 5.10.0-29-cloud-amd64 [31May2024 13:20:38.112] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [31May2024 13:20:38.160] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/AMP/Minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER [31May2024 13:20:38.658] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /AMP/Minecraft/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.0/fmlcore-1.20.1-47.2.0.jar is missing mods.toml file [31May2024 13:20:38.659] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /AMP/Minecraft/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.0/javafmllanguage-1.20.1-47.2.0.jar is missing mods.toml file [31May2024 13:20:38.660] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /AMP/Minecraft/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.0/lowcodelanguage-1.20.1-47.2.0.jar is missing mods.toml file [31May2024 13:20:38.661] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /AMP/Minecraft/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.0/mclanguage-1.20.1-47.2.0.jar is missing mods.toml file [31May2024 13:20:38.981] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [31May2024 13:20:38.983] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: /AMP/Minecraft/mods/curios-forge-5.9.1+1.20.1.jar [31May2024 13:20:38.984] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 15 dependencies adding them to mods collection [31May2024 13:20:42.281] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [31May2024 13:20:42.621] [main/ERROR] [mixin/]: Mixin config noseenotick.mixins.json does not specify "minVersion" property [31May2024 13:20:42.649] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [31May2024 13:20:42.729] [main/INFO] [com.abdelaziz.saturn.common.Saturn/]: Loaded Saturn config file with 4 configurable options [31May2024 13:20:42.790] [main/WARN] [mixin/]: Reference map 'nerb-forge-refmap.json' for nerb.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:42.830] [main/INFO] [Embeddium/]: Loaded configuration file for Embeddium: 164 options available, 0 override(s) found [31May2024 13:20:42.860] [main/WARN] [mixin/]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:42.885] [main/WARN] [mixin/]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:42.897] [main/WARN] [mixin/]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:42.951] [main/INFO] [Puzzles Lib/]: All mods {/AMP/Minecraft/mods/diet-forge-2.1.1+1.20.1.jar#237!/=fuzs.puzzleslib.impl.core.ForgeModContainer@289f15e9, /AMP/Minecraft/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar#317!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7f22687e, /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210_/META-INF/jarjar/nitrogen_internals-1.20.1-1.0.7-neoforge.jar#364!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6af87130, /AMP/Minecraft/mods/Fastload-Reforged-mc1.20.1-3.4.0.jar#251!/=fuzs.puzzleslib.impl.core.ForgeModContainer@22a4ca4a, /AMP/Minecraft/mods/Chimes-v2.0.1-1.20.1.jar#223!/=fuzs.puzzleslib.impl.core.ForgeModContainer@72c4a3aa, /AMP/Minecraft/mods/chisels-and-bits-forge-1.4.148.jar#224_/META-INF/jarjar/scena-forge-1.0.103.jar#354!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1e495414, /AMP/Minecraft/mods/appleskin-forge-mc1.20.1-2.5.1.jar#212!/=fuzs.puzzleslib.impl.core.ForgeModContainer@3711c71c, /AMP/Minecraft/mods/pamhc2crops-1.20-1.0.3.jar#276!/=fuzs.puzzleslib.impl.core.ForgeModContainer@33e3bd2e, /AMP/Minecraft/mods/FarmersDelight-1.20.1-1.2.4.jar#249!/=fuzs.puzzleslib.impl.core.ForgeModContainer@646d810b, /AMP/Minecraft/mods/simplyswords-forge-1.55.0-1.20.1.jar#287!/=fuzs.puzzleslib.impl.core.ForgeModContainer@30508066, /AMP/Minecraft/mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar#283!/=fuzs.puzzleslib.impl.core.ForgeModContainer@9408857, /AMP/Minecraft/mods/Nameless Trinkets-1.20.1-1.7.8.jar#270!/=fuzs.puzzleslib.impl.core.ForgeModContainer@27e44e9c, /AMP/Minecraft/mods/pamhc2foodcore-1.20.4-1.0.5.jar#277!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2f09e6b2, /AMP/Minecraft/mods/do_a_barrel_roll-forge-3.5.6+1.20.1.jar#238!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1bee0085, /AMP/Minecraft/mods/mobhealthbar-forge-1.20.x-2.3.0.jar#267!/=fuzs.puzzleslib.impl.core.ForgeModContainer@16e1219f, /AMP/Minecraft/mods/step-1.20.1-1.2.2.jar#292!/=fuzs.puzzleslib.impl.core.ForgeModContainer@13f40d71, /AMP/Minecraft/mods/healingcampfire-1.20.1-5.3.jar#257!/=fuzs.puzzleslib.impl.core.ForgeModContainer@73a845cb, /AMP/Minecraft/mods/right-click-harvest-3.2.3+1.20.1-forge.jar#285!/=fuzs.puzzleslib.impl.core.ForgeModContainer@18a98913, /AMP/Minecraft/mods/Amplified_Nether_1.20.x_v1.2.5.jar#211!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7dbae40, /AMP/Minecraft/mods/letsdo-brewery-forge-1.1.8.jar#264!/=fuzs.puzzleslib.impl.core.ForgeModContainer@34f7b44f, /AMP/Minecraft/mods/fastasyncworldsave-1.20.1-2.0.jar#250!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5403907, /AMP/Minecraft/mods/YungsApi-1.20-Forge-4.0.5.jar#306!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5175d9ad, /AMP/Minecraft/mods/irons_spellbooks-1.20.1-3.1.7.jar#260!/=fuzs.puzzleslib.impl.core.ForgeModContainer@b06d46d, /AMP/Minecraft/mods/EpheroLib-1.20.1-FORGE-1.2.0.jar#246!/=fuzs.puzzleslib.impl.core.ForgeModContainer@25a5c8e, /AMP/Minecraft/mods/cosmeticarmorreworked-1.20.1-v1a.jar#229!/=fuzs.puzzleslib.impl.core.ForgeModContainer@656c5c3, /AMP/Minecraft/mods/lootintegrations-1.20.1-3.7.jar#265!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7911cc15, /AMP/Minecraft/mods/embeddium-0.3.19+mc1.20.1-all.jar#243!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4409cae6, /AMP/Minecraft/mods/YungsBetterDungeons-1.20-Forge-4.0.4.jar#308!/=fuzs.puzzleslib.impl.core.ForgeModContainer@14e750c5, /AMP/Minecraft/mods/cristellib-1.1.5-forge.jar#231!/=fuzs.puzzleslib.impl.core.ForgeModContainer@242ff747, /AMP/Minecraft/mods/expandability-9.0.4.jar#248!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5329f6b3, /AMP/Minecraft/mods/mowziesmobs-1.6.4.jar#269!/=fuzs.puzzleslib.impl.core.ForgeModContainer@597d48ca, /AMP/Minecraft/mods/Dungeon Crawl-1.20.1-2.3.14.jar#239!/=fuzs.puzzleslib.impl.core.ForgeModContainer@77324a58, /AMP/Minecraft/mods/cloth-config-11.1.118-forge.jar#226!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2c7c0e36, /AMP/Minecraft/mods/NoSeeNoTick-2.0.0-1.20.1.jar#273!/=fuzs.puzzleslib.impl.core.ForgeModContainer@307cf964, /AMP/Minecraft/mods/additional_enchantments-1.20.1-1.1.2-all.jar#209!/=fuzs.puzzleslib.impl.core.ForgeModContainer@374ccb9, /AMP/Minecraft/mods/EasyMagic-v8.0.1-1.20.1-Forge.jar#242!/=fuzs.puzzleslib.impl.core.ForgeModContainer@66713605, /AMP/Minecraft/mods/curios-forge-5.9.1+1.20.1.jar#235!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2ab09943, /AMP/Minecraft/mods/PuzzlesLib-v8.1.20-1.20.1-Forge.jar#284!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7d50f2a8, /AMP/Minecraft/mods/paladin-furniture-mod-1.2.1-forge-mc1.20.1.jar#275!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5864e8bf, /AMP/Minecraft/mods/durabilitytooltip-1.1.5-forge-mc1.20.jar#241!/=fuzs.puzzleslib.impl.core.ForgeModContainer@37ca3ca8, /AMP/Minecraft/mods/FPS-Monitor-1.20-1.3.0.jar#253!/=fuzs.puzzleslib.impl.core.ForgeModContainer@191ec193, /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6321a5aa, /AMP/Minecraft/mods/TerraBlender-forge-1.20.1-3.0.1.7.jar#296!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1c7f9861, /AMP/Minecraft/mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar#311!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7a36c83a, /AMP/Minecraft/mods/bbs-1.20.1-0.1.3-forge.jar#216!/=fuzs.puzzleslib.impl.core.ForgeModContainer@154b8cb6, /AMP/Minecraft/mods/sophisticatedcore-1.20.1-0.6.22.611.jar#290!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7b297740, /AMP/Minecraft/mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar#313!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1b7554d4, /AMP/Minecraft/mods/blueprint-1.20.1-7.1.0.jar#220!/=fuzs.puzzleslib.impl.core.ForgeModContainer@57ce2898, /AMP/Minecraft/mods/Bookshelf-Forge-1.20.1-20.1.10.jar#221!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1ea930eb, /AMP/Minecraft/mods/svmm-1.20.1-1.2.4.0.jar#294!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2e0ad709, /AMP/Minecraft/mods/DungeonsArise-1.20.x-2.1.58-release.jar#240!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1fe8f5e8, /AMP/Minecraft/mods/YungsBetterEndIsland-1.20-Forge-2.0.6.jar#309!/=fuzs.puzzleslib.impl.core.ForgeModContainer@39449465, /AMP/Minecraft/mods/cupboard-1.20.1-2.6.jar#234!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6e3dd5ce, /AMP/Minecraft/mods/EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar#244!/=fuzs.puzzleslib.impl.core.ForgeModContainer@16f7f59f, /AMP/Minecraft/mods/treeharvester-1.20.1-8.7.jar#299!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4ee8051c, /AMP/Minecraft/mods/waystones-forge-1.20-14.1.3.jar#303!/=fuzs.puzzleslib.impl.core.ForgeModContainer@53125718, /AMP/Minecraft/mods/keebszs_battletowers_0.6.0-1.20.1BETA.jar#262!/=fuzs.puzzleslib.impl.core.ForgeModContainer@53016b11, /AMP/Minecraft/mods/betterdays-1.20.1-3.1.0.4-FORGE.jar#217!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7af327e3, /AMP/Minecraft/mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar#314!/=fuzs.puzzleslib.impl.core.ForgeModContainer@743d0d44, /AMP/Minecraft/mods/No Increasing Repair Cost-forge-1.20.1-1.0.0.jar#272!/=fuzs.puzzleslib.impl.core.ForgeModContainer@35563e4c, /AMP/Minecraft/mods/From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar#254!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6dd79214, /AMP/Minecraft/mods/letsdo-API-forge-1.2.12-forge.jar#263_/META-INF/jars/mixinextras-forge-0.3.5.jar#352!/=fuzs.puzzleslib.impl.core.ForgeModContainer@ef86c72, /AMP/Minecraft/mods/additional_enchantments-1.20.1-1.1.2-all.jar#209_/META-INF/jarjar/mixinsquared-forge-0.1.1.jar#353!/=fuzs.puzzleslib.impl.core.ForgeModContainer@123307c4, /AMP/Minecraft/mods/giantspawn-1.20.1-5.0.jar#256!/=fuzs.puzzleslib.impl.core.ForgeModContainer@1693ff90, /AMP/Minecraft/mods/betterfpsdist-1.20.1-4.4.jar#218!/=fuzs.puzzleslib.impl.core.ForgeModContainer@47058864, /AMP/Minecraft/mods/[1.20.1-forge]-Epic-Knights-9.8.jar#208!/=fuzs.puzzleslib.impl.core.ForgeModContainer@ad3f70a, /AMP/Minecraft/mods/basicweapons-forge-mc1.20.1+1.2.0.jar#215!/=fuzs.puzzleslib.impl.core.ForgeModContainer@54ccb3, /AMP/Minecraft/mods/sophisticatedbackpacks-1.20.1-3.20.5.1044.jar#289!/=fuzs.puzzleslib.impl.core.ForgeModContainer@9b2dc56, /AMP/Minecraft/mods/personality-1.20.1-4.0.0.jar#282!/=fuzs.puzzleslib.impl.core.ForgeModContainer@621f23ac, /AMP/Minecraft/mods/tarotcards-1.20-1.6.3.jar#295!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7761e342, /AMP/Minecraft/mods/chisels-and-bits-forge-1.4.148.jar#224!/=fuzs.puzzleslib.impl.core.ForgeModContainer@51f68849, /AMP/Minecraft/mods/twilightforest-1.20.1-4.3.2145-universal.jar#300!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4eb9ae4d, /AMP/Minecraft/mods/create-1.20.1-0.5.1.f.jar#230!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5520f675, /AMP/Minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar#233!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2d237460, /AMP/Minecraft/mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar#307!/=fuzs.puzzleslib.impl.core.ForgeModContainer@48f2054d, /AMP/Minecraft/mods/WaystonesTeleportPets-1.20-1.20.1--1.2.jar#304!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4b3a01d8, /AMP/Minecraft/mods/PuzzlesLib-v8.1.20-1.20.1-Forge.jar#284_/META-INF/jarjar/puzzlesaccessapi-forge-8.0.7.jar#359!/=fuzs.puzzleslib.impl.core.ForgeModContainer@19fbc594, /AMP/Minecraft/mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar#268!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2f4d32bf, /AMP/Minecraft/mods/Croptopia-1.20.1-FORGE-3.0.4.jar#232!/=fuzs.puzzleslib.impl.core.ForgeModContainer@774d8276, /AMP/Minecraft/mods/iceandfire-2.1.13-1.20.1-beta-4.jar#258!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6ce26986, /AMP/Minecraft/mods/UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar#301!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2bf2d6eb, /AMP/Minecraft/mods/YungsBetterJungleTemples-1.20-Forge-2.0.5.jar#310!/=fuzs.puzzleslib.impl.core.ForgeModContainer@6d6cd1e0, /AMP/Minecraft/mods/geckolib-forge-1.20.1-4.4.4.jar#255!/=fuzs.puzzleslib.impl.core.ForgeModContainer@76a9a009, /AMP/Minecraft/mods/citadel-2.5.4-1.20.1.jar#225!/=fuzs.puzzleslib.impl.core.ForgeModContainer@9785903, /AMP/Minecraft/mods/solcarrot-1.20.1-1.15.1.jar#288!/=fuzs.puzzleslib.impl.core.ForgeModContainer@34009349, /AMP/Minecraft/mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar#293!/=fuzs.puzzleslib.impl.core.ForgeModContainer@3f68a7f8, /AMP/Minecraft/mods/entity_enchantment-1.20.1-1.1.1.jar#245!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4faf1f4, /AMP/Minecraft/mods/weaponmaster_ydm-forge-1.20.1-4.2.3.jar#305!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4f811029, /AMP/Minecraft/mods/diet-forge-2.1.1+1.20.1.jar#237_/META-INF/jarjar/spectrelib-forge-0.13.14+1.20.1.jar#356!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7f2b584b, /AMP/Minecraft/mods/Terralith_1.20_v2.5.1.jar#297!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5866731, /AMP/Minecraft/mods/etched-3.0.2.jar#247!/=fuzs.puzzleslib.impl.core.ForgeModContainer@56a05324, /AMP/Minecraft/mods/caelus-forge-3.2.0+1.20.1.jar#222!/=fuzs.puzzleslib.impl.core.ForgeModContainer@11e71181, /AMP/Minecraft/mods/day_counter v3.8 1.20.1 [FORGE].jar#236!/=fuzs.puzzleslib.impl.core.ForgeModContainer@342beaf6, /AMP/Minecraft/mods/jei-1.20.1-forge-15.3.0.4.jar#261!/=fuzs.puzzleslib.impl.core.ForgeModContainer@222acad, /AMP/Minecraft/mods/letsdo-API-forge-1.2.12-forge.jar#263!/=fuzs.puzzleslib.impl.core.ForgeModContainer@56cfe6be, /AMP/Minecraft/mods/Paraglider-forge-20.1.3.jar#280!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7f0d8eff, /AMP/Minecraft/mods/Soulbound-Forge-0.8+1.20.1.jar#291!/=fuzs.puzzleslib.impl.core.ForgeModContainer@149aa7b2, /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210_/META-INF/jarjar/cumulus_menus-1.20.1-1.0.0-neoforge.jar#355!/=fuzs.puzzleslib.impl.core.ForgeModContainer@3ca3648, /AMP/Minecraft/mods/mimimod-1.20.1-4.1.0.jar#266!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2a99ca99, /AMP/Minecraft/mods/UniversalEnchants-v8.0.0-1.20.1-Forge.jar#302!/=fuzs.puzzleslib.impl.core.ForgeModContainer@39f0c343, /AMP/Minecraft/mods/collective-1.20.1-7.60.jar#227!/=fuzs.puzzleslib.impl.core.ForgeModContainer@781654f8, /AMP/Minecraft/mods/TheOuterEnd-1.0.9.jar#298!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2abc55c4, /AMP/Minecraft/mods/ironchest-1.20.1-14.4.4.jar#259!/=fuzs.puzzleslib.impl.core.ForgeModContainer@4e958f08, /AMP/Minecraft/mods/pamhc2trees-1.20-1.0.2.jar#279!/=fuzs.puzzleslib.impl.core.ForgeModContainer@71c0b742, /AMP/Minecraft/mods/saturn-mc1.20.1-0.1.3.jar#286!/=fuzs.puzzleslib.impl.core.ForgeModContainer@3bbb8c16, /AMP/Minecraft/mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar#315!/=fuzs.puzzleslib.impl.core.ForgeModContainer@73e1ecd0, /AMP/Minecraft/mods/create-1.20.1-0.5.1.f.jar#230_/META-INF/jarjar/flywheel-forge-1.20.1-0.6.10-7.jar#365!/=fuzs.puzzleslib.impl.core.ForgeModContainer@11eec06b, /AMP/Minecraft/libraries/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-universal.jar#322!/=fuzs.puzzleslib.impl.core.ForgeModContainer@65600fb3, /AMP/Minecraft/mods/pamhc2foodextended-1.20.4-1.0.1.jar#278!/=fuzs.puzzleslib.impl.core.ForgeModContainer@25ce435, /AMP/Minecraft/mods/balm-forge-1.20.1-7.2.2.jar#214!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7ea71fc2, /AMP/Minecraft/mods/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar#312!/=fuzs.puzzleslib.impl.core.ForgeModContainer@19ad75e5, /AMP/Minecraft/mods/OverflowingBars-v8.0.0-1.20.1-Forge.jar#274!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7cd5fcf4, /AMP/Minecraft/mods/ForgeEndertech-1.20.1-11.1.3.1-build.0496.jar#252!/=fuzs.puzzleslib.impl.core.ForgeModContainer@19cdc217, /AMP/Minecraft/mods/Patchouli-1.20.1-84-FORGE.jar#281!/=fuzs.puzzleslib.impl.core.ForgeModContainer@5f5297e3, /AMP/Minecraft/mods/BiomesOPlenty-1.20.1-18.0.0.592.jar#219!/=fuzs.puzzleslib.impl.core.ForgeModContainer@2d22d3b1, /AMP/Minecraft/mods/nerb-1.20.1-0.3-FORGE.jar#271!/=fuzs.puzzleslib.impl.core.ForgeModContainer@7ec3a8bd, /AMP/Minecraft/mods/corpse-forge-1.20.1-1.0.12.jar#228!/=fuzs.puzzleslib.impl.core.ForgeModContainer@9690008, /AMP/Minecraft/mods/architectury-9.2.14-forge.jar#213!/=fuzs.puzzleslib.impl.core.ForgeModContainer@42cf6349} [31May2024 13:20:42.963] [main/INFO] [Puzzles Lib/]: Scheme for diet: /AMP/Minecraft/mods/diet-forge-2.1.1+1.20.1.jar#237!/ [31May2024 13:20:42.963] [main/INFO] [Puzzles Lib/]: Scheme for minecraft: /AMP/Minecraft/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar#317!/ [31May2024 13:20:42.963] [main/INFO] [Puzzles Lib/]: Scheme for nitrogen_internals: /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210!/ [31May2024 13:20:42.963] [main/INFO] [Puzzles Lib/]: Scheme for fastload: /AMP/Minecraft/mods/Fastload-Reforged-mc1.20.1-3.4.0.jar#251!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for chimes: /AMP/Minecraft/mods/Chimes-v2.0.1-1.20.1.jar#223!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for scena: /AMP/Minecraft/mods/chisels-and-bits-forge-1.4.148.jar#224!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for appleskin: /AMP/Minecraft/mods/appleskin-forge-mc1.20.1-2.5.1.jar#212!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for pamhc2crops: /AMP/Minecraft/mods/pamhc2crops-1.20-1.0.3.jar#276!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for farmersdelight: /AMP/Minecraft/mods/FarmersDelight-1.20.1-1.2.4.jar#249!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for simplyswords: /AMP/Minecraft/mods/simplyswords-forge-1.55.0-1.20.1.jar#287!/ [31May2024 13:20:42.964] [main/INFO] [Puzzles Lib/]: Scheme for playeranimator: /AMP/Minecraft/mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar#283!/ [31May2024 13:20:42.973] [main/INFO] [Puzzles Lib/]: Scheme for nameless_trinkets: /AMP/Minecraft/mods/Nameless Trinkets-1.20.1-1.7.8.jar#270!/ [31May2024 13:20:42.973] [main/INFO] [Puzzles Lib/]: Scheme for pamhc2foodcore: /AMP/Minecraft/mods/pamhc2foodcore-1.20.4-1.0.5.jar#277!/ [31May2024 13:20:42.973] [main/INFO] [Puzzles Lib/]: Scheme for do_a_barrel_roll: /AMP/Minecraft/mods/do_a_barrel_roll-forge-3.5.6+1.20.1.jar#238!/ [31May2024 13:20:42.973] [main/INFO] [Puzzles Lib/]: Scheme for mobhealthbar: /AMP/Minecraft/mods/mobhealthbar-forge-1.20.x-2.3.0.jar#267!/ [31May2024 13:20:42.974] [main/INFO] [Puzzles Lib/]: Scheme for step: /AMP/Minecraft/mods/step-1.20.1-1.2.2.jar#292!/ [31May2024 13:20:42.974] [main/INFO] [Puzzles Lib/]: Scheme for healingcampfire: /AMP/Minecraft/mods/healingcampfire-1.20.1-5.3.jar#257!/ [31May2024 13:20:42.975] [main/INFO] [Puzzles Lib/]: Scheme for rightclickharvest: /AMP/Minecraft/mods/right-click-harvest-3.2.3+1.20.1-forge.jar#285!/ [31May2024 13:20:42.976] [main/INFO] [Puzzles Lib/]: Scheme for amplified_nether: /AMP/Minecraft/mods/Amplified_Nether_1.20.x_v1.2.5.jar#211!/ [31May2024 13:20:42.976] [main/INFO] [Puzzles Lib/]: Scheme for brewery: /AMP/Minecraft/mods/letsdo-brewery-forge-1.1.8.jar#264!/ [31May2024 13:20:42.978] [main/INFO] [Puzzles Lib/]: Scheme for fastasyncworldsave: /AMP/Minecraft/mods/fastasyncworldsave-1.20.1-2.0.jar#250!/ [31May2024 13:20:42.979] [main/INFO] [Puzzles Lib/]: Scheme for yungsapi: /AMP/Minecraft/mods/YungsApi-1.20-Forge-4.0.5.jar#306!/ [31May2024 13:20:42.980] [main/INFO] [Puzzles Lib/]: Scheme for irons_spellbooks: /AMP/Minecraft/mods/irons_spellbooks-1.20.1-3.1.7.jar#260!/ [31May2024 13:20:42.982] [main/INFO] [Puzzles Lib/]: Scheme for epherolib: /AMP/Minecraft/mods/EpheroLib-1.20.1-FORGE-1.2.0.jar#246!/ [31May2024 13:20:42.982] [main/INFO] [Puzzles Lib/]: Scheme for cosmeticarmorreworked: /AMP/Minecraft/mods/cosmeticarmorreworked-1.20.1-v1a.jar#229!/ [31May2024 13:20:42.982] [main/INFO] [Puzzles Lib/]: Scheme for lootintegrations: /AMP/Minecraft/mods/lootintegrations-1.20.1-3.7.jar#265!/ [31May2024 13:20:42.982] [main/INFO] [Puzzles Lib/]: Scheme for embeddium: /AMP/Minecraft/mods/embeddium-0.3.19+mc1.20.1-all.jar#243!/ [31May2024 13:20:42.983] [main/INFO] [Puzzles Lib/]: Scheme for betterdungeons: /AMP/Minecraft/mods/YungsBetterDungeons-1.20-Forge-4.0.4.jar#308!/ [31May2024 13:20:42.983] [main/INFO] [Puzzles Lib/]: Scheme for cristellib: /AMP/Minecraft/mods/cristellib-1.1.5-forge.jar#231!/ [31May2024 13:20:42.983] [main/INFO] [Puzzles Lib/]: Scheme for expandability: /AMP/Minecraft/mods/expandability-9.0.4.jar#248!/ [31May2024 13:20:42.983] [main/INFO] [Puzzles Lib/]: Scheme for mowziesmobs: /AMP/Minecraft/mods/mowziesmobs-1.6.4.jar#269!/ [31May2024 13:20:42.983] [main/INFO] [Puzzles Lib/]: Scheme for dungeoncrawl: /AMP/Minecraft/mods/Dungeon Crawl-1.20.1-2.3.14.jar#239!/ [31May2024 13:20:42.984] [main/INFO] [Puzzles Lib/]: Scheme for cloth_config: /AMP/Minecraft/mods/cloth-config-11.1.118-forge.jar#226!/ [31May2024 13:20:42.984] [main/INFO] [Puzzles Lib/]: Scheme for noseenotick: /AMP/Minecraft/mods/NoSeeNoTick-2.0.0-1.20.1.jar#273!/ [31May2024 13:20:42.984] [main/INFO] [Puzzles Lib/]: Scheme for additional_enchantments: /AMP/Minecraft/mods/additional_enchantments-1.20.1-1.1.2-all.jar#209!/ [31May2024 13:20:42.988] [main/INFO] [Puzzles Lib/]: Scheme for easymagic: /AMP/Minecraft/mods/EasyMagic-v8.0.1-1.20.1-Forge.jar#242!/ [31May2024 13:20:42.988] [main/INFO] [Puzzles Lib/]: Scheme for curios: /AMP/Minecraft/mods/curios-forge-5.9.1+1.20.1.jar#235!/ [31May2024 13:20:42.998] [main/INFO] [Puzzles Lib/]: Scheme for puzzleslib: /AMP/Minecraft/mods/PuzzlesLib-v8.1.20-1.20.1-Forge.jar#284!/ [31May2024 13:20:42.999] [main/INFO] [Puzzles Lib/]: Scheme for pfm: /AMP/Minecraft/mods/paladin-furniture-mod-1.2.1-forge-mc1.20.1.jar#275!/ [31May2024 13:20:42.999] [main/INFO] [Puzzles Lib/]: Scheme for durabilitytooltip: /AMP/Minecraft/mods/durabilitytooltip-1.1.5-forge-mc1.20.jar#241!/ [31May2024 13:20:42.999] [main/INFO] [Puzzles Lib/]: Scheme for fps: /AMP/Minecraft/mods/FPS-Monitor-1.20-1.3.0.jar#253!/ [31May2024 13:20:42.999] [main/INFO] [Puzzles Lib/]: Scheme for aether: /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210!/ [31May2024 13:20:43.000] [main/INFO] [Puzzles Lib/]: Scheme for terrablender: /AMP/Minecraft/mods/TerraBlender-forge-1.20.1-3.0.1.7.jar#296!/ [31May2024 13:20:43.001] [main/INFO] [Puzzles Lib/]: Scheme for bettermineshafts: /AMP/Minecraft/mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar#311!/ [31May2024 13:20:43.001] [main/INFO] [Puzzles Lib/]: Scheme for bbs: /AMP/Minecraft/mods/bbs-1.20.1-0.1.3-forge.jar#216!/ [31May2024 13:20:43.001] [main/INFO] [Puzzles Lib/]: Scheme for sophisticatedcore: /AMP/Minecraft/mods/sophisticatedcore-1.20.1-0.6.22.611.jar#290!/ [31May2024 13:20:43.002] [main/INFO] [Puzzles Lib/]: Scheme for betteroceanmonuments: /AMP/Minecraft/mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar#313!/ [31May2024 13:20:43.002] [main/INFO] [Puzzles Lib/]: Scheme for blueprint: /AMP/Minecraft/mods/blueprint-1.20.1-7.1.0.jar#220!/ [31May2024 13:20:43.002] [main/INFO] [Puzzles Lib/]: Scheme for bookshelf: /AMP/Minecraft/mods/Bookshelf-Forge-1.20.1-20.1.10.jar#221!/ [31May2024 13:20:43.002] [main/INFO] [Puzzles Lib/]: Scheme for svmm: /AMP/Minecraft/mods/svmm-1.20.1-1.2.4.0.jar#294!/ [31May2024 13:20:43.003] [main/INFO] [Puzzles Lib/]: Scheme for dungeons_arise: /AMP/Minecraft/mods/DungeonsArise-1.20.x-2.1.58-release.jar#240!/ [31May2024 13:20:43.003] [main/INFO] [Puzzles Lib/]: Scheme for betterendisland: /AMP/Minecraft/mods/YungsBetterEndIsland-1.20-Forge-2.0.6.jar#309!/ [31May2024 13:20:43.003] [main/INFO] [Puzzles Lib/]: Scheme for cupboard: /AMP/Minecraft/mods/cupboard-1.20.1-2.6.jar#234!/ [31May2024 13:20:43.003] [main/INFO] [Puzzles Lib/]: Scheme for enchdesc: /AMP/Minecraft/mods/EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar#244!/ [31May2024 13:20:43.004] [main/INFO] [Puzzles Lib/]: Scheme for treeharvester: /AMP/Minecraft/mods/treeharvester-1.20.1-8.7.jar#299!/ [31May2024 13:20:43.004] [main/INFO] [Puzzles Lib/]: Scheme for waystones: /AMP/Minecraft/mods/waystones-forge-1.20-14.1.3.jar#303!/ [31May2024 13:20:43.004] [main/INFO] [Puzzles Lib/]: Scheme for keebszs_battle_towers: /AMP/Minecraft/mods/keebszs_battletowers_0.6.0-1.20.1BETA.jar#262!/ [31May2024 13:20:43.005] [main/INFO] [Puzzles Lib/]: Scheme for betterdays: /AMP/Minecraft/mods/betterdays-1.20.1-3.1.0.4-FORGE.jar#217!/ [31May2024 13:20:43.005] [main/INFO] [Puzzles Lib/]: Scheme for betterstrongholds: /AMP/Minecraft/mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar#314!/ [31May2024 13:20:43.005] [main/INFO] [Puzzles Lib/]: Scheme for noincreasingrepaircost: /AMP/Minecraft/mods/No Increasing Repair Cost-forge-1.20.1-1.0.0.jar#272!/ [31May2024 13:20:43.005] [main/INFO] [Puzzles Lib/]: Scheme for watching: /AMP/Minecraft/mods/From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar#254!/ [31May2024 13:20:43.005] [main/INFO] [Puzzles Lib/]: Scheme for mixinextras: /AMP/Minecraft/mods/letsdo-API-forge-1.2.12-forge.jar#263!/ [31May2024 13:20:43.006] [main/INFO] [Puzzles Lib/]: Scheme for mixinsquared: /AMP/Minecraft/mods/additional_enchantments-1.20.1-1.1.2-all.jar#209!/ [31May2024 13:20:43.006] [main/INFO] [Puzzles Lib/]: Scheme for giantspawn: /AMP/Minecraft/mods/giantspawn-1.20.1-5.0.jar#256!/ [31May2024 13:20:43.006] [main/INFO] [Puzzles Lib/]: Scheme for betterfpsdist: /AMP/Minecraft/mods/betterfpsdist-1.20.1-4.4.jar#218!/ [31May2024 13:20:43.006] [main/INFO] [Puzzles Lib/]: Scheme for magistuarmory: /AMP/Minecraft/mods/[1.20.1-forge]-Epic-Knights-9.8.jar#208!/ [31May2024 13:20:43.006] [main/INFO] [Puzzles Lib/]: Scheme for basicweapons: /AMP/Minecraft/mods/basicweapons-forge-mc1.20.1+1.2.0.jar#215!/ [31May2024 13:20:43.018] [main/INFO] [Puzzles Lib/]: Scheme for sophisticatedbackpacks: /AMP/Minecraft/mods/sophisticatedbackpacks-1.20.1-3.20.5.1044.jar#289!/ [31May2024 13:20:43.019] [main/INFO] [Puzzles Lib/]: Scheme for personality: /AMP/Minecraft/mods/personality-1.20.1-4.0.0.jar#282!/ [31May2024 13:20:43.019] [main/INFO] [Puzzles Lib/]: Scheme for tarotcards: /AMP/Minecraft/mods/tarotcards-1.20-1.6.3.jar#295!/ [31May2024 13:20:43.019] [main/INFO] [Puzzles Lib/]: Scheme for chiselsandbits: /AMP/Minecraft/mods/chisels-and-bits-forge-1.4.148.jar#224!/ [31May2024 13:20:43.020] [main/INFO] [Puzzles Lib/]: Scheme for twilightforest: /AMP/Minecraft/mods/twilightforest-1.20.1-4.3.2145-universal.jar#300!/ [31May2024 13:20:43.020] [main/INFO] [Puzzles Lib/]: Scheme for create: /AMP/Minecraft/mods/create-1.20.1-0.5.1.f.jar#230!/ [31May2024 13:20:43.020] [main/INFO] [Puzzles Lib/]: Scheme for culllessleaves: /AMP/Minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar#233!/ [31May2024 13:20:43.020] [main/INFO] [Puzzles Lib/]: Scheme for betterdeserttemples: /AMP/Minecraft/mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar#307!/ [31May2024 13:20:43.021] [main/INFO] [Puzzles Lib/]: Scheme for w2pets: /AMP/Minecraft/mods/WaystonesTeleportPets-1.20-1.20.1--1.2.jar#304!/ [31May2024 13:20:43.021] [main/INFO] [Puzzles Lib/]: Scheme for puzzlesaccessapi: /AMP/Minecraft/mods/PuzzlesLib-v8.1.20-1.20.1-Forge.jar#284!/ [31May2024 13:20:43.021] [main/INFO] [Puzzles Lib/]: Scheme for mousetweaks: /AMP/Minecraft/mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar#268!/ [31May2024 13:20:43.021] [main/INFO] [Puzzles Lib/]: Scheme for croptopia: /AMP/Minecraft/mods/Croptopia-1.20.1-FORGE-3.0.4.jar#232!/ [31May2024 13:20:43.021] [main/INFO] [Puzzles Lib/]: Scheme for iceandfire: /AMP/Minecraft/mods/iceandfire-2.1.13-1.20.1-beta-4.jar#258!/ [31May2024 13:20:43.022] [main/INFO] [Puzzles Lib/]: Scheme for universalbonemeal: /AMP/Minecraft/mods/UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar#301!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for betterjungletemples: /AMP/Minecraft/mods/YungsBetterJungleTemples-1.20-Forge-2.0.5.jar#310!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for geckolib: /AMP/Minecraft/mods/geckolib-forge-1.20.1-4.4.4.jar#255!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for citadel: /AMP/Minecraft/mods/citadel-2.5.4-1.20.1.jar#225!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for solcarrot: /AMP/Minecraft/mods/solcarrot-1.20.1-1.15.1.jar#288!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for supermartijn642configlib: /AMP/Minecraft/mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar#293!/ [31May2024 13:20:43.023] [main/INFO] [Puzzles Lib/]: Scheme for entity_enchantment: /AMP/Minecraft/mods/entity_enchantment-1.20.1-1.1.1.jar#245!/ [31May2024 13:20:43.024] [main/INFO] [Puzzles Lib/]: Scheme for weaponmaster_ydm: /AMP/Minecraft/mods/weaponmaster_ydm-forge-1.20.1-4.2.3.jar#305!/ [31May2024 13:20:43.024] [main/INFO] [Puzzles Lib/]: Scheme for spectrelib: /AMP/Minecraft/mods/diet-forge-2.1.1+1.20.1.jar#237!/ [31May2024 13:20:43.024] [main/INFO] [Puzzles Lib/]: Scheme for terralith: /AMP/Minecraft/mods/Terralith_1.20_v2.5.1.jar#297!/ [31May2024 13:20:43.025] [main/INFO] [Puzzles Lib/]: Scheme for etched: /AMP/Minecraft/mods/etched-3.0.2.jar#247!/ [31May2024 13:20:43.025] [main/INFO] [Puzzles Lib/]: Scheme for caelus: /AMP/Minecraft/mods/caelus-forge-3.2.0+1.20.1.jar#222!/ [31May2024 13:20:43.025] [main/INFO] [Puzzles Lib/]: Scheme for ags_day_counter: /AMP/Minecraft/mods/day_counter v3.8 1.20.1 [FORGE].jar#236!/ [31May2024 13:20:43.026] [main/INFO] [Puzzles Lib/]: Scheme for jei: /AMP/Minecraft/mods/jei-1.20.1-forge-15.3.0.4.jar#261!/ [31May2024 13:20:43.026] [main/INFO] [Puzzles Lib/]: Scheme for doapi: /AMP/Minecraft/mods/letsdo-API-forge-1.2.12-forge.jar#263!/ [31May2024 13:20:43.026] [main/INFO] [Puzzles Lib/]: Scheme for paraglider: /AMP/Minecraft/mods/Paraglider-forge-20.1.3.jar#280!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for soulbound: /AMP/Minecraft/mods/Soulbound-Forge-0.8+1.20.1.jar#291!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for cumulus_menus: /AMP/Minecraft/mods/aether-1.20.1-1.4.2-neoforge.jar#210!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for mimi: /AMP/Minecraft/mods/mimimod-1.20.1-4.1.0.jar#266!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for universalenchants: /AMP/Minecraft/mods/UniversalEnchants-v8.0.0-1.20.1-Forge.jar#302!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for collective: /AMP/Minecraft/mods/collective-1.20.1-7.60.jar#227!/ [31May2024 13:20:43.027] [main/INFO] [Puzzles Lib/]: Scheme for outer_end: /AMP/Minecraft/mods/TheOuterEnd-1.0.9.jar#298!/ [31May2024 13:20:43.028] [main/INFO] [Puzzles Lib/]: Scheme for ironchest: /AMP/Minecraft/mods/ironchest-1.20.1-14.4.4.jar#259!/ [31May2024 13:20:43.028] [main/INFO] [Puzzles Lib/]: Scheme for pamhc2trees: /AMP/Minecraft/mods/pamhc2trees-1.20-1.0.2.jar#279!/ [31May2024 13:20:43.029] [main/INFO] [Puzzles Lib/]: Scheme for saturn: /AMP/Minecraft/mods/saturn-mc1.20.1-0.1.3.jar#286!/ [31May2024 13:20:43.029] [main/INFO] [Puzzles Lib/]: Scheme for betterwitchhuts: /AMP/Minecraft/mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar#315!/ [31May2024 13:20:43.029] [main/INFO] [Puzzles Lib/]: Scheme for flywheel: /AMP/Minecraft/mods/create-1.20.1-0.5.1.f.jar#230!/ [31May2024 13:20:43.030] [main/INFO] [Puzzles Lib/]: Scheme for forge: /AMP/Minecraft/libraries/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-universal.jar#322!/ [31May2024 13:20:43.030] [main/INFO] [Puzzles Lib/]: Scheme for pamhc2foodextended: /AMP/Minecraft/mods/pamhc2foodextended-1.20.4-1.0.1.jar#278!/ [31May2024 13:20:43.030] [main/INFO] [Puzzles Lib/]: Scheme for balm: /AMP/Minecraft/mods/balm-forge-1.20.1-7.2.2.jar#214!/ [31May2024 13:20:43.030] [main/INFO] [Puzzles Lib/]: Scheme for betterfortresses: /AMP/Minecraft/mods/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar#312!/ [31May2024 13:20:43.030] [main/INFO] [Puzzles Lib/]: Scheme for overflowingbars: /AMP/Minecraft/mods/OverflowingBars-v8.0.0-1.20.1-Forge.jar#274!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for forgeendertech: /AMP/Minecraft/mods/ForgeEndertech-1.20.1-11.1.3.1-build.0496.jar#252!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for patchouli: /AMP/Minecraft/mods/Patchouli-1.20.1-84-FORGE.jar#281!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for biomesoplenty: /AMP/Minecraft/mods/BiomesOPlenty-1.20.1-18.0.0.592.jar#219!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for nerb: /AMP/Minecraft/mods/nerb-1.20.1-0.3-FORGE.jar#271!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for corpse: /AMP/Minecraft/mods/corpse-forge-1.20.1-1.0.12.jar#228!/ [31May2024 13:20:43.031] [main/INFO] [Puzzles Lib/]: Scheme for architectury: /AMP/Minecraft/mods/architectury-9.2.14-forge.jar#213!/ [31May2024 13:20:43.041] [main/INFO] [Puzzles Lib/]: Loading 118 mods: - additional_enchantments 1.1.2 \-- mixinsquared 0.1.1 - aether 1.20.1-1.4.2-neoforge |-- cumulus_menus 1.20.1-1.0.0-neoforge \-- nitrogen_internals 1.20.1-1.0.7-neoforge - ags_day_counter 3.8 - amplified_nether 1.2.5 - appleskin 2.5.1+mc1.20.1 - architectury 9.2.14 - balm 7.2.2 - basicweapons 1.2.0 - bbs 1.20.1-0.1.3 - betterdays 1.20.1-3.1.0.4-FORGE - betterdeserttemples 1.20-Forge-3.0.3 - betterdungeons 1.20-Forge-4.0.4 - betterendisland 1.20-Forge-2.0.6 - betterfortresses 1.20-Forge-2.0.6 - betterfpsdist 1.20.1-4.4 - betterjungletemples 1.20-Forge-2.0.5 - bettermineshafts 1.20-Forge-4.0.4 - betteroceanmonuments 1.20-Forge-3.0.4 - betterstrongholds 1.20-Forge-4.0.3 - betterwitchhuts 1.20-Forge-3.0.3 - biomesoplenty 18.0.0.592 - blueprint 7.1.0 - bookshelf 20.1.10 - brewery 1.1.8 - caelus 3.2.0+1.20.1 - chimes 2.0.1 - chiselsandbits 1.4.148 \-- scena 1.0.103 - citadel 2.5.4 - cloth_config 11.1.118 - collective 7.60 - corpse 1.20.1-1.0.12 - cosmeticarmorreworked 1.20.1-v1a - create 0.5.1.f \-- flywheel 0.6.10-7 - cristellib 1.1.5 - croptopia 3.0.4 - culllessleaves 1.20.1-1.0.5 - cupboard 1.20.1-2.6 - curios 5.9.1+1.20.1 - diet 2.1.1+1.20.1 \-- spectrelib 0.13.14+1.20.1 - do_a_barrel_roll 3.5.6+1.20.1 - doapi 1.2.12 |-- mixinextras 0.3.5 \-- terraform 7.0.1 - dungeoncrawl 2.3.14 - dungeons_arise 2.1.58-1.20.x - durabilitytooltip 1.1.5 - easymagic 8.0.1 - embeddium 0.3.19+mc1.20.1 \-- rubidium 0.7.1 - enchdesc 17.0.15 - entity_enchantment 1.20.1-1.1.1 - epherolib 0.1.2 - etched 3.0.2 - expandability 9.0.4 - farmersdelight 1.20.1-1.2.4 - fastasyncworldsave 1.20.1-2.0 - fastload 3.4.0 - forge 47.2.0 - forgeendertech 11.1.3.1 - fps 1.3.0 - geckolib 4.4.4 - giantspawn 5.0 - healingcampfire 5.3 - iceandfire 2.1.13-1.20.1-beta-4 - ironchest 1.20.1-14.4.4 - irons_spellbooks 1.20.1-3.1.7 - jei 15.3.0.4 - keebszs_battle_towers 0.6.0-1.20.1 - lootintegrations 1.20.1-3.7 - magistuarmory 9.8 - mimi 1.20.1-4.1.0 - minecraft 1.20.1 - mobhealthbar 2.3.0 - mousetweaks 2.25.1 - mowziesmobs 1.6.4 - nameless_trinkets 1.20.1-1.7.8 - nerb 0.3 - noincreasingrepaircost 1.0.0 - noseenotick 2.0.0-build.9999 - outer_end 1.0.8 - overflowingbars 8.0.0 - pamhc2crops 1.0.3 - pamhc2foodcore 1.0.5 - pamhc2foodextended 0.0NONE - pamhc2trees 1.0.2 - paraglider 20.1.3 - patchouli 1.20.1-84-FORGE - personality 4.0.0 - pfm 1.2.1 - playeranimator 1.0.2-rc1+1.20 - puzzleslib 8.1.20 \-- puzzlesaccessapi 8.0.7 - rightclickharvest 3.2.3+1.20.1-forge - saturn 0.1.3 - simplyswords 1.55.0-1.20.1 - solcarrot 1.15.1 - sophisticatedbackpacks 3.20.5.1044 - sophisticatedcore 0.6.22.611 - soulbound 0.8 - step 1.2.2 - supermartijn642configlib 1.1.8 - svmm 1.20.1-1.20.1-1.2.4.0 - tarotcards 1.20-1.6.3 - terrablender 3.0.1.7 - terralith 2.5.1 - treeharvester 8.7 - twilightforest 4.3.2145 - universalbonemeal 8.0.1 - universalenchants 8.0.0 - w2pets 1.0 - watching 1.9.2 - waystones 14.1.3 - weaponmaster_ydm 4.2.3 - yungsapi 1.20-Forge-4.0.5 [31May2024 13:20:43.216] [main/WARN] [mixin/]: Reference map 'chiselsandbits.refmap.json' for chisels-and-bits.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:43.225] [main/WARN] [mixin/]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [31May2024 13:20:44.423] [main/WARN] [mixin/]: Error loading class: com/tiviacz/travelersbackpack/util/BackpackUtils (java.lang.ClassNotFoundException: com.tiviacz.travelersbackpack.util.BackpackUtils) [31May2024 13:20:44.426] [main/WARN] [mixin/]: @Mixin target com.tiviacz.travelersbackpack.util.BackpackUtils was not found soulbound.mixins.json:BackpackUtilsMixin [31May2024 13:20:45.539] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [31May2024 13:20:53.519] [modloading-worker-0/INFO] [scena-forge/]: Initialized scena-forge [31May2024 13:20:53.577] [modloading-worker-0/WARN] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [31May2024 13:20:53.803] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. [31May2024 13:20:54.087] [ForkJoinPool.commonPool-worker-1/INFO] [com.unlikepaladin.pfm.PaladinFurnitureMod/]: [Paladin's Furniture Update Check] Cached update file detected, using that! [31May2024 13:20:54.139] [modloading-worker-0/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER [31May2024 13:20:54.141] [modloading-worker-0/ERROR] [Embeddium/]: Failed to update fingerprint java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:1.0] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?] at me.jellysquid.mods.sodium.client.data.fingerprint.FingerprintMeasure.create(FingerprintMeasure.java:19) ~[embeddium-0.3.19+mc1.20.1-all.jar%23243!/:?] at me.jellysquid.mods.sodium.client.SodiumClientMod.updateFingerprint(SodiumClientMod.java:100) ~[embeddium-0.3.19+mc1.20.1-all.jar%23243!/:?] at me.jellysquid.mods.sodium.client.SodiumClientMod.<init>(SodiumClientMod.java:41) ~[embeddium-0.3.19+mc1.20.1-all.jar%23243!/:?] at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.20.1-47.2.0.jar%23319!/:?] at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?] [31May2024 13:20:54.388] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.60. [31May2024 13:20:54.503] [modloading-worker-0/INFO] [Basic Weapons/]: You have my sword. [31May2024 13:20:54.544] [modloading-worker-0/INFO] [com.aetherteam.cumulus.Cumulus/]: Disabling Cumulus as it is on server. [31May2024 13:20:54.696] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids [31May2024 13:20:54.713] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json [31May2024 13:20:54.841] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id brewery:alcohol_sync_request [31May2024 13:20:54.842] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id brewery:drink_alcohol [31May2024 13:20:55.039] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for easymagic:main [31May2024 13:20:55.171] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalbonemeal:main [31May2024 13:20:55.387] [modloading-worker-0/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.14... [31May2024 13:20:55.628] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id magistuarmory:packet_long_reach_attack [31May2024 13:20:55.628] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id magistuarmory:packet_lance_collision [31May2024 13:20:55.652] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.0, for MC 1.20.1 with MCP 20230612.114412 [31May2024 13:20:55.666] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.2.0 Initialized [31May2024 13:20:56.705] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalenchants:main [31May2024 13:20:56.978] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main [31May2024 13:20:57.010] [modloading-worker-0/INFO] [com.epherical.epherolib.config.CommonConfig/]: Creating default config file: croptopia_v3.conf [31May2024 13:20:57.025] [modloading-worker-0/INFO] [be.florens.expandability.ExpandAbility/]: ExpandAbility here, who dis? [31May2024 13:20:57.039] [modloading-worker-0/INFO] [mod.chiselsandbits.forge.Forge/]: Initialized Chisels&Bits - Forge [31May2024 13:20:57.158] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlockEntityTypes/]: Loaded block entity configuration. [31May2024 13:20:57.196] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlocks/]: Loaded block configuration. [31May2024 13:20:57.200] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModeGroups/]: Loaded chisel mode group configuration. [31May2024 13:20:57.357] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for overflowingbars:main [31May2024 13:20:57.958] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModes/]: Loaded chisel mode configuration. [31May2024 13:20:57.961] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModContainerTypes/]: Loaded container type configuration. [31May2024 13:20:57.968] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModCreativeTabs/]: Loaded item group configuration. [31May2024 13:20:58.008] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModItems/]: Loaded item configuration. [31May2024 13:20:58.014] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModMetadataKeys/]: Loaded metadata key configuration. [31May2024 13:20:58.019] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModelProperties/]: Loaded model property configuration. [31May2024 13:20:58.022] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperation/]: Loaded modification operation configuration. [31May2024 13:20:58.023] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperationGroups/]: Loaded modification operation group configuration. [31May2024 13:20:58.032] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModPatternPlacementTypes/]: Loaded pattern placement type configuration. [31May2024 13:20:58.034] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModRecipeSerializers/]: Loaded recipe serializer configuration. [31May2024 13:20:58.035] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModTags/]: Loaded tag configuration. [31May2024 13:20:58.036] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModRecipeTypes/]: Registering recipe types. [31May2024 13:20:58.040] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModEventHandler/]: Registering event handlers [31May2024 13:20:58.076] [modloading-worker-0/INFO] [mod.chiselsandbits.forge.platform.ForgePluginDiscoverer/]: Found and loaded ChiselsAndBits plugin: create [31May2024 13:21:00.854] [main/WARN] [com.unlikepaladin.pfm.PaladinFurnitureMod/]: Found block type with duplicate id (minecraft:oak), skipping [31May2024 13:21:01.996] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [31May2024 13:21:01.999] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [31May2024 13:21:03.127] [main/ERROR] [net.minecraft.server.Main/FATAL]: Failed to start the minecraft server net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file sophisticatedcore-common.toml of type COMMON for modid sophisticatedcore at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2351) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:68) ~[forge-1.20.1-47.2.0-universal.jar%23322!/:?] at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:31) ~[forge-1.20.1-47.2.0-universal.jar%23322!/:?] at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23317!/:?] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid character ':' after key [phisticatedbackpacks] at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:152) ~[toml-3.6.4.jar%2359!/:?] at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2359!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:88) ~[toml-3.6.4.jar%2359!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2359!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2358!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2358!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2358!/:?] at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2358!/:?] at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2358!/:?] at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.2.0.jar%23318!/:?] ... 28 more do i need to restore something? delete something? please help
  1. Load more activity
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.