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

Diorite, Granite and Andesite generation. #43

Closed SequaciousGAMES closed 10 years ago

SequaciousGAMES commented 10 years ago

It seems that Diorite, Granite and Andesite don't spawn above ground in extreme hills like they're supposed to. In fact, in vanilla they spawn above ground in a few biomes. And as of Carbon 1.6.1 they still spawn less frequently than they should.

NavidK0 commented 10 years ago

This is because of an error in the code in the block populator It was checking for all blocks under 128, the old height limit

SequaciousGAMES commented 10 years ago

Is it possible to fix?

NavidK0 commented 10 years ago

Yes, I just fixed it.