#1.21.4 BUG

1 messages · Page 1 of 1 (latest)

humble cedar
#

Hello im getting error with one of my npc wich is a boat. Was fine on 1.21.1

humble cedar
#

and also my npcs were deleted :(

carmine island
#

That's because there is no CHEST_BOAT entity anymore. There's OAK_CHEST_BOAT, SPRUCE_CHEST_BOAT now.

#

Weird to hear your NPCs were deleted though, are you sure they're gone? Maybe they just didn't load because of this error.

#

Check if they're still in the npcs.yml file and let me know.

humble cedar
#

but not in game

carmine island
#

Rename CHEST_BOAT in the file to OAK_CHEST_BOAT and restart your server. Generally to make sure, edit the file while the server is off.

humble cedar
#

Oh wowie they work!

#

ALL work!!

carmine island
#

Alright great. We should probably migrate old id to new id somehow. Will ping @uneven thicket to let him know.

uneven thicket
#

Yeah but don't notice if someone switches Minecraft version

#

Well we could do something like

if (mcversion.equals("1.21.4))
  replace it

but would need to do that every single time

carmine island
#

yes that'd be annoying to maintain

#

But I think it's still reasonable to have this in case something is changed. Or at least make it so other NPCs are still loaded.