Skip to content

Commit

Permalink
Fixed Soul Surge using surges from all the connected Soul bases
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Dec 16, 2023
1 parent ddbde10 commit efd6987
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.0.2

* Fixed Soul Surge using surges from all the connected Soul bases

# Version 1.0.1

* Added Soul Surges to the Cant Accelerate Tag

# Version 1.0.0

* Initial Release
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
minecraftVersion=1.20.1
modVersion=1.0.1
modVersion=1.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void serverTick(Level level, BlockPos pos, BlockState state, SoulSurgeBlo
if (soulTile instanceof SoulLaserBaseBlockEntity soulLaserBaseBlockEntity && soulLaserBaseBlockEntity.getSoulAmount() > 0) {
soulLaserBaseBlockEntity.useSoul();
tickingTime = ConfigSoulSurge.SOUL_TIME;
break;
}
}
}
Expand Down

0 comments on commit efd6987

Please sign in to comment.