熊谷 凌

Results 13 comments of 熊谷 凌

> かっこいいと思いませんか?理系の男性として、私はこれはとてもクールだと感じて、とても私の未来の生活の想像に符合して、科学技術といくつかの興味を持って​**います**😎 龙鸣日语,但是指正

原来的push返回了undefined,可能会被立刻识破。 新的实现在非周末时有可能只返回长度+1而不实际push,不会返回undefined。

别急,他们的实现是在动态库里的。

```js class ReturnValue extends String { constructor (value) { super(value.toString()) this.value = value } } // ... block (args, util) { return new ReturnValue({}) } ``` may help.

Do you know that you can actually proxy Scratch API by listening to `CREATE_UNSANDBOXED_EXTENSION_API` (its newly introduced feature)? That allows you to patch `Scratch.extensions.register` to kinda achieve your goal.

```js util.target.extensionVar = new Map() ``` is much better.

Crashed after patching `fabric.mod.json`. Is this utility mod incompatible with **Fabric mixin**? I do not know a lot on this.

BTW, patched inertia crash log here: https://pastebin.com/bjhLY1Xt

I loaded some optimization mods before, but I have disabled them before installing Inertia. Here is a disabled mod list: ``` entityculling-fabric-mc1.16.5-1.5.2 fabric-api-0.42.0+1.16 iris-mc1.16.5-1.4.5 lithium-fabric-mc1.16.5-0.6.6 smoothboot-fabric-1.16.5-1.6.0 sodium-fabric-mc1.16.5-0.2.0+build.4 ``` The problem...