You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
Created random dimension that happened to have STRUCTURE: minecraft:monument.
Once built in the dimension builder, errors appeared in console and the dimension did not generate the structure.
Errors look like this: [Server thread/ERROR] [minecraft/PrimaryLevelData]: WorldGenSettings: Element Reference{ResourceKey[minecraft:worldgen/configured_structure_feature / minecraft:monument]=net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature@13c8453e} is not valid in current registry set
Reproduced by creating test dimensions with the same dimlet.
Also tested for structure minecraft:village, that one did not cause errors and did generate (after some attempts, at least, not all worlds were suitable for village generation).
Steps to reproduce:
give yourself a structure dimlet for minecraft:monument ( /give @s rftoolsdim:structure_dimlet{name:"minecraft:monument"})
create a dimension with it
build it
errors should start popping up
Versions:
Minecraft: 1.18.2
Forge: 40.2.14
McJtyLib: 1.18-6.0.20
RFTools Base: 1.18-3.0.12
RFTools Dimensions: 1.18-8.0.10
The text was updated successfully, but these errors were encountered:
Issue description:
Created random dimension that happened to have STRUCTURE: minecraft:monument.
Once built in the dimension builder, errors appeared in console and the dimension did not generate the structure.
Errors look like this:
[Server thread/ERROR] [minecraft/PrimaryLevelData]: WorldGenSettings: Element Reference{ResourceKey[minecraft:worldgen/configured_structure_feature / minecraft:monument]=net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature@13c8453e} is not valid in current registry set
Reproduced by creating test dimensions with the same dimlet.
Also tested for structure minecraft:village, that one did not cause errors and did generate (after some attempts, at least, not all worlds were suitable for village generation).
Steps to reproduce:
/give @s rftoolsdim:structure_dimlet{name:"minecraft:monument"}
)Versions:
The text was updated successfully, but these errors were encountered: