Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 4, 2024
1 parent 0727e69 commit ca5cc03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.1
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9

# Mod Properties
Expand All @@ -15,7 +15,7 @@ archives_base_name=buildbattle
# Dependencies

# check this on https://modmuss50.me/fabric.html
fabric_version=0.106.0+1.23.1
fabric_version=0.110.2+1.21.4

# check this on https://maven.nucleoid.xyz/xyz/nucleoid/plasmid/
plasmid_version=0.6.0-SNAPSHOT+1.21.3
plasmid_version=0.6.2+1.21.4
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private static void spawnParticleIfVisible(ServerPlayerEntity player, ParticleEf
}

world.spawnParticles(
player, effect, true,
player, effect, true, true,
x, y, z,
1,
0.0, 0.0, 0.0,
Expand Down

0 comments on commit ca5cc03

Please sign in to comment.