Skip to content

Instantly share code, notes, and snippets.

View TelepathicGrunt's full-sized avatar
🦎
Just chilling around!

TelepathicGrunt TelepathicGrunt

🦎
Just chilling around!
View GitHub Profile
public class StackedBubbleRoomsCarver extends CaveWorldCarver
{
public StackedBubbleRoomsCarver(Function<Dynamic<?>, ? extends ProbabilityConfig> deserialize)
{
super(deserialize, 256); // The 256 is the maximum height that this carver can cave to
}