Started by
PartySpider_199
on
Topic category: Help with Minecraft modding (Java Edition)
so i've made some custom vines that resemble cave vines and weeping vines, the placement and properties work just fine, but i cant get them to actually generate in caves or on my custom huge fungi properly. I thought of making a number of structures of vines of different lengths since natural blocks dont tick. This is the code for a 3-block tall vine, it doesnt generate at all and im stuck. How can i make the feature spawn on the bottom of blocks?
this is what i was hoping for them to look like eventually when all the different vine heights are added:
Have you tried using this template?
omg how have i not seen this?? this is why i shouldnt procrastinate on updating mcreator huh. tysm! hope it will work this time
im having this same problem. when i use the template it just generates in the air. Did you ever solve it?
I did manage to solve it yes. Can you show me your procedure for it so maybe i can figure out what might be going wrong?
Hey, I've also been trying to get the Cave Vine Feature Template to actually generate in the world, and no matter what I do, it just doesn't. I've spent basically the entirety of my day trying to get this working.

I'm able to get the Cave Vine to appear with Commands, via /place feature, but it doesn't appear naturally in the world.
I genuinely have no clue what I'm doing wrong at this point.
The image you attached doesn't work... However I think I've had a similar issue before and I also never found a solution. Still, if you could get the image working it might help
the image in question
oh i see, thank you. i was on phone perhaps that was the issue
@KittensKitten In regards to the code not working, perhaps it's because you set the block position y offset to 2 instead of 1? For context, here's how i made mine