Skip to content

Commit

Permalink
Update reach entity attributes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeDawn committed Feb 21, 2021
1 parent 1839f33 commit af0d9b4
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 158 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.sapphic"
version = "1.2.0+1.16"
version = "1.3.0+1.16"

java {
withSourcesJar()
Expand All @@ -34,7 +34,7 @@ dependencies {
implementation("org.jetbrains:annotations:20.1.0")
implementation("org.checkerframework:checker-qual:3.9.0")
modImplementation(include("net.fabricmc.fabric-api:fabric-resource-loader-v0:0.4.2+ca58154a7d")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:1.0.1")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:1.1.0")!!)
modRuntime("io.github.prospector:modmenu:1.14.13+build.22")
}

Expand Down

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions src/main/java/dev/sapphic/beacons/mixin/reach/ContainersMixin.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"minecraft": "1.16.x",
"fabricloader": ">=0.11.1",
"fabric-resource-loader-v0": ">=0.4.2",
"reach-entity-attributes": "1.0.1"
"reach-entity-attributes": ">=1.1.0"
},
"entrypoints": {
"main": [
Expand Down
7 changes: 1 addition & 6 deletions src/main/resources/mixins/beaconoverhaul/mixins.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
"BeaconMenuMixin",
"LivingEntityMixin",
"MobEffectAccessor",
"PlayerMixin",
"reach.AbstractContainerMenuMixin",
"reach.ChestBlockEntityMixin",
"reach.ContainersMixin",
"reach.EnderChestBlockEntityMixin",
"reach.ItemCombinerMenuMixin"
"PlayerMixin"
],
"refmap": "mixins/beaconoverhaul/refmap.json"
}

0 comments on commit af0d9b4

Please sign in to comment.