Skip to content

Commit

Permalink
Update to 1.21.44
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 14, 2024
1 parent 9dfab5e commit 11a5115
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
modImplementation include('xyz.nucleoid:stimuli:0.5.0+1.21.3')

modCompileOnly "dev.gegy:player-roles-api:1.6.13"
modCompileOnly "me.lucko:fabric-permissions-api:0.3.2"
modCompileOnly "me.lucko:fabric-permissions-api:0.3.3"
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9

#Dependencies
fabric_version=0.107.0+1.21.3
fabric_version=0.110.5+1.21.4

# Mod Properties
mod_version=0.3.10
mod_version=0.3.11
maven_group=xyz.nucleoid
archives_base_name=leukocyte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import net.minecraft.server.network.ServerPlayerEntity;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Unique;
import xyz.nucleoid.leukocyte.shape.ProtectionShape;
import xyz.nucleoid.leukocyte.shape.ShapeBuilder;

Expand All @@ -10,6 +11,7 @@

@Mixin(ServerPlayerEntity.class)
public class ServerPlayerEntityMixin implements ShapeBuilder {
@Unique
private List<ProtectionShape> shapes;

@Override
Expand Down

0 comments on commit 11a5115

Please sign in to comment.