Started by
Electro94
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod that, along with other things, changes how the wither spawns. Basically, instead of using four soul sand and three wither skulls, it replaces the center soul sand with a different block (like how it uses a command block in the middle for Minecraft Story Mode's wither storm). Is there any way to change the blocks/ order of blocks needed to spawn the wither in base MCreator? Or would I need a plugin? Or would I need to dig into the game's code? Thanks!
I know how to do that!
First, you need to make the center block an entity, and then use this code:
When doing this in-game, make sure the structure is built with your custom block in the center. I am using this code in my Wither Storm Mod, but I'm sharing it with others like you.
Optionally, if you want, you can make your own Wither Storm mod with this code I shared with you.