Charged / Miners

An Game Engine and Minecraft Classic Client
charged-miners.com
87 stars 14 forks source link

Correct block face issues (dispensers, pumpkins) #10

Closed squiddy closed 13 years ago

squiddy commented 13 years ago

I've implemented a makeFacedBlock as you suggested, rewrote furnace to use it and added handlers for dispensers, pumpkins and jack-o-lanterns. One thing that bothers me a bit is the almost identical code in furnace/dispenser and pumpkin/jack_o_lanterns. I could combine these and make them accept both type and decFront, but I'm not sure that makes it much better.