THANKS FOR 1500 DOWNLOADS!!!

Description

This mod adds more boat variants based on Minetest Game's wood types. Additionally added obsidiad boat, to swim on the lava.

API

more_boats.register_boat(name, def) * name — Identifier of the boat. * def — Properties of the registered boat. Contains: * description — Title of the boat as an Item. (String) * texture — Item/Boat texture, ex: default_dirt.png * material — Item for crafting boat. (String) * group — Groups, which boat can be placed on. (Array. Optional. water only by default) * fuel — Boat as an Item can be used as the fuel. (Boolean. Optional. false by default) * cooking — Boat as an Item can be cooked into itemstring. (Optional)