Jump to content

Failed to Load Datapacks


Recommended Posts

Hello i am trying to use a Paper server I previously had hosted on my local pc now. 

When I try to start it i receive an error stating that it could not load the datapacks.

I don't know what I'm looking at and would greatly appreciate any direction. 

 

[18:12:26] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:12:26] [ServerMain/ERROR]: Spawn data: Value must be positive: 0; Value must be positive: 0
[18:12:27] [ServerMain/ERROR]: Registry loading errors:
> Errors in registry minecraft:dimension_type:
>> Errors in element minecraft:the_end:
java.lang.IllegalStateException: Failed to parse minecraft:dimension_type/the_end.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key monster_spawn_block_light_limit in MapLike[{"ultrawarm":false,"natural":false,"piglin_safe":true,"respawn_anchor_works":true,"bed_works":false,"has_raids":true,"has_skylight":false,"has_ceiling":false,"coordinate_scale":1,"ambient_light":0,"logical_height":256,"effects":"minecraft:the_end","infiniburn":"#minecraft:infiniburn_end","min_y":0,"height":256}]; No key monster_spawn_light_level in MapLike[{"ultrawarm":false,"natural":false,"piglin_safe":true,"respawn_anchor_works":true,"bed_works":false,"has_raids":true,"has_skylight":false,"has_ceiling":false,"coordinate_scale":1,"ambient_light":0,"logical_height":256,"effects":"minecraft:the_end","infiniburn":"#minecraft:infiniburn_end","min_y":0,"height":256}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
> Errors in registry minecraft:root:
>> Errors in element minecraft:dimension_type:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:dimension_type]: [minecraft:the_end]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
>> Errors in element minecraft:worldgen/biome:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/biome]: [minecraft:end_barrens, minecraft:end_highlands, minecraft:end_midlands, minecraft:small_end_islands, minecraft:the_end]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
>> Errors in element minecraft:worldgen/configured_carver:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/configured_carver]: [far_end:surface_scar]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
>> Errors in element minecraft:worldgen/configured_feature:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: [far_end:amethyst/tree/purple, far_end:amethyst/tree/umbrella, fokastudio:amethyst/tree_3, fokastudio:amethyst/trees, far_end:ash/tree/basalt, fokastudio:chorus_jungle/big_tree, fokastudio:chorus_jungle/jungle_tree, fokastudio:glowshroom_valley/glowshroom_1, fokastudio:glowshroom_valley/glowshroom_2, fokastudio:glowshroom_valley/glowshroom_3, fokastudio:glowshroom_valley/glowshroom_4, fokastudio:glowshroom_valley/glowshroom_5, fokastudio:glowshroom_valley/jellolands_1, fokastudio:glowshroom_valley/jellolands_2, fokastudio:prismarine_forest/coral_tree, fokastudio:prismarine_forest/tree_3, fokastudio:prismarine_forest/trees, fokastudio:snowy_warped_forest/cold_fungus, fokastudio:snowy_warped_forest/cold_warped_fungus, fokastudio:snowy_warped_forest/frozen_fungus, fokastudio:the_hallow/trees/oak, far_end:tundra/tree/crimson, far_end:tundra/tree/crimson_2, fokastudio:warped/big_oak, far_end:warped/tree/warped, fokastudio:wastes/tree]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
>> Errors in element minecraft:worldgen/density_function:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/density_function]: [fokastudio:end/depth, fokastudio:end/factor]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
>> Errors in element minecraft:worldgen/structure:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/structure]: [fokastudio:end/random_end_spike, fokastudio:end/return_gateway, fokastudio:end/shrine, towns_and_towers:exclusives/pillager_outpost_mediterranean, towns_and_towers:exclusives/pillager_outpost_tudor, towns_and_towers:exclusives/village_mediterranean, towns_and_towers:exclusives/village_swedish, towns_and_towers:exclusives/village_tudor, towns_and_towers:exclusives/village_wandering_trader_camp, towns_and_towers:mimic_desert, towns_and_towers:pillager_outpost_badlands, towns_and_towers:pillager_outpost_birch_forest, towns_and_towers:pillager_outpost_desert, towns_and_towers:pillager_outpost_flower_forest, towns_and_towers:pillager_outpost_forest, towns_and_towers:pillager_outpost_grove, towns_and_towers:pillager_outpost_jungle, towns_and_towers:pillager_outpost_meadow, towns_and_towers:pillager_outpost_old_growth_birch_forest, towns_and_towers:pillager_outpost_old_growth_taiga, towns_and_towers:pillager_outpost_savanna, towns_and_towers:pillager_outpost_snowy_plains, towns_and_towers:pillager_outpost_snowy_taiga, towns_and_towers:pillager_outpost_sparse_jungle, towns_and_towers:pillager_outpost_sunflower_plains, towns_and_towers:pillager_outpost_swamp, towns_and_towers:pillager_outpost_taiga, towns_and_towers:pillager_outpost_wooded_badlands, towns_and_towers:sailship_cold_ocean, towns_and_towers:sailship_deep_cold_ocean, towns_and_towers:sailship_deep_ocean, towns_and_towers:sailship_lukewarm_ocean, towns_and_towers:sailship_ocean, towns_and_towers:village_badlands, towns_and_towers:village_beach, towns_and_towers:village_flower_forest, towns_and_towers:village_forest, towns_and_towers:village_grove, towns_and_towers:village_jungle, towns_and_towers:village_meadow, towns_and_towers:village_old_growth_taiga, towns_and_towers:village_snowy_slopes, towns_and_towers:village_sparse_jungle, towns_and_towers:village_sunflower_plains, towns_and_towers:village_swamp, towns_and_towers:village_wooded_badlands]
	at net.minecraft.core.RegistryMaterials.l(RegistryMaterials.java:351)
	at net.minecraft.resources.RegistryDataLoader.b(RegistryDataLoader.java:74)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:70)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
> Errors in registry minecraft:worldgen/biome:
>> Errors in element far_end:amethyst_forest:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/amethyst_forest.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","category":"the_end","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":16636149,"water_color":15979007,"water_fog_color":329011,"grass_color":7289714,"foliage_color":14593535,"grass_color_modifier":"none","mood_sound":{"sound":"ambient.underwater.loop.additions.rare","tick_delay":300,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"ambient.underwater.loop.additions.ultra_rare","tick_chance":0.001},"particle":{"options":{"type":"dripping_obsidian_tear"},"probability":0.0035}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:vex","weight":100,"minCount":4,"maxCount":4},{"type":"minecraft:evoker","weight":1,"minCount":1,"maxCount":1},{"type":"minecraft:witch","weight":10,"minCount":4,"maxCount":4}]},"spawn_costs":{},"carvers":{"air":[]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:amethyst/island/calcite_bottom"],[],["far_end:amethyst/geode/amethyst","far_end:amethyst/rock/tuff"],[],[],[],[],[],[],["fokastudio:amethyst/trees","far_end:amethyst/vegetation/amethyst","far_end:amethyst/vegetation/hanging_amethyst","far_end:amethyst/vegetation/flower","far_end:amethyst/vegetation/patch_grass","far_end:amethyst/vegetation/patch_crying_obsidian"],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:ashfall_delta:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/ashfall_delta.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.9,"precipitation":"none","temperature_modifier":"none","category":"swamp","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":12638463,"water_color":15068927,"water_fog_color":12895439,"grass_color":14606046,"foliage_color":12763842,"ambient_sound":"minecraft:ambient.basalt_deltas.loop","mood_sound":{"sound":"minecraft:ambient.crimson_forest.mood","tick_delay":600,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"minecraft:ambient.basalt_deltas.additions","tick_chance":0.05},"particle":{"options":{"type":"white_ash"},"probability":0.05}},"spawners":{"monster":[{"type":"minecraft:guardian","weight":40,"minCount":4,"maxCount":4},{"type":"minecraft:wither_skeleton","weight":40,"minCount":4,"maxCount":4},{"type":"minecraft:skeleton","weight":40,"minCount":4,"maxCount":4},{"type":"minecraft:elder_guardian","weight":70,"maxCount":1,"minCount":1},{"type":"minecraft:guardian","weight":100,"maxCount":4,"minCount":4}],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:ash/island/basalt_bottom"],["far_end:ash/aquatic/lake"],[],["far_end:ash/aquatic/delta","far_end:ash/surface/grass_delta","fokastudio:ash/basalt_columns","fokastudio:ash/basalt_pillars"],[],["minecraft:basalt_blobs","far_end:ash/ore/ancient_debris"],[],["fokastudio:ash/patches","far_end:ash/vegetation/water/seagrass","far_end:ash/vegetation/water/sea_pickle","far_end:ash/vegetation/land/trees","far_end:ash/vegetation/land/wither_rose","fokastudio:ash/sculk_sensor","fokastudio:ash/waterlogged_sculk_sensor","fokastudio:ash/vegetation"],[],["fokastudio:ash/replace_blocks","fokastudio:ash/magma","fokastudio:ash/patch_soul_fire","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:blazing_dunes:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/blazing_dunes.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":0,"fog_color":1710618,"water_color":3881787,"water_fog_color":3026478,"grass_color":4342338,"foliage_color":2697513,"ambient_sound":"ambient.basalt_deltas.loop","mood_sound":{"sound":"ambient.crimson_forest.mood","tick_delay":6000,"block_search_extent":8,"offset":2},"additions_sound":{"sound":"ambient.soul_sand_valley.additions","tick_chance":0.005},"particle":{"options":{"type":"lava"},"probability":0.0005}},"spawners":{"monster":[{"type":"minecraft:blaze","weight":50,"minCount":1,"maxCount":3},{"type":"minecraft:piglin","weight":30,"minCount":3,"maxCount":4},{"type":"minecraft:magma_cube","weight":25,"minCount":3,"maxCount":3}],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:blazing_dunes/stalactite","fokastudio:blazing_dunes/columns"],["fokastudio:blazing_dunes/delta","fokastudio:blazing_dunes/basalt_columns"],["fokastudio:blazing_dunes/ores","fokastudio:blazing_dunes/lava_spring","fokastudio:blazing_dunes/patch_fire"],[],[],[],[],[],[],["fokastudio:blazing_dunes/replace_blocks","fokastudio:blazing_dunes/transition","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:chorus_fields:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/chorus_fields.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":0,"fog_color":10518688,"water_color":4159204,"water_fog_color":329011,"mood_sound":{"sound":"minecraft:ambient.cave","tick_delay":6000,"block_search_extent":8,"offset":2}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4}],"creature":[],"ambient":[],"axolotls":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{},"features":[[],[],[],[],[],[],[],[],[],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:chorus_jungle:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/chorus_jungle.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":6297194,"fog_color":4853627,"water_color":9462455,"water_fog_color":5192093,"grass_color":7945615,"foliage_color":6766727,"ambient_sound":"ambient.nether_wastes.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":700,"block_search_extent":8,"offset":2},"additions_sound":{"sound":"ambient.underwater.loop.additions.ultra_rare","tick_chance":0.003},"particle":{"options":{"type":"warped_spore"},"probability":0.015}},"spawners":{"monster":[{"type":"minecraft:creeper","weight":25,"minCount":2,"maxCount":3},{"type":"minecraft:enderman","weight":15,"minCount":4,"maxCount":4},{"type":"minecraft:spider","weight":30,"minCount":2,"maxCount":2}],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:wilds/island/hanging_leaves"],["fokastudio:chorus_jungle/patches"],[],[],[],[],[],[],["fokastudio:chorus_jungle/vines","fokastudio:shattered_end/leaves","fokastudio:chorus_jungle/trees","fokastudio:chorus_jungle/vegetation","minecraft:chorus_plant"],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element minecraft:end_barrens:
java.lang.IllegalStateException: Failed to parse minecraft:worldgen/biome/end_barrens.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"desert","effects":{"sky_color":0,"fog_color":16676606,"water_color":5261169,"water_fog_color":3156295,"grass_color":4994644,"foliage_color":5585503,"additions_sound":{"sound":"ambient.underwater.additions.rare","tick_chance":0.005},"mood_sound":{"sound":"minecraft:ambient.cave","tick_delay":400,"block_search_extent":8,"offset":2},"particle":{"options":{"type":"minecraft:ash"},"probability":0.0111}},"spawners":{"monster":[{"type":"minecraft:silverfish","weight":40,"minCount":7,"maxCount":7}],"creature":[],"ambient":[],"axolotls":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:barrens/hills","fokastudio:global/stalactite_1","fokastudio:barrens/stalactite","fokastudio:global/stalactite_2"],[],[],[],[],[],[],[],[],[],["fokastudio:shattered_end/bricks_scattered","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element minecraft:end_highlands:
java.lang.IllegalStateException: Failed to parse minecraft:worldgen/biome/end_highlands.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"forest","effects":{"sky_color":0,"fog_color":10518688,"water_color":4159204,"water_fog_color":329011,"grass_color":13198446,"foliage_color":14237542,"mood_sound":{"sound":"minecraft:block.amethyst_block.chime","tick_delay":100,"block_search_extent":8,"offset":2},"particle":{"options":{"type":"crimson_spore"},"probability":0.00125}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:hoglin","weight":10,"minCount":4,"maxCount":4}],"creature":[],"ambient":[],"axolotls":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2"],[],[],[],[],[],[],[],[],["fokastudio:highlands/patches","fokastudio:highlands/trees","fokastudio:highlands/chorus_plant"],["fokastudio:highlands/replace_blocks","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element minecraft:end_midlands:
java.lang.IllegalStateException: Failed to parse minecraft:worldgen/biome/end_midlands.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"plains","effects":{"sky_color":0,"fog_color":10518688,"water_color":6443678,"water_fog_color":3286873,"grass_color":7949456,"foliage_color":7090556,"mood_sound":{"sound":"minecraft:ambient.nether_wastes.mood","tick_delay":6000,"block_search_extent":8,"offset":2},"additions_sound":{"sound":"minecraft:ambient.crimson_forest.additions","tick_chance":0}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4}],"creature":[],"ambient":[],"axolotls":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2"],["fokastudio:midlands/obsidian"],["fokastudio:midlands/pile_cobblestone"],[],[],["fokastudio:midlands/patches","far_end:waste/chorus_plant"],[],["fokastudio:midlands/rocks"],[],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:end_wilds:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/end_wilds.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","temperature_modifier":"none","category":"desert","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":12638463,"water_color":10672615,"water_fog_color":6798273,"grass_color":16446345,"foliage_color":16772469,"ambient_sound":"ambient.warped_forest.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":300,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"ambient.soul_sand_valley.additions","tick_chance":0.05},"particle":{"options":{"type":"spore_blossom_air"},"probability":0.05}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:skeleton","weight":5,"minCount":4,"maxCount":4}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:wilds/island/hanging_leaves"],["far_end:wilds/surface/grassy_plain"],["far_end:wilds/geode/seed_of_life"],[],[],[],[],["far_end:wilds/vegetation/patch_chorus_flower","far_end:wilds/vegetation/patch_leaves","far_end:wilds/vegetation/trees","minecraft:patch_dead_bush","far_end:wilds/vegetation/chorus_plant"],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:ender_waste:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/ender_waste.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":0,"fog_color":10518688,"water_color":4159204,"water_fog_color":329011,"grass_color":4601422,"foliage_color":5191246,"mood_sound":{"sound":"minecraft:ambient.cave","tick_delay":4000,"block_search_extent":16,"offset":12},"particle":{"options":{"type":"ash"},"probability":0.004444}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":30,"minCount":1,"maxCount":2},{"type":"minecraft:silverfish","weight":6,"minCount":2,"maxCount":4}],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{"minecraft:enderman":{"energy_budget":0.12,"charge":1}},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2"],[],["fokastudio:wastes/shatter","fokastudio:wastes/patches"],["fokastudio:wastes/dead_tree","fokastudio:wastes/tree","far_end:waste/chorus_plant"],[],[],[],[],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:flesh_tundra:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/flesh_tundra.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","temperature_modifier":"none","category":"the_end","effects":{"sky_color":7907327,"fog_color":7667712,"water_color":16711680,"water_fog_color":16711680,"grass_color":12860219,"foliage_color":12860219,"ambient_sound":"ambient.warped_forest.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":800,"block_search_extent":12,"offset":150},"additions_sound":{"sound":"ambient.warped_forest.additions","tick_chance":0.0111},"particle":{"options":{"type":"crimson_spore"},"probability":0.05}},"spawners":{"monster":[{"type":"minecraft:silverfish","weight":40,"minCount":4,"maxCount":5},{"type":"minecraft:cave_spider","weight":50,"minCount":5,"maxCount":5},{"type":"minecraft:endermite","weight":20,"minCount":4,"maxCount":5},{"type":"minecraft:zombified_piglin","weight":30,"minCount":6,"maxCount":6}],"misc":[{"type":"minecraft:husk","weight":80,"minCount":4,"maxCount":5}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:tundra/surface/water","far_end:tundra/surface/water_2","far_end:tundra/island/island_bottom","fokastudio:tundra/stalactite"],["far_end:tundra/aquatic/lake","far_end:tundra/aquatic/delta"],["fokastudio:tundra/bone_column","minecraft:basalt_pillar"],[],[],[],["far_end:tundra/vegetation/bone_trees","far_end:tundra/vegetation/surface_plants","far_end:tundra/tree/crimson","far_end:tundra/tree/crimson_2","fokastudio:tundra/weeping_vines","fokastudio:tundra/bone_ceiling"],[],[],["fokastudio:shattered_end/bricks_scattered","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:frosted_hills:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/frosted_hills.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":-0.5,"downfall":0.4,"precipitation":"none","temperature_modifier":"frozen","category":"icy","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":12638463,"water_color":7515062,"water_fog_color":4420745,"grass_color":30592,"foliage_color":105867,"ambient_sound":"ambient.warped_forest.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":500,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"ambient.warped_forest.additions","tick_chance":0.01333},"particle":{"options":{"type":"snowflake"},"probability":0.005}},"spawners":{"monster":[{"type":"minecraft:stray","weight":40,"minCount":2,"maxCount":7},{"type":"minecraft:enderman","weight":15,"minCount":3,"maxCount":7}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:frosted_hills/hills","fokastudio:frosted_hills/icicle","fokastudio:frosted_hills/icicle_upwards"],[],[],[],[],[],[],[],[],["fokastudio:global/snowy/first_layer","fokastudio:global/snowy/second_layer","fokastudio:global/snowy/third_layer","fokastudio:global/snowy/freeze_layers"],["fokastudio:frosted_hills/ore_blue_ice","fokastudio:frosted_hills/ore_snow","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/glowshroom_valley.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","temperature_modifier":"none","category":"the_end","effects":{"sky_color":1975338,"fog_color":1451344,"water_color":4154283,"water_fog_color":3092340,"grass_color":3831201,"foliage_color":3501714,"ambient_sound":"minecraft:ambient.warped_forest.loop","mood_sound":{"sound":"minecraft:ambient.crimson_forest.mood","tick_delay":500,"block_search_extent":10,"offset":3},"additions_sound":{"sound":"minecraft:ambient.nether_wastes.additions","tick_chance":0.005},"particle":{"options":{"type":"glow_squid_ink"},"probability":0.0003}},"spawners":{"monster":[],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[{"type":"minecraft:glow_squid","weight":10,"minCount":1,"maxCount":1}],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:glowshroom_valley/glowstone"],["fokastudio:glowshroom_valley/lake"],[],[],[],[],["fokastudio:glowshroom_valley/patches","fokastudio:glowshroom_valley/glowshroom_1","fokastudio:glowshroom_valley/glowshroom_2","fokastudio:glowshroom_valley/glowshroom_3","fokastudio:glowshroom_valley/glowshroom_4","fokastudio:glowshroom_valley/glowshroom_5","fokastudio:glowshroom_valley/jellolands_1","fokastudio:glowshroom_valley/jellolands_2"],[],[],[],["fokastudio:glowshroom_valley/replace_blocks","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:prismarine_forest:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/prismarine_forest.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","category":"the_end","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":16636149,"water_color":15979007,"water_fog_color":329011,"grass_color":3892594,"foliage_color":11392511,"grass_color_modifier":"none","ambient_sound":"ambient.underwater.loop","mood_sound":{"sound":"ambient.underwater.loop.additions.rare","tick_delay":400,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"ambient.underwater.loop.additions.ultra_rare","tick_chance":0.01},"particle":{"options":{"type":"dripping_dripstone_water"},"probability":0.001}},"spawners":{"monster":[{"type":"minecraft:creeper","weight":1,"minCount":3,"maxCount":7}],"water_creature":[{"type":"minecraft:elder_guardian","weight":1,"minCount":1,"maxCount":1},{"type":"minecraft:tropical_fish","weight":200,"minCount":0,"maxCount":0},{"type":"minecraft:guardian","weight":20,"minCount":1,"maxCount":3}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:prismarine_forest/prismarine_bottom"],[],[],[],[],[],[],[],[],["fokastudio:prismarine_forest/trees","fokastudio:prismarine_forest/vegetation","fokastudio:prismarine_forest/grass","fokastudio:prismarine_forest/light"],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:shattered_end:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/shattered_end.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":7354006,"fog_color":5510782,"water_color":6707903,"water_fog_color":5000346,"grass_color":8417214,"foliage_color":7426223,"ambient_sound":"ambient.underwater.loop","mood_sound":{"sound":"ambient.soul_sand_valley.mood","tick_delay":350,"block_search_extent":8,"offset":1},"additions_sound":{"sound":"ambient.nether_wastes.additions","tick_chance":0.005},"particle":{"options":{"type":"dragon_breath"},"probability":0.0004}},"spawners":{"monster":[{"type":"minecraft:phantom","weight":30,"minCount":1,"maxCount":1},{"type":"minecraft:vex","weight":10,"minCount":1,"maxCount":1},{"type":"minecraft:enderman","weight":30,"minCount":1,"maxCount":1}],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","minecraft:end_island_decorated","fokastudio:shattered_end/holes","fokastudio:shattered_end/ceiling","fokastudio:shattered_end/shatter"],[],[],[],[],[],[],[],[],["minecraft:chorus_plant","fokastudio:shattered_end/leaves"],["fokastudio:shattered_end/bricks_scattered","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element minecraft:small_end_islands:
java.lang.IllegalStateException: Failed to parse minecraft:worldgen/biome/small_end_islands.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":7354006,"fog_color":5510782,"water_color":6707903,"water_fog_color":5000346,"grass_color":8417214,"foliage_color":7426223,"ambient_sound":"ambient.underwater.loop","mood_sound":{"sound":"ambient.soul_sand_valley.mood","tick_delay":350,"block_search_extent":8,"offset":1},"additions_sound":{"sound":"ambient.nether_wastes.additions","tick_chance":0.005},"particle":{"options":{"type":"dragon_breath"},"probability":0.0004}},"spawners":{"monster":[{"type":"minecraft:phantom","weight":30,"minCount":1,"maxCount":1},{"type":"minecraft:vex","weight":10,"minCount":1,"maxCount":1},{"type":"minecraft:enderman","weight":30,"minCount":1,"maxCount":1}],"creature":[],"ambient":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","minecraft:end_island_decorated","fokastudio:small_end_islands/ceiling"],[],[],[],[],[],[],[],[],["minecraft:chorus_plant","fokastudio:shattered_end/leaves"],["fokastudio:shattered_end/bricks_scattered","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:snowy_warped_forest:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/snowy_warped_forest.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":-0.5,"downfall":0.4,"precipitation":"none","temperature_modifier":"frozen","category":"icy","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":12638463,"water_color":8221366,"water_fog_color":5653385,"grass_color":30592,"foliage_color":105867,"ambient_sound":"ambient.warped_forest.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":500,"block_search_extent":10,"offset":100},"additions_sound":{"sound":"ambient.warped_forest.additions","tick_chance":0.01333},"particle":{"options":{"type":"warped_spore"},"probability":0.05}},"spawners":{},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:snowy_warped_forest/icicle"],[],[],[],["fokastudio:snowy_warped_forest/frozen_lava_lake","fokastudio:snowy_warped_forest/fungus"],[],[],[],[],["fokastudio:global/snowy/first_layer","fokastudio:global/snowy/second_layer","fokastudio:global/snowy/third_layer","fokastudio:global/snowy/freeze_layers"],["fokastudio:frosted_hills/ore_blue_ice","fokastudio:frosted_hills/ore_snow","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element minecraft:the_end:
java.lang.IllegalStateException: Failed to parse minecraft:worldgen/biome/the_end.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.5,"downfall":0.5,"precipitation":"none","category":"the_end","effects":{"sky_color":0,"fog_color":5177451,"water_color":6443678,"water_fog_color":3286873,"grass_color":8476263,"foliage_color":8408409,"ambient_sound":"ambient.nether_wastes.loop","mood_sound":{"sound":"minecraft:ambient.basalt_deltas.mood","tick_delay":600,"block_search_extent":8,"offset":2},"additions_sound":{"sound":"ambient.underwater.loop.additions.rare","tick_chance":0.0333},"particle":{"options":{"type":"portal"},"probability":0.02222}},"spawners":{"monster":[{"type":"minecraft:phantom","weight":15,"minCount":1,"maxCount":1},{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:silverfish","weight":10,"minCount":1,"maxCount":2}],"creature":[],"ambient":[],"axolotls":[],"underground_water_creature":[],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:the_end/hills","fokastudio:the_end/obsidian","fokastudio:wastes/shatter"],[],[],[],[],["fokastudio:the_end/patches","fokastudio:the_end/trees","fokastudio:the_end/chorus_plant","fokastudio:wastes/tree"],["fokastudio:the_end/ceiling"],[],[],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:structures/end/dungeon"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:the_hallow:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/biome/the_hallow.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.6,"downfall":0.6,"precipitation":"none","category":"forest","effects":{"sky_color":8049663,"fog_color":12638463,"water_color":16332781,"water_fog_color":12990969,"grass_color":5161443,"foliage_color":5219299,"mood_sound":{"sound":"block.amethyst_block.chime","tick_delay":900,"block_search_extent":6,"offset":2},"additions_sound":{"sound":"ambient.warped_forest.additions","tick_chance":0.001},"particle":{"options":{"type":"end_rod"},"probability":0.00083}},"spawners":{"monster":[{"type":"minecraft:spider","weight":100,"minCount":4,"maxCount":4},{"type":"minecraft:vex","weight":60,"minCount":1,"maxCount":3},{"type":"minecraft:zombie","weight":43,"minCount":4,"maxCount":4},{"type":"minecraft:husk","weight":43,"minCount":4,"maxCount":4},{"type":"minecraft:zombie_villager","weight":5,"minCount":1,"maxCount":1},{"type":"minecraft:skeleton","weight":50,"minCount":4,"maxCount":4},{"type":"minecraft:stray","weight":50,"minCount":4,"maxCount":4},{"type":"minecraft:creeper","weight":100,"minCount":4,"maxCount":4},{"type":"minecraft:slime","weight":100,"minCount":4,"maxCount":4},{"type":"minecraft:enderman","weight":10,"minCount":1,"maxCount":4},{"type":"minecraft:witch","weight":5,"minCount":1,"maxCount":1}],"creature":[{"type":"minecraft:sheep","weight":20,"minCount":4,"maxCount":4},{"type":"minecraft:pig","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:chicken","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:cow","weight":8,"minCount":4,"maxCount":4},{"type":"minecraft:horse","weight":10,"minCount":4,"maxCount":4}],"ambient":[{"type":"minecraft:bat","weight":10,"minCount":8,"maxCount":8}],"axolotls":[],"underground_water_creature":[{"type":"minecraft:glow_squid","weight":30,"minCount":4,"maxCount":6}],"water_creature":[],"water_ambient":[],"misc":[]},"spawn_costs":{},"carvers":{"air":["minecraft:cave","minecraft:cave_extra_underground","minecraft:canyon"]},"features":[["fokastudio:the_hallow/stalactite","fokastudio:the_hallow/crystals"],[],["minecraft:amethyst_geode"],["minecraft:monster_room"],[],[],["minecraft:ore_dirt","minecraft:ore_granite_upper","minecraft:ore_diorite_upper","minecraft:ore_andesite_upper"],[],["minecraft:spring_water","fokastudio:the_hallow/underground/crystals/crystal_down","fokastudio:the_hallow/underground/crystals/crystal_east","fokastudio:the_hallow/underground/crystals/crystal_north","fokastudio:the_hallow/underground/crystals/crystal_south","fokastudio:the_hallow/underground/crystals/crystal_up","fokastudio:the_hallow/underground/crystals/crystal_west"],["fokastudio:the_hallow/trees","minecraft:glow_lichen","fokastudio:the_hallow/flowers","fokastudio:the_hallow/grass","fokastudio:the_hallow/rock"],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds","fokastudio:the_hallow/calcite"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:the_nest:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/the_nest.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","category":"the_end","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":16636149,"water_color":5855577,"water_fog_color":3355443,"grass_color":8882055,"foliage_color":9079434,"grass_color_modifier":"none","ambient_sound":"ambient.basalt_deltas.loop","mood_sound":{"sound":"ambient.nether_wastes.mood","tick_delay":500,"block_search_extent":6,"offset":1},"additions_sound":{"sound":"ambient.crimson_forest.additions","tick_chance":0.0025},"particle":{"options":{"type":"minecraft:ash"},"probability":0.05}},"spawners":{"monster":[{"type":"minecraft:wither_skeleton","weight":50,"minCount":3,"maxCount":3},{"type":"minecraft:skeleton","weight":100,"minCount":4,"maxCount":4},{"type":"minecraft:silverfish","weight":30,"minCount":7,"maxCount":7}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","far_end:nest/island/end_stone_bottom","far_end:nest/hills/deepslate","far_end:nest/surface/tuff"],[],["far_end:general/dragon_egg"],[],[],[],[],["far_end:nest/vegetation/dead_corals"],[],["fokastudio:nest/replace_blocks","fokastudio:nest/transition","far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:void:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/void.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","category":"the_end","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":16636149,"water_color":4159204,"water_fog_color":329011,"grass_color_modifier":"none","music":{"sound":"music.end","min_delay":100,"max_delay":200,"replace_current_music":false}},"spawners":{"monster":[{"type":"minecraft:enderman","weight":10,"minCount":4,"maxCount":4}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[[],[],[],[],[],[],[],[],[],["far_end:general/end_spike/center","far_end:general/end_spike/ring"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:warped_marsh:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/biome/warped_marsh.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key has_precipitation in MapLike[{"temperature":0.8,"downfall":0.4,"precipitation":"none","temperature_modifier":"none","category":"swamp","creature_spawn_probability":0,"effects":{"sky_color":7907327,"fog_color":12638463,"water_color":10672615,"water_fog_color":6798273,"grass_color":117978,"foliage_color":56800,"ambient_sound":"ambient.warped_forest.loop","mood_sound":{"sound":"ambient.warped_forest.mood","tick_delay":400,"block_search_extent":4,"offset":100},"additions_sound":{"sound":"ambient.warped_forest.additions","tick_chance":0.0111},"particle":{"options":{"type":"warped_spore"},"probability":0.05}},"spawners":{"monster":[{"type":"minecraft:endermite","weight":10,"minCount":4,"maxCount":4},{"type":"minecraft:guardian","weight":30,"minCount":2,"maxCount":3},{"type":"minecraft:drowned","weight":50,"minCount":4,"maxCount":4}],"misc":[{"type":"minecraft:slime","weight":100,"minCount":4,"maxCount":4}]},"spawn_costs":{},"carvers":{"air":["far_end:surface_scar"]},"features":[["fokastudio:global/stalactite_1","fokastudio:global/stalactite_2","fokastudio:warped/patches","far_end:warped/aquatic/lake"],[],[],["far_end:warped/aquatic/delta","fokastudio:warped/spring","fokastudio:warped/deltas","fokastudio:warped/cave_vines_patch"],[],[],[],["far_end:warped/vegetation/grass/patch_grass","far_end:warped/vegetation/grass/patch_blue_orchid","far_end:warped/vegetation/grass/patch_warped_roots","far_end:warped/vegetation/grass/patch_nether_sprouts","far_end:warped/vegetation/water/sea_pickle","far_end:warped/vegetation/water/under_island_extra","far_end:warped/vegetation/water/pool"],["far_end:warped/tree/warped","fokastudio:warped/big_oak"],["far_end:general/end_spike/center","far_end:general/end_spike/ring","fokastudio:global/strongholds"]]}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
> Errors in registry minecraft:worldgen/configured_carver:
>> Errors in element far_end:surface_scar:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_carver/surface_scar.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable in MapLike[{"probability":0.1,"y":{"type":"minecraft:uniform","min_inclusive":{"above_bottom":20},"max_inclusive":{"below_top":0}},"yScale":{"type":"minecraft:uniform","value":{"min_inclusive":6,"max_exclusive":8}},"lava_level":{"absolute":-24},"debug_settings":{"debug_mode":false,"air_state":{"Name":"minecraft:oak_button","Properties":{"powered":"false","facing":"north","face":"wall"}},"water_state":{"Name":"minecraft:candle","Properties":{"waterlogged":"false","lit":"false","candles":"1"}},"lava_state":{"Name":"minecraft:orange_stained_glass"},"barrier_state":{"Name":"minecraft:glass"}},"vertical_rotation":{"type":"minecraft:uniform","value":{"min_inclusive":-0.125,"max_exclusive":0.125}},"shape":{"distance_factor":{"type":"minecraft:uniform","value":{"min_inclusive":0.5,"max_exclusive":1}},"thickness":{"type":"minecraft:uniform","value":{"min_inclusive":0,"max_exclusive":1}},"width_smoothness":6,"horizontal_radius_factor":{"type":"minecraft:uniform","value":{"min_inclusive":0.25,"max_exclusive":1}},"vertical_radius_default_factor":0,"vertical_radius_center_factor":5}}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
> Errors in registry minecraft:worldgen/configured_feature:
>> Errors in element far_end:amethyst/tree/purple:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/amethyst/tree/purple.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dark_oak_leaves","Properties":{"distance":"7","persistent":"true"}},"decor_state":{"Name":"minecraft:jungle_leaves","Properties":{"distance":"7","persistent":"true"}},"stem_state":{"Name":"minecraft:dark_oak_log","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:amethyst/tree/umbrella:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/amethyst/tree/umbrella.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:amethyst/tree_3:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/amethyst/tree_3.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:magenta_stained_glass"},"decor_state":{"Name":"minecraft:crying_obsidian"},"stem_state":{"Name":"minecraft:purple_stained_glass"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:amethyst/trees:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/amethyst/trees.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:ash/tree/basalt:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/ash/tree/basalt.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:chorus_jungle/big_tree:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/chorus_jungle/big_tree.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:chorus_jungle/jungle_tree:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/chorus_jungle/jungle_tree.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/glowshroom_1:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/glowshroom_1.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:light_blue_stained_glass"},"decor_state":{"Name":"minecraft:glowstone"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"valid_base_block":{"Name":"minecraft:light_blue_terracotta"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/glowshroom_2:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/glowshroom_2.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:light_gray_stained_glass"},"decor_state":{"Name":"minecraft:sea_lantern"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"valid_base_block":{"Name":"minecraft:white_terracotta"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/glowshroom_3:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/glowshroom_3.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:white_stained_glass"},"decor_state":{"Name":"minecraft:shroomlight"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"valid_base_block":{"Name":"minecraft:light_gray_terracotta"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/glowshroom_4:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/glowshroom_4.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:blue_stained_glass"},"decor_state":{"Name":"minecraft:shroomlight"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"valid_base_block":{"Name":"minecraft:blue_terracotta"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/glowshroom_5:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/glowshroom_5.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:cyan_stained_glass"},"decor_state":{"Name":"minecraft:shroomlight"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"valid_base_block":{"Name":"minecraft:cyan_terracotta"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/jellolands_1:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/jellolands_1.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:glowshroom_valley/jellolands_2:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/glowshroom_valley/jellolands_2.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:prismarine_forest/coral_tree:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/prismarine_forest/coral_tree.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dead_horn_coral_block"},"decor_state":{"Name":"minecraft:dead_horn_coral_block"},"stem_state":{"Name":"minecraft:dead_horn_coral_block"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":false}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dead_tube_coral_block"},"decor_state":{"Name":"minecraft:dead_tube_coral_block"},"stem_state":{"Name":"minecraft:dead_tube_coral_block"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":false}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dead_bubble_coral_block"},"decor_state":{"Name":"minecraft:dead_bubble_coral_block"},"stem_state":{"Name":"minecraft:dead_bubble_coral_block"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":false}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dead_fire_coral_block"},"decor_state":{"Name":"minecraft:dead_fire_coral_block"},"stem_state":{"Name":"minecraft:dead_fire_coral_block"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":false}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:dead_brain_coral_block"},"decor_state":{"Name":"minecraft:dead_brain_coral_block"},"stem_state":{"Name":"minecraft:dead_brain_coral_block"},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:prismarine_forest/tree_3:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/prismarine_forest/tree_3.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:prismarine"},"decor_state":{"Name":"minecraft:dark_prismarine"},"stem_state":{"Name":"minecraft:mushroom_stem","Properties":{"down":"false","east":"true","north":"true","south":"true","up":"false","west":"true"}},"valid_base_block":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:prismarine_forest/trees:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/prismarine_forest/trees.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:snowy_warped_forest/cold_fungus:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/snowy_warped_forest/cold_fungus.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:snow_block"},"decor_state":{"Name":"minecraft:air"},"stem_state":{"Name":"minecraft:stripped_warped_stem","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:warped_nylium"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:snowy_warped_forest/cold_warped_fungus:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/snowy_warped_forest/cold_warped_fungus.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:warped_wart_block"},"decor_state":{"Name":"minecraft:air"},"stem_state":{"Name":"minecraft:warped_stem","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:warped_nylium"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:snowy_warped_forest/frozen_fungus:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/snowy_warped_forest/frozen_fungus.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:ice"},"decor_state":{"Name":"minecraft:blue_ice"},"stem_state":{"Name":"minecraft:packed_ice"},"valid_base_block":{"Name":"minecraft:warped_nylium"},"planted":false}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:the_hallow/trees/oak:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/the_hallow/trees/oak.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:tundra/tree/crimson:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/tundra/tree/crimson.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:oak_leaves","Properties":{"distance":"7","persistent":"true"}},"decor_state":{"Name":"minecraft:jungle_leaves","Properties":{"distance":"7","persistent":"true"}},"stem_state":{"Name":"minecraft:bone_block","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:nether_wart_block"},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:tundra/tree/crimson_2:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/tundra/tree/crimson_2.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:red_mushroom_block","Properties":{"down":"true","east":"true","north":"true","south":"true","up":"true","west":"true"}},"decor_state":{"Name":"minecraft:jungle_leaves","Properties":{"distance":"7","persistent":"true"}},"stem_state":{"Name":"minecraft:bone_block","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:crimson_nylium"},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:warped/big_oak:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/warped/big_oak.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element far_end:warped/tree/warped:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/configured_feature/warped/tree/warped.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:warped_wart_block"},"decor_state":{"Name":"minecraft:air"},"stem_state":{"Name":"minecraft:warped_stem","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:moss_block"},"planted":true}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:warped_wart_block"},"decor_state":{"Name":"minecraft:shroomlight"},"stem_state":{"Name":"minecraft:warped_stem","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:moss_block"},"planted":true}]; No key replaceable_blocks in MapLike[{"hat_state":{"Name":"minecraft:warped_wart_block"},"decor_state":{"Name":"minecraft:sea_lantern"},"stem_state":{"Name":"minecraft:warped_stem","Properties":{"axis":"y"}},"valid_base_block":{"Name":"minecraft:moss_block"},"planted":true}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:wastes/tree:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/configured_feature/wastes/tree.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key probability in MapLike[{"type":"minecraft:leave_vine"}]
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
> Errors in registry minecraft:worldgen/density_function:
>> Errors in element fokastudio:end/depth:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/density_function/end/depth.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: minecraft:terrain_shaper_spline
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:end/factor:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/density_function/end/factor.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: minecraft:terrain_shaper_spline
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
>> Errors in element fokastudio:end/sloped_cheese:
java.lang.IllegalStateException: Failed to parse fokastudio:worldgen/density_function/end/sloped_cheese.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: minecraft:terrain_shaper_spline
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more
> Errors in registry minecraft:worldgen/noise_settings:
>> Errors in element far_end:far_end:
java.lang.IllegalStateException: Failed to parse far_end:worldgen/noise_settings/far_end.json from pack file/fokastudio-s-ender-expansion-v1-4a-e840.zip
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:152)
	at net.minecraft.resources.RegistryDataLoader$b.a(RegistryDataLoader.java:166)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:63)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:62)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:54)
	at net.minecraft.server.WorldLoader.b(WorldLoader.java:58)
	at net.minecraft.server.WorldLoader.a(WorldLoader.java:31)
	at net.minecraft.server.Main.lambda$main$1(Main.java:247)
	at net.minecraft.SystemUtils.a(SystemUtils.java:821)
	at net.minecraft.SystemUtils.c(SystemUtils.java:816)
	at net.minecraft.server.Main.main(Main.java:246)
	at org.bukkit.craftbukkit.Main.main(Main.java:316)
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.RuntimeException: No key spawn_target in MapLike[{"sea_level":-256,"disable_mob_generation":true,"aquifers_enabled":false,"ore_veins_enabled":false,"legacy_random_source":false,"default_block":{"Name":"minecraft:end_stone"},"default_fluid":{"Name":"minecraft:water","Properties":{"level":"0"}},"noise":{"min_y":0,"height":256,"size_horizontal":2,"size_vertical":4,"sampling":{"xz_scale":1.2,"y_scale":4,"xz_factor":400,"y_factor":150},"bottom_slide":{"target":-0.04,"size":7,"offset":0},"top_slide":{"target":-0.078125,"size":20,"offset":0},"terrain_shaper":{"offset":{"coordinate":"continents","points":[{"location":-1,"derivative":-0.1,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.9,"derivative":-0.2,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.8,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.7,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.6,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.6,"derivative":-0.1,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.4,"derivative":-0.2,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.3,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.2,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.055},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.15},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.155},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.25},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":-0.1,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":-0.1,"derivative":0,"value":-0.025},{"location":-0.2,"derivative":0,"value":-0.05},{"location":-0.3,"derivative":0,"value":-0.075},{"location":-0.4,"derivative":0,"value":-0.1},{"location":-0.5,"derivative":0,"value":-0.125},{"location":-0.6,"derivative":0,"value":-0.15},{"location":-0.7,"derivative":0,"value":-0.175},{"location":-0.8,"derivative":0,"value":-0.2},{"location":-0.9,"derivative":0,"value":-0.225},{"location":-1,"derivative":0,"value":-0.25}]}},{"location":0.1,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.2,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.3,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.4,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.5,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.6,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.7,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.8,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":0.9,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}},{"location":1,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.1},{"location":0.3,"derivative":0,"value":0.15},{"location":0.4,"derivative":0,"value":0.2},{"location":0.5,"derivative":0,"value":0.25},{"location":0.6,"derivative":0,"value":0.3},{"location":0.7,"derivative":0,"value":0.35},{"location":0.8,"derivative":0,"value":0.4},{"location":0.9,"derivative":0,"value":0.45},{"location":1,"derivative":0,"value":0.5}]}}]},"factor":{"coordinate":"continents","points":[{"location":0.1,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.2,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.3,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.4,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.5,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.6,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.7,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.8,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":0.9,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}},{"location":1,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":0.05},{"location":0.2,"derivative":0,"value":0.05},{"location":0.3,"derivative":0,"value":0.055},{"location":0.4,"derivative":0,"value":0.1},{"location":0.5,"derivative":0,"value":0.15},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.155},{"location":0.8,"derivative":0,"value":0.2},{"location":0.9,"derivative":0,"value":0.25},{"location":1,"derivative":0,"value":0.25}]}}]},"jaggedness":{"coordinate":"continents","points":[{"location":0.1,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.2,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.3,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.4,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.5,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.6,"derivative":0.1,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.7,"derivative":0.2,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.8,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":0.9,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}},{"location":1,"derivative":0,"value":{"coordinate":"erosion","points":[{"location":0.1,"derivative":0,"value":-0.1},{"location":0.2,"derivative":0,"value":-0.05},{"location":0.3,"derivative":0,"value":0},{"location":0.4,"derivative":0,"value":0.05},{"location":0.5,"derivative":0,"value":0.1},{"location":0.6,"derivative":0,"value":0.15},{"location":0.7,"derivative":0,"value":0.2},{"location":0.8,"derivative":0,"value":0.25},{"location":0.9,"derivative":0,"value":0.3},{"location":1,"derivative":0,"value":0.35}]}}]}}},"noise_router":{"barrier":0,"fluid_level_floodedness":0,"fluid_level_spread":0,"lava":0,"temperature":{"type":"minecraft:shifted_noise","noise":"fokastudio:end/temperature","xz_scale":0.25,"y_scale":0,"shift_x":"minecraft:shift_x","shift_y":0,"shift_z":"minecraft:shift_z"},"vegetation":{"type":"minecraft:shifted_noise","noise":"fokastudio:end/vegetation","xz_scale":0.25,"y_scale":0,"shift_x":"minecraft:shift_x","shift_y":0,"shift_z":"minecraft:shift_z"},"continents":"fokastudio:end/continents","erosion":"fokastudio:end/erosion","depth":"fokastudio:end/depth","ridges":"fokastudio:end/ridges","initial_density_without_jaggedness":{"type":"minecraft:noise","noise":"fokastudio:end/continentalness_smooth","xz_scale":0.3,"y_scale":0},"final_density":{"type":"minecraft:min","argument1":{"type":"minecraft:squeeze","argument":{"type":"minecraft:mul","argument1":0.233333,"argument2":{"type":"minecraft:interpolated","argument":{"type":"minecraft:blend_density","argument":{"type":"minecraft:slide","argument":"fokastudio:end/sloped_cheese"}}}}},"argument2":{"type":"minecraft:add","argument1":{"type":"minecraft:noise","noise":"fokastudio:end/continentalness","xz_scale":1.15,"y_scale":0.6},"argument2":{"type":"minecraft:add","argument1":{"type":"minecraft:noise","noise":"fokastudio:end/continentalness","xz_scale":0.7,"y_scale":0.1},"argument2":{"type":"minecraft:shifted_noise","noise":"fokastudio:end/erosion","xz_scale":1.2,"y_scale":0,"shift_x":"minecraft:shift_x","shift_y":-30,"shift_z":"minecraft:shift_z"}}}},"vein_toggle":0,"vein_ridged":0,"vein_gap":0},"surface_rule":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:blazing_dunes"]},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":0,"max_threshold":0.2},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:red_sand"}}},{"type":"minecraft:block","result_state":{"Name":"minecraft:red_sandstone"}}]}]}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":-0.2,"max_threshold":0.01},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:blackstone"}}}}]}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":0.2,"max_threshold":0.4},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":4,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:smooth_basalt"}}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":0.05,"max_threshold":0.5},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":3,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:netherrack"}}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":0.05,"max_threshold":1},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":2,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:magma_block"}}}}]}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:warped_marsh"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":2,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":-0.07,"max_threshold":0.05},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:warped_wart_block"}}},{"type":"minecraft:block","result_state":{"Name":"minecraft:moss_block"}}]}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:ashfall_delta"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":2,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:blackstone"}}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["minecraft:end_highlands","fokastudio:chorus_jungle","far_end:amethyst_forest","fokastudio:prismarine_forest","fokastudio:the_hallow"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:grass_block","Properties":{"snowy":"false"}}}},{"type":"minecraft:block","result_state":{"Name":"minecraft:dirt"}}]}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:flesh_tundra"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":2,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":-0.03,"max_threshold":0.02},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:basalt","Properties":{"axis":"y"}}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":-0.05,"max_threshold":0.04},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:smooth_basalt"}}}]}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:frosted_hills","fokastudio:snowy_warped_forest"]},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:surface","min_threshold":-0.11,"max_threshold":0.04},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:ice"}}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:powder_snow","min_threshold":0.45,"max_threshold":0.6},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:powder_snow"}}}}]}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:frosted_hills"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":5,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":2,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:snow_block"}}},{"type":"minecraft:block","result_state":{"Name":"minecraft:calcite"}}]}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:glowshroom_valley"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:bandlands"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:snowy_warped_forest"]},"then_run":{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":true,"secondary_depth_range":6},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:not","invert":{"type":"minecraft:noise_threshold","noise":"minecraft:netherrack","min_threshold":0.54,"max_threshold":1.7976931348623157e+308}},"then_run":{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:noise_threshold","noise":"minecraft:nether_wart","min_threshold":0.75,"max_threshold":1.7976931348623157},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:warped_wart_block"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:stone_depth","offset":0,"surface_type":"floor","add_surface_depth":false,"secondary_depth_range":0},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:warped_nylium"}}}]}},{"type":"minecraft:block","result_state":{"Name":"minecraft:netherrack"}}]}}},{"type":"minecraft:sequence","sequence":[{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:amethyst_forest","fokastudio:the_hallow"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:diorite"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:ashfall_delta"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:tuff"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["minecraft:end_highlands"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:granite"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["minecraft:end_highlands"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:granite"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["fokastudio:glowshroom_valley"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:blue_terracotta"}}},{"type":"minecraft:condition","if_true":{"type":"minecraft:biome","biome_is":["far_end:the_nest"]},"then_run":{"type":"minecraft:block","result_state":{"Name":"minecraft:basalt","Properties":{"axis":"y"}}}}]}]}}]; Unknown registry key in ResourceKey[minecraft:root / minecraft:worldgen/density_function_type]: minecraft:slide
	at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101)
	at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
	at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93)
	at net.minecraft.resources.RegistryDataLoader.a(RegistryDataLoader.java:148)
	... 14 more

[18:12:27] [ServerMain/WARN]: 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:278) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.Main.main(Main.java:316) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalStateException: Failed to load registries due to above errors
	at net.minecraft.resources.RegistryDataLoader.load(RegistryDataLoader.java:82) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.WorldLoader.loadLayer(WorldLoader.java:54) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.WorldLoader.loadAndReplaceLayer(WorldLoader.java:58) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.WorldLoader.load(WorldLoader.java:31) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.Main.lambda$main$1(Main.java:247) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.Util.blockUntilDone(Util.java:821) ~[?:?]
	at net.minecraft.Util.blockUntilDone(Util.java:816) ~[?:?]
	at net.minecraft.server.Main.main(Main.java:246) ~[paper-1.20.1.jar:git-Paper-97]
	... 3 more

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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