pw-js-api 0.2.9-dev.043b9e9 → 0.2.9-dev.aaae58f
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/esm/types/api.d.ts +2 -4
- package/package.json +1 -1
package/esm/types/api.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ export interface ListBlockResult {
|
|
|
146
146
|
*/
|
|
147
147
|
Layer: number;
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* What the block ID was before the current update.
|
|
150
150
|
*/
|
|
151
151
|
LegacyId: number;
|
|
152
152
|
/**
|
|
@@ -164,9 +164,7 @@ export interface ListBlockResult {
|
|
|
164
164
|
*/
|
|
165
165
|
PaletteId: string;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
* For example it can indicate block's rotation (for example for half blocks), indicate portal arguments, etc.
|
|
167
|
+
* Unclear what this is.
|
|
170
168
|
*/
|
|
171
169
|
LegacyMorph?: number[];
|
|
172
170
|
}
|