The Hordes

The Hordes

8M Downloads

the code thinks is in 1.21.5 but im in 1.20.1

elmafuu opened this issue · 10 comments

commented

There appears to be a bug. When I try to spawn a custom entity with custom health, damage, or speed values, the code checks if the spawn command is compatible with the latest Minecraft version, which is 1.21.5. However, I'm playing on version 1.20.1, so I can't use more complex entity configurations.

Here's an example. The first command is for 1.20.1, and the second is intended for 1.21.5:

1.20.1 Command: summon zombie ~ ~ ~ {CustomName:'[{"text":"runner"}]',CustomNameVisible:1b,Attributes:[{Name:"generic.attack_speed",Base:4f},{Name:"generic.movement_speed",Base:0.6f},{Name:"generic.armor",Base:6f},{Name:"generic.attack_damage",Base:10f}],ArmorItems:[{id:iron_boots},{},{},{}]}
1.21.5 Command: /summon zombie ~ ~ ~ {CustomName:[{text:runner}],CustomNameVisible:1b,equipment:{feet:{id:iron_boots}},attributes:[{id:attack_speed,base:4f},{id:movement_speed,base:0.6f},{id:armor,base:6f},{id:attack_damage,base:10f}]}
The system initially reports that the 1.20.1 command "does not work," while it says the 1.21.5 command "works." However, in practice, the 1.20.1 command functions correctly, and the 1.21.5 command does not. In essence, the code is checking for compatibility with 1.21.5 regardless of the actual Minecraft version being used. help

commented

Where are you trying to put this?

What is the error it actually gives you?

commented

sorry the actual comman is minecraft:zombie{CustomName:'[{"text":"runner"}]',CustomNameVisible:1b,Attributes:[{Name:"generic.attack_speed",Base:4f},{Name:"generic.movement_speed",Base:0.6f},{Name:"generic.armor",Base:6f},{Name:"generic.attack_damage",Base:10f}],ArmorItems:[{id:iron_boots},{},{},{}]}-20-10-30, and is in the default preset of the waves .just puts the fallback preset and dosen't say error. i have check the wiki and it says that you have to put / before the " in the nbt, but i put it and then it gives an error, the error is just "failed to load default loading fallback", the error only appears if i put the / before in the nbt, if i dont do that it just dosen't say anything no error just dosen't work , here is the log when i dont put / "Trying to load common config
Trying to load client config
Config files are up to date, skipping data/asset generation
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 40, min day 0 and max day 20
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 3, min day 30 and max day 40
loaded horde table hordes:drowned
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 20, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 20 and max day 30
Loaded entity minecraft:spider as entity.minecraft.spider with weight 15, min day 20 and max day 30
Loaded entity minecraft:creeper as entity.minecraft.creeper with weight 5, min day 30 and max day 30
Loaded entity minecraft:husk as entity.minecraft.husk with weight 20, min day 30 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 40 and max day 50
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 10, min day 40 and max day 50
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 40 and max day 50
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombified_piglin as entity.minecraft.zombified_piglin with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 40 and max day 50
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 50 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 5, min day 50 and max day 50
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 50 and max day 50
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 5, min day 40 and max day 40
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 50
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 5, min day 50 and max day 50
Loaded entity minecraft:piglin_brute as entity.minecraft.piglin_brute with weight 10, min day 60 and max day 0
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 15, min day 60 and max day 0
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 5, min day 60 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 60 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 3, min day 60 and max day 0
loaded horde table hordes:mixed_mobs
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 15, min day 0 and max day 0
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 0 and max day 0
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 20 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 30 and max day 40
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 3, min day 40 and max day 40
Loaded entity minecraft:illusioner as entity.minecraft.illusioner with weight 5, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 0
loaded horde table hordes:illagers
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 20, min day 0 and max day 30
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 20 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 20 and max day 0
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 40 and max day 0
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 40 and max day 0
loaded horde table hordes:skeletons
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 30, min day 0 and max day 0
loaded horde table hordes:fallback
loaded horde script hordes:default"

here is the log when i put / "Trying to load common config
Trying to load client config
Config files are up to date, skipping data/asset generation
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 35, min day 0 and max day 20
Loaded entity minecraft:zombie_villager as entity.minecraft.zombie_villager with weight 1, min day 0 and max day 20
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 10 and max day 20
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 20, min day 10 and max day 30
Loaded entity minecraft:husk as entity.minecraft.husk with weight 40, min day 15 and max day 30
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 3, min day 25 and max day 40
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 6, min day 30 and max day 45
Loaded entity minecraft:zombified_piglin as entity.minecraft.zombified_piglin with weight 10, min day 45 and max day 55
Loaded entity minecraft:husk as entity.minecraft.husk with weight 25, min day 15 and max day 25
Failed to read config, null Expected value at position 480: ...6,"UUID":[<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected value at position 480: ...6,"UUID":[<--[HERE]
Error parsing nbt for entity minecraft:zombie{"CustomName":"[{"text":" zombie totamo lantern"}]","HasVisualFire":1,"PersistenceRequired":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.attack_damage","Base":12.0},{"Name":"generic.max_health","Base":80.0},{"Name":"generic.armor","Base":30.0},{"Name":"generic.movement_speed","Base":0.5}],"HandItems":[{"id":"wooden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":6,"UUID":[-12559,32445,4626,-64890],"Name":"1749422828504"}],"Unbreakable":1},"Count":1},{"id":"wooden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":6,"UUID":[-12559,32445,4626,-64890],"Name":"1749422828504"}],"Unbreakable":1},"Count":1}],"HandDropChances":[0.0,0.0],"ArmorItems":[{"id":"leather_boots","tag":{"Trim":{"pattern":"snout","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,29319,2719,-58638],"Name":"1749422692355"}],"Unbreakable":1},"Count":1},{"id":"leather_leggings","tag":{"Trim":{"pattern":"silence","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,25419,2719,-50838],"Name":"1749421735550"}],"Unbreakable":1},"Count":1},{"id":"leather_chestplate","tag":{"Trim":{"pattern":"silence","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,22719,2719,-45438],"Name":"1749421705231"}],"Unbreakable":1},"Count":1},{"id":"minecraft:player_head","tag":{"display":{"Name":"{"text":"Pumpkin","color":"gold","underlined":true,"bold":true,"italic":false}","Lore":["{"text":"Custom Head ID: 119008","color":"gray","italic":false}","{"text":"www.minecraft-heads.com","color":"blue","italic":false}"]},"SkullOwner":{"Id":[-942603988,-431598367,-1826594659,1490684063],"Properties":{"textures":[{"Value":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU2MmEwNzMyNTVmZDkwYjEyMzRlZTc1MmNkZThjZDI0YWFjMzliNDRjNjY0ZGRkMjRlZGI5ZmFkNmY3ZjYzZCJ9fX0="}]}}},"Count":1}],"ArmorDropChances":[0.0,0.0,0.0,0.0]}-8-40-60 Expected value at position 480: ...6,"UUID":[<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected value at position 480: ...6,"UUID":[<--[HERE]
Error adding entity minecraft:zombie null Entity hordes:default has weight value 12559,32445,4626, which is not a valid integer java.lang.Exception: Entity hordes:default has weight value 12559,32445,4626, which is not a valid integer
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.HordeSpawnTable.deserialize(HordeSpawnTable.java:123)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.apply(HordeTableLoader.java:41)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.m_5787_(HordeTableLoader.java:23)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:102)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:569)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 15, min day 35 and max day 55
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 15, min day 25 and max day 40
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 8, min day 50 and max day 70
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 15, min day 35 and max day 55
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 10, min day 40 and max day 60
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 10, min day 50 and max day 65
Failed to read config, null Expected value at position 915: ...0,"UUID":[<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected value at position 915: ...0,"UUID":[<--[HERE]
Error parsing nbt for entity minecraft:zoglin{"CustomName":"[{"text":"skinless zoglin"}]","ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":200.0},{"Name":"generic.max_health","Base":250.0},{"Name":"generic.armor_toughness","Base":40.0},{"Name":"generic.movement_speed","Base":0.5},{"Name":"generic.attack_damage","Base":20.0}],"Passengers":[{"id":"zombie","CustomName":"[{"text":"skinless zoglin jockey"}]","HasVisualFire":1,"PersistenceRequired":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":150.0},{"Name":"generic.attack_damage","Base":60.0},{"Name":"generic.armor_toughness","Base":25.0},{"Name":"generic.movement_speed","Base":0.4},{"Name":"generic.max_health","Base":180.0}],"HandItems":[{"id":"golden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":30,"UUID":[-12559,35945,4626,-71890],"Name":"1749426529556"}],"Unbreakable":1},"Count":1},{"id":"iron_hoe","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":17,"UUID":[-12559,42645,4626,-85290],"Name":"1749426604913"}],"Unbreakable":1},"Count":1}],"HandDropChances":[0.0,0.0],"ArmorItems":[{"id":"leather_boots","tag":{"Trim":{"pattern":"snout","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,58119,2719,-116238],"Name":"1749426256235"}],"Unbreakable":1},"Count":1},{"id":"leather_leggings","tag":{"Trim":{"pattern":"tide","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,56019,2719,-112038],"Name":"1749426237442"}],"Unbreakable":1},"Count":1},{"id":"leather_chestplate","tag":{"Trim":{"pattern":"raiser","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-12559,46719,2719,-93438],"Name":"1749426151143"}],"Unbreakable":1},"Count":1},{"id":"minecraft:player_head","tag":{"display":{"Name":"{"text":"Skinned Man","color":"gold","underlined":true,"bold":true,"italic":false}","Lore":["{"text":"Custom Head ID: 118962","color":"gray","italic":false}","{"text":"www.minecraft-heads.com","color":"blue","italic":false}"]},"SkullOwner":{"Id":[-1126757350,-1892786825,-1265950010,-1220395621],"Properties":{"textures":[{"Value":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWViOWU1NDQzZWFiYzQwZmQyMjc0OTI4NzM4YThjZGFhYTIyYmM3ZDgzZjA4Mjg2YTQwMDdjOTIzYWQxOTIxOSJ9fX0="}]}}},"Count":1}],"ArmorDropChances":[0.0,0.0,0.0,0.0],"Passengers":[{"id":"eye_of_ender"}]}]}-4-55-75 Expected value at position 915: ...0,"UUID":[<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected value at position 915: ...0,"UUID":[<--[HERE]
Error adding entity minecraft:zoglin null Entity hordes:default has weight value 12559,35945,4626, which is not a valid integer java.lang.Exception: Entity hordes:default has weight value 12559,35945,4626, which is not a valid integer
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.HordeSpawnTable.deserialize(HordeSpawnTable.java:123)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.apply(HordeTableLoader.java:41)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.m_5787_(HordeTableLoader.java:23)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:102)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:569)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 50 and max day 65
loaded horde table hordes:default
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 40, min day 0 and max day 20
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 3, min day 30 and max day 40
loaded horde table hordes:drowned
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 20, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 20 and max day 30
Loaded entity minecraft:spider as entity.minecraft.spider with weight 15, min day 20 and max day 30
Loaded entity minecraft:creeper as entity.minecraft.creeper with weight 5, min day 30 and max day 30
Loaded entity minecraft:husk as entity.minecraft.husk with weight 20, min day 30 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 40 and max day 50
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 10, min day 40 and max day 50
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 40 and max day 50
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombified_piglin as entity.minecraft.zombified_piglin with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 40 and max day 50
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 50 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 5, min day 50 and max day 50
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 50 and max day 50
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 5, min day 40 and max day 40
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 50
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 5, min day 50 and max day 50
Loaded entity minecraft:piglin_brute as entity.minecraft.piglin_brute with weight 10, min day 60 and max day 0
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 15, min day 60 and max day 0
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 5, min day 60 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 60 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 3, min day 60 and max day 0
loaded horde table hordes:mixed_mobs
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 15, min day 0 and max day 0
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 0 and max day 0
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 20 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 30 and max day 40
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 3, min day 40 and max day 40
Loaded entity minecraft:illusioner as entity.minecraft.illusioner with weight 5, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 0
loaded horde table hordes:illagers
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 20, min day 0 and max day 30
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 20 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 20 and max day 0
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 40 and max day 0
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 40 and max day 0
loaded horde table hordes:skeletons
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 30, min day 0 and max day 0
loaded horde table hordes:fallback
loaded horde script hordes:default" hope this helps :)

commented

The error it's giving is a formatting error, because there are speach marks making it invalid json.

I think one of the issues you were having was because you need to use backslashes, not forward slashes.

If the nbt definitely works in a command, and you've done that, only for the nbt, if it still doesn''t work can you send the file?

commented

another error of my, i put the \ in the code, forgot to put the corret slash in the message .if i put the backslashes the command in game dosen't work but in the code says it works in game no and gives the second log. sending the file with backslashes and the same file with no backslashes. the nbts of the second file work in a command the ones of the first file dont

firstdefault with backslashes.json

seconddefault with no backslashes.json

commented

Some of them have three in a row which would be read as the game as " instead of just the quotation mark.

The nbt won't be the same as commands completely, because it has to work within json files, of which any quotation mark in text without an excape character (in this case backslash) before it will break the formatting and be unable to be read by the game.

commented

i have made the change im opening minecraft to test here is the file

default with only one backslash.json

commented

it still dosen't work here is the log "Trying to load common config
Trying to load client config
Config files are up to date, skipping data/asset generation
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 35, min day 0 and max day 20
Loaded entity minecraft:zombie_villager as entity.minecraft.zombie_villager with weight 1, min day 0 and max day 20
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 10 and max day 20
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 20, min day 10 and max day 30
Loaded entity minecraft:husk as entity.minecraft.husk with weight 40, min day 15 and max day 30
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 3, min day 25 and max day 40
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 6, min day 30 and max day 45
Loaded entity minecraft:zombified_piglin as entity.minecraft.zombified_piglin with weight 10, min day 45 and max day 55
Loaded entity minecraft:husk as entity.minecraft.husk with weight 25, min day 15 and max day 25
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zombie{"CustomName":"[{"text":" zombie totamo lantern"}]","HasVisualFire":1,"PersistenceRequired":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.attack_damage","Base":12.0},{"Name":"generic.max_health","Base":80.0},{"Name":"generic.armor","Base":30.0},{"Name":"generic.movement_speed","Base":0.5}],"HandItems":[{"id":"wooden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":6,"UUID":[313174291,-1346013705,-1947171474,-1783465640],"Name":"1749422828504"}],"Unbreakable":1},"Count":1},{"id":"wooden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":6,"UUID":[-964774997,1079942845,-1171887812,846041409],"Name":"1749422828504"}],"Unbreakable":1},"Count":1}],"HandDropChances":[0.0,0.0],"ArmorItems":[{"id":"leather_boots","tag":{"Trim":{"pattern":"snout","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-1582350184,-1989859678,1380738651,-1051080426],"Name":"1749422692355"}],"Unbreakable":1},"Count":1},{"id":"leather_leggings","tag":{"Trim":{"pattern":"silence","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-1341969030,-1248429695,514331928,-1351988497],"Name":"1749421735550"}],"Unbreakable":1},"Count":1},{"id":"leather_chestplate","tag":{"Trim":{"pattern":"silence","material":"quartz"},"display":{"color":11272210},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[1119392575,1495538326,-1990984073,-1995367759],"Name":"1749421705231"}],"Unbreakable":1},"Count":1},{"id":"minecraft:player_head","tag":{"display":{"Name":"{"text":"Pumpkin","color":"gold","underlined":true,"bold":true,"italic":false}","Lore":["{"text":"Custom Head ID: 119008","color":"gray","italic":false}","{"text":"www.minecraft-heads.com","color":"blue","italic":false}"]},"SkullOwner":{"Id":[-942603988,-431598367,-1826594659,1490684063],"Properties":{"textures":[{"Value":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU2MmEwNzMyNTVmZDkwYjEyMzRlZTc1MmNkZThjZDI0YWFjMzliNDRjNjY0ZGRkMjRlZGI5ZmFkNmY3ZjYzZCJ9fX0="}]}}},"Count":1}],"ArmorDropChances":[0.0,0.0,0.0,0.0]}-8-40-60 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error adding entity minecraft:zombie null Entity hordes:default has weight value 1346013705, which is not a valid integer java.lang.Exception: Entity hordes:default has weight value 1346013705, which is not a valid integer
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.HordeSpawnTable.deserialize(HordeSpawnTable.java:123)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.apply(HordeTableLoader.java:41)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.m_5787_(HordeTableLoader.java:23)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:102)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:569)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 15, min day 35 and max day 55
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zombie{"CustomName":"[{"text":"runner"}]","Attributes":[{"Name":"generic.attack_speed","Base":4.0},{"Name":"generic.movement_speed","Base":0.5},{"Name":"generic.armor","Base":6.0}],"ArmorItems":[{"id":"iron_boots"},{},{},{}]}-15-25-40 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 15, min day 25 and max day 40
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 8, min day 50 and max day 70
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zoglin{"CustomName":"[{"text":"burning baby zoglin"}]","HasVisualFire":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":20.0},{"Name":"generic.movement_speed","Base":0.6},{"Name":"generic.max_health","Base":60.0},{"Name":"generic.attack_damage","Base":20.0}]}-15-35-55 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 15, min day 35 and max day 55
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zombie{"CustomName":"[{"text":"burner"}]","HasVisualFire":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":10.0},{"Name":"generic.movement_speed","Base":0.6},{"Name":"generic.max_health","Base":30.0},{"Name":"generic.attack_damage","Base":15.0}]}-10-40-60 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 10, min day 40 and max day 60
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zoglin{"CustomName":"[{"text":"burner zoglin"}]","HasVisualFire":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":30.0},{"Name":"generic.movement_speed","Base":0.5},{"Name":"generic.max_health","Base":80.0},{"Name":"generic.attack_damage","Base":30.0}]}-10-50-65 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 10, min day 50 and max day 65
Failed to read config, null Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error parsing nbt for entity minecraft:zoglin{"CustomName":"[{"text":"skinless zoglin"}]","ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":200.0},{"Name":"generic.max_health","Base":250.0},{"Name":"generic.armor_toughness","Base":40.0},{"Name":"generic.movement_speed","Base":0.5},{"Name":"generic.attack_damage","Base":20.0}],"Passengers":[{"id":"zombie","CustomName":"[{"text":"skinless zoglin jockey"}]","HasVisualFire":1,"PersistenceRequired":1,"ActiveEffects":[{"Id":7,"Duration":40,"Amplifier":255,"ShowParticles":0}],"Attributes":[{"Name":"generic.armor","Base":150.0},{"Name":"generic.attack_damage","Base":60.0},{"Name":"generic.armor_toughness","Base":25.0},{"Name":"generic.movement_speed","Base":0.4},{"Name":"generic.max_health","Base":180.0}],"HandItems":[{"id":"golden_sword","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":30,"UUID":[1797740730,-1366434937,-2029210303,-1103237228],"Name":"1749426529556"}],"Unbreakable":1},"Count":1},{"id":"iron_hoe","tag":{"AttributeModifiers":[{"AttributeName":"generic.attack_damage","Amount":17,"UUID":[-929401808,973222624,-1555274706,924370845],"Name":"1749426604913"}],"Unbreakable":1},"Count":1}],"HandDropChances":[0.0,0.0],"ArmorItems":[{"id":"leather_boots","tag":{"Trim":{"pattern":"snout","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-2133651048,259107099,-1646214354,-1383341425],"Name":"1749426256235"}],"Unbreakable":1},"Count":1},{"id":"leather_leggings","tag":{"Trim":{"pattern":"tide","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-911654652,2133145515,-1530073627,-2074788509],"Name":"1749426237442"}],"Unbreakable":1},"Count":1},{"id":"leather_chestplate","tag":{"Trim":{"pattern":"raiser","material":"redstone"},"display":{"color":5636096},"AttributeModifiers":[{"AttributeName":"generic.armor","Amount":5,"Slot":"chest","UUID":[-1830997505,-2026891682,-1813310107,873054886],"Name":"1749426151143"}],"Unbreakable":1},"Count":1},{"id":"minecraft:player_head","tag":{"display":{"Name":"{"text":"Skinned Man","color":"gold","underlined":true,"bold":true,"italic":false}","Lore":["{"text":"Custom Head ID: 118962","color":"gray","italic":false}","{"text":"www.minecraft-heads.com","color":"blue","italic":false}"]},"SkullOwner":{"Id":[-1126757350,-1892786825,-1265950010,-1220395621],"Properties":{"textures":[{"Value":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWViOWU1NDQzZWFiYzQwZmQyMjc0OTI4NzM4YThjZGFhYTIyYmM3ZDgzZjA4Mjg2YTQwMDdjOTIzYWQxOTIxOSJ9fX0="}]}}},"Count":1}],"ArmorDropChances":[0.0,0.0,0.0,0.0],"Passengers":[{"id":"eye_of_ender"}]}]}-4-55-75 Expected '}' at position 18: ...Name":"[{"<--[HERE] com.mojang.brigadier.exceptions.CommandSyntaxException: Expected '}' at position 18: ...Name":"[{"<--[HERE]
Error adding entity minecraft:zoglin null Entity hordes:default has weight value 1366434937, which is not a valid integer java.lang.Exception: Entity hordes:default has weight value 1366434937, which is not a valid integer
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.HordeSpawnTable.deserialize(HordeSpawnTable.java:123)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.apply(HordeTableLoader.java:41)
TRANSFORMER/[email protected]/net.smileycorp.hordes.hordeevent.data.HordeTableLoader.m_5787_(HordeTableLoader.java:23)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)
TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)
TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)
TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:102)
TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)
TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:569)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 50 and max day 65
loaded horde table hordes:default
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 40, min day 0 and max day 20
Loaded entity minecraft:drowned as entity.minecraft.drowned with weight 3, min day 30 and max day 40
loaded horde table hordes:drowned
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 20, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 20 and max day 30
Loaded entity minecraft:spider as entity.minecraft.spider with weight 15, min day 20 and max day 30
Loaded entity minecraft:creeper as entity.minecraft.creeper with weight 5, min day 30 and max day 30
Loaded entity minecraft:husk as entity.minecraft.husk with weight 20, min day 30 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 40 and max day 50
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 10, min day 40 and max day 50
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 40 and max day 50
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombified_piglin as entity.minecraft.zombified_piglin with weight 10, min day 40 and max day 50
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 3, min day 40 and max day 50
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 50 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 5, min day 50 and max day 50
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 50 and max day 50
Loaded entity minecraft:zoglin as entity.minecraft.zoglin with weight 5, min day 40 and max day 40
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 50
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 5, min day 50 and max day 50
Loaded entity minecraft:piglin_brute as entity.minecraft.piglin_brute with weight 10, min day 60 and max day 0
Loaded entity minecraft:cave_spider as entity.minecraft.cave_spider with weight 15, min day 60 and max day 0
Loaded entity minecraft:zombie_horse as entity.minecraft.zombie_horse with weight 5, min day 60 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 60 and max day 0
Loaded entity minecraft:phantom as entity.minecraft.phantom with weight 3, min day 60 and max day 0
loaded horde table hordes:mixed_mobs
Loaded entity minecraft:pillager as entity.minecraft.pillager with weight 15, min day 0 and max day 0
Loaded entity minecraft:vindicator as entity.minecraft.vindicator with weight 10, min day 0 and max day 0
Loaded entity minecraft:witch as entity.minecraft.witch with weight 5, min day 20 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 30 and max day 40
Loaded entity minecraft:evoker as entity.minecraft.evoker with weight 3, min day 40 and max day 40
Loaded entity minecraft:illusioner as entity.minecraft.illusioner with weight 5, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 3, min day 50 and max day 0
Loaded entity minecraft:ravager as entity.minecraft.ravager with weight 5, min day 50 and max day 0
loaded horde table hordes:illagers
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 10, min day 0 and max day 20
Loaded entity minecraft:skeleton as entity.minecraft.skeleton with weight 20, min day 0 and max day 30
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 20 and max day 50
Loaded entity minecraft:stray as entity.minecraft.stray with weight 10, min day 20 and max day 0
Loaded entity minecraft:wither_skeleton as entity.minecraft.wither_skeleton with weight 10, min day 40 and max day 0
Loaded entity minecraft:skeleton_horse as entity.minecraft.skeleton_horse with weight 5, min day 40 and max day 0
loaded horde table hordes:skeletons
Loaded entity minecraft:zombie as entity.minecraft.zombie with weight 30, min day 0 and max day 0
loaded horde table hordes:fallback
loaded horde script hordes:default
"

commented

Line 11, you have quotation marks where there shouldn't be any.

"minecraft:zombie{"CustomName":"[{

The one after the colon doesn't need to be there.

commented

wait, the file is wrong this should be good. and i dont see where the ":" is i have a ":" edit the \ dosen't appear in the text for some reason i have ": \ "

default.json

commented

if you put ":\ " with out spaces the \ dosen´t appear idk why