Skip to content

Commit

Permalink
surveyor fix no way
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 4, 2024
1 parent bedaad7 commit 0e58664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Make sure to clear after release

Put changelog here:
-----------------
- Updated embedded FrozenLib.
- Likely fixed a duplication bug with the Surveyor.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ loader_version=0.16.0

# Mod Properties
mod_id = trailiertales
mod_version = 1.0.2
mod_version = 1.0.3
# protocol version must be changed after each update with dual env changes
protocol_version = 1
maven_group = net.frozenblock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ protected void onRemove(@NotNull BlockState state, Level level, BlockPos pos, @N
this.updateNeighborsInFront(level, pos, state.setValue(POWERED, false));
}
}
super.onRemove(state, level, pos, newState, movedByPiston);
}

@Override
Expand Down

0 comments on commit 0e58664

Please sign in to comment.