Little changes.

master
acmgit 2016-08-11 00:20:41 +02:00
parent da5f121886
commit 211102ac81
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 =
{
{

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB