Skip to content

Commit b921288

Browse files
committed
fix: update to theurgy particle changes
Closes klikli-dev/theurgy#240
1 parent bd52a86 commit b921288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ almost_unified_version=0.5.0
5050
almost_unified_version_range=[0.5.0,)
5151
modonomicon_version=1.108.5
5252
modonomicon_version_range=[1.106.0,)
53-
theurgy_version=1.52.0
54-
theurgy_version_range=[1.47.1,)
53+
theurgy_version=1.58.5
54+
theurgy_version_range=[1.58.5,)
5555
per_viam_invenire_version_range=[0.1.57,)
5656
emi_version=1.1.14+1.21.1
5757
emi_version_range=[1.1.7+1.21,)

src/main/java/com/klikli_dev/occultism/integration/theurgy/TheurgyIntegration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected static void spawnDivinationResultParticle(BlockPos result, Level level
3737

3838
if (level.isLoaded(BlockPos.containing(to)) && level.isLoaded(BlockPos.containing(from)) && level.isClientSide) {
3939
FollowProjectile aoeProjectile = new FollowProjectile(level, from, to, 255, 25, 180, 0.25f);
40-
EntityUtil.spawnEntityClientSide(level, aoeProjectile);
40+
EntityUtil.spawnEntityClientSide(level, aoeProjectile, true);
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)