How to make working trees?

Started by Th3F4k3 on

Topic category: Help with modding (Java Edition)

Last seen on 22:25, 28. Jun 2020
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make working trees?

This is for my mod BetterFarmingMod which adds more crops and trees and well I am testing the creation of trees but I can't make them appear like the vanilla ones, How can I do that?, or I just leave it like how they are?.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make the trees a structure…
Sat, 09/14/2019 - 00:25

Make the trees a structure(Using structure blocks), make it spawn on grass, then make the sapling by:

1. Make a new plant

2. Make the tick update long(long enough for the sapling to turn into a tree)

3. procedure: Check if all the blocks you are supposed to place the tree in is air(To prevent players using your tree to break bedrock), then spawn schematic the tree you just made

4. Bind the procedure to the plant Tick update trigger.

All done!

Last seen on 22:25, 28. Jun 2020
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you so much  
Sat, 09/14/2019 - 01:48

thank you so much

 

Last seen on 22:25, 28. Jun 2020
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey, do you know how to make…
Sun, 09/15/2019 - 14:12

Hey, do you know how to make them randomly grow with bonemeal? and, How to make the tick speed long with a plant?

 

pls :/

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bonemeal procedure: check if…
Mon, 09/16/2019 - 09:28

Bonemeal procedure: check if the player is holding bonemeal, check for a random chance(In procedure templates), take away 1 bonemeal from inventory, set 5 particles (the green growth experience one), and put this inside the if statement(the random chance procedure is an if statement): spawn schematic:(the tree that you made). Remember to check for air here also :)

 

Last seen on 17:21, 1. Jan 2020
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do you make fruits for…
Mon, 12/09/2019 - 00:01

how do you make fruits for it

 

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you mean like vanilla…
Mon, 12/09/2019 - 01:35

Do you mean like vanilla apples or actual fruits like cocoa beans?

Last seen on 13:59, 19. May 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think they mean like a…
Sun, 08/23/2020 - 15:08

i think they mean like a chance of dropping food from leaves just like oak trees and apples

Last seen on 13:59, 19. May 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait does it require…
Mon, 08/24/2020 - 00:50

Wait does it require structures for the tree??

Last seen on 19:13, 24. May 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes
Mon, 08/24/2020 - 02:17

Yes

Last seen on 13:59, 19. May 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont use structures
Mon, 08/24/2020 - 04:08

i dont use structures

Last seen on 16:56, 21. Nov 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If I may ask, can you do a …
Sun, 11/15/2020 - 11:22

If I may ask, can you do a .ptpl file for easy use? @crispy_chips1234