Replace getpos() with get_pos()
[MineClone/MineClone2.git] / mods / ENTITIES / mcl_boats / README.txt
blob6d218f275f4af2d3e0e29f253b8d1dadc2d20065
1 # mcl_boats
2 This mod adds drivable boats.
4 # Credits
5 ## Mesh
6 Boat mesh (`models/mcl_boats_boat.b3d`) created by 22i.
7 Source: https://github.com/22i/minecraft-voxel-blender-models
9 License of boat model:
10 GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>
12 ## Textures
13 All textures are from the Faithful texture pack for Minecraft.
14 See the main MineClone 2 license to learn more.
16 ## Code
17 Code based on Minetest Game, licensed under the MIT License (MIT).
19 Authors include:
20 * PilzAdam (2012-2016)
21 * Various Minetest / Minetest Game developers and contributors (2012-2016)
22 * maikerumine (2017)
23 * Wuzzy (2017)