Pyrotech

Pyrotech

897k Downloads

Allow rocks to generate on blocks other than "Blocks.GRASS/DIRT/STONE"

SeriousCreeper opened this issue ยท 0 comments

commented

Heya,

i'd like to have rocks generate in the betweenlands. While i'm able to whitelist the dimension for rock gen, looking at the code it seems to only allow it to spawn on the default Grass/Dirt/Stone blocks.

https://github.com/codetaylor/pyrotech/blob/master/src/main/java/com/codetaylor/mc/pyrotech/modules/worldgen/world/WorldGenRocks.java#L58

Perhaps any blocks that use the material dirt/grass/etc instead?

Cheers!