Started by
The wolf
on
Topic category: Help with MCreator software
How do you make something that get placed like normal mincraft blocks? Because when i just use place block at x y z it REPLACES the block.
Topic category: Help with MCreator software
How do you make something that get placed like normal mincraft blocks? Because when i just use place block at x y z it REPLACES the block.
You don't need any procedures. Just make a normal block. Don't use "when right clicked on" or anything like that.
i need an ITEM that creates a block
You have to detect whether the block at x y+1 z is air then create the block at x y+1 z
this just places the block on top...
If I get you correct; You want to be holding an item that can spawn a (though procedure decided) block on the FACE of the random block you are selecting with your cursor.
Once (left/right) clicked while holding this item, you will then spawn the specified block on exactly that side of the face (at currently unspecified rotation)?
Has anyone come up with a procedure to accomplish this yet?