Skip to content

Commit c79d6c1

Browse files
authored
Add files via upload
1 parent 325a439 commit c79d6c1

18 files changed

Lines changed: 6619 additions & 0 deletions

resources/Beans/0001_1.9.0_to_1.10.0.json

Lines changed: 2549 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"maxVersionMajor": 1,
3+
"maxVersionMinor": 12,
4+
"maxVersionPatch": 0,
5+
"maxVersionRevision": 1,
6+
"addedProperties": {
7+
"minecraft:barrel": {
8+
"open_bit": {
9+
"byte": 0
10+
}
11+
},
12+
"minecraft:bell": {
13+
"toggle_bit": {
14+
"byte": 0
15+
}
16+
},
17+
"minecraft:campfire": {
18+
"direction": {
19+
"int": 0
20+
},
21+
"extinguished": {
22+
"byte": 0
23+
}
24+
},
25+
"minecraft:lectern": {
26+
"powered_bit": {
27+
"byte": 0
28+
}
29+
}
30+
},
31+
"renamedProperties": {
32+
"minecraft:blast_furnace": {
33+
"direction": "facing_direction"
34+
},
35+
"minecraft:composter": {
36+
"fill_level": "composter_fill_level"
37+
},
38+
"minecraft:coral_fan": {
39+
"direction": "coral_fan_direction"
40+
},
41+
"minecraft:coral_fan_dead": {
42+
"direction": "coral_fan_direction"
43+
},
44+
"minecraft:smoker": {
45+
"direction": "facing_direction"
46+
}
47+
},
48+
"remappedPropertyValues": {
49+
"minecraft:barrel": {
50+
"facing_direction": "facing_direction_00"
51+
},
52+
"minecraft:blast_furnace": {
53+
"direction": "direction_01"
54+
},
55+
"minecraft:smoker": {
56+
"direction": "direction_01"
57+
}
58+
},
59+
"remappedPropertyValuesIndex": {
60+
"facing_direction_00": [
61+
{
62+
"old": {
63+
"int": 7
64+
},
65+
"new": {
66+
"int": 0
67+
}
68+
},
69+
{
70+
"old": {
71+
"int": 6
72+
},
73+
"new": {
74+
"int": 0
75+
}
76+
}
77+
],
78+
"direction_01": [
79+
{
80+
"old": {
81+
"int": 0
82+
},
83+
"new": {
84+
"int": 3
85+
}
86+
},
87+
{
88+
"old": {
89+
"int": 1
90+
},
91+
"new": {
92+
"int": 4
93+
}
94+
},
95+
{
96+
"old": {
97+
"int": 3
98+
},
99+
"new": {
100+
"int": 5
101+
}
102+
}
103+
]
104+
}
105+
}

0 commit comments

Comments
 (0)