@minecraft/vanilla-data 1.21.110-preview.22 → 1.21.110-preview.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -2
- package/lib/index.js +1 -1
- package/lib/mojang-block.d.ts +143 -16
- package/lib/mojang-item.d.ts +26 -1
- package/lib/mojang-potionDelivery.d.ts +12 -0
- package/lib/mojang-potionEffect.d.ts +47 -20
- package/package.json +1 -1
- package/lib/mojang-potionLiquid.d.ts +0 -12
- package/lib/mojang-potionModifier.d.ts +0 -12
package/lib/mojang-item.d.ts
CHANGED
|
@@ -204,7 +204,6 @@ export declare enum MinecraftItemTypes {
|
|
|
204
204
|
CatSpawnEgg = "minecraft:cat_spawn_egg",
|
|
205
205
|
Cauldron = "minecraft:cauldron",
|
|
206
206
|
CaveSpiderSpawnEgg = "minecraft:cave_spider_spawn_egg",
|
|
207
|
-
Chain = "minecraft:chain",
|
|
208
207
|
ChainCommandBlock = "minecraft:chain_command_block",
|
|
209
208
|
ChainmailBoots = "minecraft:chainmail_boots",
|
|
210
209
|
ChainmailChestplate = "minecraft:chainmail_chestplate",
|
|
@@ -284,9 +283,11 @@ export declare enum MinecraftItemTypes {
|
|
|
284
283
|
CookedSalmon = "minecraft:cooked_salmon",
|
|
285
284
|
Cookie = "minecraft:cookie",
|
|
286
285
|
CopperAxe = "minecraft:copper_axe",
|
|
286
|
+
CopperBars = "minecraft:copper_bars",
|
|
287
287
|
CopperBlock = "minecraft:copper_block",
|
|
288
288
|
CopperBoots = "minecraft:copper_boots",
|
|
289
289
|
CopperBulb = "minecraft:copper_bulb",
|
|
290
|
+
CopperChain = "minecraft:copper_chain",
|
|
290
291
|
CopperChest = "minecraft:copper_chest",
|
|
291
292
|
CopperChestplate = "minecraft:copper_chestplate",
|
|
292
293
|
CopperDoor = "minecraft:copper_door",
|
|
@@ -297,12 +298,14 @@ export declare enum MinecraftItemTypes {
|
|
|
297
298
|
CopperHoe = "minecraft:copper_hoe",
|
|
298
299
|
CopperHorseArmor = "minecraft:copper_horse_armor",
|
|
299
300
|
CopperIngot = "minecraft:copper_ingot",
|
|
301
|
+
CopperLantern = "minecraft:copper_lantern",
|
|
300
302
|
CopperLeggings = "minecraft:copper_leggings",
|
|
301
303
|
CopperNugget = "minecraft:copper_nugget",
|
|
302
304
|
CopperOre = "minecraft:copper_ore",
|
|
303
305
|
CopperPickaxe = "minecraft:copper_pickaxe",
|
|
304
306
|
CopperShovel = "minecraft:copper_shovel",
|
|
305
307
|
CopperSword = "minecraft:copper_sword",
|
|
308
|
+
CopperTorch = "minecraft:copper_torch",
|
|
306
309
|
CopperTrapdoor = "minecraft:copper_trapdoor",
|
|
307
310
|
Cornflower = "minecraft:cornflower",
|
|
308
311
|
CowSpawnEgg = "minecraft:cow_spawn_egg",
|
|
@@ -481,11 +484,14 @@ export declare enum MinecraftItemTypes {
|
|
|
481
484
|
ExplorerPotterySherd = "minecraft:explorer_pottery_sherd",
|
|
482
485
|
ExposedChiseledCopper = "minecraft:exposed_chiseled_copper",
|
|
483
486
|
ExposedCopper = "minecraft:exposed_copper",
|
|
487
|
+
ExposedCopperBars = "minecraft:exposed_copper_bars",
|
|
484
488
|
ExposedCopperBulb = "minecraft:exposed_copper_bulb",
|
|
489
|
+
ExposedCopperChain = "minecraft:exposed_copper_chain",
|
|
485
490
|
ExposedCopperChest = "minecraft:exposed_copper_chest",
|
|
486
491
|
ExposedCopperDoor = "minecraft:exposed_copper_door",
|
|
487
492
|
ExposedCopperGolemStatue = "minecraft:exposed_copper_golem_statue",
|
|
488
493
|
ExposedCopperGrate = "minecraft:exposed_copper_grate",
|
|
494
|
+
ExposedCopperLantern = "minecraft:exposed_copper_lantern",
|
|
489
495
|
ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
|
|
490
496
|
ExposedCutCopper = "minecraft:exposed_cut_copper",
|
|
491
497
|
ExposedCutCopperSlab = "minecraft:exposed_cut_copper_slab",
|
|
@@ -631,6 +637,7 @@ export declare enum MinecraftItemTypes {
|
|
|
631
637
|
IronBars = "minecraft:iron_bars",
|
|
632
638
|
IronBlock = "minecraft:iron_block",
|
|
633
639
|
IronBoots = "minecraft:iron_boots",
|
|
640
|
+
IronChain = "minecraft:iron_chain",
|
|
634
641
|
IronChestplate = "minecraft:iron_chestplate",
|
|
635
642
|
IronDoor = "minecraft:iron_door",
|
|
636
643
|
IronGolemSpawnEgg = "minecraft:iron_golem_spawn_egg",
|
|
@@ -904,11 +911,14 @@ export declare enum MinecraftItemTypes {
|
|
|
904
911
|
OxeyeDaisy = "minecraft:oxeye_daisy",
|
|
905
912
|
OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
|
|
906
913
|
OxidizedCopper = "minecraft:oxidized_copper",
|
|
914
|
+
OxidizedCopperBars = "minecraft:oxidized_copper_bars",
|
|
907
915
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
916
|
+
OxidizedCopperChain = "minecraft:oxidized_copper_chain",
|
|
908
917
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
909
918
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
910
919
|
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
911
920
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
921
|
+
OxidizedCopperLantern = "minecraft:oxidized_copper_lantern",
|
|
912
922
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
913
923
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
914
924
|
OxidizedCutCopperSlab = "minecraft:oxidized_cut_copper_slab",
|
|
@@ -1330,22 +1340,28 @@ export declare enum MinecraftItemTypes {
|
|
|
1330
1340
|
Waterlily = "minecraft:waterlily",
|
|
1331
1341
|
WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
|
|
1332
1342
|
WaxedCopper = "minecraft:waxed_copper",
|
|
1343
|
+
WaxedCopperBars = "minecraft:waxed_copper_bars",
|
|
1333
1344
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1345
|
+
WaxedCopperChain = "minecraft:waxed_copper_chain",
|
|
1334
1346
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1335
1347
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1336
1348
|
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1337
1349
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1350
|
+
WaxedCopperLantern = "minecraft:waxed_copper_lantern",
|
|
1338
1351
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1339
1352
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
1340
1353
|
WaxedCutCopperSlab = "minecraft:waxed_cut_copper_slab",
|
|
1341
1354
|
WaxedCutCopperStairs = "minecraft:waxed_cut_copper_stairs",
|
|
1342
1355
|
WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
|
|
1343
1356
|
WaxedExposedCopper = "minecraft:waxed_exposed_copper",
|
|
1357
|
+
WaxedExposedCopperBars = "minecraft:waxed_exposed_copper_bars",
|
|
1344
1358
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1359
|
+
WaxedExposedCopperChain = "minecraft:waxed_exposed_copper_chain",
|
|
1345
1360
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1346
1361
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1347
1362
|
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1348
1363
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1364
|
+
WaxedExposedCopperLantern = "minecraft:waxed_exposed_copper_lantern",
|
|
1349
1365
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1350
1366
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
1351
1367
|
WaxedExposedCutCopperSlab = "minecraft:waxed_exposed_cut_copper_slab",
|
|
@@ -1354,11 +1370,14 @@ export declare enum MinecraftItemTypes {
|
|
|
1354
1370
|
WaxedLightningRod = "minecraft:waxed_lightning_rod",
|
|
1355
1371
|
WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
|
|
1356
1372
|
WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
|
|
1373
|
+
WaxedOxidizedCopperBars = "minecraft:waxed_oxidized_copper_bars",
|
|
1357
1374
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1375
|
+
WaxedOxidizedCopperChain = "minecraft:waxed_oxidized_copper_chain",
|
|
1358
1376
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1359
1377
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1360
1378
|
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1361
1379
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1380
|
+
WaxedOxidizedCopperLantern = "minecraft:waxed_oxidized_copper_lantern",
|
|
1362
1381
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1363
1382
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
1364
1383
|
WaxedOxidizedCutCopperSlab = "minecraft:waxed_oxidized_cut_copper_slab",
|
|
@@ -1366,11 +1385,14 @@ export declare enum MinecraftItemTypes {
|
|
|
1366
1385
|
WaxedOxidizedLightningRod = "minecraft:waxed_oxidized_lightning_rod",
|
|
1367
1386
|
WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
|
|
1368
1387
|
WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
|
|
1388
|
+
WaxedWeatheredCopperBars = "minecraft:waxed_weathered_copper_bars",
|
|
1369
1389
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1390
|
+
WaxedWeatheredCopperChain = "minecraft:waxed_weathered_copper_chain",
|
|
1370
1391
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1371
1392
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1372
1393
|
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1373
1394
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1395
|
+
WaxedWeatheredCopperLantern = "minecraft:waxed_weathered_copper_lantern",
|
|
1374
1396
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1375
1397
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
1376
1398
|
WaxedWeatheredCutCopperSlab = "minecraft:waxed_weathered_cut_copper_slab",
|
|
@@ -1379,11 +1401,14 @@ export declare enum MinecraftItemTypes {
|
|
|
1379
1401
|
WayfinderArmorTrimSmithingTemplate = "minecraft:wayfinder_armor_trim_smithing_template",
|
|
1380
1402
|
WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
|
|
1381
1403
|
WeatheredCopper = "minecraft:weathered_copper",
|
|
1404
|
+
WeatheredCopperBars = "minecraft:weathered_copper_bars",
|
|
1382
1405
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1406
|
+
WeatheredCopperChain = "minecraft:weathered_copper_chain",
|
|
1383
1407
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1384
1408
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1385
1409
|
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1386
1410
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1411
|
+
WeatheredCopperLantern = "minecraft:weathered_copper_lantern",
|
|
1387
1412
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1388
1413
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
1389
1414
|
WeatheredCutCopperSlab = "minecraft:weathered_cut_copper_slab",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* All possible MinecraftPotionDeliveryTypes
|
|
3
|
+
*/
|
|
4
|
+
export declare enum MinecraftPotionDeliveryTypes {
|
|
5
|
+
Consume = "Consume",
|
|
6
|
+
ThrownLingering = "ThrownLingering",
|
|
7
|
+
ThrownSplash = "ThrownSplash"
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Union type equivalent of the MinecraftPotionDeliveryTypes enum.
|
|
11
|
+
*/
|
|
12
|
+
export type MinecraftPotionDeliveryTypesUnion = keyof typeof MinecraftPotionDeliveryTypes;
|
|
@@ -2,26 +2,53 @@
|
|
|
2
2
|
* All possible MinecraftPotionEffectTypes
|
|
3
3
|
*/
|
|
4
4
|
export declare enum MinecraftPotionEffectTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
5
|
+
Awkward = "minecraft:awkward",
|
|
6
|
+
FireResistance = "minecraft:fire_resistance",
|
|
7
|
+
Harming = "minecraft:harming",
|
|
8
|
+
Healing = "minecraft:healing",
|
|
9
|
+
Infested = "minecraft:infested",
|
|
10
|
+
Invisibility = "minecraft:invisibility",
|
|
11
|
+
Leaping = "minecraft:leaping",
|
|
12
|
+
LongFireResistance = "minecraft:long_fire_resistance",
|
|
13
|
+
LongInvisibility = "minecraft:long_invisibility",
|
|
14
|
+
LongLeaping = "minecraft:long_leaping",
|
|
15
|
+
LongMundane = "minecraft:long_mundane",
|
|
16
|
+
LongNightvision = "minecraft:long_nightvision",
|
|
17
|
+
LongPoison = "minecraft:long_poison",
|
|
18
|
+
LongRegeneration = "minecraft:long_regeneration",
|
|
19
|
+
LongSlowFalling = "minecraft:long_slow_falling",
|
|
20
|
+
LongSlowness = "minecraft:long_slowness",
|
|
21
|
+
LongStrength = "minecraft:long_strength",
|
|
22
|
+
LongSwiftness = "minecraft:long_swiftness",
|
|
23
|
+
LongTurtleMaster = "minecraft:long_turtle_master",
|
|
24
|
+
LongWaterBreathing = "minecraft:long_water_breathing",
|
|
25
|
+
LongWeakness = "minecraft:long_weakness",
|
|
26
|
+
Mundane = "minecraft:mundane",
|
|
27
|
+
Nightvision = "minecraft:nightvision",
|
|
28
|
+
Oozing = "minecraft:oozing",
|
|
29
|
+
Poison = "minecraft:poison",
|
|
30
|
+
Regeneration = "minecraft:regeneration",
|
|
31
|
+
SlowFalling = "minecraft:slow_falling",
|
|
32
|
+
Slowness = "minecraft:slowness",
|
|
33
|
+
Strength = "minecraft:strength",
|
|
34
|
+
StrongHarming = "minecraft:strong_harming",
|
|
35
|
+
StrongHealing = "minecraft:strong_healing",
|
|
36
|
+
StrongLeaping = "minecraft:strong_leaping",
|
|
37
|
+
StrongPoison = "minecraft:strong_poison",
|
|
38
|
+
StrongRegeneration = "minecraft:strong_regeneration",
|
|
39
|
+
StrongSlowness = "minecraft:strong_slowness",
|
|
40
|
+
StrongStrength = "minecraft:strong_strength",
|
|
41
|
+
StrongSwiftness = "minecraft:strong_swiftness",
|
|
42
|
+
StrongTurtleMaster = "minecraft:strong_turtle_master",
|
|
43
|
+
Swiftness = "minecraft:swiftness",
|
|
44
|
+
Thick = "minecraft:thick",
|
|
45
|
+
TurtleMaster = "minecraft:turtle_master",
|
|
46
|
+
Water = "minecraft:water",
|
|
47
|
+
WaterBreathing = "minecraft:water_breathing",
|
|
48
|
+
Weakness = "minecraft:weakness",
|
|
49
|
+
Weaving = "minecraft:weaving",
|
|
50
|
+
WindCharged = "minecraft:wind_charged",
|
|
51
|
+
Wither = "minecraft:wither"
|
|
25
52
|
}
|
|
26
53
|
/**
|
|
27
54
|
* Union type equivalent of the MinecraftPotionEffectTypes enum.
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* All possible MinecraftPotionLiquidTypes
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MinecraftPotionLiquidTypes {
|
|
5
|
-
Lingering = "Lingering",
|
|
6
|
-
Regular = "Regular",
|
|
7
|
-
Splash = "Splash"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Union type equivalent of the MinecraftPotionLiquidTypes enum.
|
|
11
|
-
*/
|
|
12
|
-
export type MinecraftPotionLiquidTypesUnion = keyof typeof MinecraftPotionLiquidTypes;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* All possible MinecraftPotionModifierTypes
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MinecraftPotionModifierTypes {
|
|
5
|
-
Long = "Long",
|
|
6
|
-
Normal = "Normal",
|
|
7
|
-
Strong = "Strong"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Union type equivalent of the MinecraftPotionModifierTypes enum.
|
|
11
|
-
*/
|
|
12
|
-
export type MinecraftPotionModifierTypesUnion = keyof typeof MinecraftPotionModifierTypes;
|