[Feature]: Coordinate support for the spawn boss command
DaddySpin opened this issue ยท 8 comments
Describe the bug you're experiencing
I want to be able to use the spawn boss command with a command/mcfunction, but it doesn't support coordinates.
Reproducability
running the command in a command block does nothing.
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.20.1
Modloader version
Forge
Logs and Datapacks
n/a
the mods commands are meant to test the bosses ingame, if you want to summon it specifically I'd suggest to use the vanilla summon command instead with nbt of a boss
can also use /execute positioned ~ ~ ~ run
e.g. with /data get entity @e[distance=..10, limit=1, type=!minecraft:player]
you can get the closest entities nbt
So if you grab the nbt and summon it with that will it still have the custom attacks?
ye, thats how the bosses are saved in world aswell, custom data on a normal entity
Seems to work. also heads up the execute command does not work in command blocks for the spawn boss command.
hm I might've used the player entity in the command ye, I'll check if I can avoid it