summaryrefslogtreecommitdiff
path: root/blockplacemods.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-11-22 14:51:47 +0100
committerDico200 <dico.karssiens@gmail.com>2015-11-22 14:51:47 +0100
commit23b3bffcf6faa699c3a850ab183675ee6d673c10 (patch)
tree17921086504fc9c4a74a09bd0f82b1f4d683af5d /blockplacemods.py
parent1b59c79fd715e9b5fc6dc2c197c4547b84c4e312 (diff)
Major serversigns overhaul, it mostly works now. A little bit of testing and command help is left
Diffstat (limited to 'blockplacemods.py')
-rw-r--r--blockplacemods.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/blockplacemods.py b/blockplacemods.py
index 246f9eb..85e71c5 100644
--- a/blockplacemods.py
+++ b/blockplacemods.py
@@ -24,7 +24,7 @@ settingInformation = dict( #[setting type, identifying description, detailed des
],
furnace = [1,
"automatically filling furnaces upon placement",
- "Sets your preferred default furnace contents to your currently held itemstack. Use an empty hand to empty a slot, or /toggle dropper clear to clear all slots.",
+ "Sets your preferred default furnace contents to your currently held itemstack. Use an empty hand to empty a slot, or /toggle furnace clear to clear all slots.",
["cooker", "fillf"], 2
],
#torch = [0,
@@ -44,7 +44,7 @@ settingInformation = dict( #[setting type, identifying description, detailed des
],
hopper = [1,
"automatically filling hoppers upon placement",
- "Sets your preferred default hopper contents to your currently held itemstack. Use an empty hand to empty a slot, or /toggle dropper clear to clear all slots.",
+ "Sets your preferred default hopper contents to your currently held itemstack. Use an empty hand to empty a slot, or /toggle hopper clear to clear all slots.",
["itemtransporter", "fillh"], 4
]
)