More Minecarts and Rails

More Minecarts and Rails

7M Downloads

Glass Cactus turns into normal cactus

WenXin20 opened this issue ยท 5 comments

commented

Minecraft v1.16.5
Forge v36.1.24
More Minecarts v1.3.6

When testing the glass cactus feature on my server, it grew a normal cactus on top of it instead.

2021-06-06_23 33 02

commented

Should be fixed in the new patch.

commented

If I may interject, maybe the unregistered ConfiguredFeature reported by Blame has something to do with this error?

[076ๆœˆ2021 12:56:34.765] [Render thread/ERROR] [com.telepathicgrunt.blame.Blame/]: 
****************** Blame Report 1.16.5-3.2.2-forge ******************

 This ConfiguredFeature was found to be not registered. Look at the JSON info and try to
 find which mod it belongs to. Then go tell that mod owner to register their ConfiguredFeature
 as otherwise, it will break other mods or datapacks that registered their stuff.

 JSON info : {
  "config": {
    "feature": {
      "config": {
        "feature": {
          "config": {
            "can_replace": false,
            "project": false,
            "need_water": false,
            "xspread": 7,
            "yspread": 3,
            "zspread": 7,
            "whitelist": [],
            "blacklist": [],
            "tries": 2,
            "state_provider": {
              "state": {
                "Properties": {
                  "age": "0"
                },
                "Name": "moreminecarts:glass_cactus"
              },
              "type": "minecraft:simple_state_provider"
            },
            "block_placer": {
              "min_size": 1,
              "extra_size": 2,
              "type": "minecraft:column_placer"
            }
          },
          "type": "minecraft:random_patch"
        },
        "decorator": {
          "config": {
            "outer": {
              "config": {},
              "type": "minecraft:square"
            },
            "inner": {
              "config": {},
              "type": "minecraft:heightmap_spread_double"
            }
          },
          "type": "minecraft:decorated"
        }
      },
      "type": "minecraft:decorated"
    },
    "decorator": {
      "config": {
        "count": 2
      },
      "type": "minecraft:count"
    }
  },
  "type": "minecraft:decorated"
}

 Biome affected : [atum:limestone_crags, atum:dense_woods, atum:sparse_woods, minecraft:desert_lakes, byg:lush_red_desert, atum:limestone_mountains, minecraft:desert_hills,
                   byg:canyon_edge, atum:sand_hills, byg:dunes, atum:dried_river, atum:dead_oasis, byg:red_desert, byg:oasis,
                   atmospheric:rocky_dunes, atum:sand_plains, atmospheric:flourishing_dunes, minecraft:desert, atmospheric:petrified_dunes, atmospheric:rocky_dunes_hills, atum:oasis,
                   atmospheric:dunes, atmospheric:dunes_hills, atum:sand_dunes, byg:mojave_desert, byg:shrublands, byg:red_desert_dunes, byg:canyons]

[076ๆœˆ2021 12:56:34.794] [Render thread/ERROR] [com.telepathicgrunt.blame.Blame/]: 

-----------------------------------------------------------------------
****************** Blame Report 1.16.5-3.2.2-forge ******************

 This is an experimental report. It is suppose to automatically read
 the JSON of all the unregistered ConfiguredFeatures, ConfiguredStructures,
 and ConfiguredCarvers. Then does its best to collect the terms that seem to
 state whose mod the unregistered stuff belongs to.

Possible mods responsible for unregistered stuff:

moreminecarts:glass_cactus
commented

Huh, that's odd. I think I know what might be causing this, a patch will be available tomorrow.

commented

Thanks!

commented

That's unrelated, but also an issue. For the original question, try the new patch and see if it fixes the issue. I'm going to look into the ConfiguredFeature thing.