Skip to content

Commit

Permalink
Fix terrablender LMAOOOOOOOOOOOOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
quat1024 committed Jan 2, 2024
1 parent 4bac1be commit 9d9779e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public TerrablenderUndergroundBiomeHandler() {
@LoadEvent
public void commonSetup(ZCommonSetup event) {
event.enqueueWork(() -> {
if(undergroundBiomeDescs.isEmpty() || GeneralConfig.terrablenderAddRegion)
if(undergroundBiomeDescs.isEmpty() || !GeneralConfig.terrablenderAddRegion)
return; // No need to register a region.

Regions.register(new Region(Quark.asResource("biome_provider"), RegionType.OVERWORLD, GeneralConfig.terrablenderRegionWeight) {
Expand Down

0 comments on commit 9d9779e

Please sign in to comment.