VoxeLibre/mods/ENTITIES/mcl_boats
AFCMS 2d1a43396f Merge pull request 'Title HUD API' (#1778) from title-API into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1778
2021-08-20 12:31:54 +00:00
..
locale Update French translation (part 1) 2021-08-13 11:35:18 +02:00
models Fix #1414 2021-03-30 10:24:39 -07:00
textures Move 3 mods to ENTITIES 2017-07-27 04:07:38 +02:00
README.txt Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
init.lua add documentation 2021-07-20 16:14:34 +02:00
mod.conf working implementation + support of other mods 2021-07-20 15:47:26 +02:00

README.txt

# mcl_boats
This mod adds drivable boats.

# Credits
## Mesh
Boat mesh (`models/mcl_boats_boat.b3d`) created by 22i.
Source: https://github.com/22i/minecraft-voxel-blender-models

License of boat model:
GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>

## Textures
See the main MineClone 2 README.md file to learn more.

## Code
Code based on Minetest Game, licensed under the MIT License (MIT).

Authors include:
* PilzAdam (2012-2016)
* Various Minetest / Minetest Game developers and contributors (2012-2016)
* maikerumine (2017)
* Wuzzy (2017)
* Fleckenstein (2020-2021)