Skip to content

Commit 15a9880

Browse files
[Auto] Apply generated data from PrismarineJS/minecraft-data-generator#64
1 parent aeff951 commit 15a9880

17 files changed

+256110
-16
lines changed

data/dataPaths.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,28 +1694,28 @@
16941694
"proto": "pc/1.21.9"
16951695
},
16961696
"1.21.11": {
1697-
"attributes": "pc/1.21.9",
1698-
"blockCollisionShapes": "pc/1.21.9",
1699-
"blocks": "pc/1.21.9",
1697+
"attributes": "pc/1.21.11",
1698+
"blockCollisionShapes": "pc/1.21.11",
1699+
"blocks": "pc/1.21.11",
17001700
"blockLoot": "pc/1.20",
1701-
"biomes": "pc/1.21.9",
1701+
"biomes": "pc/1.21.11",
17021702
"commands": "pc/1.20.3",
1703-
"effects": "pc/1.21.9",
1704-
"enchantments": "pc/1.21.9",
1705-
"entities": "pc/1.21.9",
1703+
"effects": "pc/1.21.11",
1704+
"enchantments": "pc/1.21.11",
1705+
"entities": "pc/1.21.11",
17061706
"entityLoot": "pc/1.20",
1707-
"foods": "pc/1.21.9",
1708-
"instruments": "pc/1.21.9",
1709-
"items": "pc/1.21.9",
1710-
"language": "pc/1.21.9",
1707+
"foods": "pc/1.21.11",
1708+
"instruments": "pc/1.21.11",
1709+
"items": "pc/1.21.11",
1710+
"language": "pc/1.21.11",
17111711
"loginPacket": "pc/1.21.9",
17121712
"mapIcons": "pc/1.20.2",
1713-
"materials": "pc/1.21.9",
1714-
"particles": "pc/1.21.9",
1713+
"materials": "pc/1.21.11",
1714+
"particles": "pc/1.21.11",
17151715
"protocol": "pc/1.21.11",
1716-
"recipes": "pc/1.21.9",
1717-
"sounds": "pc/1.21.9",
1718-
"tints": "pc/1.21.9",
1716+
"recipes": "pc/1.21.11",
1717+
"sounds": "pc/1.21.11",
1718+
"tints": "pc/1.21.11",
17191719
"version": "pc/1.21.11",
17201720
"windows": "pc/1.16.1",
17211721
"proto": "pc/latest"

data/pc/1.21.11/attributes.json

Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
1+
[
2+
{
3+
"name": "armor",
4+
"resource": "minecraft:armor",
5+
"min": 0.0,
6+
"max": 30.0,
7+
"default": 0.0
8+
},
9+
{
10+
"name": "armorToughness",
11+
"resource": "minecraft:armor_toughness",
12+
"min": 0.0,
13+
"max": 20.0,
14+
"default": 0.0
15+
},
16+
{
17+
"name": "attackDamage",
18+
"resource": "minecraft:attack_damage",
19+
"min": 0.0,
20+
"max": 2048.0,
21+
"default": 2.0
22+
},
23+
{
24+
"name": "attackKnockback",
25+
"resource": "minecraft:attack_knockback",
26+
"min": 0.0,
27+
"max": 5.0,
28+
"default": 0.0
29+
},
30+
{
31+
"name": "attackSpeed",
32+
"resource": "minecraft:attack_speed",
33+
"min": 0.0,
34+
"max": 1024.0,
35+
"default": 4.0
36+
},
37+
{
38+
"name": "blockBreakSpeed",
39+
"resource": "minecraft:block_break_speed",
40+
"min": 0.0,
41+
"max": 1024.0,
42+
"default": 1.0
43+
},
44+
{
45+
"name": "blockInteractionRange",
46+
"resource": "minecraft:block_interaction_range",
47+
"min": 0.0,
48+
"max": 64.0,
49+
"default": 4.5
50+
},
51+
{
52+
"name": "burningTime",
53+
"resource": "minecraft:burning_time",
54+
"min": 0.0,
55+
"max": 1024.0,
56+
"default": 1.0
57+
},
58+
{
59+
"name": "cameraDistance",
60+
"resource": "minecraft:camera_distance",
61+
"min": 0.0,
62+
"max": 32.0,
63+
"default": 4.0
64+
},
65+
{
66+
"name": "explosionKnockbackResistance",
67+
"resource": "minecraft:explosion_knockback_resistance",
68+
"min": 0.0,
69+
"max": 1.0,
70+
"default": 0.0
71+
},
72+
{
73+
"name": "entityInteractionRange",
74+
"resource": "minecraft:entity_interaction_range",
75+
"min": 0.0,
76+
"max": 64.0,
77+
"default": 3.0
78+
},
79+
{
80+
"name": "fallDamageMultiplier",
81+
"resource": "minecraft:fall_damage_multiplier",
82+
"min": 0.0,
83+
"max": 100.0,
84+
"default": 1.0
85+
},
86+
{
87+
"name": "flyingSpeed",
88+
"resource": "minecraft:flying_speed",
89+
"min": 0.0,
90+
"max": 1024.0,
91+
"default": 0.4
92+
},
93+
{
94+
"name": "followRange",
95+
"resource": "minecraft:follow_range",
96+
"min": 0.0,
97+
"max": 2048.0,
98+
"default": 32.0
99+
},
100+
{
101+
"name": "gravity",
102+
"resource": "minecraft:gravity",
103+
"min": -1.0,
104+
"max": 1.0,
105+
"default": 0.08
106+
},
107+
{
108+
"name": "jumpStrength",
109+
"resource": "minecraft:jump_strength",
110+
"min": 0.0,
111+
"max": 32.0,
112+
"default": 0.41999998688697815
113+
},
114+
{
115+
"name": "knockbackResistance",
116+
"resource": "minecraft:knockback_resistance",
117+
"min": 0.0,
118+
"max": 1.0,
119+
"default": 0.0
120+
},
121+
{
122+
"name": "luck",
123+
"resource": "minecraft:luck",
124+
"min": -1024.0,
125+
"max": 1024.0,
126+
"default": 0.0
127+
},
128+
{
129+
"name": "maxAbsorption",
130+
"resource": "minecraft:max_absorption",
131+
"min": 0.0,
132+
"max": 2048.0,
133+
"default": 0.0
134+
},
135+
{
136+
"name": "maxHealth",
137+
"resource": "minecraft:max_health",
138+
"min": 1.0,
139+
"max": 1024.0,
140+
"default": 20.0
141+
},
142+
{
143+
"name": "miningEfficiency",
144+
"resource": "minecraft:mining_efficiency",
145+
"min": 0.0,
146+
"max": 1024.0,
147+
"default": 0.0
148+
},
149+
{
150+
"name": "movementEfficiency",
151+
"resource": "minecraft:movement_efficiency",
152+
"min": 0.0,
153+
"max": 1.0,
154+
"default": 0.0
155+
},
156+
{
157+
"name": "movementSpeed",
158+
"resource": "minecraft:movement_speed",
159+
"min": 0.0,
160+
"max": 1024.0,
161+
"default": 0.7
162+
},
163+
{
164+
"name": "oxygenBonus",
165+
"resource": "minecraft:oxygen_bonus",
166+
"min": 0.0,
167+
"max": 1024.0,
168+
"default": 0.0
169+
},
170+
{
171+
"name": "safeFallDistance",
172+
"resource": "minecraft:safe_fall_distance",
173+
"min": -1024.0,
174+
"max": 1024.0,
175+
"default": 3.0
176+
},
177+
{
178+
"name": "scale",
179+
"resource": "minecraft:scale",
180+
"min": 0.0625,
181+
"max": 16.0,
182+
"default": 1.0
183+
},
184+
{
185+
"name": "sneakingSpeed",
186+
"resource": "minecraft:sneaking_speed",
187+
"min": 0.0,
188+
"max": 1.0,
189+
"default": 0.3
190+
},
191+
{
192+
"name": "spawnReinforcements",
193+
"resource": "minecraft:spawn_reinforcements",
194+
"min": 0.0,
195+
"max": 1.0,
196+
"default": 0.0
197+
},
198+
{
199+
"name": "stepHeight",
200+
"resource": "minecraft:step_height",
201+
"min": 0.0,
202+
"max": 10.0,
203+
"default": 0.6
204+
},
205+
{
206+
"name": "submergedMiningSpeed",
207+
"resource": "minecraft:submerged_mining_speed",
208+
"min": 0.0,
209+
"max": 20.0,
210+
"default": 0.2
211+
},
212+
{
213+
"name": "sweepingDamageRatio",
214+
"resource": "minecraft:sweeping_damage_ratio",
215+
"min": 0.0,
216+
"max": 1.0,
217+
"default": 0.0
218+
},
219+
{
220+
"name": "temptRange",
221+
"resource": "minecraft:tempt_range",
222+
"min": 0.0,
223+
"max": 2048.0,
224+
"default": 10.0
225+
},
226+
{
227+
"name": "waterMovementEfficiency",
228+
"resource": "minecraft:water_movement_efficiency",
229+
"min": 0.0,
230+
"max": 1.0,
231+
"default": 0.0
232+
},
233+
{
234+
"name": "waypointTransmitRange",
235+
"resource": "minecraft:waypoint_transmit_range",
236+
"min": 0.0,
237+
"max": 6.0E7,
238+
"default": 0.0
239+
},
240+
{
241+
"name": "waypointReceiveRange",
242+
"resource": "minecraft:waypoint_receive_range",
243+
"min": 0.0,
244+
"max": 6.0E7,
245+
"default": 0.0
246+
}
247+
]

0 commit comments

Comments
 (0)