options for ore spawn tiling; actual ore tile textures

This commit is contained in:
minjaesong
2023-10-27 13:21:29 +09:00
parent 19f1eb2278
commit ffac61fbc5
10 changed files with 66 additions and 14 deletions

View File

@@ -520,8 +520,9 @@ object ModMgr {
val freq = rec.get("freq").toDouble()
val power = rec.get("power").toDouble()
val scale = rec.get("scale").toDouble()
val tiling = rec.get("tiling")
Worldgen.registerOre(OregenParams(tile, freq, power, scale))
Worldgen.registerOre(OregenParams(tile, freq, power, scale, tiling))
}
}
catch (e: IOException) {