2018-12-30 03:49:30 +01:00

590 B

Barchairs

This Mod adds Barchairs to Minetest.

Screenshot 1

Install

Move your Download to the Mods-Folder.

Depends

default

optional

For Modwriter

Function barchair.register_barchair()

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.

License

License: GPL 3.0