Started by
FromisHush
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so that when a lightning strike happens near a block it turns into another block. How would I do this?
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so that when a lightning strike happens near a block it turns into another block. How would I do this?
just make an entity tick procedure, and if the entity is a lightning bolt, then check if the block below it is the block you want to change, and if it is, then replace the block below the lightning bolt with the block you want to change it to