B.A.S.E

B.A.S.E

46M Downloads

Block model default

pyure opened this issue ยท 2 comments

commented

When building an object of partType "block" (Ahem storage), the texture defaults to the same used for the metal block texture.

commented

var machineFrame = MaterialSystem.getPartBuilder().setName("machine_frame").setPartType(MaterialSystem.getPartType("storage")).build();

commented

Fixed by: 1c63310