The mod's great, I love being able to customize it. If there's one suggestion I have is there could be sliders for every body part and not just specific ones like shirts and pants (being able to recolor your skin to green for example). This could be made optional with settings but I would love the option. I'd also love to have a template of the default Minetest playermodel beyond just Steve and Alex due to potential copyright concerns with Minecraft lol
Beyond that the textures are consistent, the color picker works really well where it's available, I like the base variety and being able to expand it more with mods is amazing! I wanna get my dirty hands and create more textures via the API more ASAP.
I really like this item, but it feels cheaty to use without it accounting for the summed durability of all the dug nodes. Right now it has really quick durability and allows you to mine otherwise slow ores pretty much instantly, replacing any need for the pickaxes. The low durability does not offset this especially if you have a lot of steel which you can access easily through this tool anyway, lol.
Introducing multiple tiers of hammers that can't mine out stronger ores as you dig the area will be neat as well, for example the "stone" tier wouldn't be able to dig mese ore etc.
Works as expected, though wish there was a way to introduce a resource cost to repair as right now every repair regardless of item only costs durability of the blacksmithing hammer. Happy there's an option to prevent a blacksmithing hammer repairing a blacksmithing hammer though weird this behavior is allowed by default as well lol.
The villages are detailed nicely and make for nice settlements
The various objects added by this mod are neat, you can sit on benches and use the mill to turn wheat into flour.
And there are quite a few objects that can be used to make new builds or further customize existing ones.
I use this along with zorman2000's "Advanced NPC" mod to populate the villages.
Finding it and the various mods needed to get it working was worth searching for it.
A combination of these two is something extraordinary.
When you get past some of the bugs, the behaviors and pathing(sometimes they need help reaching the roof to build). The presence of these mobs makes a world feel like things are happening elsewhere. Something I like very much.
Like having a builder go and build the fancy hut once you've stocked them up with the necessary supplies to build the structure.
Or, having one individual go off and collect grass in the area. These are the highlights of the mod.
As for the bugs. One crash I'm running into is that the woodcutters will be doing something, and then the server closes.
This issue occurs usually after or during the woodcutter chopping a tree.
the only thing i need PLS is linux distros and no we don't speak of VIndRUS here or mAc oSpyware also openBSD would be cool and techage support (and appliances that use techage power like chargers smart lights and so on )
the only problem is now etherium investment scammers are doing everything they can to scam my precious mined etherium dust away from me i think you should maybe consider adding a etherium vault multiblock structure XDDDD
Does exactly what it says - and it does so magnificiently 😊
I'm not sure whether this is only related to engine or game improvements - but as of now, playing with this mod is so much fun!
It works extremely smoothly. My gaming experience is greatly enhanced by this!
Thank you for this great mod 💝
PS: I'm not into the technical mechanics of Minetest but maybe it is possible to code this mod in a universal way to work with any crops in any game (like Minetest Game and others).
Adds more biomes to the world... really good ones and doesnt appear to make any lag with cool tress and bushes... and some nice textures... definately recommending this mod to play around with.
Tried it together with ethereal and they dont seem to break each other maybe some tweaks to the textures of this collection to the mod would be needed but overall, it was a nice expiriment....
It's a good mute mod, and has also become game agnostic now. Unless you want to manually manage shout privileges, this is a must in any server's modset.
After trying out multiple hunger and stamina mods this is the one I ended up settling on. Doesn't add anything extra, does the job and is compatible with a lot of mods. I got sprinting as a separate mod and tweaked it with settings, similarly.
Biggest welcome addition is "eat delay" setting, allowing me to set a delay between eating each piece of food. I set it to 5 seconds to make gathering good food very relevant. Though problem is, in a Taiga biome, finding good food sources is very difficult as berries don't restore much satiation (you need to eat 2 berries to satiate half a bread loaf on the UI!) and I ended up killing my character to reset my hunger, and even get rewarded with bones for it to turn into bonemeal using oneplus' bonemeal mod.
I had an idea how to block myself from employing lame strategies, and one idea I came up with is to reduce the amount of satiation you start with after death and maybe halve it - but no such setting exists yet :(
If this mod is still maintained having a setting for satiation amt on fresh spawn, and satiation amt on respawns would be very good!
EDIT: I might be dumb and just missed the setting that can start me with specific satiation lol, though idk if there's different ones for respawn vs first start
EDIT2: I discovered the setting, it only worked on first spawn, but on respawn it gave me back 20 hunger bars. Doesn't seem to work as expected...
First off, I like that it reduces brightness the further away it goes (like real life!)
Second, I'd like to see it gain the ability to toggle the flashlight on/off by right click too!
-- Line 141 to line 165 Rewritten
-- A: Make the function that swiches back and forth into a local function
local function flashlight_toggle(stack)
if stack:get_name() == "goodtorch:flashlight_off" then
minetest.sound_play("goodtorch_on")
stack:set_name("goodtorch:flashlight_on")
else
minetest.sound_play("goodtorch_off")
stack:set_name("goodtorch:flashlight_off")
end
return stack
end
-- B: Update the register functions to use on_use (left click/punch) and on_secondary_use (right click/place)
minetest.register_craftitem("goodtorch:flashlight_off", {
description = "Flashlight (off)",
inventory_image = "goodtorch_flashlight_off.png",
on_use = flashlight_toggle,
on_secondary_use = flashlight_toggle,
groups = {
flash_light = 1,
},
})
minetest.register_craftitem("goodtorch:flashlight_on", {
description = "Flashlight (on)",
inventory_image = "goodtorch_flashlight_on.png",
on_use = flashlight_toggle,
on_secondary_use = flashlight_toggle,
groups = {
flash_light = 1,
},
})
-- C: Profit! :)
that was enough
Adding a cool and very necessary but ... I don't know why but I'm late
Nicely
There are no mobs in nodecore, but with his mod it becomes a little more alive
Great mod, pairs with sprinting nicely
Sprinting into a flight feels amazing! Beyond Minetest's entity jank this mod works very well, love the mouse controls as well.
I love the setup!
The mod's great, I love being able to customize it. If there's one suggestion I have is there could be sliders for every body part and not just specific ones like shirts and pants (being able to recolor your skin to green for example). This could be made optional with settings but I would love the option. I'd also love to have a template of the default Minetest playermodel beyond just Steve and Alex due to potential copyright concerns with Minecraft lol Beyond that the textures are consistent, the color picker works really well where it's available, I like the base variety and being able to expand it more with mods is amazing! I wanna get my dirty hands and create more textures via the API more ASAP.
Minetest's best skin mod!
Very customizable and adaptable, in addition to consistency in texture!
Ugly graphics
I didn't like the graphics and got to thinking that it doesn't look like Minecraft at all and it got uglier than it already was.
Awesome tool, but lacking in features
I really like this item, but it feels cheaty to use without it accounting for the summed durability of all the dug nodes. Right now it has really quick durability and allows you to mine otherwise slow ores pretty much instantly, replacing any need for the pickaxes. The low durability does not offset this especially if you have a lot of steel which you can access easily through this tool anyway, lol.
Introducing multiple tiers of hammers that can't mine out stronger ores as you dig the area will be neat as well, for example the "stone" tier wouldn't be able to dig mese ore etc.
Great functionality
Works as expected, though wish there was a way to introduce a resource cost to repair as right now every repair regardless of item only costs durability of the blacksmithing hammer. Happy there's an option to prevent a blacksmithing hammer repairing a blacksmithing hammer though weird this behavior is allowed by default as well lol.
The villages are detailed nicely and make for nice settlements
The various objects added by this mod are neat, you can sit on benches and use the mill to turn wheat into flour. And there are quite a few objects that can be used to make new builds or further customize existing ones.
I use this along with zorman2000's "Advanced NPC" mod to populate the villages. Finding it and the various mods needed to get it working was worth searching for it. A combination of these two is something extraordinary.
Sorry abandoned
This is my favorite minetest game. 2D is a good idea.
The mobs are fascinating to watch
When you get past some of the bugs, the behaviors and pathing(sometimes they need help reaching the roof to build). The presence of these mobs makes a world feel like things are happening elsewhere. Something I like very much.
Like having a builder go and build the fancy hut once you've stocked them up with the necessary supplies to build the structure. Or, having one individual go off and collect grass in the area. These are the highlights of the mod.
As for the bugs. One crash I'm running into is that the woodcutters will be doing something, and then the server closes. This issue occurs usually after or during the woodcutter chopping a tree.
fun but a bit crashy
crashes with basically every interactable item like chests not to mention it crashes by its own with mesecons pipeworks or techage
good computer mod
the only thing i need PLS is linux distros and no we don't speak of VIndRUS here or mAc oSpyware also openBSD would be cool and techage support (and appliances that use techage power like chargers smart lights and so on )
welcome addition to Ethereal worlds
the only problem is now etherium investment scammers are doing everything they can to scam my precious mined etherium dust away from me i think you should maybe consider adding a etherium vault multiblock structure XDDDD
Does exactly what it says - and it does so magnificiently 😊
I'm not sure whether this is only related to engine or game improvements - but as of now, playing with this mod is so much fun! It works extremely smoothly. My gaming experience is greatly enhanced by this!
Thank you for this great mod 💝
PS: I'm not into the technical mechanics of Minetest but maybe it is possible to code this mod in a universal way to work with any crops in any game (like Minetest Game and others).
Great Biomes and Textures
Adds more biomes to the world... really good ones and doesnt appear to make any lag with cool tress and bushes... and some nice textures... definately recommending this mod to play around with.
Tried it together with ethereal and they dont seem to break each other maybe some tweaks to the textures of this collection to the mod would be needed but overall, it was a nice expiriment....
Nice biomes
a good mod that compliments the playability of the
Yeaaaaah, I've been waiting for this
finally a mod that adds new structures to the Minetest Game, thanks. Now what's left is making a villages mod that works correctly
Variety of gameplay
It will be fun looking for crafts
To my mini build
Pumping system! That's what was missing!
a bit of beauty
Is it just moss or what?
Adds some atmosphere
How to use for decorative purposes?
Very necessary
Top API for modding
More like minecraft!!!
will look a little prettier
Healthy
You can even invent mini-mechanisms
finally found
now there will be no spam)
Does what it says on the tin
It's a good mute mod, and has also become game agnostic now. Unless you want to manually manage
shout
privileges, this is a must in any server's modset.Great and customizable hunger mod
After trying out multiple hunger and stamina mods this is the one I ended up settling on. Doesn't add anything extra, does the job and is compatible with a lot of mods. I got sprinting as a separate mod and tweaked it with settings, similarly.
Biggest welcome addition is "eat delay" setting, allowing me to set a delay between eating each piece of food. I set it to 5 seconds to make gathering good food very relevant. Though problem is, in a Taiga biome, finding good food sources is very difficult as berries don't restore much satiation (you need to eat 2 berries to satiate half a bread loaf on the UI!) and I ended up killing my character to reset my hunger, and even get rewarded with bones for it to turn into bonemeal using oneplus' bonemeal mod.
I had an idea how to block myself from employing lame strategies, and one idea I came up with is to reduce the amount of satiation you start with after death and maybe halve it - but no such setting exists yet :(
If this mod is still maintained having a setting for satiation amt on fresh spawn, and satiation amt on respawns would be very good!
EDIT: I might be dumb and just missed the setting that can start me with specific satiation lol, though idk if there's different ones for respawn vs first start
EDIT2: I discovered the setting, it only worked on first spawn, but on respawn it gave me back 20 hunger bars. Doesn't seem to work as expected...
Very necessary (no insanity)
Basically I use the wear amount of the item
good
Colors
Very simple for edit, I made more textures with more colors and start texture.
Great mod, and a code suggestion
First off, I like that it reduces brightness the further away it goes (like real life!)
Second, I'd like to see it gain the ability to toggle the flashlight on/off by right click too!
pleasant but toxic
What to download. Textures top but colors
lol calculator made
I liked messing around in fashion
Interesting mod
Many animals. I hope the mod is not abandoned
very comfortably
very comfortably
stupid AI
stupid AI. Just trying to die
Very good mod for new mobs
Very good mod for new mobs, A lot of animals, I hope that the mod will not be abandoned
Interesting but difficult
Interesting, but very difficult, which beckons
Hopefully there will be more content)
Hopefully there will be more content). The mod is very interesting but also raw compared to the latest versions of minecraft