Lv.1
在 超级喵的折叠背包() 中回复
背包是否包含该物品()()
Box3Entity.prototype.itemHas = function (thing, num) {
let things = [];
for (const e of this.item) {
things.push(e.split('×')[0])
if (e.startsWith(thing)) {
const nums = Number(e.split('×')[1]);
return nums >= num ? true : false
}
};
if (!things.includes(thing)) {
return false
}
}2022-10-02T17:06:16 点赞:1
在 find函数 中回复
用我这个()我这个不会报错()
global.find=n=>world.querySelectorAll('player').find(e=>e.player.name==n) ? world.querySelectorAll('player').find(e=>e.player.name==n): false2022-10-05T15:06:56 点赞:0
在 【求助】有没有人能给个1024*512*32的地图 中回复
算了()hash给你自己导入去:
QmVPj4SH6oBjrFW7YngrfBvEcLU77MDJ2GPuj7WyjpwYzP 导入完后控制台输入 for (let x = 0; x <= 1024; x++) { for (let y = 0; y <= 10; y++) { for (let z = 0; z <= 32; z++) { voxels.setVoxel(x, y, z, 'grass') } } } 就完事了()()2022-10-07T14:26:05 点赞:0
在 传送代码哪位大佬知道啊!!! 中回复
const npc = world.querySelectorAll('#模型名')
npc.enableInteract = true;
npc.interactRadius = 3;
npc.onInteract(({ entity }) => {
entity.isPlayer ? entity.player.kick : entity.velocity.y += 10000
})2022-10-07T17:01:45 点赞:1
在 【神岛小课堂】吉吉喵100问,但是不问吉吉喵…… 中回复
屑MOYO)I want your疯狂斗兽场里的蜘蛛动画和浴火银河舰的SQL,let me see
2022-10-21T20:37:42 点赞:3
在 万圣新皮肤到手~ 中回复
???
有个皮肤算什么???
跟我比皮肤?
那你没了啊


七个特殊皮肤(四个创作节,一个代码教程师,两个免费领取的皮肤(圣诞老人&编程猫))
2022-11-08T08:16:48 点赞:0