aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authoracmgit <undertakers_help@yahoo.com>2016-07-30 13:07:49 +0200
committeracmgit <undertakers_help@yahoo.com>2016-07-30 13:10:31 +0200
commit52c38e430f857b4a4fe6e214c8ed63121f75a059 (patch)
tree2aa186d3e1c872a614302c53e854e400176a835a /nodes.lua
parent290d5133e2521fde18f32a1e985fedee71e37b36 (diff)
downloadbillboard-52c38e430f857b4a4fe6e214c8ed63121f75a059.tar.gz
billboard-52c38e430f857b4a4fe6e214c8ed63121f75a059.tar.bz2
billboard-52c38e430f857b4a4fe6e214c8ed63121f75a059.zip
Recipes changed.
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/nodes.lua b/nodes.lua
index d364339..6b06440 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -1,7 +1,7 @@
bb_boardlist = {
- { "white", "white" },
- { "yellow", "yellow" },
- { "black", "yellow" },
- { "green", "blue" }
+ { "sign_wall_wood", "white", "white" },
+ { "sign_wall_wood", "yellow", "yellow" },
+ { "sign_wall_wood", "black", "yellow" },
+ { "sign_wall_wood", "green", "blue" }
}