Update README.md

This commit is contained in:
acmgit 2018-12-30 03:52:23 +01:00 committed by GitHub
parent c1b0cb2ffa
commit ed3a8254e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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