Skip to content

Commit

Permalink
Added schema for 1.20.60.26 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 7, 2024
1 parent 8cd4ccf commit 1ed4ba7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions nbt_upgrade_schema/0251_1.20.50.23_beta_to_1.20.60.26_beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"maxVersionMajor": 1,
"maxVersionMinor": 20,
"maxVersionPatch": 60,
"maxVersionRevision": 1,
"remappedStates": {
"minecraft:hard_stained_glass": [
{
"oldState": {
"color": {
"string": "silver"
}
},
"newName": "minecraft:hard_light_gray_stained_glass",
"newState": null
},
{
"oldState": null,
"newFlattenedName": {
"prefix": "minecraft:hard_",
"flattenedProperty": "color",
"suffix": "_stained_glass"
},
"newState": null
}
],
"minecraft:hard_stained_glass_pane": [
{
"oldState": {
"color": {
"string": "silver"
}
},
"newName": "minecraft:hard_light_gray_stained_glass_pane",
"newState": null
},
{
"oldState": null,
"newFlattenedName": {
"prefix": "minecraft:hard_",
"flattenedProperty": "color",
"suffix": "_stained_glass_pane"
},
"newState": null
}
]
}
}

0 comments on commit 1ed4ba7

Please sign in to comment.