Glass Cactus turns into normal cactus
WenXin20 opened this issue ยท 5 comments
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
Huh, that's odd. I think I know what might be causing this, a patch will be available tomorrow.