first commit

This commit is contained in:
Christian Sirolli
2024-12-12 14:44:28 -05:00
commit 445310336f
6 changed files with 768 additions and 0 deletions

18
.cbd.json Normal file
View File

@@ -0,0 +1,18 @@
{
"type": "MOD",
"title": "Bounty",
"name": "bounty",
"short_description": "Bounty mod for MTG. Can be used for placing bounties on players.",
"dev_state": "ACTIVELY_DEVELOPED",
"tags": [
"survival",
"pvp",
"multiplayer",
"server_tools"
],
"license": "GPL-3.0-or-later",
"media_license": "CC-BY-SA-3.0",
"long_description": "# Stone Age Modpack for Luanti\n\nThis mod adds basic stone age and survival tools and makes the start in the world harder. You can make a campfire. Torches just burn half a day. Several mods have been merged or are depended on that adjust the game-play.\n\n## License\n\nUnless otherwise noted, code is licensed under GPLv3 or later. The original stoneage mod was made by CasimirKaPazi, and expanded to include prehistoric by Mossmanikin, mcl_campfires from Mineclonia, nc_wooden_mattock by Fancticwor, and rainbarrel by Piezo_.\n\n### Textures\n\nUnless otherwise noted, textures are authored by CasimirKaPazi and are licensed under CC-BY-SA.\n\nstoneage_firestriker_stone.png is based on pixel-land-10 CC0 by pixel32\n\nstoneage_bonefire_animated and stoneage_bonefire_unlit are based on LPC Fireplace CC-BY Lanea Zimmerman\n\nwoodmattock.png is licensed under CC0-1.0 by Fancticwor\n\nSee campfire's README.md for licensing information.",
"repo": "https://codeberg.org/csirolli/luanti_stoneage",
"issue_tracker": "https://codeberg.org/csirolli/luanti_stoneage/issues"
}