More suppord added.
This commit is contained in:
parent
96dda13b2c
commit
c182ca7333
12
README.md
12
README.md
@ -5,7 +5,8 @@ This Mod adds Barchairs to Minetest.
|
|||||||
![Screenshot 1](screenshot.jpg)
|
![Screenshot 1](screenshot.jpg)
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Move your Download to the Mods-Folder.
|
Move your Download to the Mods-Folder.<br>
|
||||||
|
For additional support set barchairs.register_moretrees, barchairs.register_moreblocks or barchairs.register_cool_trees to true.
|
||||||
|
|
||||||
## Depends
|
## Depends
|
||||||
|
|
||||||
@ -14,6 +15,15 @@ default<br>
|
|||||||
### optional
|
### optional
|
||||||
intllib, baldcypress, bamboo, birch, cacaotree, cherrytree, chestnuttree, clementinetree, ebony, holytree, jacaranda, larch, lemontree, mahogany, maple, oak, palm, plumtree, pomegranate, sequoia, willow, moretrees, moreblocks<br>
|
intllib, baldcypress, bamboo, birch, cacaotree, cherrytree, chestnuttree, clementinetree, ebony, holytree, jacaranda, larch, lemontree, mahogany, maple, oak, palm, plumtree, pomegranate, sequoia, willow, moretrees, moreblocks<br>
|
||||||
|
|
||||||
|
## For Admins
|
||||||
|
|
||||||
|
Barchairs supports moretrees, moreblocks or cooltrees, but this is deactivated by default.
|
||||||
|
To activate this mods, add the following lines:<br>
|
||||||
|
<br>
|
||||||
|
barchairs.register_moretrees = true<br>
|
||||||
|
barchairs.register_moreblocks = true<br>
|
||||||
|
barchairs.register_cool_trees = true<br>
|
||||||
|
|
||||||
## For Modwriter
|
## For Modwriter
|
||||||
|
|
||||||
### Function barchair.register_barchair(mod, mat, burnvalue)
|
### Function barchair.register_barchair(mod, mat, burnvalue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user