From 5acc10b31eb58175d954b7cb478e57d5146d115e Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Tue, 4 Dec 2018 16:51:43 -0500 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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