Started by
ya017zan
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making an entity that spawns like an iron golem, wither or snow golem, you make a certain structure for it to spawn, everywhere i go it says global trigger (A block is placed) IF (Is (Get Block at x y z) the same block as [ur block of choice]) do (spawn entity), and it makes sense, but when i tried it and tested it in-game it never works, its just a heart block of some sort surrounded by brick blocks like a circle (blue is heart and red is bricks), here are some screenshots (the bricks dont look like bricks ik):
Edited by ya017zan on Sun, 01/19/2025 - 13:45
I figured it out, it works but the problem is the entity ONLY spawns when the last block you place is the heart, which is in the middle, i need to do it in some other way