@minecraft/server 2.9.0-beta.1.26.30-preview.32 → 2.9.0-beta.1.26.30-stable
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/index.d.ts +0 -63
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -841,7 +841,6 @@ export enum EntityComponentTypes {
|
|
|
841
841
|
Color2 = 'minecraft:color2',
|
|
842
842
|
CursorInventory = 'minecraft:cursor_inventory',
|
|
843
843
|
/**
|
|
844
|
-
* @rc
|
|
845
844
|
* @remarks
|
|
846
845
|
* Represents this entity's ender inventory properties.
|
|
847
846
|
*
|
|
@@ -1516,7 +1515,6 @@ export enum EntityHealCause {
|
|
|
1516
1515
|
*/
|
|
1517
1516
|
SelfHeal = 'SelfHeal',
|
|
1518
1517
|
/**
|
|
1519
|
-
* @rc
|
|
1520
1518
|
* @remarks
|
|
1521
1519
|
* Healing caused when Totem of Undying is activated.
|
|
1522
1520
|
*
|
|
@@ -2359,7 +2357,6 @@ export enum LiquidType {
|
|
|
2359
2357
|
}
|
|
2360
2358
|
|
|
2361
2359
|
/**
|
|
2362
|
-
* @rc
|
|
2363
2360
|
* Enum representing the different reasons why a locator bar
|
|
2364
2361
|
* operation may fail.
|
|
2365
2362
|
*/
|
|
@@ -3062,7 +3059,6 @@ export enum WatchdogTerminateReason {
|
|
|
3062
3059
|
}
|
|
3063
3060
|
|
|
3064
3061
|
/**
|
|
3065
|
-
* @rc
|
|
3066
3062
|
* Enum representing different texture icons that can be
|
|
3067
3063
|
* displayed for waypoints on the locator bar.
|
|
3068
3064
|
*/
|
|
@@ -4806,7 +4802,6 @@ export class BlockComponentBlockBreakEvent extends BlockEvent {
|
|
|
4806
4802
|
}
|
|
4807
4803
|
|
|
4808
4804
|
/**
|
|
4809
|
-
* @rc
|
|
4810
4805
|
* Contains information regarding a specific block permutation
|
|
4811
4806
|
* that was changed from a previous permutation.
|
|
4812
4807
|
*/
|
|
@@ -5076,7 +5071,6 @@ export class BlockComponentTickEvent extends BlockEvent {
|
|
|
5076
5071
|
}
|
|
5077
5072
|
|
|
5078
5073
|
/**
|
|
5079
|
-
* @rc
|
|
5080
5074
|
* Contains information regarding a specific container block
|
|
5081
5075
|
* being closed.
|
|
5082
5076
|
*/
|
|
@@ -5094,7 +5088,6 @@ export class BlockContainerClosedAfterEvent extends BlockEvent {
|
|
|
5094
5088
|
}
|
|
5095
5089
|
|
|
5096
5090
|
/**
|
|
5097
|
-
* @rc
|
|
5098
5091
|
* Manages callbacks that are connected to when a block
|
|
5099
5092
|
* container is closed.
|
|
5100
5093
|
*/
|
|
@@ -5128,7 +5121,6 @@ export class BlockContainerClosedAfterEventSignal {
|
|
|
5128
5121
|
}
|
|
5129
5122
|
|
|
5130
5123
|
/**
|
|
5131
|
-
* @rc
|
|
5132
5124
|
* Contains information regarding a specific container block
|
|
5133
5125
|
* being opened.
|
|
5134
5126
|
*/
|
|
@@ -5146,7 +5138,6 @@ export class BlockContainerOpenedAfterEvent extends BlockEvent {
|
|
|
5146
5138
|
}
|
|
5147
5139
|
|
|
5148
5140
|
/**
|
|
5149
|
-
* @rc
|
|
5150
5141
|
* Manages callbacks that are connected to when a block
|
|
5151
5142
|
* container is opened.
|
|
5152
5143
|
*/
|
|
@@ -5883,7 +5874,6 @@ export class BlockPrecipitationInteractionsComponent extends BlockComponent {
|
|
|
5883
5874
|
*/
|
|
5884
5875
|
accumulatesSnow(): boolean;
|
|
5885
5876
|
/**
|
|
5886
|
-
* @rc
|
|
5887
5877
|
* @remarks
|
|
5888
5878
|
* Returns `true` if this block can have snow within it, like a
|
|
5889
5879
|
* flower submerged in snow. Returns `false` if this block
|
|
@@ -6887,7 +6877,6 @@ export class ChatSendBeforeEventSignal {
|
|
|
6887
6877
|
export class ClientSystemInfo extends SystemInfo {
|
|
6888
6878
|
private constructor();
|
|
6889
6879
|
/**
|
|
6890
|
-
* @rc
|
|
6891
6880
|
* @remarks
|
|
6892
6881
|
* The locale selected by the client (e.g., en_US, fr_FR,
|
|
6893
6882
|
* ja_JP). Note that in most cases, server scripts should not
|
|
@@ -9086,7 +9075,6 @@ export class Dimension {
|
|
|
9086
9075
|
}
|
|
9087
9076
|
|
|
9088
9077
|
/**
|
|
9089
|
-
* @rc
|
|
9090
9078
|
* Provides the functionality for registering custom
|
|
9091
9079
|
* dimensions. Custom dimensions can only be registered during
|
|
9092
9080
|
* the system startup event.
|
|
@@ -11103,7 +11091,6 @@ export class EntityComponent extends Component {
|
|
|
11103
11091
|
}
|
|
11104
11092
|
|
|
11105
11093
|
/**
|
|
11106
|
-
* @rc
|
|
11107
11094
|
* Contains information regarding a specific entity container
|
|
11108
11095
|
* being closed.
|
|
11109
11096
|
*/
|
|
@@ -11119,7 +11106,6 @@ export class EntityContainerClosedAfterEvent {
|
|
|
11119
11106
|
}
|
|
11120
11107
|
|
|
11121
11108
|
/**
|
|
11122
|
-
* @rc
|
|
11123
11109
|
* Manages callbacks that are connected to when an entity
|
|
11124
11110
|
* container is closed.
|
|
11125
11111
|
*/
|
|
@@ -11153,7 +11139,6 @@ export class EntityContainerClosedAfterEventSignal {
|
|
|
11153
11139
|
}
|
|
11154
11140
|
|
|
11155
11141
|
/**
|
|
11156
|
-
* @rc
|
|
11157
11142
|
* Contains information regarding a specific entity container
|
|
11158
11143
|
* being opened.
|
|
11159
11144
|
*/
|
|
@@ -11169,7 +11154,6 @@ export class EntityContainerOpenedAfterEvent {
|
|
|
11169
11154
|
}
|
|
11170
11155
|
|
|
11171
11156
|
/**
|
|
11172
|
-
* @rc
|
|
11173
11157
|
* Manages callbacks that are connected to when an entity
|
|
11174
11158
|
* container is opened.
|
|
11175
11159
|
*/
|
|
@@ -11296,7 +11280,6 @@ export class EntityDieAfterEventSignal {
|
|
|
11296
11280
|
}
|
|
11297
11281
|
|
|
11298
11282
|
/**
|
|
11299
|
-
* @rc
|
|
11300
11283
|
* Represents this entity's ender inventory properties. This
|
|
11301
11284
|
* component is always present on players and any items in its
|
|
11302
11285
|
* container will display for the player when they access an
|
|
@@ -14033,7 +14016,6 @@ export class EntityUnderwaterMovementComponent extends EntityAttributeComponent
|
|
|
14033
14016
|
}
|
|
14034
14017
|
|
|
14035
14018
|
/**
|
|
14036
|
-
* @rc
|
|
14037
14019
|
* Contains information related to firing of a data driven
|
|
14038
14020
|
* entity version upgrade.
|
|
14039
14021
|
*/
|
|
@@ -14061,7 +14043,6 @@ export class EntityUpgradeAfterEvent {
|
|
|
14061
14043
|
}
|
|
14062
14044
|
|
|
14063
14045
|
/**
|
|
14064
|
-
* @rc
|
|
14065
14046
|
* Contains event registration related to firing of a data
|
|
14066
14047
|
* driven entity version upgrade.
|
|
14067
14048
|
*/
|
|
@@ -14123,7 +14104,6 @@ export class EntityWantsJockeyComponent extends EntityComponent {
|
|
|
14123
14104
|
}
|
|
14124
14105
|
|
|
14125
14106
|
/**
|
|
14126
|
-
* @rc
|
|
14127
14107
|
* Waypoint that tracks an entity's position. The waypoint
|
|
14128
14108
|
* automatically updates as the entity moves and becomes
|
|
14129
14109
|
* invalid when the entity is removed.
|
|
@@ -16929,7 +16909,6 @@ export class ListBlockVolume extends BlockVolumeBase {
|
|
|
16929
16909
|
}
|
|
16930
16910
|
|
|
16931
16911
|
/**
|
|
16932
|
-
* @rc
|
|
16933
16912
|
* Waypoint that points to a fixed location in the world.
|
|
16934
16913
|
* Unlike entity waypoints, location waypoints always remain
|
|
16935
16914
|
* valid and their position can be updated.
|
|
@@ -16957,7 +16936,6 @@ export class LocationWaypoint extends Waypoint {
|
|
|
16957
16936
|
}
|
|
16958
16937
|
|
|
16959
16938
|
/**
|
|
16960
|
-
* @rc
|
|
16961
16939
|
* Manages the collection of waypoints displayed on a player's
|
|
16962
16940
|
* locator bar. Allows adding, removing, and querying waypoints
|
|
16963
16941
|
* with a maximum capacity limit.
|
|
@@ -17915,7 +17893,6 @@ export class Player extends Entity {
|
|
|
17915
17893
|
*/
|
|
17916
17894
|
readonly level: number;
|
|
17917
17895
|
/**
|
|
17918
|
-
* @rc
|
|
17919
17896
|
* @remarks
|
|
17920
17897
|
* The player's Locator Bar. This property is used for managing
|
|
17921
17898
|
* waypoints displayed on the HUD.
|
|
@@ -20184,7 +20161,6 @@ export class PlayerUseNameTagAfterEventSignal {
|
|
|
20184
20161
|
}
|
|
20185
20162
|
|
|
20186
20163
|
/**
|
|
20187
|
-
* @rc
|
|
20188
20164
|
* Waypoint that tracks a player's position. Extends {@link
|
|
20189
20165
|
* EntityWaypoint} with additional player-specific visibility
|
|
20190
20166
|
* rules such as hidden state and spectator mode.
|
|
@@ -20418,7 +20394,6 @@ export class PressurePlatePushAfterEventSignal {
|
|
|
20418
20394
|
}
|
|
20419
20395
|
|
|
20420
20396
|
/**
|
|
20421
|
-
* @rc
|
|
20422
20397
|
* The base class for a text primitive. Represents an object in
|
|
20423
20398
|
* the world and its base properties.
|
|
20424
20399
|
*/
|
|
@@ -20522,7 +20497,6 @@ export class PrimitiveShape {
|
|
|
20522
20497
|
}
|
|
20523
20498
|
|
|
20524
20499
|
/**
|
|
20525
|
-
* @rc
|
|
20526
20500
|
* Primitive Shapes class used to allow adding and removing
|
|
20527
20501
|
* text primitives to the world.
|
|
20528
20502
|
*/
|
|
@@ -21897,7 +21871,6 @@ export class StartupEvent {
|
|
|
21897
21871
|
*/
|
|
21898
21872
|
readonly customCommandRegistry: CustomCommandRegistry;
|
|
21899
21873
|
/**
|
|
21900
|
-
* @rc
|
|
21901
21874
|
* @remarks
|
|
21902
21875
|
* This property can be read in early-execution mode.
|
|
21903
21876
|
*
|
|
@@ -22153,7 +22126,6 @@ export class StructureManager {
|
|
|
22153
22126
|
*/
|
|
22154
22127
|
get(identifier: string): Structure | undefined;
|
|
22155
22128
|
/**
|
|
22156
|
-
* @rc
|
|
22157
22129
|
* @remarks
|
|
22158
22130
|
* Returns a list of all structures contained in behavior
|
|
22159
22131
|
* packs. Does not include structures saved to the world or in
|
|
@@ -22653,7 +22625,6 @@ export class TargetBlockHitAfterEventSignal {
|
|
|
22653
22625
|
}
|
|
22654
22626
|
|
|
22655
22627
|
/**
|
|
22656
|
-
* @rc
|
|
22657
22628
|
* A primitive shape class that represents a text label in the
|
|
22658
22629
|
* world with a background.
|
|
22659
22630
|
*/
|
|
@@ -23026,7 +22997,6 @@ export class WatchdogTerminateBeforeEventSignal {
|
|
|
23026
22997
|
}
|
|
23027
22998
|
|
|
23028
22999
|
/**
|
|
23029
|
-
* @rc
|
|
23030
23000
|
* Base class for waypoints displayed on the player's locator
|
|
23031
23001
|
* bar. Waypoints can track locations or entities and are
|
|
23032
23002
|
* rendered with customizable textures and colors.
|
|
@@ -23295,7 +23265,6 @@ export class World {
|
|
|
23295
23265
|
readonly gameRules: GameRules;
|
|
23296
23266
|
readonly isHardcore: boolean;
|
|
23297
23267
|
/**
|
|
23298
|
-
* @rc
|
|
23299
23268
|
* @remarks
|
|
23300
23269
|
* Manager for adding and removing primitive text objects in
|
|
23301
23270
|
* the world.
|
|
@@ -23536,7 +23505,6 @@ export class World {
|
|
|
23536
23505
|
*/
|
|
23537
23506
|
getMoonPhase(): MoonPhase;
|
|
23538
23507
|
/**
|
|
23539
|
-
* @rc
|
|
23540
23508
|
* @remarks
|
|
23541
23509
|
* Returns a map of pack setting name and value pairs.
|
|
23542
23510
|
*
|
|
@@ -23799,7 +23767,6 @@ export class World {
|
|
|
23799
23767
|
export class WorldAfterEvents {
|
|
23800
23768
|
private constructor();
|
|
23801
23769
|
/**
|
|
23802
|
-
* @rc
|
|
23803
23770
|
* @remarks
|
|
23804
23771
|
* This event fires when a block container is closed.
|
|
23805
23772
|
*
|
|
@@ -23808,7 +23775,6 @@ export class WorldAfterEvents {
|
|
|
23808
23775
|
*/
|
|
23809
23776
|
readonly blockContainerClosed: BlockContainerClosedAfterEventSignal;
|
|
23810
23777
|
/**
|
|
23811
|
-
* @rc
|
|
23812
23778
|
* @remarks
|
|
23813
23779
|
* This event fires when a block container is opened.
|
|
23814
23780
|
*
|
|
@@ -23864,7 +23830,6 @@ export class WorldAfterEvents {
|
|
|
23864
23830
|
*/
|
|
23865
23831
|
readonly effectAdd: EffectAddAfterEventSignal;
|
|
23866
23832
|
/**
|
|
23867
|
-
* @rc
|
|
23868
23833
|
* @remarks
|
|
23869
23834
|
* This event fires when an entity container is closed.
|
|
23870
23835
|
*
|
|
@@ -23873,7 +23838,6 @@ export class WorldAfterEvents {
|
|
|
23873
23838
|
*/
|
|
23874
23839
|
readonly entityContainerClosed: EntityContainerClosedAfterEventSignal;
|
|
23875
23840
|
/**
|
|
23876
|
-
* @rc
|
|
23877
23841
|
* @remarks
|
|
23878
23842
|
* This event fires when an entity container is opened.
|
|
23879
23843
|
*
|
|
@@ -23980,7 +23944,6 @@ export class WorldAfterEvents {
|
|
|
23980
23944
|
*/
|
|
23981
23945
|
readonly entityStartSneaking: EntityStartSneakingAfterEventSignal;
|
|
23982
23946
|
/**
|
|
23983
|
-
* @rc
|
|
23984
23947
|
* @remarks
|
|
23985
23948
|
* This property can be read in early-execution mode.
|
|
23986
23949
|
*
|
|
@@ -24598,7 +24561,6 @@ export interface BlockBoundingBox {
|
|
|
24598
24561
|
}
|
|
24599
24562
|
|
|
24600
24563
|
/**
|
|
24601
|
-
* @rc
|
|
24602
24564
|
* Options used to filter block container access events.
|
|
24603
24565
|
*/
|
|
24604
24566
|
export interface BlockContainerAccessEventOptions {
|
|
@@ -24630,9 +24592,6 @@ export interface BlockCustomComponent {
|
|
|
24630
24592
|
*
|
|
24631
24593
|
*/
|
|
24632
24594
|
beforeOnPlayerPlace?: (arg0: BlockComponentPlayerPlaceBeforeEvent, arg1: CustomComponentParameters) => void;
|
|
24633
|
-
/**
|
|
24634
|
-
* @rc
|
|
24635
|
-
*/
|
|
24636
24595
|
onBlockStateChange?: (arg0: BlockComponentBlockStateChangeEvent, arg1: CustomComponentParameters) => void;
|
|
24637
24596
|
/**
|
|
24638
24597
|
* @remarks
|
|
@@ -25056,7 +25015,6 @@ export interface CompoundBlockVolumeItem {
|
|
|
25056
25015
|
}
|
|
25057
25016
|
|
|
25058
25017
|
/**
|
|
25059
|
-
* @rc
|
|
25060
25018
|
* Represents the source of a container access.
|
|
25061
25019
|
*/
|
|
25062
25020
|
export interface ContainerAccessSource {
|
|
@@ -25069,7 +25027,6 @@ export interface ContainerAccessSource {
|
|
|
25069
25027
|
}
|
|
25070
25028
|
|
|
25071
25029
|
/**
|
|
25072
|
-
* @rc
|
|
25073
25030
|
* Options for use when filtering container access sources.
|
|
25074
25031
|
*/
|
|
25075
25032
|
export interface ContainerAccessSourceFilter {
|
|
@@ -25208,9 +25165,6 @@ export interface CustomCommandResult {
|
|
|
25208
25165
|
status: CustomCommandStatus;
|
|
25209
25166
|
}
|
|
25210
25167
|
|
|
25211
|
-
/**
|
|
25212
|
-
* @rc
|
|
25213
|
-
*/
|
|
25214
25168
|
export interface CustomTexture {
|
|
25215
25169
|
/**
|
|
25216
25170
|
* @remarks
|
|
@@ -25373,7 +25327,6 @@ export interface EntityApplyDamageOptions {
|
|
|
25373
25327
|
}
|
|
25374
25328
|
|
|
25375
25329
|
/**
|
|
25376
|
-
* @rc
|
|
25377
25330
|
* Options used to filter entity container access events.
|
|
25378
25331
|
*/
|
|
25379
25332
|
export interface EntityContainerAccessEventOptions {
|
|
@@ -26075,7 +26028,6 @@ export interface EntitySneakingChangedEventOptions {
|
|
|
26075
26028
|
}
|
|
26076
26029
|
|
|
26077
26030
|
/**
|
|
26078
|
-
* @rc
|
|
26079
26031
|
* Controls when a waypoint is visible based on the state of
|
|
26080
26032
|
* the entity it tracks. These rules allow filtering waypoint
|
|
26081
26033
|
* visibility by entity conditions like sneaking, invisibility,
|
|
@@ -26658,7 +26610,6 @@ export interface PlayerSwingEventOptions {
|
|
|
26658
26610
|
}
|
|
26659
26611
|
|
|
26660
26612
|
/**
|
|
26661
|
-
* @rc
|
|
26662
26613
|
* Controls when a waypoint is visible based on player-specific
|
|
26663
26614
|
* states. Extends {@link EntityVisibilityRules} with
|
|
26664
26615
|
* additional rules for player-only states like hidden mode and
|
|
@@ -27387,7 +27338,6 @@ export interface VectorXZ {
|
|
|
27387
27338
|
}
|
|
27388
27339
|
|
|
27389
27340
|
/**
|
|
27390
|
-
* @rc
|
|
27391
27341
|
* Defines a texture and the distance range in which it should
|
|
27392
27342
|
* be displayed. Used within a {@link WaypointTextureSelector}
|
|
27393
27343
|
* to create distance-based texture switching.
|
|
@@ -27422,7 +27372,6 @@ export interface WaypointTextureBounds {
|
|
|
27422
27372
|
}
|
|
27423
27373
|
|
|
27424
27374
|
/**
|
|
27425
|
-
* @rc
|
|
27426
27375
|
* Defines how waypoint textures change based on distance.
|
|
27427
27376
|
* Contains a list of texture bounds that determine which
|
|
27428
27377
|
* texture is displayed at different distance ranges.
|
|
@@ -27576,7 +27525,6 @@ export class CustomComponentNameError extends Error {
|
|
|
27576
27525
|
}
|
|
27577
27526
|
|
|
27578
27527
|
/**
|
|
27579
|
-
* @rc
|
|
27580
27528
|
* Thrown when trying to register a custom dimension with a
|
|
27581
27529
|
* name that has already been registered.
|
|
27582
27530
|
*/
|
|
@@ -27586,7 +27534,6 @@ export class CustomDimensionAlreadyRegisteredError extends Error {
|
|
|
27586
27534
|
}
|
|
27587
27535
|
|
|
27588
27536
|
/**
|
|
27589
|
-
* @rc
|
|
27590
27537
|
* Thrown when trying to register a custom dimension outside of
|
|
27591
27538
|
* the system startup event.
|
|
27592
27539
|
*/
|
|
@@ -27596,7 +27543,6 @@ export class CustomDimensionInvalidRegistryError extends Error {
|
|
|
27596
27543
|
}
|
|
27597
27544
|
|
|
27598
27545
|
/**
|
|
27599
|
-
* @rc
|
|
27600
27546
|
* Thrown when trying to register a custom dimension with a
|
|
27601
27547
|
* name that contains invalid characters.
|
|
27602
27548
|
*/
|
|
@@ -27606,7 +27552,6 @@ export class CustomDimensionNameError extends Error {
|
|
|
27606
27552
|
}
|
|
27607
27553
|
|
|
27608
27554
|
/**
|
|
27609
|
-
* @rc
|
|
27610
27555
|
* Thrown after using the /reload command when trying to
|
|
27611
27556
|
* register a custom dimension that was not previously
|
|
27612
27557
|
* registered. New custom dimensions cannot be added during a
|
|
@@ -27752,7 +27697,6 @@ export class InvalidStructureError extends Error {
|
|
|
27752
27697
|
}
|
|
27753
27698
|
|
|
27754
27699
|
/**
|
|
27755
|
-
* @rc
|
|
27756
27700
|
* Error thrown when attempting to perform operations on an
|
|
27757
27701
|
* invalid waypoint. A waypoint becomes invalid when it is
|
|
27758
27702
|
* removed or when the entity it tracks is no longer valid.
|
|
@@ -27762,9 +27706,6 @@ export class InvalidWaypointError extends Error {
|
|
|
27762
27706
|
private constructor();
|
|
27763
27707
|
}
|
|
27764
27708
|
|
|
27765
|
-
/**
|
|
27766
|
-
* @rc
|
|
27767
|
-
*/
|
|
27768
27709
|
// @ts-ignore Class inheritance allowed for native defined classes
|
|
27769
27710
|
export class InvalidWaypointTextureSelectorError extends Error {
|
|
27770
27711
|
private constructor();
|
|
@@ -27827,7 +27768,6 @@ export class LocationOutOfWorldBoundariesError extends Error {
|
|
|
27827
27768
|
}
|
|
27828
27769
|
|
|
27829
27770
|
/**
|
|
27830
|
-
* @rc
|
|
27831
27771
|
* Error thrown when a locator bar operation fails. Contains a
|
|
27832
27772
|
* reason code indicating the specific cause of the error.
|
|
27833
27773
|
*/
|
|
@@ -27865,9 +27805,6 @@ export class PlaceJigsawError extends Error {
|
|
|
27865
27805
|
private constructor();
|
|
27866
27806
|
}
|
|
27867
27807
|
|
|
27868
|
-
/**
|
|
27869
|
-
* @rc
|
|
27870
|
-
*/
|
|
27871
27808
|
// @ts-ignore Class inheritance allowed for native defined classes
|
|
27872
27809
|
export class PrimitiveShapeError extends Error {
|
|
27873
27810
|
private constructor();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server",
|
|
3
|
-
"version": "2.9.0-beta.1.26.30-
|
|
3
|
+
"version": "2.9.0-beta.1.26.30-stable",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@minecraft/common": "^1.2.0",
|
|
17
|
-
"@minecraft/vanilla-data": ">=1.20.70
|
|
17
|
+
"@minecraft/vanilla-data": ">=1.20.70"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|