Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Farmer-Markus committed Jul 19, 2024
1 parent 0a2d0dc commit e62cc0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.15.11

# Mod Properties
mod_version=1.1.0+mc1.20.0-4
mod_version=1.1.0+mc1.19
maven_group=me.sizableshrimp
archives_base_name=Mc122477Fix-fabric

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.83.0+1.20
fabric_version=0.58.0+1.19
10 changes: 5 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"SizableShrimp(creator), Farmer_Markus(compatibility with other MC versions)"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mc122477fix",
"sources": "https://github.com/RecursiveG/Mc122477Fix",
"issues": "https://github.com/RecursiveG/Mc122477Fix/issues"
"homepage": "https://modrinth.com/mod/mc122477fix-re-updated",
"sources": "https://github.com/Farmer-Markus/Mc122477Fix",
"issues": "https://github.com/Farmer-Markus/Mc122477Fix/issues"
},
"license": "MIT",
"icon": "assets/mc122477fix/icon.png",
Expand All @@ -24,8 +24,8 @@
"mc122477fix.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.18",
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": ">=1.20 <=1.20.4"
"minecraft": ">=1.19 <=1.19.4"
}
}

0 comments on commit e62cc0e

Please sign in to comment.