Included example packs into the mod

This commit is contained in:
Motschen
2021-02-08 11:50:15 +01:00
parent 6b6952b1e2
commit deea03b32f
13 changed files with 224 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
processResources {