Skip to content

Commit

Permalink
Port Chunk Status to 1.21.3
Browse files Browse the repository at this point in the history
This sometimes causes problems with some worlds
  • Loading branch information
Snowiiii committed Oct 27, 2024
1 parent 1c048a1 commit 245053d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pumpkin-world/src/chunk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,14 @@ enum ChunkStatus {
Surface,
#[serde(rename = "minecraft:carvers")]
Carvers,
#[serde(rename = "minecraft:liquid_carvers")]
LiquidCarvers,
#[serde(rename = "minecraft:features")]
Features,
#[serde(rename = "minecraft:initialize_light")]
InitLight,
#[serde(rename = "minecraft:light")]
Light,
#[serde(rename = "minecraft:spawn")]
Spawn,
#[serde(rename = "minecraft:heightmaps")]
Heightmaps,
#[serde(rename = "minecraft:full")]
Full,
}
Expand Down

0 comments on commit 245053d

Please sign in to comment.