mods/README.md
2021-06-20 09:38:46 +08:00

1.3 KiB
Executable File

C&C Servers Mod Collection

This repo is the collection of C&C Servers Mods. NOT ALL OF THEM ARE USED IN C&C SERVERS!

.games directionary contains games of C&C Servers.

Download

Use:

# Native Git
git clone --recurse-submodules -j$(nproc) https://github.com/C-C-Minetest-Server/mods
# GitHub CLI
gh repo clone C-C-Minetest-Server/mods -- --recurse-submodules -j$(nproc)

License

See mod directionarys. For update.sh, it is LGPLv2.1.

LGPLv2.1 License (For update.sh)

Copyright (C) 2021  Cato Yiu

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
USA