strip games/mods from readme, there is the cdb for that

master
BuckarooBanzay 2022-08-02 15:12:31 +02:00
parent bd09851810
commit cd216231c6
1 changed files with 4 additions and 111 deletions

115
readme.md
View File

@ -10,34 +10,18 @@
- [Websites](#websites)
- [Third-party websites](#third-party-websites)
- [Games](#games)
- [Mods](#mods)
- [Skins](#skins)
- [Armor](#armor)
- [Inventory](#inventory)
- [Building](#building)
- [Protection](#protection)
- [Mobs](#mobs)
- [Decoration](#decoration)
- [Farming](#farming)
- [Plants](#plants)
- [Communication](#communication)
- [Technology](#technology)
- [Teleportation](#teleportation)
- [Map](#map)
- [Mapgen](#mapgen)
- [Player management](#player-management)
- [Modding](#modding)
- [Testing](#testing)
- [Third-party apps](#third-party-apps)
- [Performance](#performance)
- [Map-Tools](#map-tools)
- [Communication](#communication)
- [Libraries](#libraries)
- [License](#license)
## Websites
- [Official Download](https://www.minetest.net)
- [Discord](https://discord.gg/minetest)
- [Wiki](https://wiki.minetest.net)
- [Forum](https://forum.minetest.net)
- [IRC](https://irc.minetest.net)
@ -51,92 +35,6 @@
- [monitoring.minetest.land](https://monitoring.minetest.land) Public minetest monitoring website for server owners
- [blockexchange.minetest.land](https://blockexchange.minetest.land) Cloud worldedit import/export
## Games
- [minetest_game](http://github.com/minetest/minetest_game/) The default game for minetest
## Mods
### Skins
- [skinsdb](https://github.com/minetest-mods/skinsdb) Player skin mod, supporting unified_inventory, sfinv and smart_inventory
### Armor
- [3d_armor](https://github.com/minetest-mods/3d_armor) Visible player armor & wielded items for minetest
- [hazmat_suit](https://github.com/pandorabox-io/hazmat_suit) Hazmat suit for `3d_armor`
- [spacesuit](https://github.com/mt-mods/spacesuit) Spacesuit for `3d_armor`
### Inventory
- [unified_inventory](https://github.com/minetest-mods/unified_inventory) An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue
### Building
- [Digtron](https://github.com/minetest-mods/digtron) A modular tunnel boring/construction machine mod for Minetest
### Protection
- [protector](https://notabug.org/TenPlus1/protector) adds a protector block
- [areas](https://github.com/minetest-mods/areas) adds area protection
### Mobs
- [mobs_redo](https://notabug.org/TenPlus1/mobs_redo) Mob API for mods to add monsters, animals and more
- [mobs_animal](https://notabug.org/TenPlus1/mobs_animal) Animal mobs for Mobs Redo
- [mobs_monster](https://notabug.org/TenPlus1/mobs_monster) Monsters for Mobs Redo
- [mobs_horse](https://notabug.org/TenPlus1/mob_horse) Horse for Mobs Redo
- [mobs_npc](https://notabug.org/TenPlus1/mobs_npc) NPC, Igor and Trader mobs for Mobs Redo
- [bees](https://notabug.org/TenPlus1/bees) adds bees and hives
### Decoration
- [homedecor_modpack](https://gitlab.com/VanessaE/homedecor_modpack) Sofas, kitchen kabinets, pictures, lamps and more
- [bakedclay](https://notabug.org/TenPlus1/bakedclay) Baked clay in vaious colors
### Farming
- [farming](https://notabug.org/TenPlus1/farming) farming redo mod
- [wine](https://notabug.org/TenPlus1/wine) adds wine and other beverages
### Plants
- [moretrees](https://gitlab.com/VanessaE/moretrees) adds several new tree types
- [ethereal](https://notabug.org/TenPlus1/ethereal) adds many new biomes, trees and plants
### Technology
- [mesecons](https://github.com/minetest-mods/mesecons) Mod for minetest that adds digital circuitry
- [technic](https://github.com/mt-mods/technic) Technic mod for Minetest (maintained fork)
- [pipeworks](https://gitlab.com/VanessaE/pipeworks) Adds industrial pipes for item transport
- [jumpdrive](github.com/mt-mods/jumpdrive) Adds a `technic` powered engine to move your buildings across the map
- [powerbanks](https://github.com/OgelGames/powerbanks) Powerbanks for `technic` tools and machines
- [digicontrol](https://github.com/OgelGames/digicontrol) Minetest mod that adds nodes to control the flow of digiline messages
### Teleportation
- [travelnet](https://github.com/mt-mods/travelnet) Network of teleporter-boxes that allows easy travelling to other boxes on the same network. (maintained fork)
### Map
- [maptools](https://github.com/minetest-mods/maptools) Map tools/nodes
- [mapserver_mod](https://github.com/thomasrudin-mt/mapserver_mod) POI's and other map-stuff for the mapserver
### Mapgen
- [citygen](https://github.com/BuckarooBanzay/citygen/) minetest city mapgenerator
- [mapblock_lib](https://github.com/BuckarooBanzay/mapblock_lib) Mapblock-granular world operations, transformations and utilities
- [modgen](https://github.com/BuckarooBanzay/modgen) Allows you to export a part of the map as a standalone mod which can be used as a mapgen
### World editing
- [WorldEdit](https://github.com/Uberi/Minetest-WorldEdit) Worldedit mod
- [blockexchange](https://github.com/blockexchange) Blockexchange cloud worldedit import/export mod
### Player management
- [xban2](https://github.com/minetest-mods/xban2) Extended Ban Mod for Minetest
## Modding
### Testing
@ -156,14 +54,9 @@
- [mapserver](https://github.com/minetest-mapserver) realtime mapserver
- [colors.txt](https://github.com/MilesBDyson/Colors.txt) colors.txt repository for various mappers
### Communication
## Libraries
- [webmail](https://github.com/minetest-mail) ingame-webmail bridge
- [beerchat](https://github.com/minetest-beerchat) chat manager with channels and optional IRC bridge
### Authorisation
- [auth-proxy](https://github.com/minetest-auth-proxy) authorization proxy for 3rd party apps (mediawiki, etc)
- [golang](https://github.com/minetest-go) go libraries/utilities for minetest
## License