Fixed typo in calculateBlendResult (#3250)

This commit is contained in:
mschae23 2022-07-18 20:00:26 +02:00 committed by GitHub
parent f181f8b226
commit 835ed46274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ CLASS net/minecraft/class_6568 net/minecraft/world/gen/chunk/ChunkNoiseSampler
ARG 2 nextCellX
METHOD method_40533 getActualDensityFunctionImpl (Lnet/minecraft/class_6910;)Lnet/minecraft/class_6910;
ARG 1 densityFunction
METHOD method_40535 caclculateBlendResult (II)Lnet/minecraft/class_6748$class_6956;
METHOD method_40535 calculateBlendResult (II)Lnet/minecraft/class_6748$class_6956;
ARG 1 blockX
ARG 2 blockZ
METHOD method_40536 sampleBlockState ()Lnet/minecraft/class_2680;