This commit is contained in:
FarlanderCraft 2022-04-01 11:51:52 -04:00
parent 8209cac99c
commit 30d3f79627
3 changed files with 2 additions and 9 deletions

View File

@ -23,9 +23,6 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
processResources {

View File

@ -9,8 +9,5 @@ org.gradle.jvmargs=-Xmx1G
# Mod Properties
mod_version = 1.0.0
maven_group = com.example
archives_base_name = fabric-example-mod
# Dependencies
fabric_version=0.47.8+1.18.2
maven_group = eyeoh.geethoob.sudodistnat
archives_base_name = fpssharp

View File

@ -28,7 +28,6 @@
"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17"
},