Skip to content

Instantly share code, notes, and snippets.

@dktapps
Created May 30, 2022 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dktapps/8e538aad48c537c8f9e4ee5efe628fc0 to your computer and use it in GitHub Desktop.
Save dktapps/8e538aad48c537c8f9e4ee5efe628fc0 to your computer and use it in GitHub Desktop.
BlockState Upgrader schema for fixing worlds converted by https://chunker.app
{
"maxVersionMajor": 255,
"maxVersionMinor": 255,
"maxVersionPatch": 255,
"maxVersionRevision": 255,
"addedProperties": {
"minecraft:anvil": {
"damage": {
"string": "undamaged"
}
},
"minecraft:azalea_leaves": {
"update_bit": {
"byte": 0
}
},
"minecraft:azalea_leaves_flowered": {
"update_bit": {
"byte": 0
}
},
"minecraft:bamboo_sapling": {
"age_bit": {
"byte": 0
}
},
"minecraft:bedrock": {
"infiniburn_bit": {
"byte": 0
}
},
"minecraft:big_dripleaf": {
"big_dripleaf_tilt": {
"string": "none"
}
},
"minecraft:blackstone_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:cauldron": {
"cauldron_liquid": {
"string": "water"
}
},
"minecraft:cobbled_deepslate_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:coral": {
"dead_bit": {
"byte": 0
}
},
"minecraft:coral_block": {
"dead_bit": {
"byte": 0
}
},
"minecraft:coral_fan": {
"coral_fan_direction": {
"int": 0
}
},
"minecraft:coral_fan_dead": {
"coral_fan_direction": {
"int": 0
}
},
"minecraft:coral_fan_hang": {
"dead_bit": {
"byte": 0
}
},
"minecraft:coral_fan_hang2": {
"dead_bit": {
"byte": 0
}
},
"minecraft:coral_fan_hang3": {
"dead_bit": {
"byte": 0
}
},
"minecraft:crimson_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:deepslate_brick_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:deepslate_tile_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:dirt": {
"dirt_type": {
"string": "normal"
}
},
"minecraft:double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:double_wooden_slab": {
"wood_type": {
"string": "oak"
}
},
"minecraft:exposed_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:kelp": {
"kelp_age": {
"int": 0
}
},
"minecraft:lava_cauldron": {
"cauldron_liquid": {
"string": "lava"
}
},
"minecraft:leaves": {
"update_bit": {
"byte": 0
}
},
"minecraft:leaves2": {
"update_bit": {
"byte": 0
}
},
"minecraft:oxidized_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:polished_blackstone_brick_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:polished_blackstone_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:polished_deepslate_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:prismarine": {
"prismarine_block_type": {
"string": "default"
}
},
"minecraft:purpur_block": {
"chisel_type": {
"string": "default"
}
},
"minecraft:quartz_block": {
"chisel_type": {
"string": "default"
},
"pillar_axis": {
"string": "y"
}
},
"minecraft:red_sandstone": {
"sand_stone_type": {
"string": "default"
}
},
"minecraft:sand": {
"sand_type": {
"string": "normal"
}
},
"minecraft:sandstone": {
"sand_stone_type": {
"string": "default"
}
},
"minecraft:sea_pickle": {
"dead_bit": {
"byte": 0
}
},
"minecraft:soul_fire": {
"age": {
"int": 0
}
},
"minecraft:sponge": {
"sponge_type": {
"string": "dry"
}
},
"minecraft:structure_void": {
"structure_void_type": {
"string": "void"
}
},
"minecraft:tnt": {
"allow_underwater_bit": {
"byte": 0
}
},
"minecraft:trip_wire": {
"suspended_bit": {
"byte": 0
}
},
"minecraft:warped_double_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:water": {
"liquid_depth": {
"int": 0
}
},
"minecraft:waxed_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:waxed_exposed_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:waxed_oxidized_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:waxed_weathered_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:weathered_double_cut_copper_slab": {
"top_slot_bit": {
"byte": 0
}
},
"minecraft:wooden_slab": {
"wood_type": {
"string": "oak"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment