mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 22:15:08 +01:00
@@ -13,7 +13,7 @@ public class CullLeavesClientFabric implements ClientModInitializer {
|
||||
public void onInitializeClient() {
|
||||
MidnightConfig.init("cullleaves", CullLeavesConfig.class);
|
||||
FabricLoader.getInstance().getModContainer("cullleaves").ifPresent(modContainer -> {
|
||||
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("cullleaves:smartleaves"), modContainer, ResourcePackActivationType.NORMAL);
|
||||
ResourceManagerHelper.registerBuiltinResourcePack(Identifier.of("cullleaves:smartleaves"), modContainer, ResourcePackActivationType.NORMAL);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user