diff --git a/Debugging.md b/Debugging.md index 58395d3..56dccf9 100644 --- a/Debugging.md +++ b/Debugging.md @@ -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) ``` \ No newline at end of file