Started by
drake_682
on
Topic category: Help with Minecraft modding (Java Edition)
so in the dripstone caves theres those massive pillars of dripstone blocks, unfortunately I can't seem to figure out a way to mimick them with a custom block, any help?
You could make a plant, make it look like dripstone and make it generate on stone to create a similar effect, although this can only be on the ground and cannot hang from the ceiling. (as far as I know)
I'm assuming you mean to the right of the mineshaft and that you want to avoid custom code.
Create a few basic pillar templates using structure blocks to act as the basis of a feature generation then within the blockly code for the feature, generate small amounts of randomness around your templates.