@minecraft/server-editor 0.1.0-beta.1.21.120-preview.21 → 0.1.0-beta.1.21.120-preview.23

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.
Files changed (2) hide show
  1. package/index.d.ts +7 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -339,6 +339,7 @@ export declare enum ImageResourceType {
339
339
  Default = 0,
340
340
  Block = 1,
341
341
  Icon = 2,
342
+ Structure = 3,
342
343
  }
343
344
 
344
345
  /**
@@ -5302,6 +5303,12 @@ export interface IBoolPropertyItem extends IPropertyItemBase {
5302
5303
  */
5303
5304
  // @ts-ignore Class inheritance allowed for native defined classes
5304
5305
  export interface IBoolPropertyItemOptions extends IPropertyItemOptionsBase {
5306
+ /**
5307
+ * @remarks
5308
+ * Changes checkbox variant to use a custom icon
5309
+ *
5310
+ */
5311
+ checkboxIcon?: string;
5305
5312
  /**
5306
5313
  * @remarks
5307
5314
  * If true label text will be hidden. It will be visible by
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-editor",
3
- "version": "0.1.0-beta.1.21.120-preview.21",
3
+ "version": "0.1.0-beta.1.21.120-preview.23",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "peerDependencies": {
16
16
  "@minecraft/common": "^1.0.0",
17
- "@minecraft/server": "^2.4.0-beta.1.21.120-preview.21",
18
- "@minecraft/vanilla-data": ">=1.20.70 || 1.21.120-preview.21"
17
+ "@minecraft/server": "^2.4.0-beta.1.21.120-preview.23",
18
+ "@minecraft/vanilla-data": ">=1.20.70 || 1.21.120-preview.23"
19
19
  },
20
20
  "license": "MIT"
21
21
  }