@minecraft/server 2.9.0-rc.1.26.40-preview.29 → 2.9.0-rc.1.26.40-preview.30
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 +4 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -15867,6 +15867,10 @@ export class LootingEnchantFunction extends LootItemFunction {
|
|
|
15867
15867
|
// @ts-ignore Class inheritance allowed for native defined classes
|
|
15868
15868
|
export class LootItem extends LootPoolEntry {
|
|
15869
15869
|
private constructor();
|
|
15870
|
+
/**
|
|
15871
|
+
* @rc
|
|
15872
|
+
*/
|
|
15873
|
+
readonly conditions: LootItemCondition[];
|
|
15870
15874
|
readonly functions: LootItemFunction[];
|
|
15871
15875
|
/**
|
|
15872
15876
|
* @remarks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server",
|
|
3
|
-
"version": "2.9.0-rc.1.26.40-preview.
|
|
3
|
+
"version": "2.9.0-rc.1.26.40-preview.30",
|
|
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 || 1.26.40-preview.
|
|
17
|
+
"@minecraft/vanilla-data": ">=1.20.70 || 1.26.40-preview.30"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|