mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
getKey -> key
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public class FloraAddon implements AddonInitializer {
|
||||
.getHandler(FunctionalEventHandler.class)
|
||||
.register(addon, ConfigPackPreLoadEvent.class)
|
||||
.then(event -> {
|
||||
event.getPack().registerConfigType(new FloraConfigType(), addon.getKey("FLORA"), 2);
|
||||
event.getPack().registerConfigType(new FloraConfigType(), addon.key("FLORA"), 2);
|
||||
event.getPack().applyLoader(BlockLayer.class, BlockLayerTemplate::new);
|
||||
})
|
||||
.failThrough();
|
||||
|
||||
Reference in New Issue
Block a user