ContentDB
  • Mods
  • Games
  • Texture Packs
  • Random
  • Help
  • Sign in
  • Languages
    • Help translate ContentDB
  • «
  • 1
  • 2
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 129
  • 130
  • »
  • SuperStarSonic 2025-03-16 23:01 UTC
    English

    Goto luamanip/mapmaking mod

    I've used this mod for years and have been constantly surpised how well it fits into my workflow. I've been able to save hours of my time, including during the 2024 Game Jam during mapmaking.

    Absolutely essential to server builders, mapmakers, and the like.

    Once you get the hang of the minor limitations it's very fast to use, one minor flaw is it's steep learning curve, as every command and argument has to be learned individually. Thankfully a fully filled out parameters field is available for about all of the commands. I would suggest using several other World Edit mods with this one for maximum efficiency, but it is very usable as a standalone tool.

    WorldEdit by sfan5 0 comments
  • SuperStarSonic 2025-03-16 22:55 UTC
    English

    Usable, Customizable, and Compatable

    This is one of the best looking, best compatability inventory mods out there, I've used it for years and highly recommend it to users looking for ease of use, not only for modding, but also for playing.

    The layout is very ergonomic and easy to customize. The aesthetic is pleasing and easy to understand. The api is moddable and modular making it one of the easier inventory mods to work with.

    i3 by mt-mods 0 comments
  • PlasmaFox 2025-03-16 05:29 UTC
    English

    Useful Decoration

    Plenty of decoration blocks with some useful functionality!

    X-Decor-libre by Wuzzy 0 comments
  • angaok 2025-03-16 04:30 UTC
    English

    Thank you

    you don't know how usefull it's this controll you share, thank you so much. I just open an acount in the forum to say thank you

    audio_lib by Zughy 1 comments
  • sneoriss 2025-03-15 22:10 UTC
    English

    A chemical reactor cannot pass products through valves or splitters.

    A chemical reactor cannot pass products through valves or splitters. Where can I get a working build to fix this error? I repeated the mechanism made on "Tech Age Survival EN/DE" in a local game. But it doesn't work there.

    Techage Modpack by joe7575 0 comments
  • xorxif 2025-03-15 09:11 UTC
    English

    Simple, craftable, and helpful... BUT...!

    I've been playing single player Voxelibre a lot since the beginning of the year, and found myself placing an amethyst block in a little closet in each of my bases, then writing down and saving the coordinates for it in notepad and using /tp to jump between these "pads." Then I saw this mod, started using it, and thought it was GREAT! Saved me a lot of trouble! Very useful so far, and makes finding ocean temples a much more significant event!

    The only problem is:

    -- Additional checks if dx < -1000 or dx > 1000 or dy < 1 or dy > 30000 or dz < -1000 or dz > 1000 then minetest.chat_send_player(pname, "Coordinates are out of acceptable range!")

    ... why??? Yeah sure I can just edit it myself or just comment it out, but WHY is it here in the first place?

    VoxelLibre Teleporter by Pavadigan 2 comments
  • xXOsielXx 2025-03-14 18:26 UTC
    English

    It's great to be able to move my chests

    I always wanted to move my chests even having items inside. Before I had to move all the items from one chest to another place if I wanted to change it. Now it's not necessary.

    I Have Hands by SURV 0 comments
  • NameNotQuality 2025-03-14 09:10 UTC
    English

    Innovate sandbox with lots of potential

    This is an innovative sandbox game, even though it's currently similar to e.g. MTG in terms of items and crafting. You can travel to different planets and meet different environments, resources, mapgen, etc. in your modular spaceship, which is really cool and makes exploration a big part of the game.

    Even though this game is now probably still in its WIP phase, it is still playable and has lots of potential (look at the planned features list on example)

    Stellua by theidealist101 0 comments
  • Ryon 2025-03-13 19:07 UTC
    Español

    Interesting

    It would be great if you could fit any type of item inside the glass, to make a shop or just a display, and if you give it a rotating motion, even better. That would make the game more playable. Regards.-

    Block In Block by TumeniNodes 0 comments
  • Ryon 2025-03-13 18:53 UTC
    Español

    Nice

    Me parece genial, esto da más posibilidades al juego.-

    Medieval (Fork) by DragonWrangler 0 comments
  • Ryon 2025-03-13 16:07 UTC
    Español

    It could be improved.

    It would be nice to add a glass that can hold an item while rotating. This would be great for store displays or just a display. You could also add a pedestal, but a lighted one—something new, for a change. Regards.-

    Frame by sofar 0 comments
  • ThePeasantJoe 2025-03-13 12:13 UTC
    English

    A lot like Vintage Story

    I appreciate its hardcore aspect that, intentionally or unintentionally, closely models the survival aspect of one of my favorite survival games. Hardcore, done well.

    Stone Age Integration Pack by csirolli 0 comments
  • mark-wiemer 2025-03-13 05:06 UTC
    English

    A great time for Minecraft fans

    Easy to figure out given its similarity to Minecraft, but feels so cool to play in Luanti. I'm only a few hours into my world, and it's tough, but I'm having a blast!

    VoxeLibre (formerly MineClone2) by Wuzzy 0 comments
  • theidealist101 2025-03-12 14:35 UTC
    English

    Ripoff of a mobile game

    I don't think anyone's mentioned it here yet (perhaps the game's too obscure?) but this game is basically the same as "My Little Universe" which you can find on Google Play or Steam and is much better and more diverse.

    This game here is well-coded though, a good implementation of the basic parts of it, but I'm giving this a negative review because it doesn't seem to credit the game at all even though it's clearly based on it.

    Stella by 1248 1 comments
  • you_had_been_die 2025-03-12 14:12 UTC
    English

    A nice mod.

    I like medieval themes, and I'm happy to see this mod.
    Here are my suggestions:

    if anyone can tell me how to make the hilt without this weird tool stuff and all , pls write it out in the package comments

    In the real life, hilts often made of hard wood / antlers / bones, leather / rope, and glue. Maybe it can be this:

    minetest.register_tool ("medieval_weapons:hilt",{
       description = "hilt",
       inventory_image = "hilt.png"
    })
    
    minetest.register_craft({
       output = "medieval_weapons:hilt",
       recipe ={
          {"farming:string","default:stick","farming:string"},
          {"farming:string","default:stick","farming:string"},
          {"","defaut:steel_ingot",""},
       },
    })
    

    Please do these if you want:
    1. add [anvil](https://content.luanti.org/packages/FaceDeer/anvil/) to optional depends and make your weapons repairable.
    2. add more medieval weapons, such as crossbow, bow, battle hammer, claymore...
    3. add one more use of dagger: throw.
    Medieval Weapons by riptiderazor 1 comments
  • nikaaa 2025-03-11 20:54 UTC
    English

    good and simple

    this game feels like a solid demonstration or proof-of-concept. it does not get boring after a while because it simply tells you when you have reached/explored all features. it does not exponentially increase costs over time, which is good and sane and reasonable. the game feels solid and well-made. there are no bugs AFAIK.

    Stella by 1248 1 comments
  • DragonWrangler 2025-03-10 14:38 UTC
    English

    Truly a work of art.

    ExtraOrdinance is one of the best games in luanti. It showcases both the versatility of the luanti engine and the innovation of the creator.

    Upon your character dropping down into a cave you get a wide variety of weapons to choose from to complete the game. The combination of both the terrain, enemies and player weapons can keep you involved for hours, and you get a new procedural world each time further helping the game as you don't know what you'll get next.

    The games textures are very very detailed. And they truly help the theme of the game. (It wouldn't be the same without them).

    side note. I'm honestly suprised by the fact that this game was finished in time for the game jam.

    Though some minor issues in the game have been reported like camera glitches and the like. They seem to be few and far between, so they don't really have a too significant impact.

    In my opinion. This may be one of the most unique games in Luanti. If you're tired of the average block game, or just want to explore others. Check this one out.

    Extra Ordinance by Sumi 0 comments
  • NameNotQuality 2025-03-09 17:43 UTC
    English

    Nice

    Spoilers 🔗

    Cool short game, where it actually turns out you CAN kill the beast. I just grabbed lots of leaf blocks and when I got to the beast, I placed a block on the stairs and all-tooled the blocked beast slowly to death.

    It was cool exploring the world in general too. You can go back to your base and get lots of food. However I didn't need it.

    Escape The Beast by Thunder1035 1 comments
  • NovaX 2025-03-09 17:33 UTC
    English

    The mod is good, but it can be better.

    This mod is interesting and works well for its main purpose, which is to make the player bounce on the bed. However, there is a small bug that should be addressed: sometimes, when walking on the bed, the bounce is too intense and launches you excessively high, creating an exaggerated effect. Additionally, the bounce should only occur when falling from a certain height or when jumping, rather than triggering unexpectedly while simply walking on the bed. Adjusting these mechanics would make the experience more balanced, intuitive, and enjoyable.

    Bed Jumping by playduin 0 comments
  • Szabrezny 2025-03-09 03:01 UTC
    English

    Excellent mod

    exciting and bautiful explorations, highly recommended

    Everness by SaKeL 0 comments
  • ray_f_t76 2025-03-08 10:36 UTC
    English

    Good Base for a Working Village

    I was looking for some extra background characters for my kids minetest server (3-14yrs) and came accross this mod.

    Pro's: You can have a few people in your village going around doing basic work. This makes the town looked alive !! Crop Farmer works Herb Gatherer works Snow Clearer works Lumberjack works ( though leaves the tops )

    Con's: Fiddly to set up the characters A couple of non fatal bugs ( except when using building_signs )

    I was so impressed with the possibilitys of this mod, that I added a few extra Job roles and fixed a few minor bugs.

    Added Animal Vet Goes around looking for your animals that need some TLC, then heals them. Added Lawn Cutter Goes around making sure your lawns are kept trim Added Flower Picker Goes around Picking Flowers Fixed Farmer to only work on tilled land ( no more picking wild plants ) Fixed Farmer to work with all known plants from Farming Redo and Ethereal NG Fixed Herb Gatherer to work with all known plants from Farming Redo and Ethereal NG Fixed Herb Gatherer to only pick wild plants ( no more robbing the fields )

    Added a basic close range pathing check to stop the majority of getting stuck Added a drop check to prevent walking down where they cannot get back Added Allowed Paddling in shallow water but allowed no deeper ( no swimming ) Fixed Most Door Usage in game, still need to look at the home door search Function ( though the quick fix can make the character warp through the door, no biggie )

    Is this Mod still under development ? or has it been left with the consideration of using either Creatura or Mobs ?

    All in all worth the look !

    Working villages by theFox 5 comments
  • ServerAdmin 21 2025-03-07 07:31 UTC
    Deutsch

    Meine Meinung

    Sehr detaliert und gut empfele ich weiter Mit freundlichen Grüßen Chaosorange Mail: florianparadoxminetest@gmail.com

    Pizzaria by Extex 0 comments
  • programmerjake 2025-03-06 22:17 UTC
    English

    many hours of fun

    I've had quite a lot of fun trying to figure out the puzzles (though some of them are definitely very frustrating), i'm definitely looking forward to more puzzles coming out.

    Lazarr! by Wuzzy 1 comments
  • ServerAdmin 21 2025-03-06 18:36 UTC
    Deutsch

    Meine Meinung

    Sehr cooler mod jetzt kann jedes Teammitglied in dee´n chat schreiben und wenn er möchte dass der server dass sagt macht er den coomand: ssay und dahinter die nachricht ich sag dass der mod perfekt für den Server geeignet! Mit freundlichen Grüßen Chaosorange Mail: florianparadoxminetest@gmail.com

    ServerSay by Truemmerer 0 comments
  • ServerAdmin 21 2025-03-06 18:28 UTC
    Deutsch

    Meine Meinung

    Richtig cooler mod ich benutze ihn jetzt ich bin nicht an die idee gekommen in diese richtung zu denken! Danke! Mit freundlichen Grüßen Chaosorange Mail:florianparadoxminetest@gmail.com

    Quiz - Play Challenge by snowyu 0 comments
  • ServerAdmin 21 2025-03-06 18:23 UTC
    Deutsch

    Meine Meinung

    Sehr cooler mod ich finde dass der ton etwas zu laut ist aber sonst ist alles Perfekt! Ich finde mit ihrem mod wird sie keiner überfallen! Noch eins, es währe cool wenn man Tiere anschießen könnte und sie schaden nehmen Mit freundlichen Grüßen Chaosorange Mail: florianparadoxminetest@gmail.com Rechtschreibfehler werden durch mich Unterstützt =)

    Ranged Weapons by Lars 0 comments
  • ServerAdmin 21 2025-03-06 18:18 UTC
    Deutsch

    Meine Meinung

    Sehr cooler mod wegen dir sieht die Welt schöner aus! Empfehle ich weiter! Mit freundlichen Grüßen Chaosorange Mail: florianparadoxminetest@gmail.com

    Beautiful Flowers by 1faco 0 comments
  • ServerAdmin 21 2025-03-06 18:16 UTC
    Deutsch

    Meine Meinung

    Also früher habe ich den müll einfach aus dem inventar gezogen aber heute gibt es ja mülltonnen guter Mod! den leuten die ordnung halten möchten lieben diesen mod wahrscheinlich!

    Trash Can by Evergreen 0 comments
  • ServerAdmin 21 2025-03-06 18:14 UTC
    Deutsch

    Meine Meinung

    Sehr sehr cooler mod gefällt mir! empfehlen ich weiter! Mail: florianparadoxminetest@gmail.com

    Hopper by TenPlus1 0 comments
  • ServerAdmin 21 2025-03-06 18:11 UTC
    Deutsch

    Meine Meinung

    Hallo ich habe diesem Mod instaliert und er ist sehr einfach zu bediennen. mir gefällt ihre meinung! Mit freundlichen Grüßen Chaosorange Mail: florianparadoxminetest@gmail.com

    Calendar Node by Wuzzy 0 comments
  • Deadlock 2025-03-05 12:20 UTC
    English

    Adding some fun to map-exploration

    Finding a crashed UFO on the map is a nice experience.
    You get some PvE-action and will be rewarded with some strange and rare objects.

    This mod provides a hostile-mob, some items, a vehicle and some blocks (with and without function).
    If you like the idea of aliens & ufos in your world, this is a worthwhile install.

    The only Con is the dependency on the technic-mod;
    i wish that would be an optional dependency (with reduced features if the technic mod is not installed).

    "The truth is out there!" ;-)

    UFO wreck by Irremann 0 comments
  • Ryon 2025-03-05 02:49 UTC
    Español

    Nice

    Interesting idea, but I think it would be more useful to be able to replicate what MC does, putting water on the step of a staircase or covering a slab. From what I saw, they created a block of water the size of half a slab, put a slab in a hole and put the water on top. The result is, the slab covered in water, and the same with the staircase and what could be microblocks like the inner or outer blocks. You could make pools with submerged stairs or mini sinks. Greetings.-

    Liquid Physics by snoutie 0 comments
  • Ryon 2025-03-05 02:02 UTC
    Español

    Excelent

    I would like it to be compatible with Ethereal and More Trees, it is really very good, greetings.-

    A bit Modern by ZavGaro 0 comments
  • X-DE 2025-03-04 21:32 UTC
    Español

    Util

    Es muy comodo no tener que plantar un manzano cada vez que quieras manzanas gracias a este mod.

    Regrow by TenPlus1 0 comments
  • X-DE 2025-03-04 21:27 UTC
    Español

    Muy buen mod

    Ahora tengo un hoyo con lava para tirar todo lo que quiero desechar.

    Builtin Item by TenPlus1 0 comments
  • X-DE 2025-03-04 21:16 UTC
    Español

    De ayuda

    Es de gran ayuda que este mod quite todos los bloques entre otras cosas despues de desinstalar un mod.

    Cleaner by AntumDeluge 0 comments
  • X-DE 2025-03-04 20:59 UTC
    Español

    Mejores carteles

    Es mas facil para jugadores inexperimentados leer estos carteles y es un gran añadido el escribir con distintos colores.

    Signs Lib by mt-mods 0 comments
  • X-DE 2025-03-04 20:12 UTC
    Español

    Mejor agua

    Hacer el agua no se detenga por una flor o cultivo es mejor.

    Farming Flood by AFCM 0 comments
  • X-DE 2025-03-04 19:28 UTC
    Español

    Un gran cambio

    Esto arregla todos los pequeños detalles, mejora el juego bastante.

    Minor Redefinitions by Linuxdirk 0 comments
  • X-DE 2025-03-04 19:23 UTC
    Español

    Genial

    Ahora veo lo que otros jugadores tienen en la mano.

    Wield3D by stu 0 comments
  • «
  • 1
  • 2
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 129
  • 130
  • »

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