aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracmgit <undertakers_help@yahoo.com>2016-08-02 21:01:46 +0200
committeracmgit <undertakers_help@yahoo.com>2016-08-02 21:13:02 +0200
commit789b6df33dee2201b431b16da63cea0cf02da481 (patch)
tree833b239fb43118714310232523171fe471e57811
parent3cca8afbd9cb8d791e0411b4b347e35d7a5aa71b (diff)
downloadbillboard-789b6df33dee2201b431b16da63cea0cf02da481.tar.gz
billboard-789b6df33dee2201b431b16da63cea0cf02da481.tar.bz2
billboard-789b6df33dee2201b431b16da63cea0cf02da481.zip
descriptioin.txt changed
-rw-r--r--description.txt2
-rw-r--r--nodes.lua58
-rw-r--r--textures/bb_paper_black_orange.jpgbin16951 -> 0 bytes
-rw-r--r--textures/bb_paper_black_orange.pngbin141975 -> 0 bytes
-rw-r--r--textures/bb_paper_green_green.jpgbin37469 -> 0 bytes
-rw-r--r--textures/bb_paper_green_green.pngbin278232 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_black_yellow.jpgbin21930 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_black_yellow.pngbin116924 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_blue_yellow.jpgbin21936 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_blue_yellow.pngbin154606 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_green_blue.jpgbin18977 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_green_blue.pngbin148629 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_white_white.jpgbin31236 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_white_white.pngbin157284 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_yellow_yellow.jpgbin28806 -> 0 bytes
-rw-r--r--textures/bb_sign_wall_wood_yellow_yellow.pngbin220503 -> 0 bytes
16 files changed, 40 insertions, 20 deletions
diff --git a/description.txt b/description.txt
index 31b8bb4..8155bd7 100644
--- a/description.txt
+++ b/description.txt
@@ -1 +1 @@
- This Mod adds 3x3 signlike Billboards with Craftrecipes.
+ This Mod adds signlike Billboards with craftrecipes and different sizes.
diff --git a/nodes.lua b/nodes.lua
index 7bd0a73..8b1c391 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -1,29 +1,43 @@
-bb_boardlist =
- {
--[[
- Description of an Entry:
+ ***********************************************
+ * Description of an Entry for the Billboards: *
+ ***********************************************
{
- title = Name for the Billboard, default = bb_item1_item2_item3
+ title = Name for the Billboard,
+ If no Name is given: default = bb_item1_item2_item3
Recipe to craft:
- item1 = First Item for the recipe, default = sign_wall_wood
- item2 = .. , default = white
- item3 = .. , default = white
+ item1 = 1. Item for the recipe
+ item2 = 2. Item for the recipe
+ item3 = 3. Item for the recipe
+
+ If an Item missed, defaulte for:
+ item1 = sign_wall_wood
+ item2 = white
+ item3 = white
Size of the Billboard in Blocks
- scale = number , default = 0
+ scale = number
+ If no scale is given, the default number is 1
+
+ filename = Filename for the Image
+ If no filename is given, the filename = bb_item1_item2_item3
- filename = Filename for the Image, default = bb_item1_item2_item3
+ Typ of the taken Image (must be in textures):
+ imgtyp = "Typ"
+ If no Typ is given, the typ is png.
- Typ of the taken Image (must be in textures)
- imgtyp = "Typ" , default = "png"
}
--]]
+
+bb_boardlist =
+ {
- { title = "Aikido Billboard",
+ {
+ title = "Aikido Billboard",
item1 = "sign_wall_wood",
item2 = "white",
item3 = "white",
@@ -32,7 +46,8 @@ bb_boardlist =
imgtyp = "jpg"
},
- { title = "Detergen Billboard",
+ {
+ title = "Detergen Billboard",
item1 = "sign_wall_wood",
item2 = "yellow",
item3 = "yellow",
@@ -41,7 +56,8 @@ bb_boardlist =
imgtyp = "jpg"
},
- { title = "Mesedrink Billboard",
+ {
+ title = "Mesedrink Billboard",
item1 = "sign_wall_wood",
item2 = "black",
item3 = "yellow",
@@ -50,7 +66,8 @@ bb_boardlist =
imgtyp = "jpg"
},
- { title = "Meseforte Billboard",
+ {
+ title = "Meseforte Billboard",
item1 = "sign_wall_wood",
item2 = "green",
item3 = "blue",
@@ -59,7 +76,8 @@ bb_boardlist =
imgtyp = "png"
},
- { title = "Mesewave Billboard",
+ {
+ title = "Mesewave Billboard",
item1 = "sign_wall_wood",
item2 = "blue",
item3 = "yellow",
@@ -68,7 +86,8 @@ bb_boardlist =
imgtyp = "jpg"
},
- { title = "Newspaper Billboard",
+ {
+ title = "Newspaper Billboard",
item1 = "paper",
item2 = "black",
item3 = "orange",
@@ -77,7 +96,8 @@ bb_boardlist =
imgtyp = "jpg"
},
- { title = "Army Billboard",
+ {
+ title = "Army Billboard",
item1 = "paper",
item2 = "green",
item3 = "green",
@@ -86,4 +106,4 @@ bb_boardlist =
imgtyp = "png"
}
- }
+ } -- bb_boardlist
diff --git a/textures/bb_paper_black_orange.jpg b/textures/bb_paper_black_orange.jpg
deleted file mode 100644
index 9021a8d..0000000
--- a/textures/bb_paper_black_orange.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_paper_black_orange.png b/textures/bb_paper_black_orange.png
deleted file mode 100644
index 67880b6..0000000
--- a/textures/bb_paper_black_orange.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_paper_green_green.jpg b/textures/bb_paper_green_green.jpg
deleted file mode 100644
index a48b6a8..0000000
--- a/textures/bb_paper_green_green.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_paper_green_green.png b/textures/bb_paper_green_green.png
deleted file mode 100644
index 4f6686d..0000000
--- a/textures/bb_paper_green_green.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_black_yellow.jpg b/textures/bb_sign_wall_wood_black_yellow.jpg
deleted file mode 100644
index 3b17cbb..0000000
--- a/textures/bb_sign_wall_wood_black_yellow.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_black_yellow.png b/textures/bb_sign_wall_wood_black_yellow.png
deleted file mode 100644
index e11b72b..0000000
--- a/textures/bb_sign_wall_wood_black_yellow.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_blue_yellow.jpg b/textures/bb_sign_wall_wood_blue_yellow.jpg
deleted file mode 100644
index 582af14..0000000
--- a/textures/bb_sign_wall_wood_blue_yellow.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_blue_yellow.png b/textures/bb_sign_wall_wood_blue_yellow.png
deleted file mode 100644
index a6df1ba..0000000
--- a/textures/bb_sign_wall_wood_blue_yellow.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_green_blue.jpg b/textures/bb_sign_wall_wood_green_blue.jpg
deleted file mode 100644
index 8b2355b..0000000
--- a/textures/bb_sign_wall_wood_green_blue.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_green_blue.png b/textures/bb_sign_wall_wood_green_blue.png
deleted file mode 100644
index 5aad220..0000000
--- a/textures/bb_sign_wall_wood_green_blue.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_white_white.jpg b/textures/bb_sign_wall_wood_white_white.jpg
deleted file mode 100644
index 6df3aee..0000000
--- a/textures/bb_sign_wall_wood_white_white.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_white_white.png b/textures/bb_sign_wall_wood_white_white.png
deleted file mode 100644
index 5865706..0000000
--- a/textures/bb_sign_wall_wood_white_white.png
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_yellow_yellow.jpg b/textures/bb_sign_wall_wood_yellow_yellow.jpg
deleted file mode 100644
index c5f080b..0000000
--- a/textures/bb_sign_wall_wood_yellow_yellow.jpg
+++ /dev/null
Binary files differ
diff --git a/textures/bb_sign_wall_wood_yellow_yellow.png b/textures/bb_sign_wall_wood_yellow_yellow.png
deleted file mode 100644
index 7e659de..0000000
--- a/textures/bb_sign_wall_wood_yellow_yellow.png
+++ /dev/null
Binary files differ