Skip to content

Commit

Permalink
Update mod to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored and Patbox committed Dec 4, 2024
1 parent 047cdeb commit 6e99802
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation include('eu.pb4:polymer-core:0.10.2+1.21.3')
modImplementation include('eu.pb4:polymer-virtual-entity:0.10.2+1.21.3')
modImplementation include('eu.pb4:polymer-core:0.11.0+1.21.4-rc1')
modImplementation include('eu.pb4:polymer-virtual-entity:0.11.0+1.21.4-rc1')
modImplementation include('xyz.nucleoid:server-translations-api:2.4.0+1.21.2-rc1')
modImplementation include('xyz.nucleoid:fantasy:0.6.5+1.21.2')
modImplementation(include('me.lucko:fabric-permissions-api:0.3.2'))
modImplementation(include('me.lucko:fabric-permissions-api:0.3.3'))

modImplementation include('xyz.nucleoid:map-templates:0.2.1+1.21.3')
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static void spawnParticleIfVisible(ServerPlayerEntity player, ParticleEf
}

world.spawnParticles(
player, effect, true,
player, effect, false, true,
x, y, z,
1,
0.0, 0.0, 0.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"depends": {
"fabricloader": ">=0.9.1",
"fabric": "*",
"minecraft": ">=1.21.2-",
"minecraft": ">=1.21.4-",
"java": ">=21"
}
}

0 comments on commit 6e99802

Please sign in to comment.