Unregistered Features
Moleculor opened this issue ยท 1 comments
Blame's spittin' out:
****************** Blame Report 1.7.4 ******************
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": {},
"type": "pamhc2trees:apple_worldgen"
},
"decorator": {
"config": {
"count": 100,
"extra_chance": 0.0,
"extra_count": 0
},
"type": "minecraft:count_extra"
}
},
"type": "minecraft:decorated"
},
"decorator": {
"config": {
"outer": {
"config": {},
"type": "minecraft:square"
},
"inner": {
"config": {},
"type": "minecraft:heightmap"
}
},
"type": "minecraft:decorated"
}
},
"type": "minecraft:decorated"
}
Biome affected : [minecraft:giant_tree_taiga_hills, byg:zelkova_forest, minecraft:taiga, minecraft:taiga_hills, minecraft:wooded_mountains, minecraft:jungle_edge, minecraft:giant_tree_taiga,
byg:jacaranda_forest, minecraft:dark_forest, byg:seasonal_forest, minecraft:jungle_hills, byg:evergreen_taiga, minecraft:forest, minecraft:giant_spruce_taiga,
byg:aspen_forest, byg:dead_sea, byg:ancient_forest, minecraft:flower_forest, byg:seasonal_birch_forest, byg:guiana_shield, byg:enchanted_forest,
byg:seasonal_taiga, byg:weeping_witch_forest, minecraft:wooded_hills, byg:cherry_blossom_forest, byg:glowshroom_bayou, minecraft:bamboo_jungle_hills, byg:seasonal_deciduous_forest,
byg:mangrove_marshes, byg:the_black_forest, minecraft:tall_birch_forest, byg:maple_taiga, byg:bayou, minecraft:dark_forest_hills, byg:woodlands,
minecraft:birch_forest_hills, byg:ebony_woods, minecraft:taiga_mountains, byg:red_oak_forest, minecraft:modified_jungle_edge, minecraft:giant_spruce_taiga_hills, byg:great_lakes,
minecraft:swamp_hills, byg:boreal_forest, minecraft:birch_forest, byg:deciduous_forest, minecraft:mountains, byg:cika_woods, byg:orchard,
byg:redwood_tropics, byg:blue_taiga, byg:coniferous_forest, minecraft:tall_birch_hills]
[18Dec2020 17:49:49.262] [Render thread/ERROR] [com.telepathicgrunt.blame.Blame/]:
-----------------------------------------------------------------------
****************** Blame Report 1.7.4 ******************
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:
create:copper_ore
create:zinc_ore
pamhc2trees:almond_worldgen
pamhc2trees:apple_worldgen
pamhc2trees:apricot_worldgen
pamhc2trees:avocado_worldgen
pamhc2trees:banana_worldgen
pamhc2trees:breadfruit_worldgen
pamhc2trees:candlenut_worldgen
pamhc2trees:cashew_worldgen
pamhc2trees:cherry_worldgen
pamhc2trees:chestnut_worldgen
pamhc2trees:cinnamon_worldgen
pamhc2trees:coconut_worldgen
pamhc2trees:date_worldgen
pamhc2trees:dragonfruit_worldgen
pamhc2trees:durian_worldgen
pamhc2trees:fig_worldgen
pamhc2trees:gooseberry_worldgen
pamhc2trees:grapefruit_worldgen
pamhc2trees:guava_worldgen
pamhc2trees:hazelnut_worldgen
pamhc2trees:jackfruit_worldgen
pamhc2trees:lemon_worldgen
pamhc2trees:lime_worldgen
pamhc2trees:lychee_worldgen
pamhc2trees:mango_worldgen
pamhc2trees:maple_worldgen
pamhc2trees:nutmeg_worldgen
pamhc2trees:olive_worldgen
pamhc2trees:orange_worldgen
pamhc2trees:papaya_worldgen
pamhc2trees:paperbark_worldgen
pamhc2trees:passionfruit_worldgen
pamhc2trees:pawpaw_worldgen
pamhc2trees:peach_worldgen
pamhc2trees:pear_worldgen
pamhc2trees:pecan_worldgen
pamhc2trees:peppercorn_worldgen
pamhc2trees:persimmon_worldgen
pamhc2trees:pinenut_worldgen
pamhc2trees:pistachio_worldgen
pamhc2trees:plum_worldgen
pamhc2trees:pomegranate_worldgen
pamhc2trees:rambutan_worldgen
pamhc2trees:soursop_worldgen
pamhc2trees:starfruit_worldgen
pamhc2trees:tamarind_worldgen
pamhc2trees:vanillabean_worldgen
pamhc2trees:walnut_worldgen
tetra:block_geode
tetra:feature
-----------------------------------------------------------------------
(That's only a partial log, but you can assume that every tree in that list has another entry like the one at the top and likely be right?)
I've been told that this can silently break other world generation from other mods? Or so I understand? And that a fix for plants was provided here: MatrexsVigil/phc2crops#18 and could probably just be copied over for the trees and work?
Or so I've been lead to believe? I really don't know much about this stuff, but I figured I'd give y'all a heads up.
This issue has utterly obliterated/broken The Undergarden in one world I have. This area should be filled with plants. Removing Pam's Trees fixes the issue (in new worlds) but old worlds are apparently permanently broken.
I can't guarantee that you could replicate this exact issue with The Undergarden yourself, since it all comes down to what random order mods are all loaded in, I think.
But I can tell you that if I have both Pam's Trees and Undergarden loaded in this pack and create a new world, Undergarden gets no vegetation. If I remove Trees and create a new world, it has vegetation. If I then put Trees back and create a new world, Undergarden has no vegetation.