feature after flora

This commit is contained in:
dfsek
2021-09-19 00:33:57 -07:00
parent 0366e2e33c
commit a2a8728203

View File

@@ -22,7 +22,7 @@ public class FeatureAddon extends TerraAddon {
main.getEventManager()
.getHandler(FunctionalEventHandler.class)
.register(this, ConfigPackPreLoadEvent.class)
.then(event -> event.getPack().registerConfigType(new FeatureConfigType(), "FEATURE", 2))
.then(event -> event.getPack().registerConfigType(new FeatureConfigType(), "FEATURE", 3))
.failThrough();
}
}