Please, help with placing blocks in procedure system!

Started by FireWorks_CreepeR on

Topic category: Help with MCreator software

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please, help with placing blocks in procedure system!

I want to make trees in my mod but how to make the block be placed on for example y=j+1?

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the 'Biome' making…
Tue, 08/14/2018 - 19:13

Use the 'Biome' making feature, then make all the biome characteristics the same as the biome you want the trees in. Then do the custom tree thing.

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I mean when making a sapling…
Wed, 08/15/2018 - 08:18

I mean when making a sapling...

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you'll have to use…
Wed, 08/15/2018 - 13:01

I think you'll have to use variables 

You can make it that when right clicked with bonemeal it will change the variable by 1 or something

You should probably look it up

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok that makes sense but I…
Wed, 08/15/2018 - 19:16

Ok that makes sense but I didn't learn from it how to place block at y=j+1, for example!

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can put the + block in…
Thu, 08/16/2018 - 11:53

You can put the + block in the y coordinate.

so: place (your block) at X:x Y:(y+1) Z:z