mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-25 13:11:30 -04:00
fix typo in precipitations
This commit is contained in:
parent
172651ce17
commit
71b7b75586
@ -28,7 +28,7 @@ object Generators {
|
||||
MenuTypeGenerator,
|
||||
SoundEventGenerator,
|
||||
BiomeCategoryGenerator,
|
||||
BiomePrecipationsGenerator,
|
||||
BiomePrecipitationsGenerator,
|
||||
FluidGenerator,
|
||||
|
||||
|
||||
|
@ -4,8 +4,8 @@ import com.google.gson.JsonObject
|
||||
import de.bixilon.pixlyzer.generator.Generator
|
||||
import net.minecraft.world.biome.Biome
|
||||
|
||||
object BiomePrecipationsGenerator : Generator(
|
||||
"biome_precipations"
|
||||
object BiomePrecipitationsGenerator : Generator(
|
||||
"biome_precipitations"
|
||||
) {
|
||||
override fun generate() {
|
||||
for (biomeCategory in Biome.Precipitation.values()) {
|
Loading…
x
Reference in New Issue
Block a user