Started by
Nicolas_Charaba
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm creating a mod, "Extra Utilities 2" style, and I put things in it simulating the new update 1.16 (Netherite, Ancient Debris, etc.) and for extra, I created a 3d model of the supposed Netherite Golem, I imported it into the mc creator.
So far so good, but at the time of the game, I wanted it to be like Iron Golem and Wither, who put structure is placed to summon the mob. But I don't know how to do that, could someone help me?
For better contact, here is my discord: eulB # 4895
Edited by Nicolas_Charaba on Sun, 04/19/2020 - 21:42
You just have to check, when the player places a block, if it's a pumpkin.
If yes, you check for blocks at y-1, y-2, x-1;y-1 and x+1;y-1 (or z-1;y-1 and z+1;y-1)
If these blocks are all Netherite blocks, you replace the entire structure by air and you summon the entity.
Thanks, I will try to do that! anything contact again.
good, but how do I do that? I am very noob in this area of "procedure" at mc creator.
Then learn and don't try to make things to complicated for you.
You can use the blocks "if", the bloc "and", the block "block" (in Minecraft components) and the block "block at x, y, z" and the block "="
I'm sorry, but you would have prints, or videos, I honestly can't.
Do you know where i can get the "and" block?
you want golem to spawn structure or golem to be inside structure ?
Can someone send a screenshot please?
Found a video. Made my NorthWestTrees Gaming
https://www.youtube.com/watch?v=lRPbkDcsrQs
Thanks ! :D
Helpfull