Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jun 26, 2023
1 parent ae488e1 commit 5c2b172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/server/world/ServerWorld.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ CLASS net/minecraft/unmapped/C_bdwnwhiu net/minecraft/server/world/ServerWorld
ARG 4 horizontalCheckInterval
COMMENT how often the biome is checked, horizontally. The lower this value is, the more accurate the result, but the method will take longer to execute
ARG 5 verticalCheckInterval
COMMENT how often the biome is checked, vertically. The lower this value is, the more accurate the result, but the method will take longer to execute.
COMMENT how often the biome is checked, vertically. The lower this value is, the more accurate the result, but the method will take longer to execute
METHOD m_onljykea onPlayerConnected (Lnet/minecraft/unmapped/C_mxrobsgg;)V
ARG 1 player
METHOD m_onwxboin getPersistentStateManager ()Lnet/minecraft/unmapped/C_hsdphpvz;
Expand Down
4 changes: 2 additions & 2 deletions mappings/net/minecraft/world/biome/source/BiomeSource.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ CLASS net/minecraft/unmapped/C_ajguowya net/minecraft/world/biome/source/BiomeSo
ARG 2 radius
COMMENT the distance, in blocks, to continue the check. If a matching biome is not found within this, {@code null} will be returned
ARG 3 horizontalCheckInterval
COMMENT how often the biome is checked, horizontally. The lower this value is, the more accurate the result, but the method will take longer to execute.
COMMENT how often the biome is checked, horizontally. The lower this value is, the more accurate the result, but the method will take longer to execute
ARG 4 verticalCheckInterval
COMMENT how often the biome is checked, vertically. The lower this value is, the more accurate the result, but the method will take longer to execute.
COMMENT how often the biome is checked, vertically. The lower this value is, the more accurate the result, but the method will take longer to execute
ARG 5 predicate
COMMENT checks if the current biome is one of the ones being searched for
ARG 6 sampler
Expand Down

0 comments on commit 5c2b172

Please sign in to comment.