aurilisdev / Electrodynamics

Electrodynamics is a mod that brings realistic, world-based science and technology into Minecraft along with some other additions.
https://aurilis.dev/electrodynamics/
Other
72 stars 19 forks source link

[Bug] Sulfide/Sulfur Ore Gen #191

Closed Tellik closed 2 years ago

Tellik commented 2 years ago

Electrodynamics:oresulfur is not following ore gen rules.

S:default=tin:silver:lead:uraninite:thorianite:monazite:vanadinite:sulfur:niter:aluminum:chromite:rutile:halite:lepidolite:molybdenum:fluorite:sylvite -> oresToSpawn='tin:silver:lead:uraninite:thorianite:monazite:vanadinite:sulfur:niter:aluminum:chromite:rutile:halite:lepidolite:molybdenum:fluorite:sylvite' D:default=1.0 -> OREGENERATIONMULTIPLIER='0.0'

The rest of the ores seem to be behaving correctly.

From looking at the code, it looks like sulfur generates separately from the oregen, even though sulfur is identified in the ores to spawn.

aurilisdev commented 2 years ago

Fixed it now for 1.19.2 :)

Tellik commented 2 years ago

Any chance of it getting updated for 1.18 as well?