Recently Added
-
MineClone2 Build Limit
AFCMAdd a build limit to MineClone2
-
QoS
SXMinetest HTTP API QoS control queue
-
Protector Blocks
cheapieSimple protector block for ShadowNinja's areas system
-
Drop The Caps
cheapieKicks players that spew all-caps messages
Recently Updated
-
Blue Diamond
Bambusmann_12A very nice texturepack
-
Signs Lib
VanessaEAdds signs with readable text.
-
Cloud Items
Panquesito7Powerful cloud tools.
-
NodeCore ALPHA
Warr1024Experimental early-access release of NodeCore.
Top Games
-
MineClone 2
WuzzyA survival sandbox game (work in progress!). Survive, gather, hunt, build, explore, and do much more. An imitation of Minecraft.
-
Minetest Game
MinetestA lightweight and well-maintained base for modding
-
NodeCore
Warr1024Original, immersive puzzle/adventure game with NO popup GUIs, minimal HUDs.
-
Exile
DokimiChallenging, at times brutal, wilderness survival with simple technology.
-
Loria (alpha)
siegmentSurvival in hardcore acid-alien sci-fi themed world
-
Minetest Extended
PetiAPocokThe extended version of the default Minetest Game.
-
Hades Revisited
WuzzyYou have stranded on the planet Hades. Use your limited supplies to survive and use terraforming to create a beautiful habitable place. (EARLY TEST VERSION)
-
Tutorial
WuzzyLearn how to play!
Top Mods
-
Mobs Redo
TenPlus1Adds a mob api for mods to add animals or monsters etc.
-
Mobs Animal
TenPlus1Adds farm animals.
-
Mobs Monster
TenPlus1Adds many types of monster.
-
Homedecor
VanessaEFeature-filled home decor modpack.
-
3D Armor
stuVisible player armor & wielded items.
-
Farming Redo
TenPlus1Adds many plants and food to Minetest
-
Mesecons
JeijaAdds digital circuitry, including wires, buttons, lights, and even programmable controllers.
-
Unified Inventory
RealBadAngelReplaces the default inventory and adds a number of features, such as a crafting guide
Top Texture Packs
-
Soothing 32
ZughyLightweight yet aesthetically pleasing texture pack. Seriously, it could run on a toaster!
-
RPG16
Hugues RossA simple texturepack reminiscent of classic RPGs
-
REFI Textures
MysticTempest16px - Attempts to recapture the aesthetic of Minecraft, while improving upon visibility.
-
Hand Painted Pack
drummyfish128 x 128 hand painted style texture pack
-
Artelhum
AndrOnCartoon-style and vibrant colors, with extended support!
-
Wilhelmines Texture Pack
LiilWilhelmines Texture Pack – Inspired by the colors of Nature!
-
Polygonia
LokratesA 256px texture pack created with Blender3D.
-
Less Dirt
DrFrankenstoneAdjusts textures so rolling hills have less exposed bare dirt.
Search by Tags
128px+ 6 16px 72 <16px 4 32px 11 64px 3 Adventure / RPG 30 API / Library 129 Building 201 Combat Mod Jam 8 Crafting 53 Creative 55 Decorative 49 Education 25 Environment / Weather / Ambience 105 Food / Drinks 16 GUI 7 HUD 20 Inventory 48 Machines / Electronics 85 Magic / Enchanting 16 Mapgen / Biomes / Decoration 83 Minetest Game improved 7 Mini-game 16 Mobs / Animals / NPCs 60 Multiplayer-focused 97 One-of-a-kind / Original 20 Plants and Farming 55 Player Effects / Power Ups 67 Player vs Environment (PvE) 60 Player vs Player (PvP) 52 Puzzle 11 Server Moderation and Tools 53 Shooter 4 Simulation 6 Singleplayer-focused 5 Sports 0 Storage 10 Strategy / RTS 3 Survival 155 Tools / Weapons / Armor 158 Transport 64 World Maintenance and Tools 56 See moreTop Reviewed
-
Draconis
ElCeejoAdds Dragons and related resources and equipment to Minetest Game
-
NodeCore
Warr1024Original, immersive puzzle/adventure game with NO popup GUIs, minimal HUDs.
-
MineClone 2
WuzzyA survival sandbox game (work in progress!). Survive, gather, hunt, build, explore, and do much more. An imitation of Minecraft.
-
Soothing 32
ZughyLightweight yet aesthetically pleasing texture pack. Seriously, it could run on a toaster!
Very original and fun
There's plenty to do and its a lot more imaginative to come up with ways to craft and smelt items.
However the tiku part of the game seemed unnecessary, so I removed it from the code when I last downloaded it. Because of that I wouldn't play it with that left in. Somehow drugs in an otherwise good game kind of ruins it in my opinion. It makes it less kid friendly.
Exile by Dokimi 0 comments
Very pretty underground biomes
I use this for a lot of my worlds. Great mod. Caves are no longer boring
Caverealms Lite by Shara 0 comments
Can make easier to add commands, or add common admin commands in init.lua?
I've been trying to get the /spawnentity command working with command blocks, and I can't figure it out in one pass. It would help everyone if you added a number of common commands to the mesecons_commandblock files so we can just uncomment them and get to it. Privs should be checked first.
Mesecons by Jeija 0 comments
I made a shark tank to test the 3d_armor API, and ran into a crash
Its a great mod, I'm using 5.4 from Flathub and I've never run into other issues with it.
Update: One of the mods updated and the issue went away. It was either that or a conflict with 3d_armor_flyswim
Water Life by Gundul 3 comments
Great API
Aside from what The32bitguy said, and making sure its JIT-able, I would like to suggest some very simple wording changes that improve clarity on any mods with armor or weapons.
approx(65535/armor_use)
, where higher numbers lead to faster item degredation. Renaming to armor_uses, or if you still want to keep the inverse wear relationship something like armor_weakness, armor_fragility, or armor_frailty.armor_groups = {fleshy=##},
, where each 5 points adds a level. However, I found no relationship between armor protection and these values. In my testing 0 on an armor piece reduced Oerkki damage from 4 to 3, but so did all values tested through 100.It shouldn't be too much effort to add a couple lines to transition things while keeping backwards compatibility.
Update: I also tried various
armor_groups = {fleshy}
values on sharks and other creatures that are listed as having fleshy damage groups. Armor pieces only reduce damage from 5 to 4 regardless of armor group settings.Appreciate the read. Ciao!
3D Armor by stu 0 comments