split most fabric and quilt code into common project

This commit is contained in:
dfsek
2022-07-05 01:11:32 -07:00
parent 2edf365781
commit 5da26e2b53
33 changed files with 351 additions and 687 deletions
+2
View File
@@ -15,6 +15,8 @@ loom {
dependencies {
shadedApi(project(":common:implementation:base"))
compileOnly("net.fabricmc:sponge-mixin:${Versions.Fabric.mixin}")
modImplementation("net.fabricmc:fabric-loader:${Versions.Mod.fabricLoader}")
minecraft("com.mojang:minecraft:${Versions.Mod.minecraft}")