Created
December 18, 2011 14:11
-
-
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);"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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