blob: b65183837cad0aef79a70d59fd1504cdfe7b9a6d (
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 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)
|