Started by
FanelLore
on
Topic category: Help with Minecraft modding (Java Edition)
Hey!
So I've been working on making a custom dimension that has unique caves. However, part of that would be hanging cave roots/grass. Is it possible to make hanging plants like what I have described? I have wondered the same thing for 1.14.4 style lanterns too, since I was hoping to do something similar to that as well. Another thing I'm not sure about is if it requires a procedure, where would I link that procedure?
Thanks in advance!
Edited by FanelLore on Sat, 01/02/2021 - 22:28
Try spawning a 1x1x1 structure with your plant, then in conditions check if block at x y-1 z is stone, or any solid block
(Also remember to create your plant as a Block not as a Plant because plants need ground to sustain)
I will try this, thank you!
coincidentally, I actually did have it as a plant xD
Hmm. I guess that this is beyond my expertise. I will attempt to try to get this right, will update.
Well, thanks for your help anyway :)
I'll continue experimentating with it. It just might mean that version 1 of my mod might not have hanging plants, that's all.
did u found out a way of adding the hanging plant?
Via structures, yes. Via procedures, no.