Updated Developer Mode (markdown)

Daniel Scalzi 2023-03-24 18:35:41 -04:00
parent bc7df47a17
commit 20fe692d20

@ -53,14 +53,11 @@ You've made changes to WesterosBlocks and wish to test these ingame.
.westeroscraft/common/modstore/com/westeroscraft/westerosblocks/test/westerosblocks-test.jar .westeroscraft/common/modstore/com/westeroscraft/westerosblocks/test/westerosblocks-test.jar
``` ```
#### Step 3 - Turn on dev mode and pull the changes. #### Step 3 - Turn on dev mode.
* Open the console and type the following. * Open the console and type the following.
```JavaScript ```JavaScript
DistroManager.setDevMode(true) devModeToggle()
```
```Javascript
DistroManager.pullLocal()
``` ```
*Note: Dev mode is always false whenever you open the launcher.* *Note: Dev mode is always false whenever you open the launcher.*