Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyholl committed Aug 16, 2023
1 parent f1fc804 commit 6304c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class StructureTemplateMixin {
method = "placeInWorld(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructurePlaceSettings;Lnet/minecraft/util/RandomSource;I)Z",
at = @At(value = "HEAD")
)
private void repurposedstructures_preventAutoWaterlogging(ServerLevelAccessor serverLevelAccessor, BlockPos blockPos1,
private void ars_nouveau_preventAutoWaterlogging(ServerLevelAccessor serverLevelAccessor, BlockPos blockPos1,
BlockPos blockPos2, StructurePlaceSettings structurePlaceSettings,
RandomSource random, int flag, CallbackInfoReturnable<Boolean> cir) {

Expand Down

0 comments on commit 6304c5b

Please sign in to comment.