Skip to content

Commit

Permalink
Added schema for 1.20.50.23 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 8, 2023
1 parent 4bf3c63 commit 9872eb3
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions nbt_upgrade_schema/0241_1.20.40.24_beta_to_1.20.50.23_beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"maxVersionMajor": 1,
"maxVersionMinor": 20,
"maxVersionPatch": 50,
"maxVersionRevision": 1,
"remappedStates": {
"minecraft:planks": [
{
"oldState": null,
"newFlattenedName": {
"prefix": "minecraft:",
"flattenedProperty": "wood_type",
"suffix": "_planks"
},
"newState": null
}
],
"minecraft:stone": [
{
"oldState": {
"stone_type": {
"string": "andesite_smooth"
}
},
"newName": "minecraft:polished_andesite",
"newState": null
},
{
"oldState": {
"stone_type": {
"string": "diorite_smooth"
}
},
"newName": "minecraft:polished_diorite",
"newState": null
},
{
"oldState": {
"stone_type": {
"string": "granite_smooth"
}
},
"newName": "minecraft:polished_granite",
"newState": null
},
{
"oldState": null,
"newFlattenedName": {
"prefix": "minecraft:",
"flattenedProperty": "stone_type",
"suffix": ""
},
"newState": null
}
]
}
}

0 comments on commit 9872eb3

Please sign in to comment.