OpenBlocks

OpenBlocks

56M Downloads

imaginary block nbt data

Shane371 opened this issue ยท 2 comments

commented

Trying to figure out the format for imaginary blocks or if there is one. Dont mean the crayons the transparent crayon block version. All i have so far by looking at some of the code and various console commands is this.
openblocks:imaginary.withTag({Color: 1973019, IsInverted: false, Shape : "Block" })

Not sure if that is even close though. Just looking for an example to go by.

commented

Relevant code: https://github.com/OpenMods/OpenBlocks/blob/master/src/main/java/openblocks/common/tileentity/TileEntityImaginary.java#L97:

commented

Thanks for the reply, I was not even close to figuring out shape.