Fixed vines, added snow and bamboo plantain generation
1.14+
Solved bamboo generation as plantain
1.16+:
Weeping vines is now generating at the bottom of a block
Twisting vines is now generating from the top of a block up to the sky
Implemented snow generation on each custom biome configuration:
Code (YAML):
surface: # The snow will be placed on the surfaces. # > Plantains and flowers will be replaced by snow! # Look at the plantains.replace-snow property. snow: true
Code (YAML):
plantains: # By default, a plantain will be replaced by the snow layer. # If this property is set to true, this won't happen and the plantain # won't be replaced. replace-snow: true