B.A.S.E

B.A.S.E

46M Downloads

Block part naming

pyure opened this issue ยท 1 comments

commented

Per discussion with SkySom:

Create a block requires MaterialSystem.getPartType("storage") .

One might logically expect MaterialSystem.getPartType("block") here (notwithstanding that it kinda visually conflicts with something like metal.registerPart("block"), not really a problem. )

Connected, you identified this as a concern:
var machineFrame = MaterialSystem.getPartBuilder().setName("machine_frame")
vs
var machineFrame = MaterialSystem.getPartBuilder().setName("Machine Frame")

commented

Fixed by: 1c63310