hytopia 0.9.3 → 0.9.4
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/package.json
CHANGED
package/server.api.json
CHANGED
@@ -5543,7 +5543,7 @@
|
|
5543
5543
|
{
|
5544
5544
|
"kind": "PropertySignature",
|
5545
5545
|
"canonicalReference": "server!BlockTypeOptions#lightLevel:member",
|
5546
|
-
"docComment": "/**\n * The light emission level.\n */\n",
|
5546
|
+
"docComment": "/**\n * The light emission level, between 0 and 15.\n */\n",
|
5547
5547
|
"excerptTokens": [
|
5548
5548
|
{
|
5549
5549
|
"kind": "Content",
|
package/server.d.ts
CHANGED
@@ -662,7 +662,7 @@ export declare interface BlockTypeOptions {
|
|
662
662
|
halfExtents?: Vector3Like;
|
663
663
|
/** Whether the block type is a liquid. */
|
664
664
|
isLiquid?: boolean;
|
665
|
-
/** The light emission level. */
|
665
|
+
/** The light emission level, between 0 and 15. */
|
666
666
|
lightLevel?: number;
|
667
667
|
/** The name of the block type. */
|
668
668
|
name: string;
|