Skip to content

Commit

Permalink
Merge pull request #188 from CringeStar/1.21.3
Browse files Browse the repository at this point in the history
1.21.3 Final Touch Ups (Not complete)
  • Loading branch information
CringeStar authored Jan 3, 2025
2 parents ef8c6fd + b447b24 commit 99cc16f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
include "maven.modrinth:midnightlib:${project.midnightlib_version}"

// Mixin Extras
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinextras_version}")))
// include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinextras_version}")))
}

processResources {
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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
mixinextras_version=0.4.1
midnightlib_version=1.6.4-fabric
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
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private boolean instanceOfShieldItem(boolean isVanillaShieldClass) {
@ModifyExpressionValue(
allow = 1,
require = 1,
method = "blockedByShield(Lnet/minecraft/entity/damage/DamageSource;)V",
method = "blockedByShield(Lnet/minecraft/entity/damage/DamageSource;)Z",
at = @At(value = "INVOKE", target = "Lnet/minecraft/item/ItemStack;getItem()Lnet/minecraft/item/Item;")
)
private Item instanceOfShieldItem(Item item) {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"CrimsonDawn45"
],
"contributors":[
"Rikka0w0",
"LegibleSleet827",
"CringeStar",
"Rikka0w0",
"RDKRACZ",
"Jamalam360",
"NLxDodge",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 99cc16f

Please sign in to comment.