blob: 64f9676fc902b0539d97d7bb806d619db78364de (
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, imagetyp }
then craft your Billboard in Minetest.
#*Depends:*
default
wool
#*Craftrecipes:*
St = Stick
Wo = Wool
DI = Item from default:
St St St
DI Wo Wo
St St St
#*License:*
WTFPL
#*Screenshot:*
![Screenshot 1] (textures/Screenshot.png)
|