Skip to content

Commit

Permalink
Fix Log Spam
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Jul 11, 2024
1 parent bfb1391 commit ebc8f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 7.0.0
### 7.0.1

- Update to 1.21
- Fix log spam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class FarmBlockMixin {

@Inject(method = "fallOn", at = @At("HEAD"), cancellable = true)
public void onLandedUpon(Level level, BlockState blockState, BlockPos blockPos, Entity entity, float f, CallbackInfo ci) {
System.out.println("TrampleStopperMixin");
if (TrampleConfig.CONFIG.get().type().getFunction().apply(entity)) {
ci.cancel();
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=6.0.1
mod_version=7.0.1
maven_group=com.unrealdinnerbone
mod_name=TrampleStopper
mod_author=UnRealDinnerbone
Expand Down

0 comments on commit ebc8f89

Please sign in to comment.