From facd29a7138caca4dfd28702dd49c90b69fd2594 Mon Sep 17 00:00:00 2001 From: acmgit Date: Sat, 30 Jul 2016 16:00:16 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b651838..f10cbc6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 +bb_[itemname]_[color]_[color].png then add an Entry in Nodes like: -- cgit v1.2.3 From cf21bf1df9f8800c6577411c9c4668c017cca7fb Mon Sep 17 00:00:00 2001 From: acmgit Date: Sat, 30 Jul 2016 16:01:28 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f10cbc6..e61c20e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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_[itemname]_[color]_[color].png +bb_itemname_color_color.png then add an Entry in Nodes like: -- cgit v1.2.3 From 4d548a68342c13f08e893874b2fbf845ddee73b9 Mon Sep 17 00:00:00 2001 From: acmgit Date: Sat, 30 Jul 2016 16:01:55 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61c20e..1f214a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To add a Billboard, save the Texture in textures, rename the image in shape of: bb_itemname_color_color.png -then add an Entry in Nodes like: +then add an Entry in nodes.lua like: { itemname, color, color, size } -- cgit v1.2.3