aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracmgit <undertakers_help@yahoo.com>2016-08-11 00:20:41 +0200
committeracmgit <undertakers_help@yahoo.com>2016-08-11 00:20:41 +0200
commit211102ac814dd35333a47f6619be1c1329aff62e (patch)
tree720c99677ace2bdd5451bf459cd3ad9d9bd051e7
parentda5f1218861a1495cfce6710689045886b21a976 (diff)
downloadbillboard-211102ac814dd35333a47f6619be1c1329aff62e.tar.gz
billboard-211102ac814dd35333a47f6619be1c1329aff62e.tar.bz2
billboard-211102ac814dd35333a47f6619be1c1329aff62e.zip
Little changes.
-rw-r--r--init.lua2
-rw-r--r--nodes.lua4
-rw-r--r--screenshot.pngbin0 -> 65495 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index d85cd4f..28a111f 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,6 @@
dofile(minetest.get_modpath("billboard") .. "/nodes.lua")
-for i,n in ipairs(bb_boardlist) do
+for i,n in ipairs(boardlist) do
-- No Title there?
if n.title == nil then
diff --git a/nodes.lua b/nodes.lua
index 8b1c391..1ff44dc 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -13,7 +13,7 @@
item2 = 2. Item for the recipe
item3 = 3. Item for the recipe
- If an Item missed, defaulte for:
+ If an Item missed, default for:
item1 = sign_wall_wood
item2 = white
item3 = white
@@ -33,7 +33,7 @@
--]]
-bb_boardlist =
+boardlist =
{
{
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..133286c
--- /dev/null
+++ b/screenshot.png
Binary files differ