Skip to content

Commit

Permalink
fix type and missing simple type class comment
Browse files Browse the repository at this point in the history
correct another chunkX/Z <-> x/z param
  • Loading branch information
supersaiyansubtlety committed Nov 17, 2024
1 parent 341bd0c commit c0a486f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLASS net/minecraft/unmapped/C_upkweuif net/minecraft/world/chunk/light/ChunkLig
METHOD m_fyornymb getOpacity (Lnet/minecraft/unmapped/C_txtbiemp;)I
ARG 1 state
METHOD m_gvoflnzj checkNode (J)V
ARG 1 blockpos
ARG 1 blockPos
METHOD m_iaxlkdhu clearChunkCache ()V
METHOD m_ivirmkin enqueueDecrease (JJ)V
ARG 1 blockPos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ CLASS net/minecraft/unmapped/C_fqoxlcti net/minecraft/world/chunk/light/ChunkSky
ARG 1 chunkProvider
ARG 2 lightStorage
METHOD m_kauqwoam addSourcesAbove (IIII)V
ARG 1 chunkX
ARG 2 chunkZ
ARG 1 x
ARG 2 z
ARG 3 maxY
ARG 4 minSectionY
METHOD m_ocqkwawa crossesSectionEdge (Lnet/minecraft/unmapped/C_xpuuihxf;II)Z
Expand Down
2 changes: 1 addition & 1 deletion simple_type_field_names.json5
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"net/minecraft/unmapped/C_tjllhmjy": "dataPackSettings", // DataPackSettings

// Network
"net/minecraft/unmapped/C_zyjtrjrl": {
"net/minecraft/unmapped/C_zyjtrjrl": { // Packet
local_name: "packet",
exclusive: true,
inherit: true
Expand Down

0 comments on commit c0a486f

Please sign in to comment.