-
Notifications
You must be signed in to change notification settings - Fork 9
Developing BurlapCraft
To test the MOD, start Minecraft by running the following command from the forge directory (created by following the installation instructions)
./gradlew build
./gradlew runClient
Once Minecraft is running, click on "Mods" and verify that BurlapCraft is listed and click "Done" once verified. Create a new world in Survival mode. Enter the world. The new world has several existing dungeons created by the mod. If you look straight upwards from your spawn point, you should see them floating in the air. Depending on your system speed, you may need to wait for the dungeons to load before teleporting.
Note that new worlds creating in this instance of Minecraft will not have the dungeon. To start over, you have to exit Minecraft, restart the gradlew runClient command, and then create a new dungeon. Similarly, going back to existing worlds and using the dungeons is not yet supported.
For those of us new to Minecraft, here are some basic controls.
- Use 'w', 'a', 's', and 'd' to move around in Cartesian coordinates.
- 'Shift' crouches and 'Space' jumps.
- Use the mouse to look around and change direction.
- Use the mouse wheel to change the item in your hand.
- Left click to strike with the item in your hand. Right click to use the item's alternate ability.
- To enter commands, you will first need to press 't' to bring up a blank prompt, or press '/' to bring up a prompt with '/' already inserted.