Jump to content

[1.19.3] How to replace tree with another structure on sapling growth?


CCPMAC

Recommended Posts

if it's your sapling block that there is no problem - because for the player, sapling is something that looks like a sapling and grows into something. so, in block ticks (random 1/minute ticks, do not make a ticking block entity), when it's time to grow to final stage, just pop the structure from the external file. the block need not be a sapling (in terms of extending vanilla blocks) at all.

Link to comment
Share on other sites

6 hours ago, MFMods said:

if it's your sapling block that there is no problem - because for the player, sapling is something that looks like a sapling and grows into something. so, in block ticks (random 1/minute ticks, do not make a ticking block entity), when it's time to grow to final stage, just pop the structure from the external file. the block need not be a sapling (in terms of extending vanilla blocks) at all.

So how do I actually pop the structure?

Link to comment
Share on other sites

47 minutes ago, MFMods said:

I've examined the source code of many minecraft mods and the game itself and nothing has made it any clearer on how to place a structure into a world. For this one, I look through the command class and can't tell what's doing the summoning

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.