Skip to content

Commit 8a32719

Browse files
committed
Added schema for 1.21.0.25 beta
1 parent d6b10cb commit 8a32719

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"maxVersionMajor": 1,
3+
"maxVersionMinor": 21,
4+
"maxVersionPatch": 0,
5+
"maxVersionRevision": 3,
6+
"addedProperties": {
7+
"minecraft:trial_spawner": {
8+
"ominous": {
9+
"byte": 0
10+
}
11+
},
12+
"minecraft:vault": {
13+
"ominous": {
14+
"byte": 0
15+
}
16+
}
17+
},
18+
"remappedStates": {
19+
"minecraft:coral_block": [
20+
{
21+
"oldState": {
22+
"dead_bit": {
23+
"byte": 0
24+
}
25+
},
26+
"newFlattenedName": {
27+
"prefix": "minecraft:",
28+
"flattenedProperty": "coral_color",
29+
"suffix": "_coral_block",
30+
"flattenedValueRemaps": {
31+
"blue": "tube",
32+
"pink": "brain",
33+
"purple": "bubble",
34+
"red": "fire",
35+
"yellow": "horn"
36+
}
37+
},
38+
"newState": null
39+
},
40+
{
41+
"oldState": {
42+
"dead_bit": {
43+
"byte": 1
44+
}
45+
},
46+
"newFlattenedName": {
47+
"prefix": "minecraft:dead_",
48+
"flattenedProperty": "coral_color",
49+
"suffix": "_coral_block",
50+
"flattenedValueRemaps": {
51+
"blue": "tube",
52+
"pink": "brain",
53+
"purple": "bubble",
54+
"red": "fire",
55+
"yellow": "horn"
56+
}
57+
},
58+
"newState": null
59+
}
60+
],
61+
"minecraft:double_plant": [
62+
{
63+
"oldState": null,
64+
"newFlattenedName": {
65+
"prefix": "minecraft:",
66+
"flattenedProperty": "double_plant_type",
67+
"suffix": "",
68+
"flattenedValueRemaps": {
69+
"fern": "large_fern",
70+
"grass": "tall_grass",
71+
"paeonia": "peony",
72+
"rose": "rose_bush",
73+
"syringa": "lilac"
74+
}
75+
},
76+
"newState": null,
77+
"copiedState": [
78+
"upper_block_bit"
79+
]
80+
}
81+
],
82+
"minecraft:stone_block_slab": [
83+
{
84+
"oldState": null,
85+
"newFlattenedName": {
86+
"prefix": "minecraft:",
87+
"flattenedProperty": "stone_slab_type",
88+
"suffix": "_slab",
89+
"flattenedValueRemaps": {
90+
"wood": "petrified_oak"
91+
}
92+
},
93+
"newState": null,
94+
"copiedState": [
95+
"minecraft:vertical_half"
96+
]
97+
}
98+
],
99+
"minecraft:tallgrass": [
100+
{
101+
"oldState": {
102+
"tall_grass_type": {
103+
"string": "default"
104+
}
105+
},
106+
"newName": "minecraft:short_grass",
107+
"newState": null
108+
},
109+
{
110+
"oldState": {
111+
"tall_grass_type": {
112+
"string": "fern"
113+
}
114+
},
115+
"newName": "minecraft:fern",
116+
"newState": null
117+
},
118+
{
119+
"oldState": {
120+
"tall_grass_type": {
121+
"string": "snow"
122+
}
123+
},
124+
"newName": "minecraft:fern",
125+
"newState": null
126+
},
127+
{
128+
"oldState": {
129+
"tall_grass_type": {
130+
"string": "tall"
131+
}
132+
},
133+
"newName": "minecraft:short_grass",
134+
"newState": null
135+
}
136+
]
137+
}
138+
}

0 commit comments

Comments
 (0)