[TUTORIAL] How to Make a Custom Sapling in 5-10 minutes (Step-by-Step)

Started by bananarang_mods on

Topic category: User side tutorials

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to Make a Custom Sapling in 5-10 minutes (Step-by-Step)
Tue, 09/01/2020 - 08:26 (edited)

Hi users, this is a tutorial on how to make your own working sapling!

  1. Make a plant.
  2. Make a texture for the plant. (block texture)
  3. Force plant ticking? to true
  4. Make a structure for your tree.
  5. [+] Update tick procedure (sapling)
  6. if random 0,1 = 0.2 - then: Place structure at x y z: [Tree structure]
  7. Bone meal prodecure (optional): Make a procedure for your plant: When plant right clicked
  8. If holding [Bone meal] then if random 0,1 = 0.3 - then Remove block at x y z  Place structure at x y z: Tree Structure
  9. If the structure's stem isn't where the sapling was, use the Math blocks
  10. Now you have your own working sapling! :)
Edited by bananarang_mods on Tue, 09/01/2020 - 08:26
Last seen on 23:05, 15. Jul 2022
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I do the "if holding…
Fri, 07/30/2021 - 14:15

How do I do the "if holding bone meal" part?

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Item in main hand] = [Bone…
Mon, 08/02/2021 - 22:35

[Item in main hand] = [Bone Meal]

[Item in off hand] = [Bone Meal]

Last seen on 20:43, 19. Jan 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why isn't this a wiki page?
Mon, 12/06/2021 - 17:32

why isn't this a wiki page?

Last seen on 22:24, 10. Feb 2023
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find the random…
Sun, 01/09/2022 - 06:34

I can't find the random blocks for step 6, where would those be?

Last seen on 03:52, 28. Jul 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does not work
Thu, 02/03/2022 - 22:57

Does not work

Last seen on 14:53, 11. Jul 2022
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i stop it from…
Mon, 06/20/2022 - 18:27

How do i stop it from breaking bedrock? on the nether roof?

Last seen on 21:18, 28. Sep 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I cannot find the "random"…
Wed, 08/17/2022 - 22:52

I cannot find the "random" tile

Last seen on 21:00, 3. Mar 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i find the place…
Sun, 09/25/2022 - 04:07

how do i find the place structure bloc?

 

Last seen on 19:18, 10. Jul 2023
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i really need a WORKING (i…
Fri, 10/21/2022 - 02:09

i really need a WORKING (i keep getting an error about level int int int player) procedure download for this please!

or some help

i can send screenshots

 

Last seen on 19:18, 10. Jul 2023
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
> Task :compileJava FAILEDC:…
Fri, 10/21/2022 - 02:11

> Task :compileJava FAILED
C:\Users\don't\MCreatorWorkspaces\no\src\main\java\net\mcreator\no\block\mysapling.java:73: error: method execute in class mysaplingPlantRightClickedProcedure cannot be applied to given types; mysaplingPlantRightClickedProcedure.execute(world, pos.getX(), pos.getY(), pos.getZ(), entity);
^
required: LevelAccessor,double,double,double,Entity,ItemStack
found: Level,int,int,int,Player
reason: actual and formal argument lists differ in length
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org

i censored everything you don't need to know- such as the name of my computer, the mod, or the sapling

Last seen on 17:09, 9. Jul 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wow I like it i made it…
Tue, 12/06/2022 - 02:05

Wow I like it i made it spawn where the sapling was and i made an autumn tree!

 

Last seen on 01:20, 3. Apr 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Do I Make Crystal Tree?
Tue, 01/10/2023 - 08:02

How Do I Make Crystal Tree?

Last seen on 09:53, 19. Mar 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm using 2022.3 It does…
Sun, 02/19/2023 - 23:44

I'm using 2022.3 It does work, and it helped quite a bit, I haven't tested the Bonemeal but the Grow Tick works very well! This just made my work a whole lot faster!

Last seen on 22:58, 1. Apr 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you show an example,…
Mon, 02/20/2023 - 03:16

can you show an example, because I tried it based on what you said and it no work.