aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authoracmgit <undertakers_help@yahoo.com>2016-07-30 15:58:00 +0200
committeracmgit <undertakers_help@yahoo.com>2016-07-30 15:58:00 +0200
commitf7ac372e72e6638c443f4bd46f3a1a4e1dc103f6 (patch)
tree39245742e61201c09e53f69ca6506ed8a6ad5fd9 /nodes.lua
parent4ad5a1c82327f0194b098de269a2c05d2a10a1dc (diff)
downloadbillboard-f7ac372e72e6638c443f4bd46f3a1a4e1dc103f6.tar.gz
billboard-f7ac372e72e6638c443f4bd46f3a1a4e1dc103f6.tar.bz2
billboard-f7ac372e72e6638c443f4bd46f3a1a4e1dc103f6.zip
Readme changed, new BB added.
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/nodes.lua b/nodes.lua
index ca64ca1..2a30cf1 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -1,9 +1,10 @@
bb_boardlist = {
-- { default:, wool:, wool:, visual_scale }
- { "sign_wall_wood", "white", "white", 2.5 },
+ { "sign_wall_wood", "white", "white", 3.0 },
{ "sign_wall_wood", "yellow", "yellow", 3.0 },
- { "sign_wall_wood", "black", "yellow", 4.0 },
- { "sign_wall_wood", "green", "blue", 2.0 },
- { "sign_wall_wood", "blue", "yellow", 2.0 }
+ { "sign_wall_wood", "black", "yellow", 3.5 },
+ { "sign_wall_wood", "green", "blue", 3.0 },
+ { "sign_wall_wood", "blue", "yellow", 2.0 },
+ { "paper", "black", "orange", 2.5 }
}