Skip to content

Commit d6b10cb

Browse files
committed
Added schema for 1.20.80.24 beta
1 parent ebd768e commit d6b10cb

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"maxVersionMajor": 1,
3+
"maxVersionMinor": 20,
4+
"maxVersionPatch": 80,
5+
"maxVersionRevision": 3,
6+
"removedProperties": {
7+
"minecraft:bamboo_sapling": [
8+
"sapling_type"
9+
]
10+
},
11+
"remappedStates": {
12+
"minecraft:coral_fan": [
13+
{
14+
"oldState": null,
15+
"newFlattenedName": {
16+
"prefix": "minecraft:",
17+
"flattenedProperty": "coral_color",
18+
"suffix": "_coral_fan",
19+
"flattenedValueRemaps": {
20+
"blue": "tube",
21+
"pink": "brain",
22+
"purple": "bubble",
23+
"red": "fire",
24+
"yellow": "horn"
25+
}
26+
},
27+
"newState": null,
28+
"copiedState": [
29+
"coral_fan_direction"
30+
]
31+
}
32+
],
33+
"minecraft:coral_fan_dead": [
34+
{
35+
"oldState": null,
36+
"newFlattenedName": {
37+
"prefix": "minecraft:dead_",
38+
"flattenedProperty": "coral_color",
39+
"suffix": "_coral_fan",
40+
"flattenedValueRemaps": {
41+
"blue": "tube",
42+
"pink": "brain",
43+
"purple": "bubble",
44+
"red": "fire",
45+
"yellow": "horn"
46+
}
47+
},
48+
"newState": null,
49+
"copiedState": [
50+
"coral_fan_direction"
51+
]
52+
}
53+
],
54+
"minecraft:red_flower": [
55+
{
56+
"oldState": null,
57+
"newFlattenedName": {
58+
"prefix": "minecraft:",
59+
"flattenedProperty": "flower_type",
60+
"suffix": "",
61+
"flattenedValueRemaps": {
62+
"houstonia": "azure_bluet",
63+
"orchid": "blue_orchid",
64+
"oxeye": "oxeye_daisy",
65+
"tulip_orange": "orange_tulip",
66+
"tulip_pink": "pink_tulip",
67+
"tulip_red": "red_tulip",
68+
"tulip_white": "white_tulip"
69+
}
70+
},
71+
"newState": null
72+
}
73+
],
74+
"minecraft:sapling": [
75+
{
76+
"oldState": null,
77+
"newFlattenedName": {
78+
"prefix": "minecraft:",
79+
"flattenedProperty": "sapling_type",
80+
"suffix": "_sapling"
81+
},
82+
"newState": null,
83+
"copiedState": [
84+
"age_bit"
85+
]
86+
}
87+
]
88+
}
89+
}

0 commit comments

Comments
 (0)