Lava source blocks ignoring block source and spawning wherever
I-am-mimic opened this issue ยท 4 comments
OTG Plugin or Mod
- OTG Mod for Forge
- OTG Plugin for Spigot
OTG Version
- 1.12.2_v8_r1
- 1.12.2_v7_DEV_r26
- 1.12.2-v6
- 1.12.2-v5
- 1.11.2-v8
- 1.11.2-v9
- 1.10.2-v21
- 1.16.5-0.0.15
Forge or Spigot Versions
Forge 36.1.25
What other plugins are you running?
https://docs.google.com/document/d/18PodlrUTttVyKap7udTtCqoCHHPgzYw-ei2tTCbeLXk/edit?usp=sharing
Description
The Liquid is ignoring the block source settings and replacing blocks.
The biomes this is occuring in so far
https://hastebin.com/uqoyoyebep.apache
https://hastebin.com/fodalecila.apache
https://hastebin.com/ijevekecud.coffeescript
I did not expect lava source blocks to generate on surface
Steps to Reproduce
- In a bc file add the Liquid command
- Set the parameters and the block source
- If done the correctly the lava should spawn anywhere in height range it was programmed in.
After some more testing I found out that the lava was even spawning in biomes that don't have liquid set up.
Hey @fjdlafjld, there is a know issue with carvers for 0.0.15, causing them to fill up with lava and sometimes spawning lava at the surface. You can disable carvers via the worldconfig (RavinesEnabled:false / CavesEnabled: false). Also disable any other resources / settings that use lava to make sure it's the Liquid resource causing the problem. If it is, please share your biomeconfig settings.
Thanks for letting me know. So far disabling carvers and ravines has fixed the problem. Does this mean that if I want caves that I'm gonna need to use a cave gen mod?