Started by
kel5isgod
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I want to make a torch-like block, but i cannot figure out how to make it place with the model i created on the ground and the wall model i created on the walls?
Thanks!
Make a When Block Placed Event and add a Stack Event if !Block Is there and do Air. Then do Remove Block and after that Add Block and select the block with the side model.
What this will do is basicly detect if there is not air and then place the side torch there.
Hope that helped.
Oh, I forgot to say, you must make a specific block for each model.