Item that place a block

Started by MGHaderZ on

Topic category: Help with MCreator software

Active 6 years ago
Joined Oct 2018
Points:
688

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Item that place a block

Hello, im making a bush mod, so i created the seed item procedure, but when i rightclick wuth this item doesnt add the block.
 

Here is my procedure, what i did wrong?

 

Active 6 years ago
Joined Oct 2018
Points:
676

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
the problem is this part…
Sun, 10/14/2018 - 18:11

place bush at x: x y: y z: 2

the problem is this part.

try replacing that [2] with a [z + 2]

Active 6 years ago
Joined Oct 2018
Points:
688

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
thank you :D
Mon, 10/15/2018 - 16:48

thank you :D