MineClone5/mods/ENTITIES/mcl_boats
kay27 1a6f4960bf Merge pull request 'Update Russian translation' (#216) from U.N.Owen/MineClone5-translate-ru:master into master
Reviewed-on: MineClone5/MineClone5#216
2022-02-20 09:57:05 +00:00
..
locale Merge pull request 'Update Russian translation' (#216) from U.N.Owen/MineClone5-translate-ru:master into master 2022-02-20 09:57:05 +00:00
models Fix #1414 2021-03-30 10:24:39 -07:00
textures Add obsidian boat that always sinks 2021-11-20 09:06:48 +01:00
README.txt Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
init.lua #55 Fix next boats crash (If it's not an entity, what occupies them?) 2022-02-10 02:22:58 +04: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)