diff --git a/mods/ITEMS/mcl_boats/README.txt b/mods/ITEMS/mcl_boats/README.txt new file mode 100644 index 000000000..5d23d230b --- /dev/null +++ b/mods/ITEMS/mcl_boats/README.txt @@ -0,0 +1,24 @@ +# mcl_boats +This mod adds drivable boats. + +# Credits +## Mesh +Boat mesh (`models/boat.b3d`) created by 22i. +Source: https://github.com/22i/minecraft-voxel-blender-models + +License of boat model: +GNU GPLv3 + +## Textures +All textures are from the Faithful texture pack for Minecraft. +See the main MineClone 2 license 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) +