Tets application of surface rules
This commit is contained in:
parent
d09a3a06df
commit
699332600b
2 changed files with 15 additions and 2 deletions
|
@ -529,7 +529,7 @@ public class BCLBiomeBuilder {
|
|||
|
||||
final T res = biomeConstructor.apply(biomeID, builder.build());
|
||||
res.attachedStructures = structures;
|
||||
surfaceRules.forEach(s -> BiomeAPI.addSurfaceRule(BiomeAPI.getBiomeID(res.getBiome()), s));
|
||||
res.surfaceRules = surfaceRules;
|
||||
res.setFogDensity(fogDensity);
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue