ContentDB
  • Mods
  • Games
  • Texture Packs
  • Random
  • Help
  • Sign in
  • Languages
    • Help translate ContentDB
  • «
  • 1
  • 2
  • …
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • …
  • 125
  • 126
  • »
  • Ivan 2022-11-13 12:15 UTC

    The mod itself is great, but there is one caveat...

    When you enable this mod and you play with it at night, fireflies do not appear on the map. The Fireflies mod doesn't really conflict with the Nether mod, but I really want we could see fireflies at night and travel to the netherit world at the same time.

    Nether by PilzAdam 2 comments
  • LMD 2022-11-12 18:50 UTC

    A must-have for writing performance-critical code

    Minetest's profiler provides insufficient granularity for doing any serious profiling. Sure, in larger games it may point you towards the culprit, but that often still is a large globalstep or mapgen function.

    More often, you already know the culprit - mapgen, in our case - and want to optimize it. To do so, you need a maximum of granularity, down to every function call, every vector operation, to be able to micro-optimize the hottest spots where it matters. The LuaJIT profiler provides this granularity and this mod makes it accessible (without having to go through the hassle of reinventing this mod).

    Back to mapgen: After algorithmic optimizations were exhausted, this mod allowed me to gain a 2x speedup, bringing mapgen to an acceptable performance, by confirming that certain vector operations were better off localized and helping me uncover a nasty bug in my memoization (which wasn't working).

    You only have 100ms between two globalsteps; Minetest is mostly single-threaded. Taking any more time will create noticeable lag. Thus practically all mapgen, ABMs, pathfinding, mob steps, and some expensive globalsteps are performance-critical.

    Adoption of this mod will hopefully cause the widespread performance issues observed across the mod landscape to slowly cease existence.

    LuaJIT Profiler by jwmhjwmh 0 comments
  • Ivan 2022-11-12 07:44 UTC

    The mod itself is cool, but...

    I would recommend making icons (health, hunger and bubble) of the background. (bg_icons) For example: half of the lost heart is red, and the other half is black. And one half of bread, other half of it is black

    Stamina by sofar 0 comments
  • Jimmy_Boy 2022-11-10 22:18 UTC

    Great for destroying a world, but kinda boring otherwise

    This really is doomsday device #1. Once you finish building it you are immediately kicked from your world and can never join again because of the force of this explosion. However, this is not explosive. You just get kicked out, and that's it. I was sort of hoping for something more like it being possible to return to the world only if you are in creative, and the sky being green and the world completely black and stuff. Still cool though!

    Doomsday Device by Warr1024 0 comments
  • lazerbeak12345 2022-11-10 18:02 UTC

    One of my favorite mods

    The only problem with it is that it is under GPLv2 only. This is because it was based on an earlier helicoper mod also under this licence. This means you can't use it within GPLv3 terms or anything looser than GPLv2 (Such as MIT).

    Aside from that licencing issue, it's got great balancing, appearance, and all around quality. I highly reccomend using this mod wherever the licence doesn't prevent you.

    Not So Simple Helicopter by APercy 2 comments
  • Trần Đỗ Mạnh 2022-11-10 12:55 UTC

    assess

    really cool

    Jail Escape by StarNinjas 0 comments
  • Trần Đỗ Mạnh 2022-11-10 12:54 UTC

    assess

    cool game

    Labyrinth by Just_Visiting 0 comments
  • Trần Đỗ Mạnh 2022-11-10 12:53 UTC

    assess

    cool game

    Holiday Horrors by sunnysideup 0 comments
  • VerdiSchubert 2022-11-09 07:59 UTC

    Super but

    Working like a charm but after restart got this:

    AsyncErr: Lua: Runtime error from mod 'ggraffiti' in callback luaentity_Activate(): .minetest/mods/ggraffiti/canvas.lua:45: attempt to index field 'bitmap_size' (a nil value)
    stack traceback:
    	 .minetest/mods/ggraffiti/canvas.lua:45: in function 'update'
     .minetest/mods/ggraffiti/canvas.lua:27: in function </home/nataly/.minetest/mods/ggraffiti/canvas.lua:19>
    
    GGraffiti by grorp 9 comments
  • VerdiSchubert 2022-11-09 07:50 UTC

    Deservedly so

    Despite the large number of defects of unfinished objects - a very well-deserved top

    VoxeLibre (formerly MineClone2) by Wuzzy 0 comments
  • Johannes Fritz 2022-11-08 18:25 UTC

    Very cool game but needs refinement

    This is one of my favorite Minetest games. It has very cool mechanics and features. To me it is so cool that you can do flips and crawl in the game.

    The game could use refinement. The inventory formspec is kind of messy and it is hard to tell what certain buttons and inventory slots are for. Also there is often a lack of context in messages presented to the player. For example when you die a position is displayed in chat. What is this position? The location where I died? Also all formspecs showing your current in game currency balance don't show any units. It just shows a yellow number.

    With some small changes this could possibly be the best Minetest game!

    XaEnvironment by AiTechEye 1 comments
  • FloatDouble 2022-11-08 17:13 UTC

    Cool mod for logic programming

    Cool mod, you can do a lot of things, the description does not lie. Respect and good luck to the author

    Epic by BuckarooBanzai 0 comments
  • Trần Đỗ Mạnh 2022-11-08 12:55 UTC

    assess

    this mod is really good

    Rocket Launcher by Zemtzov7 0 comments
  • Arkatron 2022-11-08 07:38 UTC

    Revised version

    I like now that making tnt is like what we do in minecraft education edition. Well there is a request to make it compatible with tnt_revamped mod to make it total mc. Thankyou

    Scientifically Accurate TNT by AwesomeDragon97 1 comments
  • ApolloX 2022-11-07 22:04 UTC

    It's virtual paint, within Minetest

    I can see quite a few uses for this mod, from making a black board with some educational question or equation on it, to using it to make a cool billboard for some kind of advertisement. (Ever wanted to depict some kind of pixel art from within Minetest, well with this you can)

    Though I also see it quite easily being abused as well, used as litteral graffiti.

    Some ideas for __future__ versions:

    • Option to change how big you paint by (right now it's 1 pixel in size, but 2 and 3 pixel sizes might be nicer, especially for cleaning up with the anti graffiti spray can)

    • Some kind of way to limit players so they can't paint everywhere (Right now I think the mod allows you to paint ontop of every block regardless of it being protected or not, a simple solution is to only allow painting in areas you have access too)

    • Even with the creative priviledge a player still consumes paint in spray cans (Most mods check if the player has server or creative priviledges in which case they don't reduce durability, this mod doesn't have that check it consumes durability regardless)

    GGraffiti by grorp 1 comments
  • Jolesh 2022-11-07 20:25 UTC

    Nice

    Hej, great to see this mod here in MT I loved it in MC. Are there plans to put the code on GitLab or Github? I would love to add an Esperanto translation :)

    Resource Crops by TwigGlenn4 4 comments
  • mazes 2022-11-07 14:26 UTC

    God damn good group behaviors for birds

    Group behavior #

    Awesome birds synchronized flights last time I checked.

    Cpu usage #

    • mobs redo is really more lightweight globally, but when considering number of spawned entities, just a bit.
    • petz is a bit heavier, but considering number of spawned entities really drastically less cpu usage.

    Damage #

    when taking damage they way mobs escape is quite weird.

    Animalia by ElCeejo 2 comments
  • VerdiSchubert 2022-11-07 09:57 UTC

    Please add documentation in-game

    No idea what means parameters in <>,<> scopes. And it`s wrong

    Remove Unknowns by Clyde 5 comments
  • KatzEyez (aka LadyK) 2022-11-06 21:19 UTC

    Interesting Mod

    This mod is actually pretty nice. I'm really surprised more servers do not use it. I like how it uses several nodes from different mods to create multitextured furnishings.

    I think my only real critique is the about the windows and some of the furniture. The frames are too thick on the windows in my opinion. The only thing I see "wrong" with the furniture is that some of it is only one texture, when there's the options to do more with the models aesthetically. Otherwise, I really like the mod.

    Procedural Furniture by the_raven_262 0 comments
  • VerdiSchubert 2022-11-06 17:34 UTC

    Nice tone

    How to stop it after initialize?

    Bell by Sokomine 0 comments
  • Atlante 2022-11-05 19:03 UTC

    Best Texture pack

    I've been using it for a very long time now and even now, with these simple graphics not too complex, it gives a good atmosphere to minetest, it makes it even better, it's really a texture pack that I recommend to everyone!

    Vilja Pix 2.0 by ROllerozxa 0 comments
  • Atlante 2022-11-05 18:38 UTC

    Good idea

    It's really a great mod.... Especially when I'm in survival mode for example, I often (a bit too much) make the mistake of making the wrong craft and therefore wasting my materials, it would be really good if the texture was in 16 pixels or 32 pixels. Also, it would be nice if we could undo some more object... Some people don't really know how to do it... I really recommend it

    Un-Craft Table by Troodon 0 comments
  • The Pamps 2022-11-05 11:16 UTC

    Genuinely Impressive Minecraft Recreation

    Honestly it is only missing a few features and of course copyrighted media such as textures and sounds. MineClone 2 is overall a pretty close recreation of the official Minecraft.

    VoxeLibre (formerly MineClone2) by Wuzzy 0 comments
  • MisterE 2022-11-05 01:49 UTC

    A very fun set of tools

    this set of tools stands out from the normal endgame-tool paradigm. most tools come with a special ability that makes them seriously worth obtaining, or at least interesting or entertaining. I have adapted the tools to be a reward for exploring a very dangerous nether on a couple servers; they make excellent endgame rewards.

    X Obsidianmese by SaKeL 0 comments
  • giov4 2022-11-04 22:09 UTC

    Very useful

    It's very useful because it tells you how much time each function takes. Thanks to this I've been able to optimize my mod's performances by a lot :D

    LuaJIT Profiler by jwmhjwmh 0 comments
  • cj_clippy 2022-11-04 17:13 UTC

    The OG

    Thank you!

    Ranged Weapon Framework (rawf) by LandarVargan 0 comments
  • HLOY 2022-11-04 15:08 UTC

    A good analogue of Minecraft's WHIT

    Very fit! But it doesn't work with all mods. Sometimes there are errors in the table with text or size

    What is This? UwU by Rotfuchs-von-Vulpes 1 comments
  • Zughy 2022-11-04 00:59 UTC

    Simple yet effective

    A classic you can find in a lot of games. The author is also very fast at addressing issues, and they're available in general. It'd be nice in the future to customise the amount and the shape of platforms, which is currently hardcoded

    ColourJump by MrFreeman 0 comments
  • giov4 2022-11-04 00:46 UTC

    Very funny

    Such a lovely minigame!

    ColourJump by MrFreeman 0 comments
  • giov4 2022-11-04 00:45 UTC

    Love this game

    I have so much fun whenever we organize a tournament on the AES server :D

    Block League by Zughy 0 comments
  • LandarVargan 2022-11-03 02:58 UTC

    Very useful for games that want intentional generation in their worlds

    Operates smoothly and doesn't get in my way. I wish I knew this existed sooner.

    Modgen by BuckarooBanzai 0 comments
  • MrFreeman 2022-11-02 21:08 UTC

    Really simple and fun game!

    I am in love with this game **!!!

    Simply bop all the Ballon before they touch the ground, what else have i to say? :D

    Balloon Bop by MisterE 0 comments
  • MrFreeman 2022-11-02 21:07 UTC

    Very cool game :D!!

    I really love this game!! It's really simple: Punch other people outside the map :D!! With this simple rule you have also some skill for example swith the position of the player who push and the pople has been pushed and bug jump :D

    I really recommended this game :D! Fun guaranteed ** !!!

    Sumo by MisterE 0 comments
  • MrFreeman 2022-11-02 20:53 UTC

    SIMPLY AWESOME **!!!

    I never played S4League, but i am a REALLY lover of FPSArena (like Open Arena and Xonotic <3) and this Block League with its "TouchDown" mode is a very balanced and funny gamemode like a CTF with also the "Arrow-weapon" that allows you to do some Trick like big jumps and streaf :D

    Really fun and good Minigame!

    Block League by Zughy 1 comments
  • MrFreeman 2022-11-02 20:36 UTC

    Awesome minigame!

    This "Murder" is awesome!! It's REALLY better than the Minecraft Version ** !! i REALLY love and recommended this :D!!

    Murder by giov4 0 comments
  • Furious_mat 2022-10-31 21:16 UTC

    Good mod but with a bug in multiplayer

    Hi, I don't know if this is normal but I've been playing multiplayer for Lego city undercover Minetest (a game I'm currently doing, by the way a small army of new vehicles would be cool) but I've noticed that in multiplayer when 1 person is driving in a vehicle and a 2nd person is driving the vehicles become very slow, (basically I wanted to race but we were very slow when we were driving at the same time) is that normal?

    But otherwise very very good mod

    Vehicles by D00Med 0 comments
  • Wizard_of_mkdir 2022-10-30 15:12 UTC

    Breakthrough

    This mod is great. This is the first mod that I know of that let you walk around a moving ship. You can even climb the ladder. The engine and controls are also quite immersive, though the water requirement was somewhat confusing.

    I love the model too, so much detail.

    Steampunk Blimp by APercy 0 comments
  • Wizard_of_mkdir 2022-10-30 15:08 UTC

    Absolutely Brilliant

    The latest of the masterful vehicles created by APercy. This is so far the pinnacle of boats. It's just so immersive to take its helm and drive around Minetest's seas and rivers! This is still WIP, so I expected some bugs, but there aren't really any in there that I have found at the moment. The only trouble I have had for now is slowing down enough to drop the anchor, it seems to want me to stop almost completely, even if I am barely crawling along it won't let me drop it. The only thing we are missing now for proper harbours is buoys, like in the screenshot.

    Overall, very good mod, I definetely recommend it.

    Fishing Boat by APercy 1 comments
  • TenPlus1 2022-10-30 08:02 UTC

    Mesmerised Wolf

    The three little pigs are gonna love this mod, they can bling up their brick house :) A great addition to bakedclay.

    Clay Bricks by AwesomeDragon97 0 comments
  • Pez 2022-10-30 03:40 UTC

    yes i love it. its dangerously good!

    We can fill this box with items and put it in our inventory and it will use just one slot of our inventory even if there are 50 items in the box. And we can put a full box in another one too I guess. i lllove it! no more need to use digtron storage to have all my stuff in my inventory.

    Basket by 1F616EMO 0 comments
  • «
  • 1
  • 2
  • …
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • …
  • 125
  • 126
  • »

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