Earth2Java [FORGE]

Earth2Java [FORGE]

21.3k Downloads

wrong biome name for pinkFootedPig in default config

calloatti opened this issue ยท 3 comments

commented

Target Version
Mod Loader: Fabric
Minecraft Version: 1.16.1
Mod Version: Earth2Java-1.1.0+1.16.1.jar

Describe the bug
config is wrong for "pinkFootedPig"

To Reproduce
open default config:

  "pinkFootedPig": {
    "weight": 10,
    "groupMin": 2,
    "groupMax": 4,
    "spawnBiomes": [
      "plains"
    ]

Expected behavior

"pinkFootedPig": {
   "weight": 10,
   "groupMin": 2,
   "groupMax": 4,
   "spawnBiomes": [
     "minecraft:plains"
   ]

commented

oh ok

commented

One question the Fabric "Biome Category" is just checking if the category string is part of the biome name?