Updated Debugging (markdown)

Simon Fortier 2018-12-04 16:51:43 -05:00
parent b95b35f52e
commit 5acc10b31e

@ -67,8 +67,10 @@ Debug.setEnergy(objectId, amount)
Debug.saveGame()
Debug.popItem(objectId)
Debug.putItem(objectId, item)
//Example:
Debug.putItem(Debug.SELF_ID, '{"type": 5, "blueprint": "net.simon987.constructionplugin.ObstacleBlueprint"}')
Debug.setInventoryPosition(objectId, position)
```