Skip to content

Commit

Permalink
chore: suppress deprecation screaming at me during compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 5, 2025
1 parent c2a1ee9 commit 516d074
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public SurfaceRuleLakeFeature(Codec<Config> p_66259_) {
super(p_66259_);
}

@SuppressWarnings("deprecation")
public boolean place(FeaturePlaceContext<Config> context) {
BlockPos blockpos = context.origin();
WorldGenLevel worldgenlevel = context.level();
Expand Down

0 comments on commit 516d074

Please sign in to comment.