ContentDB
  • Mods
  • Games
  • Texture Packs
  • Random
  • Help
  • Sign in
  • Languages
    • Help translate ContentDB
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 126
  • 127
  • »
  • ZacoOne 2025-06-08 16:22 UTC
    English

    No recipe found for some tools.

    No recipe found for the wooden sword, all iron tools, and all steel tools.

    LibreAdventure3 by Hanuko33 2 comments
  • BryanGruik15 2025-06-08 12:49 UTC
    English

    Help

    Can you help me, i tried to disable loot generation with /loot disable and /grantme server. So everytime i try to put a loot chest it transforms into a default chest, i can't do a dungeon schematic for a mod i'm working on.

    What should i do ?

    Dungeon loot chests by X-DE 3 comments
  • Creatif-France-Games 2025-06-07 19:56 UTC
    Français

    Bien

    Ce mod est très utile

    WorldEdit by sfan5 0 comments
  • Enlive 2025-06-07 18:20 UTC
    English

    very good!

    Arena Lib is an excellent Luanti mod. It's easy to implement, intuitive and just works. Arena Lib is not just for developers; it's for everyone, as it's simple and mostly self-explanatory. When I first started using it, I thought it would take hours to understand, but I got the hang of it after just a few minutes. I am really convinced by this mod. If you want to add a few minigames to your server or world, this is the mod for you. In short: excellent!

    arena_lib by Zughy 0 comments
  • cj_clippy 2025-06-07 04:44 UTC
    English

    High latency in multiplayer

    In singleplayer, this works great. In multiplayer, there's a lag between the time I press sneak and the time I visually see my character crouch. I didn't look at the code but it feels like the sneak request has to make a round trip between my computer and the server before my sneak takes effect. Not good.

    crouched by GigaByte 1 comments
  • cj_clippy 2025-06-07 04:39 UTC
    English

    Stunning accessories!

    I really enjoy what this mod brings to the table. It gives players the ability to enhance their characters with various armor pieces while also offering a wide range of cosmetic accessories-- everything from hats and sunglasses to horns and wings. The visual variety is excellent, and the aesthetic flexibility really lets players customize their look in fun ways. Personally, I’m a big fan of the horns!

    That said, there are a few compatibility hiccups when using this mod alongside 3d_armor. Technically, the two work together, but since they both add layers to the player model in the same space, you can get some visual glitches during animation-- things like clipping or flickering as the layers compete. In practice, I think it's best to pick one or the other depending on whether you’re prioritizing defense or appearance.

    The equippable_accessories system also has a bit of a learning curve. The sfinv tab displays a grid of silhouetted slots for different equipment types, but it’s not immediately obvious which item goes where. There's also no shift-clicking to auto-equip from the inventory, and right-clicking an accessory doesn’t equip it either. These small limitations add up to a bit of trial-and-error when managing your gear, which can be a bit frustrating at times.

    Overall, I love the visual direction of equippable_accessories. Part of me wonders if it might shine even more by focusing purely on cosmetics, leaving armor to something like 3d_armor-- but that might just be personal preference. Either way, it's a creative and stylish addition to the game, and I’m looking forward to seeing how it develops!

    Equippable Accessories by davidthecreator 0 comments
  • cj_clippy 2025-06-07 01:10 UTC
    English

    Huge quality of life improvement

    Great tool for admins! Lets me do /giveme radar and it automatically gives me minimap_radar:radar

    It lets me do /giveme pickaxe and the mod gives me a list of similarly named items.

    1: tools_obsidian:pick_obsidian, 2: default:pick_wood, 3: default:pick_stone, 4: default:pick_bronze, 5: default:pick_diamond, 6: lavastuff:pick, 7: default:pick_steel, 8: moreores:pick_silver, 9: moreores:pick_mithril, 10: default:pick_mese'

    then after that, Let's say I wanted the mithril pick, I would follow up with /giveme 10 and there I have the mithril pick! Super helpful!

    /giveme itemname completion by Hybrid Dog 0 comments
  • mpixelate 2025-06-06 16:48 UTC
    English

    Really cool mod!

    Plz add mirror by y axis option

    Edit by Johannes Fritz 0 comments
  • cj_clippy 2025-06-05 07:51 UTC
    English

    Great mod, with caveats

    This is a great mod with intuitive commands syntax. I love it! Solves the leaky password issue of the other mod, and gives players a nice coloured prefix when they're part of a faction. They also don't do team damage which is great for big battles with lots of chaos.

    A few caveats to note for server operators. When this mod is installed, player messages no longer display in the server console. If you have other mods which are intercepting chat messages, there's a chance this mod will prevent those mods from working. I learned this the hard way after my server's chat was intermittently not making it to discord via yl_matterbridge. Turns out this mod conflicts with that mod.

    My workaround was to write my own message intercepter, which then calls yl_matterbridge and factions_redo.

    -- intercept chat messages
    -- we trigger the necessary functions so both yl_matterbridge and factions_redo play together nicely
    -- we return true so no other mod handles message interception.
    -- @see https://rubenwardy.com/minetest_modding_book/en/players/chat.html
    --
    minetest.register_on_chat_message(function(name, message)
        -- send message to yl_matterbridge
        yl_matterbridge.send_to_bridge(name, message)
        
        -- display message with factions preset
        local prefix = factions.get_colored_faction_prefix(name)
        minetest.chat_send_all(prefix .. name .. ": " .. message)
    
        -- display message in server log
        core.log("action", "CHAT: <" .. name .. "> " .. message)
        
        -- dont let other mods handle chat messages
        return true
    end)
    

    I also had to comment out some lines in player_factions so it wouldn't intercept messages on it's own. There's probably a more elegant way to do this, but I'm not sure what that would look like.

    Player Factions Redo by Pixelated 2 comments
  • nikaaa 2025-06-05 02:05 UTC
    English

    works well :D

    does what it should do.

    thank you for this addition to the game.

    actually, one of my friends had asked me just last week for this exact mod.

    Gravestone by Luna 0 comments
  • Szwendacz 2025-06-04 14:16 UTC
    English

    TNT

    simple but cool

    Tntrun by debiankaios 0 comments
  • Szwendacz 2025-06-04 14:13 UTC
    English

    sus game

    just dont shoot at random ppl pls

    Murder by giov4 0 comments
  • Szwendacz 2025-06-04 14:11 UTC
    English

    vert nice FPS game, have great potential

    as in title

    Block League by Zughy 0 comments
  • Szwendacz 2025-06-04 14:10 UTC
    English

    good, could be better?

    I think this gamemode is very nice, close to something like hero shooter, which is one of my fauvorite game types. It could use a team mode tho, with some maps for teams to do some tasks, like in hero shooters :). I guess that would be a lot of work tho.

    Fantasy Brawl by giov4 1 comments
  • BryanGruik15 2025-06-04 10:08 UTC
    English

    Good for modders

    This mod is very good for making mod thumbnails.

    Item Frames and Pedestals by TenPlus1 0 comments
  • DimonPy 2025-06-04 05:39 UTC
    Русский

    Это идеальная и легкая игра на подобии Майнкрафта, поддерживающая моды

    я разработчик модов и мне нравится что для Minetest очень легко делать моды, не то что в Minecraft java/bedrock edition! игра не требовательная, удобное управление,самиграю с Телефона и ПК, Всем советую!

    Minetest Game by Luanti 0 comments
  • ioioioioioio 2025-06-04 00:56 UTC
    English

    Blowing up your friends? YES!:)

    The tntruns fun with multiple custom maps and a torch to blow up your friends tnt with, the tnt breaks beneath you as you step on it so be carefull and i would highly recomend you try it!

    Tntrun by debiankaios 0 comments
  • ioioioioioio 2025-06-04 00:53 UTC
    English

    Murder:O

    The Murder Game is really fun kind of like among us but without the boring tasks! you can get straight to murdering your best friends! love it

    Murder by giov4 0 comments
  • ioioioioioio 2025-06-04 00:49 UTC
    English

    Fun & Well made.

    The Skywars was fun and wellmade with ender-pearls, bows, armor, weapons and more i would recomend you try it out as its one of the best skywars ive come across in minetest.

    Skywars by giov4 0 comments
  • DaanSFS 2025-06-03 16:43 UTC
    English

    LOL

    I havent played this mod yet, but I like that I just found a random mod adding slavery🤣 Serieusly though, I get that its kinda fucked up, and I get the very noble dillemma of maybe not adding this to a server, but still, Im definetly adding this shit!

    Native Villages by Liil 0 comments
  • cj_clippy 2025-06-03 07:22 UTC
    English

    Paint everything!

    This mod is kind of incredible. You can draw on anything, you can make custom signage. Unlimited creativity and decoration of your base! It seems really well coded because a bunch of players can be spray painting at the same time and the server handles it fine.

    GGraffiti by grorp 0 comments
  • nikaaa 2025-06-03 01:23 UTC
    English

    very interesting idea

    the game looks very interesting. i only looked at screenshots so far but i'm interested in the general idea of bringing life to an otherwise dead planet :)

    Hades Revisited by Wuzzy 0 comments
  • CharlesGriswold 2025-06-02 22:14 UTC
    English

    Seems to be abandoned

    This is a "work in progress" that was last updated six years ago, which IMHO kind of stretches the definition of "in progress." I hope that someone will fork this and keep working on it, because it's a pretty cool concept that deserves to be further developed.

    Magicalities by IcyDiamond 4 comments
  • but1YT 2025-06-02 22:06 UTC
    English

    great mod

    i love it i cant wait for it to work with voxelibre

    Guns4dWorkbench by Jo5629_ 0 comments
  • ZacoOne 2025-06-01 21:16 UTC
    English

    Straight forward

    Does exactly as advertised. It's my goto sprint mod when I just want to get across the the world quickly with no extra conditions (stamina/hunger).

    GC Sprint by stellarorion 0 comments
  • Herobrine7707 2025-06-01 14:36 UTC
    Deutsch

    nice game but

    It would be a nice game if you could play it too, because current one constantly appears an error message if you join or want to play your created world, it is practically unplayable

    yams RPG by jara25 5 comments
  • BryanGruik15 2025-05-30 19:33 UTC
    English

    Cool food mod

    This mod is cool but lots of dishes don't have any recipes.

    Is it intentional or not ?

    Dishes by Coffe 0 comments
  • BryanGruik15 2025-05-30 09:34 UTC
    English

    My favorite mod of all time

    This is literally my favorite mod ever :

    • Every mob drops something useful.
    • It's like a RPG where you need to kill all bosses to defeat the final boss.
    • It's cool and hard.

    But can you add the dahaka and the morvalar ( i found them in the game files ) ?

    Not So Simple Mobs by TenPlus1 4 comments
  • PiTTl 2025-05-29 14:10 UTC
    Deutsch

    nice and colorful ranks

    I use it with player_join, and it works great together.

    My players are happy to have a nice, colorful rank in front of their name. The new chat log save function in the world folder saves me from having to install chat log and keeps the debug.txt file a bit clearer.

    Also the dev is very nice and quick solving my issue

    Thanks!

    StaffRanks by Salzar 0 comments
  • PiTTl 2025-05-28 13:05 UTC
    Deutsch

    A small but nice mod

    I really like using it on my server .

    Now you can't miss when a player joins the server.

    I appreciate that very much ;-)

    Player_join by Salzar 0 comments
  • MatyasP 2025-05-26 23:22 UTC
    English

    Great but needs update

    This mod makes world nicer and much more realistic than default mapgens (v5, v6, v7...). But, has some problems and issues, needs update for good working on higher versions (in 5.12 does sometines some problems before world starting).

    Valleys Mapgen by Gaël de Sailly 0 comments
  • DumbDave961 2025-05-26 20:34 UTC
    English

    The Amount of Ore is Crazy

    It's definitely useful to have ore deposits that won't run out. It could probably use some rebalancing though. I got 15 diamonds my first mining trip at a depth of around -20. That's insane.

    Ore Deposits by Tarruvi 1 comments
  • TarasArt 2025-05-25 17:12 UTC
    Українська

    Чудова основа, погана гра

    • ГРАВЦЯМ ніколи не рекомендуйте! Це складе погане враження про Luanti.
    • РОЗРОБНИКАМ, які тільки починають і хочуть створити свій клон Minecraft — рекомендуйте!
    Minetest Game by Luanti 0 comments
  • Sofik5800 2025-05-25 17:00 UTC
    English

    Very good mod but

    Very cool mod, I can ride dragons, feed them, rename them, even can make ingots from them breathe, but, i updated my minetest to Luanti 5.13.0-dev, then after some time going to my spawn where dragons were, and server instantly crashed with error log:

    2025-05-25 16:52:56: ACTION[Main]: Server: Shutting down
    2025-05-25 16:52:57: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'draconis' in callback luaentity_Step(): /root/minetest/mods/draconis/api/behaviors.lua:199: attempt to perform arithmetic on field 'turn_rate' (a nil value)
    2025-05-25 16:52:57: ERROR[Main]: stack traceback:
    2025-05-25 16:52:57: ERROR[Main]: 	[C]: ?
    2025-05-25 16:52:57: ERROR[Main]: 	/root/minetest/mods/draconis/api/behaviors.lua:199: in function 'get_method'
    2025-05-25 16:52:57: ERROR[Main]: 	/root/minetest/mods/creatura/mob_meta.lua:1043: in function 'move_to'
    2025-05-25 16:52:57: ERROR[Main]: 	/root/minetest/mods/creatura/methods.lua:395: in function 'action'
    2025-05-25 16:52:57: ERROR[Main]: 	/root/minetest/mods/creatura/mob_meta.lua:1200: in function '_execute_utilities'
    2025-05-25 16:52:57: ERROR[Main]: 	/root/minetest/mods/creatura/mob_meta.lua:938: in function </root/minetest/mods/creatura/mob_meta.lua:903>
    

    what to do with that?

    Draconis by ElCeejo 3 comments
  • FrugalGamer 2025-05-25 15:49 UTC
    English

    THANK YOU for this mod!

    Excellent mod that just works and adds some very badly needed uses for copper in Voxelibre. I had almost gotten to where I just wasn't even picking it up when mining because I just don't use the default recpies that much. Now that I have this installed, I actually have uses for the stuff, and the new tools and armor are very well balanced--somewhere in between stone and iron, with a reasonable amount of durability. This one's a must have for me.

    Copper Stuff for Voxelibre by SmokeyDope 0 comments
  • FrugalGamer 2025-05-25 15:43 UTC
    English

    Must have mod for me

    I add this mod to just about every Luanti game I start, and I love the blocks and biomes it adds! The environments and worldgen are beautiful, and provide so many more things to build with and make awesome builds with. Probably my favorites are the Crystal Forest biome (I like the translucent purple trunks that the trees make), the Seqoia biome (love those trees, and they have pink wood!), and the spooky halloween themed Nether biome (not sure what it's called, but it adds eyeball plants and skull lights).

    If there are any drawbacks, then I'd say that it does sometimes make default biomes harder to find, but I don't see a way around that when adding more. That's easily fixed by exploring a little bit more. Also, there are some default recipes that unfortunately get overwritten by the Everness objects, but I will probably try to contribute by adding a pull request for those myself eventually. I haven't come across anything that was absolutely game breaking, though, so at most it's a slight nuisance.

    Big thanks to the developers for their work!

    Everness by SaKeL 0 comments
  • Pixelated 2025-05-24 19:48 UTC
    English

    Hmm...

    Not bad, however, this mod doesnt kick players who arent admins when lockdown turns on. Personally, i would register another privelege instead of using server or privs because, maybe you want moderators or map creators to be able to join. You probably dont want to give them the server or privs priveleges.

    Server Lockdown by 1F616EMO 2 comments
  • Random Wizard 2025-05-20 22:42 UTC
    English

    Great Little Mod

    I really like mods that add some danger and reward to the base game, but keep the danger in a specific area. Instead of looking over my shoulder every second to see if a zombie is chasing me, this mod puts the danger in a specific location, ie Pyramids in the Desert! I also like that you can get rewarded with some treasures for taking the risk which beats having to dig down into the deep to find anything great.

    Pyramids (with treasures) by Wuzzy 0 comments
  • cj_clippy 2025-05-19 22:46 UTC
    English

    Incredible!

    I didn't think this level of power was possible... But I was wrong! The speed of the multitool is like a minigun going Brrrrrt!

    I think this is too powerful for my PvP server! Incredibly fun though, and highly recommended!

    OverPowered by AidanLCB 0 comments
  • SOSO1 2025-05-19 11:14 UTC
    English

    good mod

    good mod for chat automoderation

    TextShield by Themostrandom01 0 comments
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 126
  • 127
  • »

ContentDB © 2018-24 to rubenwardy

  • Help
  • About
  • Contact Us
  • Terms of Service
  • Policy and Guidance
  • Donate
  • API
  • RSS / Feeds
  • Privacy Policy
  • Report / DMCA
  • Advanced Search
  • User List
  • Threads
  • Collections
  • Support Creators
  • Translate Packages
  • Source Code