http://blockland.us/files/BlocklandEditor.rarplace in blockland folderopen main.cschange$modcount = 0;$userMods = $defaultGame; (or something like this)to$modcount = 1;$userMods = "editor;" @ $defaultGame;And press f11 in game
open main.cschange$modcount = 0;$userMods = $defaultGame;Â Â (or something like this)to$modcount = 1;$userMods = "editor;" @ $defaultGame;