summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-04-29 03:27:37 +0200
committerDico200 <dico.karssiens@gmail.com>2015-04-29 03:27:37 +0200
commitc451b2247b9f5446ef060dab7e22f5f8223c1211 (patch)
treee551692211da206176777e20de41f0fca2d991e0 /main.py
parent1cac4c6ed5911371595c699f4a626e7ef16c1c50 (diff)
Added blockplacemods module
Adds a few nifty features with per player customization: - Placing a slab automatically turns it upside-down - Placing a cauldron automatically fills it - Right clicking a cauldron with empty hand or redstone dust lowers water level
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index cfda6aa..8395f3b 100644
--- a/main.py
+++ b/main.py
@@ -38,6 +38,8 @@ shared["load_modules"] = [
"adminchat",
# Adds /badge, allows to give players achievements
"badges",
+ # Adds a few block placement corrections/mods
+ "blockplacemods",
# Adds /calc, toggles automatic solving of Math expressions in chat
"calc",
# Plugin to locate laggy chunks. /lc <n> lists chunks with more than n entities