aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1f214a2e5c17c502d023cdf1afa3a713b64f40b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#*Billboards for Minetest*

Forked from
https://github.com/crazyginger72/billboard.git

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

then add an Entry in nodes.lua like:

{ itemname, color, color, size }

then craft your Billboard in Minetest.

#*Depends:*

default  
wool  

#*Craftrecipes:*

Wo = Wool  
DI = Item from default:  
Si = wooden Sign   

St St St  
DI Wo Wo  
St St St  

#*License:*

WTFPL

#*Screenshot:*

![Screenshot 1] (textures/Screenshot.png)