Started by
bananarang_mods
on
Topic category: User side tutorials
Hi users, this is a tutorial on how to make your own working sapling!
- Make a plant.
- Make a texture for the plant. (block texture)
- Force plant ticking? to true
- Make a structure for your tree.
- [+] Update tick procedure (sapling)
- if random 0,1 = 0.2 - then: Place structure at x y z: [Tree structure]
- Bone meal prodecure (optional): Make a procedure for your plant: When plant right clicked
- 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
- If the structure's stem isn't where the sapling was, use the Math blocks
- Now you have your own working sapling! :)
Edited by bananarang_mods on Tue, 09/01/2020 - 08:26
Nice tutorial!
Thx klemen :)
About a few weeks ago I tried to make a growing tree but I couldn’t figure out how to make the structure spawn at the right location. Thank you now I can make the trees look right
I mean after reading this I finally figured out how to make the tree structure place in the correct location
I like it. but i want to challenge myself to not use procedures. if i can't find out how. at least i got a backup.
;)
this tutorial needs procedures... its impossible to do without procedures
It isn't impossible for i found out how.
how would i make the tree spawn in right spot? you cant just say "use math blocks"
@potato1234_x
there's something called structure offset/s, and they can be used to change the "center point" of your structure, if you want to adjust where your structure will be generated. by default, the "spawn structure" procedure block is not able to spawn bigger structures (those bigger than 1x1x1) on the center, but they can be changed using the math operation blocks (+, -, *, /). and I believe there's no single and surefire method for every single structure; needless to say, structures can vary in size and shape. so I suggest messing with their values. try giving negative values to the x and z offsets (x = x pos. - a | z = z pos. - b | etc.) and attempt to find the perfect combination so as to make your structure spawn on the right spot. you'll eventually find it!
yes
Could this work for 2020.2?
sorry you may need to update to 2021.1 snapshot or 2020.5 for it to properly work
It didnt work