Difference between revisions of "Osccraft"
From CCRMA Wiki
m |
m |
||
Line 15: | Line 15: | ||
/gamerule doDaylightCycle false | /gamerule doDaylightCycle false | ||
/time set 6000". | /time set 6000". | ||
+ | |||
+ | Commands | ||
+ | |||
+ | http://minecraft.gamepedia.com/Commands |
Revision as of 02:50, 12 August 2014
Toggle Creative to Survival Mode:
"/gamemode 0" without the quotation marks. "/gamemode 1" will bring you back to creative mode. oscRock.setHarvestLevel("shovel", 0); //Wood:0 Stone:1 Iron:2 Diamond: 3 Gold:0
Building Mod package:
cd /Users/slork/rob/forge-1.7.2 ./gradlew build
Eternal Daytime
/gamerule doDaylightCycle false /time set 6000".
Commands
http://minecraft.gamepedia.com/Commands