NavidK0 / Carbon

Carbon is a Spigot plugin which turns a spigot protocol hacked server (on 1.7.10) into a 1.8 server.
GNU Lesser General Public License v3.0
35 stars 19 forks source link

Fixes red sandstone slab issues #59

Closed Jikoo closed 10 years ago

Jikoo commented 10 years ago

Addresses #50

Jikoo commented 10 years ago

I opted to replace double slabs with single slabs, nonconfigurable, because that's how Spigot handles other doubleslabs. In retrospect it may have made more sense visually to just replace them with red sandstone, but I figured I'd match the style.

This should be the only item that needs to be changed for the 1.8 client, so a solution like the one for 1.7 seemed to be overkill.

Shevchik commented 10 years ago

Spigot has its own 1.8 tech items remapper. You should inject additional values to it instead of adding something to 1.7 remapper.

Jikoo commented 10 years ago

All right, I'll look into that, going to revert my second commit for now then. The first should still be good.