Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21.3 Final Touch Ups (Not complete) #188

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
final touch ups, should be ready for 1.8
CringeStar committed Dec 31, 2024
commit 89505f603a5715cc90971ffad56bc75c45d453b4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ library is distributed via [jitpack.io](https://jitpack.io/#CrimsonDawn45/Fabric

#### put this in gradle.properties
```properties
fabric_shield_lib_version=1.7.2-1.21.1
fabric_shield_lib_version=1.8.0-1.21.3
```

#### build.gradle under repositories just above dependencies
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ maven_group=com.github.crimsondawn45
archives_base_name=FabricShieldLib

# Dependencies
fabric_version=0.106.1+1.21.3
fabric_version=0.114.0+1.21.3
mod_menu_version=12.0.0-beta.1
midnightlib_version=1.5.8-fabric
midnightlib_version=1.6.4-fabric
mixinextras_version=0.4.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21 2024-08-17T22:36:15.9204123 Fabric Shield Lib/FabricShieldLibEnchantmentGenerator
// 1.21.3 2024-12-31T11:01:40.5595807 Fabric Shield Lib/FabricShieldLibEnchantmentGenerator
a315763c245701a58241df5b075f5208c35d3829 data\fabricshieldlib\enchantment\reflect.json
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
"CrimsonDawn45"
],
"contributors":[
"Rikka0w0",
"LegibleSleet827",
"CringeStar",
"Rikka0w0",
"RDKRACZ",
"Jamalam360",
"NLxDodge",
@@ -58,8 +58,8 @@
],
"depends": {
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": ">=1.20.5",
"fabric-api": "*",
"minecraft": ">=1.21.2",
"java": ">=17",
"mm":">=2.3"
}