From ed3a8254e5c09d81737de8da96553d3ef8368cba Mon Sep 17 00:00:00 2001 From: acmgit Date: Sun, 30 Dec 2018 03:52:23 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb4aa91..09f6165 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ default
## 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.
-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:"
+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.
## License