Started by
EnderKasra
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! in my mod I want to disable a block in a dimension, the block is nether portal lmao, i want it whenever its placed it get removed. how can I do that?
Create a procedure on world tick. Create an if statement to make sure the player is in the dimension and then use the remove block inside the if statement.