diff options
author | acmgit <undertakers_help@yahoo.com> | 2016-07-30 13:07:49 +0200 |
---|---|---|
committer | acmgit <undertakers_help@yahoo.com> | 2016-07-30 13:07:49 +0200 |
commit | c848f68b7efa20b31b37e56eddff1b4bd248eeab (patch) | |
tree | 0aa69ebfe7c9b56fb1f433db91d2347ed6b64a79 /nodes.lua | |
parent | 290d5133e2521fde18f32a1e985fedee71e37b36 (diff) |
Recipes changed.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" } } |