Difference between revisions of "User:Hajo"

From Minetest Wiki
Jump to navigation Jump to search
m (Changed category from "UserPages" to "User pages")
 
(106 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
<hr />
 
<hr />
  
==Todo==
+
==Reference==
* See also [[Todo]]-page
+
* wiki: [[Template:TOC|TOC]]
* [[Fire]] / [[Lava]] // [[:Category:Flammable|flammable]] / [[Stick]]  
+
 
 +
* [https://forum.minetest.net/viewtopic.php?f=3&t=14262 Forum: github-howto]
 +
* L-Systems:
 +
** [http://dev.minetest.net/Introduction_to_L-system_trees Introduction to L-system trees]
 +
** [https://forum.minetest.net/viewtopic.php?f=11&t=9458 L-System Tree Utility]
 +
** [http://dev.minetest.net/L-system_tree_examples L-system tree examples]
  
* [[Flint and Steel]] - Tool / Item / usable ?
 
* [[Food]], [[Gun_Powder]], [[TNT]] - Use ?
 
 
* ...
 
* ...
  
* [[Gameplay-Intro]]-Part2 - all the stuff starting with "Serious crafting"
+
==MODS==
* ...
+
* [http://krock-works.16mb.com/MTstuff/modSearch.php Krock's Mod-Search]
 +
* [https://github.com/minetest-mods minetest-mods] - big collection of mods
 +
 
 +
==Mapper==
 +
* [[minetestmapper]] - forum, [https://github.com/minetest/minetestmapper github] - produces an image of the explored area of the map
 +
 
 +
==csm-mods==
 +
client-side mods, new since minetest 0.4.16 / 0.5.0
 +
* [[Mods/basic_robot_csm|basic_robot_csm]] by rnd
 +
 
 +
==ssm-mods==
 +
'Good old' server-side mods:
 +
 
 +
===Games===
 +
====Skyblock====
 +
** [https://cornernote.github.io/minetest-skyblock/ skyblock by cornernote]
 +
** [https://github.com/Sokomine/minetest-skyblock skyblocks-Sokomine]
 +
** [https://github.com/ac-minetest/skyblock skyblock by rnd]
 +
 
 +
===Admin, World-building & maintenance===
 +
* Worldedit - [https://forum.minetest.net/viewtopic.php?f=11&t=572 Forum] [https://github.com/Uberi/Minetest-WorldEdit github] - [[Minetest_in_der_Schule/Anleitung_WorldEdit|Anleitung_WorldEdit]] - [https://github.com/Uberi/Minetest-WorldEdit/blob/master/ChatCommands.md chatcommands], [https://github.com/Uberi/MineTest-WorldEdit/blob/master/Tutorial.md Tutorial]
 +
** mccompat - [https://forum.minetest.net/viewtopic.php?f=9&t=12847 Forum]
 +
** HybridDog's [https://github.com/HybridDog/we_undo we_undo] - experimental undo for WorldEdit
 +
* handle_schematics - [https://forum.minetest.net/viewtopic.php?f=9&t=13116 Forum] [https://github.com/Sokomine/handle_schematics github]
 +
** cottages - [https://forum.minetest.net/viewtopic.php?t=5120 Forum] [https://github.com/Sokomine/cottages Github]
 +
** mg_villages - [https://forum.minetest.net/viewtopic.php?f=9&t=13588 Forum] [https://github.com/Sokomine/mg_villages Github]
 +
** cornernote's Towntest - [https://forum.minetest.net/viewtopic.php?id=3223 Forum] [https://github.com/cornernote/minetest-towntest Github] [http://cornernote.github.io/minetest-towntest/ Doku-Wiki]
 +
* schemlib - [https://forum.minetest.net/viewtopic.php?f=9&t=18084&p=285815#p285815 Forum] github
 +
 
 +
===Area-protection===
 +
* [http://krock-works.16mb.com/MTstuff/modSearch.php?st=0&at=0&q=protection protection] - claim an area of land
 +
* areas: [https://forum.minetest.net/viewtopic.php?t=7239 Forum] [https://github.com/ShadowNinja/areas github] - "advanced area protection mod based on node_ownership"
 +
: players can protect arbitary sized areas, with /setpos1, /setpos2, /protect myarea
 +
* Protector Redo: [https://forum.minetest.net/viewtopic.php?f=11&t=9376 Forum] [https://github.com/tenplus1/protector github] by TenPlus1 - protects an area around the protector-block
 +
* basic_protect: [https://forum.minetest.net/viewtopic.php?t=15951 Forum] [https://github.com/ac-minetest/basic_protect github] by rnd - protection-blocks are placed at fixed positions in a grid
 +
* blockprotectnodes: [https://forum.minetest.net/viewtopic.php?f=9&t=19636&p=313928#p313928 Forum], [https://notabug.org/y.st./blockprotectnodes source] - protects the map-block where the protector-block is placed
 +
* simpleprotection - protection-sticks claim an area (eg. of size 16x100x16) from a fixed grid
 +
 
 +
===[[Crafting guide]]===
 +
** ??? - a book with recipes
 +
** crafting guide - search & show all available recipes, and sets up the crafting grid
 +
** easy crafting table - [https://forum.minetest.net/viewtopic.php?t=15405 Forum] github - shows possible output-items for stuff in the input-area
 +
** see also unified_inventory
 +
 
 +
===Inventory & HUD===
 +
* sfinv - simple&fast inventory (default)
 +
** addons to sfinv:
 +
** sfinv_buttons - [https://forum.minetest.net/viewtopic.php?t=16079 Forum], github - Simple Fast Inventory Buttons
 +
** sfinv_unified_inventory - [https://forum.minetest.net/viewtopic.php?t=16290 Forum], [https://github.com/rubenwardy/sfinv_unified_inventory github] - Adds unified inventory features to sfinv.
 +
** sfinv_map
 +
* unified_inventory
 +
** addons to unified_inventory:
 +
** unified_inventory_plus - [https://forum.minetest.net/viewtopic.php?f=9&t=16615 Forum], [https://github.com/bousket/unified_inventory_plus github]
 +
** u_skins
 +
* smartinv
 +
* inventorybags - [https://content.minetest.net/packages/cx384/inventorybags/?protocol_version=42 contentDB], [https://forum.minetest.net/viewtopic.php?t=17847 forum], [https://github.com/cx384/inventorybags github],[https://www.nathansalapat.com/minetest/inventorybags review] - Various bags that can contain stuff. <br />
 +
: Also spinning wheel, loom and upgrade-tool to craft them from wool.
 +
 
 +
===Travel & Teleport===
 +
* Bookmarks-GUI - [https://forum.minetest.net/viewtopic.php?t=3219 Forum] [https://github.com/cornernote/minetest-bookmarks_gui Github]
 +
* Spawn    - Forum github
 +
* Travelnet - Forum [https://github.com/Sokomine/travelnet github] - 'phone-booth'-teleporters & elevators
 +
* tpad      - Teleporterpads. Each pad can be set as global, public or private.
 +
* telemosaic - Unidirectinal teleporterplatforms
 +
* POI  - [https://github.com/acmgit/minetest_poi github] - Points of Interest
 +
* Warps - Forum github
 +
* multihome - some more home-positions
 +
 
 +
====Vehicles====
 +
* minecarts - part of the standard game
 +
* sailboat - water-vehicle like boat, but with different steering
 +
* balloon - a slow flying vehicle (coder: hectic@zock-server-de ?)
 +
* glider - flying (but only downwards)
 +
* ufo    - flying, uses obsidian as fuel. Rather slow.
 +
* airshuttle - flying for sightseeing (fixed roundcourse)
 +
* advanced trains - rails, signals, many different trains & wagons
 +
** linetrack - like trains, but for ships
 +
* see also mobs-horse, techage-jetpack, techage-paraglider
 +
 
 +
===Money & Shops===
 +
* [https://github.com/minetest-mods/currency Currency / MineGeld] - also has shop + barter-table
 +
 
 +
* Simple Shop: [https://forum.minetest.net/viewtopic.php?f=9&t=14872 Forum] [https://github.com/jastevenson303/shop github] by everamzah
 +
* 'basic' shop: Forum [https://github.com/ac-minetest/shop github] by rnd, based on shop by everamzah
 +
* Smart shop: [https://forum.minetest.net/viewtopic.php?t=14304 Forum] github [https://forum.minetest.net/download/file.php?id=8630 download] - with item-frame that shows goods
 +
* AutoStore: [https://forum.minetest.net/viewtopic.php?f=9&t=14564 Forum] [https://github.com/NathanSalapat/autostore github] by [http://nathansalapat.com Nathan] - maintainance-free admin-shop with no inventory (ie. unlimited supply)
 +
* [[Mods/basic_robot#Simple_Shop|simple shop]] with robots
 +
 
 +
 
 +
===Stuff to build, Decorations===
 +
* [[Mods/xdecor|xdecor]] - [https://forum.minetest.net/viewtopic.php?f=11&t=12534 Forum] [https://github.com/minetest-mods/xdecor github] - workbench, mailbox, rope&ivy, some furniture/building blocks/decorations
 +
** x-decor-libre - [https://forum.minetest.net/viewtopic.php?t=28891 forum] [https://codeberg.org/Wuzzy/xdecor-libre github] almost the same, but with non-free files replaced
 +
* 3d-furniture - armchair, bathroom-stuff
 +
*homedecor [https://forum.minetest.net/viewtopic.php?id=2041 Forum] ([https://github.com/minetest-mods/homedecor_modpack github]) - "feature-filled home decor collection" - lots of items and furniture
 +
 
 +
* moreblocks - [https://forum.minetest.net/viewtopic.php?id=509 forum] - [https://github.com/minetest-mods/moreblocks/archive/master.zip download] - more stairs and slopes, circular saw
 +
* moreores - [https://forum.minetest.net/viewtopic.php?id=549 forum] - [https://github.com/minetest-mods/moreores/archive/master.zip download] - tin, silver, mithril
 +
* xtraores - [https://forum.minetest.net/viewtopic.php?t=12798 forum] [https://github.com/daviddoesminetest/Xtraores- github]
 +
* moreroofs - [https://forum.minetest.net/viewtopic.php?t=11416 forum] - [https://github.com/minetest-mods/myroofs github]
 +
 
 +
* [http://mesecons.net/ mesecons] - [https://github.com/minetest-mods/mesecons/archive/master.zip download]
 +
* [[Pipeworks]] - [http://forum.minetest.net/viewtopic.php?id=2155 forum] - [https://github.com/minetest-mods/pipeworks/archive/master.zip download]
 +
* Technic - [https://forum.minetest.net/viewtopic.php?f=11&t=2538 Forum] ([https://github.com/minetest-mods/technic github])
 +
** [[Quickstart with technic, pipeworks, digtron]]
 +
** Technic-Chests (iron, copper, silver, gold, mithril) with more room for storage, and extra features (color, sorting, transfer from/to inventory ...)
 +
* TechAge - [https://forum.minetest.net/viewtopic.php?f=9&t=24619 forum] [https://github.com/joe7575/techage github] - [https://github.com/joe7575/techage/blob/master/manuals/QSG.md Quick Start Guide] - Iron Age, Steam Age, Oil Age, Future
 +
** Autobahn  - [https://github.com/joe7575/autobahn github] - faster moving
 +
** Jetpack  - flying
 +
** Hyperloop - [https://github.com/joe7575/Minetest-Hyperloop github] - highspeed travel
 +
** SignsBot - [https://forum.minetest.net/viewtopic.php?t=22465 forum] - robots controlled by signs
 +
** PDP      - Computer based on PDP11, programmable in Assembler
 +
** Barduino - Computer based on Arduino, programmable in C
 +
* Drawers - [https://forum.minetest.net/viewtopic.php?t=17134 forum], [https://github.com/minetest-mods/drawers github] - storage system
 +
* display-modpack - [https://forum.minetest.net/viewtopic.php?t=13563b Forum]->[https://forum.minetest.net/viewtopic.php?t=19365 Forum2] ([https://github.com/pyrollo/display_modpack github]) - signs & roadsigns, posters, steles, ingame clocks
 +
* wiki    - [https://forum.minetest.net/viewtopic.php?t=6492 Forum] ([https://github.com/kaeza/minetest-wiki github]) by kaeza - ingame webpages (textbased).
 +
 
 +
* darkage [http://darkage.wikia.com/wiki/About wikia] - pre-industrial items and construction materials.
 +
* scifi-nodes - futuristic items and construction materials.
 +
* furniture [https://forum.minetest.net/viewtopic.php?t=14910 Forum] [https://github.com/pithydon/furniture github] by pithy - chairs, tables (in all wood-textures), sofas (in all wool-colors)
 +
* abriglass: [https://forum.minetest.net/viewtopic.php?t=16085 Forum] [https://github.com/Ezhh/abriglass github] by Shara RedCat - colored glass, stained-glass
 +
 
 +
====Tools====
 +
* [https://content.minetest.net/packages/OgelGames/tape_measure Tapemeasure] - [https://github.com/OgelGames/tape_measure github] shows distance and area between 2 points
 +
* Markers    - [https://forum.minetest.net/viewtopic.php?t=8175 forum]  [https://github.com/Sokomine/markers github] shows distance and area between 2 markers, option to claim that area.
 +
* Rhotator  - screwdriver
 +
* Omnidriver - screwdriver
 +
* Replacer  - replace clicked node with some other node.  <br> Useful eg. for changing the look of a house (eg. stone -> bricks)
 +
* Mover      - moves chests and other nodes with an inventory / metadata
 +
* Wrench    - dito
 +
* Mappingset, radarset - shows/enables minimap / plus densitymap (for underground)
 +
 
 +
 
 +
====Letters, Alphabet Blocks====
 +
* [[Mods:Alphabet_Blocks]]
 +
 
 +
...
 +
 
 +
===Farming, Food & Drink===
 +
see also [[Mods:Nature]]
 +
* [[Mods/farming|farming]] - blueberries, cacoa, carrots, corn, melons, potatoes, pumpkins, rhubarb, tomatoes, etc.
 +
** farming redo - [https://forum.minetest.net/viewtopic.php?t=9019 Forum] by TenPlus1 - a simplified version of the built-in farming mod, plus many new crops
 +
** from xdecor: artificial beehive
 +
** from petz: beekeeping
 +
* hydroculture
 +
 
 +
* Cutting whole trees:
 +
** [[Mods/Treecapitator|Treecapitator]] - [https://github.com/HybridDog/treecapitator Forum] (github) - chops down a whole tree
 +
** [[Mods/TreeCutter|TreeCutter]] (woodcutting) - [https://forum.minetest.net/viewtopic.php?t=18023 Forum] [https://github.com/minetest-mods/woodcutting github]
 +
 
 +
* BBQ  - [https://forum.minetest.net/viewtopic.php?f=9&t=19324 Forum], [https://github.com/Grizzly-Adam/BBQ github]
 +
* Wine - Forum, [https://github.com/tenplus1/wine github]
 +
* Beer_test - Forum, [https://github.com/berengma/beer_test github] - [http://thatraspberrypiserver.raspberryip.com/Infinatum_Minetest/beer_test.html Website] [https://bitbucket.org/kingarthursteam/beer-test/wiki/Home Wiki]
 +
 
 +
===Mobs===
 +
* mobs redo [https://forum.minetest.net/viewtopic.php?t=9917 Forum] [https://github.com/tenplus1/farming github] by TenPlus1 - mob-api, and several mob-mods:
 +
** [https://github.com/tenplus1/mobs_redo mob-api] - common API
 +
** [https://github.com/tenplus1/mobs_animal Farm-Animals] - bunny, cat, chicken, sheep, pig, cow
 +
** [https://github.com/tenplus1/mob_horse Horses] - ridable horses, with horseshoes to make them faster
 +
** [https://github.com/tenplus1/mobs_monster Monsters] - dirtmonster, treemonster, stonemonster ...
 +
** [https://github.com/tenplus1/mobs_npc NPCs & traders]
 +
* More mobs:
 +
** [https://forum.minetest.net/viewtopic.php?f=9&t=12652 water mobs] - crocodile, turtle, shark, fish, jellyfish
 +
** [https://forum.minetest.net/viewtopic.php?t=22245 Petz] - lots of different mobs: Farm animals, Ponys, wild beasts, Ants, Bees ...
 +
 
 +
* CME - [https://forum.minetest.net/viewtopic.php?f=11&t=8638 Forum], [https://github.com/BlockMen/cme github] - Creatures MOB-Engine
 +
* Smart mobs
 +
* NSSM - [https://forum.minetest.net/viewtopic.php?t=11813 Forum], [https://github.com/NPXcoot/nssm github] - not-so-simple-mobs
 +
* static-mobs
 +
...
 +
 
 +
===Weapons, Armor, Skins===
 +
* 3D-armor
 +
* bows
 +
* guns
 +
...
 +
 
 +
===Misc===
 +
* Torch / wielded_light - [https://forum.minetest.net/viewtopic.php?t=19378 Forum] [https://github.com/bell07/minetest-wielded_light Github] - Light up the wielded item
 +
* hud - ...
 +
 
 +
See also:
 +
* [https://blogs.rpi-virtuell.de/minetest/anleitungen/mods-installieren/ rpi-virtuell.de]
 +
* [http://www.superlehrer.de/minetest/installierte-mods/ superlehrer.de]
 +
 
 +
==Servers / Games==
 +
** [[ROBOTS-server]]  - 2016-08 .. 2017-07
 +
** [[Server/ROBOTS_SKYBLOCK|ROBOTS_SKYBLOCK]] - 2017-07 .. 2018-01
 +
** [[Server/ROBOTS_SKYBLOCK_2|ROBOTS_SKYBLOCK_2]] - 2018-02  (Skyblock-Redo: [https://forum.minetest.net/viewtopic.php?f=9&t=19625 Forum] [https://github.com/ac-minetest/skyblock github])
 +
 
 +
** [[Server/TechWelt|TechWelt]]              - 2017-12  [https://forum.minetest.net/viewtopic.php?f=21&t=19190&p=306330#p306330 Forum] / [[Server/TechWelt/RobotWorld|RobotWorld]]  [[Server/TechWelt/Mese-Welt|Mese-Welt]]
 +
** [[Server/RoboWorld]] - 2018-01 (under construction / ex?)
 +
 
 +
** [https://forum.minetest.net/viewtopic.php?f=10&t=19319 Blue World] (ex?)
 +
** EcoWorld (ex?)
  
 +
* [[Swiss-Survival-Server]] - since 2016-xx / supports only MineTest 0.4.x
 +
* [[Swiss-Topo-Server]] with Etherial - since 2022-03 (ex?)
 +
* [[Games/MineClone_2]]
 +
** (ToDo: page about [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server - MC2-Survival], 2019-12 .. 2020-04 + 2020-04 .. 2020-10)
 +
* [[Server/SteamWorks|SteamWorks-Server]] - by [https://edgy1.net/minetest/steamworks edgy.net] 2020-03 .. 2022-03, with technic, trains, digtron
 +
* [[Server/TechAge|TechAge-Server]] - [https://forum.minetest.net/viewtopic.php?f=21&t=24024 Forum]
 +
* [[Server/Zeitsprung|Zeitsprung-Server]] - by [http://deadsoft.org deadsoft.org] with TechAge, Petz etc. - since 2020-05
 +
* [[Server/Jungle-TNG|Jungle-TNG-Server]] - by [http://deadsoft.org deadsoft.org] with Technic, Petz etc.
 +
* [[Server/Baobab-Nation|Baobab-Server]] - by Baobab, with both TechAge and technic, digtron, travelnet, trains, mg_villages, lots of mods.
 +
* [[Server/VoidLand|VoidLand]] - by Bobibi. Small flat map, no biomes. Tpad, homedecor, xdecor, glider+rockets. With [http://howarddj.fr:8082/#!/map/0/9/-19/4 servermap].
 +
* [[Server/Archtec|Archtec]] - by [https://archtec.niklp.net niclp], [https://forum.minetest.net/viewtopic.php?f=10&t=29150 forum]  with TechAge, Etherial, Caverealms, Xdecor, Mesecons (but no pipeworks), technic (only chests, chainsaw), <br /> Travelnet, telemosaic.  Since 2022.  With [http://map.archtec.freemyip.com:8585/#!/map/0/8/192/-1956 servermap].
 +
*  [[Server/Archtec|Tunneler's-Abyss]] - by Hume2, [https://forum.minetest.net/viewtopic.php?f=10&t=22705 forum], [https://h2mm.gitlab.io/web/ gitlab & map], [https://tunnelers.miraheze.org/wiki/Main_Page wiki] with technic, trains, travelnet, digtrons, elements, ethereal, underch, petz, dragons. Many kinds of stone and trees.
  
 
==WIP==
 
==WIP==
* [[subgames | Games]] - [[List of Subgames]]
+
* [[Wishlist]]; collected [https://forum.minetest.net/viewtopic.php?f=5&t=17690&p=286145#p286145 suggestions] for next version of minetest
* [[Subgames/Minetest_TNG|TNG]]
+
 
 +
* [[Map-Database]] : [[Map-Database_v5|v5]] [[Map-Database_v6|v6]] [[Map-Database_v7|v7]] [[Map-Database_flat|flat]] [[Map-Database_fractal|fractal]] [[Map-Database_valleys|valleys]]
  
 
* [[Robots-Overview]]
 
* [[Robots-Overview]]
** [[Mods/basic_robot|basic_robot]]
+
** [[Mods/basic_robot|basic_robot]] - [[Basic_robot/Tutorial|Tutorial]] & [[Basic_robot/Tutorial2|Tutorial2]]
 +
** [[Mods/basic_robot_csm|basic_robot_csm]]
 +
** [[Mods/basic_machines|basic_machines]]
 +
 
 
** [[Mods/digtron|DigTron]]
 
** [[Mods/digtron|DigTron]]
 
** [[Mods/TurtleMiner|TurtleMiner]] / [[Mods/TurtleMiner-Tutor|TurtleMiner-Tutor]]
 
** [[Mods/TurtleMiner|TurtleMiner]] / [[Mods/TurtleMiner-Tutor|TurtleMiner-Tutor]]
** [[Mods/basic_machines|basic_machines]]
+
** [[Turtle-Specs]] Design of a mini-language / minimal instruction-set for a turtlebot
 +
** moved to [[Mods/basic_robot/Turtle-Specs]]
 +
 
 +
* [[Mods/Hoppers]] - [https://forum.minetest.net/viewtopic.php?f=11&t=12379&p=315016#p314970 Forum]
 +
 
 +
* [[How_to_build_your_first_house]] - Cave-home, Dirt-Igloo, Hut ... / [[Commands]] / Finding [[coal]] / [[Axe]], [[Door]], [[Chest]], [[Furnace]] ...
 +
** [[Building a home]] - for shelter, and [[Building_a_home#Nicer_Houses|nicer houses]]
 +
** [[House-Building]] - build nice houses
 +
 
 +
* [[Mods/TechAge-Guide|TechAge-Guide]]
  
 
* [[Guide-Book]] (github) - Welcome / Survival-Guide
 
* [[Guide-Book]] (github) - Welcome / Survival-Guide
  
* [[How_to_build_your_first_house]] - Cave-home, Dirt-Igloo, Hut ... / [[Commands]] / Finding [[coal]] / [[Axe]], [[Door]], [[Chest]], [[Furnace]] ,,,
+
* [[subgames | Games]] - [[List of Subgames]]
** [[Building a home]] - for shelter
+
* [[Subgames/Minetest_TNG|TNG]]
** [[House-Building]] - nice houses
 
  
 
* [[User:Hajo/test1‎]] - x,y
 
* [[User:Hajo/test1‎]] - x,y
 
* [[User:Hajo/test2]] - x,y,z
 
* [[User:Hajo/test2]] - x,y,z
 +
* [[User:Hajo/multTable]] - multTable
 +
* [[User:Hajo/server1]] - server-template
 +
  
 
* ...
 
* ...
  
==Reference==
+
==Todo==
* wiki: [[Template:TOC|TOC]]
+
* See also [[Todo]]-page
 +
* [[Fire]] / [[Lava]] // [[:Category:Flammable|flammable]] / [[Stick]]  
  
* [https://forum.minetest.net/viewtopic.php?f=3&t=14262 Forum: github-howto]
+
* [[Flint and Steel]] - Tool / Item ?
* L-Systems:
+
* [[Food]], [[Gun_Powder]], [[TNT]] - Use ?
** [http://dev.minetest.net/Introduction_to_L-system_trees Introduction to L-system trees]
 
** [https://forum.minetest.net/viewtopic.php?f=11&t=9458 L-System Tree Utility]
 
** [http://dev.minetest.net/L-system_tree_examples L-system tree examples]
 
  
 +
* [[Gameplay-Intro]]-Part2 - all the stuff starting with "Serious crafting"
 
* ...
 
* ...
  
Line 63: Line 285:
  
 
* [https://forum.minetest.net/viewtopic.php?f=14&t=12139 MineTestMapperGUI] / MineTestMapper :  
 
* [https://forum.minetest.net/viewtopic.php?f=14&t=12139 MineTestMapperGUI] / MineTestMapper :  
* Scale at right, bottom
+
** Scale at right, bottom
* List of map-gaps
+
** List of map-gaps
  
 
* ...
 
* ...

Latest revision as of 17:28, 18 September 2023

Hi !

Forum: HaJo - My posts - github // Search mods


Reference

  • ...

MODS

Mapper

csm-mods

client-side mods, new since minetest 0.4.16 / 0.5.0

ssm-mods

'Good old' server-side mods:

Games

Skyblock

Admin, World-building & maintenance

Area-protection

  • protection - claim an area of land
  • areas: Forum github - "advanced area protection mod based on node_ownership"
players can protect arbitary sized areas, with /setpos1, /setpos2, /protect myarea
  • Protector Redo: Forum github by TenPlus1 - protects an area around the protector-block
  • basic_protect: Forum github by rnd - protection-blocks are placed at fixed positions in a grid
  • blockprotectnodes: Forum, source - protects the map-block where the protector-block is placed
  • simpleprotection - protection-sticks claim an area (eg. of size 16x100x16) from a fixed grid

Crafting guide

    • ??? - a book with recipes
    • crafting guide - search & show all available recipes, and sets up the crafting grid
    • easy crafting table - Forum github - shows possible output-items for stuff in the input-area
    • see also unified_inventory

Inventory & HUD

  • sfinv - simple&fast inventory (default)
    • addons to sfinv:
    • sfinv_buttons - Forum, github - Simple Fast Inventory Buttons
    • sfinv_unified_inventory - Forum, github - Adds unified inventory features to sfinv.
    • sfinv_map
  • unified_inventory
    • addons to unified_inventory:
    • unified_inventory_plus - Forum, github
    • u_skins
  • smartinv
  • inventorybags - contentDB, forum, github,review - Various bags that can contain stuff.
Also spinning wheel, loom and upgrade-tool to craft them from wool.

Travel & Teleport

  • Bookmarks-GUI - Forum Github
  • Spawn - Forum github
  • Travelnet - Forum github - 'phone-booth'-teleporters & elevators
  • tpad - Teleporterpads. Each pad can be set as global, public or private.
  • telemosaic - Unidirectinal teleporterplatforms
  • POI - github - Points of Interest
  • Warps - Forum github
  • multihome - some more home-positions

Vehicles

  • minecarts - part of the standard game
  • sailboat - water-vehicle like boat, but with different steering
  • balloon - a slow flying vehicle (coder: hectic@zock-server-de ?)
  • glider - flying (but only downwards)
  • ufo - flying, uses obsidian as fuel. Rather slow.
  • airshuttle - flying for sightseeing (fixed roundcourse)
  • advanced trains - rails, signals, many different trains & wagons
    • linetrack - like trains, but for ships
  • see also mobs-horse, techage-jetpack, techage-paraglider

Money & Shops

  • Simple Shop: Forum github by everamzah
  • 'basic' shop: Forum github by rnd, based on shop by everamzah
  • Smart shop: Forum github download - with item-frame that shows goods
  • AutoStore: Forum github by Nathan - maintainance-free admin-shop with no inventory (ie. unlimited supply)
  • simple shop with robots


Stuff to build, Decorations

  • xdecor - Forum github - workbench, mailbox, rope&ivy, some furniture/building blocks/decorations
    • x-decor-libre - forum github almost the same, but with non-free files replaced
  • 3d-furniture - armchair, bathroom-stuff
  • homedecor Forum (github) - "feature-filled home decor collection" - lots of items and furniture
  • darkage wikia - pre-industrial items and construction materials.
  • scifi-nodes - futuristic items and construction materials.
  • furniture Forum github by pithy - chairs, tables (in all wood-textures), sofas (in all wool-colors)
  • abriglass: Forum github by Shara RedCat - colored glass, stained-glass

Tools

  • Tapemeasure - github shows distance and area between 2 points
  • Markers - forum github shows distance and area between 2 markers, option to claim that area.
  • Rhotator - screwdriver
  • Omnidriver - screwdriver
  • Replacer - replace clicked node with some other node.
    Useful eg. for changing the look of a house (eg. stone -> bricks)
  • Mover - moves chests and other nodes with an inventory / metadata
  • Wrench - dito
  • Mappingset, radarset - shows/enables minimap / plus densitymap (for underground)


Letters, Alphabet Blocks

...

Farming, Food & Drink

see also Mods:Nature

  • farming - blueberries, cacoa, carrots, corn, melons, potatoes, pumpkins, rhubarb, tomatoes, etc.
    • farming redo - Forum by TenPlus1 - a simplified version of the built-in farming mod, plus many new crops
    • from xdecor: artificial beehive
    • from petz: beekeeping
  • hydroculture

Mobs

  • mobs redo Forum github by TenPlus1 - mob-api, and several mob-mods:
  • More mobs:
    • water mobs - crocodile, turtle, shark, fish, jellyfish
    • Petz - lots of different mobs: Farm animals, Ponys, wild beasts, Ants, Bees ...

...

Weapons, Armor, Skins

  • 3D-armor
  • bows
  • guns

...

Misc

  • Torch / wielded_light - Forum Github - Light up the wielded item
  • hud - ...

See also:

Servers / Games

WIP


  • ...

Todo

  • Gameplay-Intro-Part2 - all the stuff starting with "Serious crafting"
  • ...

Bugs / Ideas/Suggestions/FeatureRequests

  • Crash: Shift-Move stuff in inventory
  • Crash: Paste text
  • ...