Anvil-Dev / AnvilCraft

Other
69 stars 30 forks source link

添加门格海绵 #921

Closed wdfaESfaef closed 3 months ago

wdfaESfaef commented 3 months ago

resolved #917

XeKr commented 3 months ago

方块应是透明的,补充碰撞箱: Stream.of( Block.box(0, 0, 0, 16, 16, 16), Block.box(10.675, 16, 10.675, 5.325, 0, 5.325), Block.box(16, 10.675, 10.675, 0, 5.325, 5.325), Block.box(10.675, 10.675, 16, 5.325, 5.325, 0) ).reduce((v1, v2) -> VoxelShapes.join(v1, v2, IBooleanFunction.OR)).get();