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

[Bug] Can't create jack-o-lantern. #15

Closed mibby closed 10 years ago

mibby commented 10 years ago

Compiled source as of this commit. https://github.com/NavidK0/Carbon/commit/3dea38a8aec4f1f76608dad74deb8dfe3fd7d138

Can't create jack-o-lantern. Recipe pumpkin with torch underneath it. Possibly related to broken torches here? https://github.com/NavidK0/Carbon/issues/14

NavidK0 commented 10 years ago

All torch related recipes are broken.

This happens whenever a new custom block replaces a block in 1.7.10 code

mibby commented 10 years ago

Ah, so same thing that happened with stone recipes I reported earlier back then?

NavidK0 commented 10 years ago

Yes

NavidK0 commented 10 years ago

Fixed.

mibby commented 10 years ago

@NavidK0 This is not fixed. https://github.com/NavidK0/Carbon/commit/f32770d6ed0e5f69c8094405a4cb95183e507ea5

Jack-o-lantern is not created with a stick. It requires a torch.

NavidK0 commented 10 years ago

Now it's actually fixed. :smile: