Update README.md
This commit is contained in:
parent
c1b0cb2ffa
commit
ed3a8254e5
10
README.md
10
README.md
@ -15,13 +15,13 @@ default<br>
|
||||
|
||||
## For Modwriter
|
||||
|
||||
### Function barchair.register_barchair()
|
||||
### Function barchair.register_barchair(mod, mat, burnvalue)
|
||||
|
||||
With this interface, Barchairs can simply support your mod.
|
||||
With this interface, Barchairs can simply support your mod.<br>
|
||||
|
||||
mod = String of the current modname like "default:"
|
||||
mat = Material, is the name of the node like "dirt"
|
||||
burnvalue = Is the Chair burnable? 0 = not burnable, >= how long takes it to burn. If you don't give a valid Number, burnvalue = 0 and the chair is unburnable.
|
||||
mod = String of the current modname like "default:"<br>
|
||||
mat = Material, is the name of the node like "dirt"<br>
|
||||
burnvalue = Is the Chair burnable? 0 = not burnable, >= how long takes it to burn. If you don't give a valid Number, burnvalue = 0 and the chair is unburnable.<br>
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user