MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.59k stars 69 forks source link

Signs not working #17

Closed haylinmoore closed 4 years ago

haylinmoore commented 4 years ago

Signs appear not to be working. When I try to place them they just act like all of the other blocks that have no been added yet. I believe that they are supposed to work as they appear to be implemented in https://github.com/MCHPR/MCHPRS/blob/master/src/blocks/mod.rs#L481-L490 and a couple other lines.

StackDoubleFlow commented 4 years ago

At this moment, signs can only be loaded from schematic files.

haylinmoore commented 4 years ago

Ah thank you