用户:
来自火星的股神____名字被占了查看:9 回复:3 评论:9 创建时间:2022-12-15T08:04:08
把所有dirt换成blue_surfaces_01,输入到控制台里()
名探酱for(let x=0; x<127; x++){
for(let z=0; z<127; z++){
for(let y=0; y<127; y++){
const voxel1 = voxels.getVoxel(x,y,z)
if (voxel1 == 125)
voxels.setVoxel(x, y, z, 'blue_surfaces_01')
}}}点赞0
评论
呵呵0486for(let x=0; x<256; x++){for(let z=0; z<256; z++){for(let y=0; y<25; y++){if (voxels.name(voxel.getVoxel(x,y,z))=='dirt')voxels.setVoxel(x, y, z, 'blue_surfaces_01')}}}
直接放控制台里()
点赞0
评论