Reviewed-on: https://codeberg.org/Skivling/moleus_game/pulls/10
moleus_game
Moleus is an improved fork of the Mintest Game.
Why make a fork of Minetest Game? Well, a lot of fun mods are built to be played Minetest game. However, the Minetest has some problems. Namely, with ore spawning. Minetest spawns ore ridiculously deep, with diamonds being around y -1000. Seeing that you spawn around Y 0 in the default game, you have to mine over 1,000 blocks straight down for even a chance to get diamond!!!
Another issue we ran into, is for the best play experience the Minetest Game required several mods, such as 3D armor and one of the many hunger mods. It was tedious to have to enable all those mods every single time we wanted to spin up a quick world. Furthermore, with mods like hunger there are different mods to choose from something that might confuse newcomers to minetest. Moleus’s goal is to be a sort of Minetest Game+ built for both new and experienced players. It’s an up-to-date fork of the latest Minetest game with some balance patches (for things like ore) and the handful of mods that people really can’t do without. Eventually we might add some more improvements like better textures or inventory, but we’re trying to keep it as technically close to Minetest. Unfortunately this makes Moleus almost as bland to play as the Minetest, you’ll have to add the cool mods like animals or monsters yourself. However, in keeping out of the technical stuff, Moleus allows you to choose any of the many mods without fear of conflicting with the game, as if you were playing Minetest Game.
If you have any questions/ suggestions on Moleus or just want to know what cool mods to try, check out our matrix
https://matrix.to/#/#moleus_game:mtrx.nz
Moleus Ore Tweaks
In Moleus, ores generate higher up in the world than default Minetest Game. It uses ores from default
and moreores
.
New ore heights:
Coal: 128 (old 64) NOTE: The Coal will be found infrequently at this height
Tin: -32 (old -128)
Copper: -32 (old -128)
Iron: -64 (old -256)
Gold: -96 (old -512)
Mese Crystal: -152 (old -1024)
Diamond: -152 (old -2048)
Mese Block: -180 (old -4096)
Silver (moreores): -32 (old -64)
Mithril (moreores): -152 (old -2048)
Changes to MTG mods
This section will document the changes done to the mods from MTG.
give_initial_stuff
- Torches and Cobblestone amounts increased to 100 (@Skivling, 1.0.0)