Skip to content

Instantly share code, notes, and snippets.

@rxbynerd
Created December 18, 2011 14:11
Show Gist options
  • Save rxbynerd/1493517 to your computer and use it in GitHub Desktop.
Save rxbynerd/1493517 to your computer and use it in GitHub Desktop.
Insert in WorldGenDungeons.java after "world.setBlockWithNotify(i, j, k, Block.mobSpawner.blockID);"
for (int iFuckingHateJava = j + 1; iFuckingHateJava < 128; iFuckingHateJava++) {
world.setBlockWithNotify(i, iFuckingHateJava, k, Block.glass.blockID);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment