This commit is contained in:
A.C.M 2019-01-06 10:52:46 +01:00
commit 95c05e41c9

View File

@ -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