How to make a placeable block/item

Started by The wolf on

Topic category: Help with MCreator software

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a placeable block/item

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.

 

 

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You don't need any…
Sun, 08/25/2019 - 01:08

You don't need any procedures. Just make a normal block. Don't use "when right clicked on" or anything like that.

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i need an ITEM that creates…
Sun, 08/25/2019 - 19:55

i need an ITEM that creates a block

Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to detect whether…
Sun, 08/25/2019 - 22:19

You have to detect whether the block at x y+1 z is air then create the block at x y+1 z

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this just places the block…
Mon, 09/02/2019 - 20:27

this just places the block on top...

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If I get you correct; You…
Wed, 09/04/2019 - 13:23

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)?

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Has anyone come up with a…
Sun, 06/14/2020 - 06:44

Has anyone come up with a procedure to accomplish this yet?