diff options
author | acmgit <undertakers_help@yahoo.com> | 2016-07-30 19:00:54 +0200 |
---|---|---|
committer | acmgit <undertakers_help@yahoo.com> | 2016-07-30 19:00:54 +0200 |
commit | 0c48465bbd8f7e3b93d8515a5e496d68c1a843f8 (patch) | |
tree | 4deb7f15cdbcefd3ce0afd0ba85bdb91400796a9 | |
parent | 2565108081a72b693c33be866dd71c6004968991 (diff) | |
parent | 4d548a68342c13f08e893874b2fbf845ddee73b9 (diff) |
Merge branch 'master' of https://github.com/acmgit/billboard
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ 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: +then add an Entry in nodes.lua like: { itemname, color, color, size } |