Creating a plant, again.

Started by ElMatixx636 on

Topic category: General discussion

Last seen on 20:43, 17. Jun 2017
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating a plant, again.
Thu, 04/13/2017 - 00:27 (edited)

I wan't to make a weath-like growing plant, but i don't know hot to do it, so i will be very happy if anyone help me ^-^

Thank you all for your time :)

Edited by ElMatixx636 on Thu, 04/13/2017 - 00:27
Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Elements
Thu, 04/13/2017 - 05:44

Elements
1- make a block (not growed), + another block for each stage of plant you want.
2- make the seeds
3-make the final drop
Planting
4- add an event to seeds: when item is right-clicked on block (is block x=k, y=j, z=i farmland) add block "not growed" at x=k y=j+1 z=i
5- use the box for making that the seeds can be dropped as grass seess
Growing
5- add a custom seed drop for each stage, except in the fully growed stage.
6-change the tick rate to a big number (I don't know the default tick rate of plants) in all the stages execept the fully growed stage.
7-add event for all stages (except the full growed one) :tick rate, add block and you set the block of the next stage
Final drop
8-with the events "when block destroyed " - - > "spawn gem", add that it drops seeds and final drop.

Remember that in MCreator 1.7.5 rightclick events are bugged

Hope it helped

Last seen on 06:03, 27. Feb 2024
Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Elements
Thu, 04/13/2017 - 14:39

The tick rate should be 400

Last seen on 20:43, 17. Jun 2017
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Elements
Thu, 04/13/2017 - 20:48

@#1 Thank you very much!!!!