From f7ac372e72e6638c443f4bd46f3a1a4e1dc103f6 Mon Sep 17 00:00:00 2001 From: acmgit Date: Sat, 30 Jul 2016 15:58:00 +0200 Subject: Readme changed, new BB added. --- README.md | 17 +++++++++++++---- nodes.lua | 9 +++++---- textures/Screenshot.png | Bin 491147 -> 1835340 bytes textures/bb_paper_black_orange.png | Bin 0 -> 141975 bytes 4 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 textures/bb_paper_black_orange.png diff --git a/README.md b/README.md index ed06485..b651838 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,17 @@ Forked from https://github.com/crazyginger72/billboard.git -This Mod adds 3x3 signlike Billboards with Craftrecipes. -The Dimension of an Texture is 512 x 300 Pixel. +This Mod adds signlike Billboards and different sizes with Craftrecipes. +You only need a Texture for the Billboard. +To add a Billboard, save the Texture in textures, rename the image in shape of: + +bb___.png + +then add an Entry in Nodes like: + +{ itemname, color, color, size } + +then craft your Billboard in Minetest. #*Depends:* @@ -14,11 +23,11 @@ wool #*Craftrecipes:* Wo = Wool -St = Stick +DI = Item from default: Si = wooden Sign St St St -Si Wo Wo +DI Wo Wo St St St #*License:* 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 } } diff --git a/textures/Screenshot.png b/textures/Screenshot.png index 03f2939..3d61866 100644 Binary files a/textures/Screenshot.png and b/textures/Screenshot.png differ diff --git a/textures/bb_paper_black_orange.png b/textures/bb_paper_black_orange.png new file mode 100644 index 0000000..67880b6 Binary files /dev/null and b/textures/bb_paper_black_orange.png differ -- cgit v1.2.3