1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-12 23:35:58 +00:00

update readme, add overhaul resourcepack as submodule

This commit is contained in:
Merith-TK
2021-05-16 11:12:12 -07:00
parent 76e0507c3b
commit 9ae5636d41
161 changed files with 12 additions and 2 deletions

View File

@@ -134,7 +134,8 @@ public final class ComputerCraft implements ModInitializer {
init();
GenericSource.setup( () -> ServiceUtil.loadServices( GenericSource.class ));
FabricLoader.getInstance().getModContainer(MOD_ID).ifPresent(modContainer -> {
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier(MOD_ID, "programmer_art"), modContainer, ResourcePackActivationType.NORMAL);
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier(MOD_ID, "classic"), modContainer, ResourcePackActivationType.NORMAL);
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier(MOD_ID, "overhaul"), modContainer, ResourcePackActivationType.NORMAL);
});
}

Some files were not shown because too many files have changed in this diff Show More