ideas I have for procedures

Started by GalaxyGamer251 on

Topic category: Feature requests and ideas for MCreator

Active 5 years ago
Joined Jul 2017
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
ideas I have for procedures

I'm trying to make a dimension mod and I found ideas that would make it a little easier. 

1. Under, "Affected by silk touch?", put ," affected by fortune?", 

2. This is to make it easier to make normal grass, Procedure,"Is 'select block' at x y z", also, "Is 'select block' between x1 y1 z1 and x2 y2 z2.

For the second one, if someone knows a longer chain of procedures that would act like that, could you please comment it.

Active 11 months ago
Joined Jun 2019
Points:
2605

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3319
you can already get block at…
Tue, 03/10/2020 - 02:31

you can already get block at x y z and getting block in x1 y1 z1 can be done with loops.

 

Active 11 months ago
Joined Jun 2019
Points:
2605

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3319
There is a 6*6*6 box…
Tue, 03/10/2020 - 02:32

There is a 6*6*6 box procedure template