[Mod] More Ores [moreores]

Re: [Mod] More Ores [moreores]

Postby stratus » Sun Sep 24, 2017 1:35 am

Thanks, as I said before I did try one copper and one tin with the same affect as the above.

Thanks for the response though!
stratus
New member
 
Posts: 6
Joined: Sat Sep 23, 2017 12:42 pm

Re: [Mod] More Ores [moreores]

Postby v-rob » Sun Sep 24, 2017 2:21 am

If you know anything about Lua, then take a look at the crafting recipes. Otherwise, attach your copy of Minetest Game and Moreores and I could take a look.

Last resort: Try 1 copper pus one steel. That was the old recipe.
v-rob
Member
 
Posts: 619
Joined: Thu Mar 24, 2016 3:19 am
GitHub: v-rob

Re: [Mod] More Ores [moreores]

Postby Napiophelios » Sun Sep 24, 2017 6:23 am

Why don't you try the moreores recipe:

Image

If this works then you may be using an older copy of the game
and the steel ingot + copper ingot recipe should still work like v-rob said.


screenshot_20170924_022026.png
Napiophelios
Member
 
Posts: 973
Joined: Mon Jul 07, 2014 1:14 am
GitHub: Napiophelios
In-game: Nappi

Re: [Mod] More Ores [moreores]

Postby stratus » Sun Sep 24, 2017 12:14 pm

So I went looking through

Code: Select all
minetest/games/minetest


And the default/crafting.lua has the recipe:

Code: Select all
minetest.register_craft({
        output = "default:bronze_ingot 9",
        recipe = {
                {"default:copper_ingot", "default:copper_ingot", "default:copper_ingot"},
                {"default:copper_ingot", "default:tin_ingot", "default:copper_ingot"},
                {"default:copper_ingot", "default:copper_ingot", "default:copper_ingot"},
        }
})


With the debug on the tin looks like its the default, but I don't know if the debug normally shows that its from moreores?

Image

Regarding the older version of minetest, the screenshot shows 0.4.16 is this not the latest?

I did try what Napiophelios suggested but the results are the same
stratus
New member
 
Posts: 6
Joined: Sat Sep 23, 2017 12:42 pm

Re: [Mod] More Ores [moreores]

Postby Calinou » Sun Sep 24, 2017 3:56 pm

Tin was added to minetest_game in 0.4.16, and More Ores will not register it if it's detected in minetest_game.

Make sure both your Minetest engine and minetest_game are up-to-date (0.4.16 or 0.5.0-dev, but the latter cannot play on 0.4.16 servers, and most servers are on 0.4.16 right now).
Calinou
Moderator
 
Posts: 3153
Joined: Mon Aug 01, 2011 2:26 pm
GitHub: Calinou
In-game: Calinou

Re: [Mod] More Ores [moreores]

Postby stratus » Mon Sep 25, 2017 1:00 am

I really appreciate all of the replies!

I have looked at the init.lua and I just to be sure I recloned the git repo just now.

As for the minetest engine This is what is installed (Arch linux)

Code: Select all
community/minetest 0.4.16-2 [installed]
    Multiplayer infinite-world block sandbox game
community/minetest-common 0.4.16-2 [installed]
    Common data files for minetest and minetest-server


How do I check the version of minetest engine? Is there a command from the console inside the game that will provide this? I know this is a very n00b question, but when I install from the package manager I have to assume that both the Engine and the game are at the same version level. If not how would I check this?
stratus
New member
 
Posts: 6
Joined: Sat Sep 23, 2017 12:42 pm

Re: [Mod] More Ores [moreores]

Postby Calinou » Mon Sep 25, 2017 7:36 pm

stratus wrote:As for the minetest engine This is what is installed (Arch linux)

Code: Select all
community/minetest 0.4.16-2 [installed]
    Multiplayer infinite-world block sandbox game
community/minetest-common 0.4.16-2 [installed]
    Common data files for minetest and minetest-server


How do I check the version of minetest engine? Is there a command from the console inside the game that will provide this? I know this is a very n00b question, but when I install from the package manager I have to assume that both the Engine and the game are at the same version level. If not how would I check this?


It looks like you have Minetest 0.4.16 already. Just in case, the engine version can be seen by pressing F5 while playing, then looking at the top-left corner of the game window.

I'm not sure why this happens, I checked the recipe in minetest_game and it is indeed correct.
Calinou
Moderator
 
Posts: 3153
Joined: Mon Aug 01, 2011 2:26 pm
GitHub: Calinou
In-game: Calinou

Re: [Mod] More Ores [moreores]

Postby stratus » Mon Sep 25, 2017 9:11 pm

So then the screenshot I posted above confirms that the engine is also running 0.4.16.

If ya'll are willing I will dig into this as much as you want. In the end bronze working or not working isnt a deal breaker for me right now.

Thanks!
stratus
New member
 
Posts: 6
Joined: Sat Sep 23, 2017 12:42 pm

Re: [Mod] More Ores [moreores]

Postby scottwolff » Wed Feb 14, 2018 10:44 pm

Yes. The next step beyond default game ores. Great mod.
scottwolff
Member
 
Posts: 124
Joined: Sat Apr 30, 2016 6:15 am
In-game: scottwolff or some variant of iasiney

Re: [Mod] More Ores [moreores]

Postby Mineminer » Thu Mar 08, 2018 4:30 pm

scottwolff wrote:Yes. The next step beyond default game ores. Great mod.

I second that but if this mod could add support for it's tools then life would be sweet with regard being able to use Tool Rank mod as well viewtopic.php?f=11&t=18056&p=313752#p313752 .
Mineminer
Member
 
Posts: 75
Joined: Mon Mar 05, 2018 4:05 am

Re: [Mod] More Ores [moreores]

Postby Chem871 » Thu Mar 08, 2018 5:40 pm

Eventually, if they keep adding these ores to default, this mod will no longer exist.
Chem871
Member
 
Posts: 901
Joined: Sat Aug 19, 2017 9:49 pm
GitHub: Chemguy99
In-game: Nyx Serris

Re: [Mod] More Ores [moreores]

Postby TenPlus1 » Thu Mar 08, 2018 5:46 pm

Just silver and mithril to go :) would be nice if it landed in the default game :P
TenPlus1
Member
 
Posts: 2534
Joined: Mon Jul 29, 2013 1:38 pm
GitHub: tenplus1

Re: [Mod] More Ores [moreores]

Postby minerdudetest » Wed Oct 10, 2018 6:56 pm

@TenPlus1 Hey, don't abadon this mod please, I am looking forward to add this to Mineclone2 :)
minerdudetest
Member
 
Posts: 35
Joined: Mon Jul 02, 2018 5:16 pm

Re: [Mod] More Ores [moreores]

Postby hexYeah » Sun Dec 16, 2018 4:01 pm

awesome thank you !
hexYeah
New member
 
Posts: 8
Joined: Wed Dec 12, 2018 2:09 am
In-game: hexYeah

Re: [Mod] More Ores [moreores]

Postby NetYard5 » Sun Jan 27, 2019 5:57 pm

I would like to have Titanium and Vibranium to this mod. Make it a bit more fiction :P
NetYard5
Member
 
Posts: 66
Joined: Fri Aug 24, 2018 8:28 pm
GitHub: FI3Mate
In-game: InfinityYards UltraNexo

Re: [Mod] More Ores [moreores]

Postby Chem871 » Sun Jan 27, 2019 6:44 pm

Titanium is a real metal.
Chem871
Member
 
Posts: 901
Joined: Sat Aug 19, 2017 9:49 pm
GitHub: Chemguy99
In-game: Nyx Serris

Re: [Mod] More Ores [moreores]

Postby davidthecreator » Tue Jan 29, 2019 3:22 pm

NetYard5 wrote:I would like to have Titanium and Vibranium to this mod. Make it a bit more fiction :P


Y not Adamantium/Adamantite
davidthecreator
Member
 
Posts: 303
Joined: Mon Aug 18, 2014 7:48 pm
GitHub: daviddoesminetest
In-game: DavidDoesMinetest

Re: [Mod] More Ores [moreores]

Postby lovot » Sun Feb 17, 2019 7:19 pm

I have an
"attempt to call field 'node_sound_metal_defaults' a nil value"
error, I'm running minetest 0.4.17.1

Why might this be?
lovot
New member
 
Posts: 1
Joined: Sun Feb 04, 2018 2:01 pm

Re: [Mod] More Ores [moreores]

Postby Calinou » Thu Feb 28, 2019 8:03 pm

lovot wrote:I have an
"attempt to call field 'node_sound_metal_defaults' a nil value"
error, I'm running minetest 0.4.17.1

Why might this be?


Is your minetest_game version up-to-date? Metal sounds were added to it in October 2016 and should be present in 0.4.17.
Calinou
Moderator
 
Posts: 3153
Joined: Mon Aug 01, 2011 2:26 pm
GitHub: Calinou
In-game: Calinou

Re: [Mod] More Ores [moreores]

Postby Ganome » Sat Mar 23, 2019 5:31 pm

I'm new here and just started setting up my server. A user has requested this mod, silver in particular. I run the latest stable MT5.0. when I load this mod, my server doesn't start. Can't load farming mod, missing dependency toolrank. Which is an optional mod and I have it installed. That is just the first mod or hook that it breaks, every plugin fails to load if I try to load moreores. But if I remove this plugin, the server starts without a hitch. May I please get some guidance?

EDIT: https://pastebin.com/UDtr7k4f

This problem was caused by a combination of toolranks and Farming-Redo/hoe.lua - line2 local tr = .....--line check for toolranks plugin. I commented out this line thanks to input from a player "jSnake"; and server started just fine.
Ganome
Member
 
Posts: 21
Joined: Sat Mar 16, 2019 2:57 pm
In-game: Ganome

Re: [Mod] More Ores [moreores]

Postby Festus1965 » Sun Mar 24, 2019 12:12 am

is it really only the moreores you changed ?

and also I just tested a lot of [Mod]s single with report here about lua memory and moreores run without any other dependency than "default".

And at your screenshot linked I see much other mod missing, as required dependency:
* farming missing toolranks (what farming are you using there ...)
* 3d_armor_ui missing unified_inventory
* fs_barrel missing fs_core
and so on ... too much to get more into it now,

so my answer, as just tested and proofed: moreores shoulod run on 5.0.0 without any other mod than default in installed game minetest_game.
Festus1965
Member
 
Posts: 945
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Mod] More Ores [moreores]

Postby ThorfinnS » Sun Mar 24, 2019 4:11 am

Ganome wrote:But if I remove this plugin, the server starts without a hitch.


What do you mean by "without a hitch"? For example, aren't you still getting the warning about mod name conflict of farming? With farming redo, you should get that at least, because that's the whole idea. Or do you just mean there are no fatals?

My experience with adding lots of mods (as you are obviously doing) is that one or more of the warnings in a running server should not be ignored. Most of the issues I was having had to do with warnings thrown from MG, by the way. I have not yet resolved that in every server variant I'm using.

Commenting out the modpath line in Farming Redo sounds bizarre to me. I know for a fact Farming Redo and Toolranks play together nicely, since I use them both in every server I'm running at the local school. You need to look somewhere else to fix that problem.

My recommendation is to take a good hard look at the warnings you get without moreores included and make sure they are all nothingburgers. Easiest way is to start a new singleplayer game and add mods one at a time [EDIT2] using the gui [/EDIT2], reviewing the log after each addition. That also makes sure you have all dependencies covered.

[EDIT]
Incidentally, I'm seeing the toolranks check in hoes.lua on line 3, not line 2.

But without knowing your modlist, it's going to be really tough to troubleshoot.
[/EDIT]

[EDIT3]
Oh, hey, if commenting out the local declaration of "tr" fixes problems, you might look closely to see if anyone else has used the same variable, "tr", as a global.
[/EDIT3]
ThorfinnS
Member
 
Posts: 66
Joined: Mon Feb 25, 2019 10:05 pm

Re: [Mod] More Ores [moreores]

Postby Ganome » Mon Apr 01, 2019 10:25 pm

2019-04-01 16:19:49: [Main]: Automatically selecting world at [/home/ganome/minetest/bin/../worlds/hopegoodseed]
2019-04-01 16:19:49: WARNING[Main]: Mod name conflict detected: "bucket"
2019-04-01 16:19:49: WARNING[Main]: Will not load: /home/ganome/minetest/bin/../games/minetest_game/mods/bucket
2019-04-01 16:19:49: WARNING[Main]: Overridden by: /home/ganome/minetest/bin/../mods/fluid_lib/bucket
2019-04-01 16:19:49: WARNING[Main]: Mod name conflict detected: "farming"
2019-04-01 16:19:49: WARNING[Main]: Will not load: /home/ganome/minetest/bin/../games/minetest_game/mods/farming
2019-04-01 16:19:49: WARNING[Main]: Overridden by: /home/ganome/minetest/bin/../mods/farming
2019-04-01 16:19:49: WARNING[Main]: Mod name conflict detected: "tnt"
2019-04-01 16:19:49: WARNING[Main]: Will not load: /home/ganome/minetest/bin/../games/minetest_game/mods/tnt
2019-04-01 16:19:49: WARNING[Main]: Overridden by: /home/ganome/minetest/bin/../mods/tnt
2019-04-01 16:19:49: ERROR[Main]: mod "farming" has unsatisfied dependencies: "toolranks"
2019-04-01 16:19:49: ERROR[Main]: mod "3d_armor_ui" has unsatisfied dependencies: "unified_inventory"
2019-04-01 16:19:49: ERROR[Main]: mod "fs_barrel" has unsatisfied dependencies: "fs_core"
2019-04-01 16:19:49: ERROR[Main]: mod "fs_core" has unsatisfied dependencies: "bonemeal" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "fs_crucible" has unsatisfied dependencies: "fs_core"
2019-04-01 16:19:49: ERROR[Main]: mod "fs_sieve" has unsatisfied dependencies: "fs_core"
2019-04-01 16:19:49: ERROR[Main]: mod "fs_tools" has unsatisfied dependencies: "fs_core"
2019-04-01 16:19:49: ERROR[Main]: mod "morelights_vintage" has unsatisfied dependencies: "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "concrete" has unsatisfied dependencies: "moreblocks" "basic_materials"
2019-04-01 16:19:49: ERROR[Main]: mod "extranodes" has unsatisfied dependencies: "technic_worldgen" "moreblocks" "basic_materials" "concrete"
2019-04-01 16:19:49: ERROR[Main]: mod "technic" has unsatisfied dependencies: "pipeworks" "unified_inventory" "technic_worldgen" "basic_materials"
2019-04-01 16:19:49: ERROR[Main]: mod "technic_cnc" has unsatisfied dependencies: "technic" "basic_materials"
2019-04-01 16:19:49: ERROR[Main]: mod "technic_worldgen" has unsatisfied dependencies: "basic_materials" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "wrench" has unsatisfied dependencies: "technic" "technic_worldgen"
2019-04-01 16:19:49: ERROR[Main]: mod "worldedit_gui" has unsatisfied dependencies: "unified_inventory"
2019-04-01 16:19:49: ERROR[Main]: mod "bakedclay" has unsatisfied dependencies: "moreblocks"
2019-04-01 16:19:49: ERROR[Main]: mod "basic_materials" has unsatisfied dependencies: "moreores"
2019-04-01 16:19:49: ERROR[Main]: mod "bonemeal" has unsatisfied dependencies: "technic_worldgen" "farming" "moretrees"
2019-04-01 16:19:49: ERROR[Main]: mod "carpet3d" has unsatisfied dependencies: "moretrees"
2019-04-01 16:19:49: ERROR[Main]: mod "colouredstonebricks" has unsatisfied dependencies: "moreblocks"
2019-04-01 16:19:49: ERROR[Main]: mod "connected_chests" has unsatisfied dependencies: "pipeworks" "technic"
2019-04-01 16:19:49: ERROR[Main]: mod "drinks" has unsatisfied dependencies: "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "gravelsieve" has unsatisfied dependencies: "moreblocks" "pipeworks"
2019-04-01 16:19:49: ERROR[Main]: mod "mob_horse" has unsatisfied dependencies: "mobs"
2019-04-01 16:19:49: ERROR[Main]: mod "mobs_animal" has unsatisfied dependencies: "mobs"
2019-04-01 16:19:49: ERROR[Main]: mod "mobs" has unsatisfied dependencies: "farming" "toolranks"
2019-04-01 16:19:49: ERROR[Main]: mod "moreblocks" has unsatisfied dependencies: "basic_materials" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "moreores" has unsatisfied dependencies: "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "moretrees" has unsatisfied dependencies: "moreblocks" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "nssm" has unsatisfied dependencies: "mobs" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "petz" has unsatisfied dependencies: "mobs" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "pipeworks" has unsatisfied dependencies: "basic_materials"
2019-04-01 16:19:49: ERROR[Main]: mod "quest_lib" has unsatisfied dependencies: "fs_core"
2019-04-01 16:19:49: ERROR[Main]: mod "signs_lib" has unsatisfied dependencies: "basic_materials"
2019-04-01 16:19:49: ERROR[Main]: mod "skyfactory_quests" has unsatisfied dependencies: "fs_tools" "fs_crucible" "fs_sieve" "quest_lib" "fs_barrel"
2019-04-01 16:19:49: ERROR[Main]: mod "stained_glass" has unsatisfied dependencies: "moreblocks"
2019-04-01 16:19:49: ERROR[Main]: mod "thelowerroad" has unsatisfied dependencies: "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "toolranks" has unsatisfied dependencies: "moreores"
2019-04-01 16:19:49: ERROR[Main]: mod "unified_inventory" has unsatisfied dependencies: "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "xdecor" has unsatisfied dependencies: "moreblocks"
2019-04-01 16:19:49: ERROR[Main]: mod "xpro" has unsatisfied dependencies: "unified_inventory" "farming"
2019-04-01 16:19:49: ERROR[Main]: mod "zombies" has unsatisfied dependencies: "mobs"
2019-04-01 16:19:49: ACTION[Main]: hb.register_hudbar: health
2019-04-01 16:19:49: ACTION[Main]: hb.register_hudbar: breath
2019-04-01 16:19:49: ACTION[Main]: hb.register_hudbar: sprint
2019-04-01 16:19:49: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: illumination:light_full
2019-04-01 16:19:50: WARNING[Main]: Node framedglass:steel_framed_obsidian_glass has a palette, but not a suitable paramtype2.
2019-04-01 16:19:50: ACTION[Main]: World at [/home/ganome/minetest/bin/../worlds/hopegoodseed]
2019-04-01 16:19:50: ACTION[Main]: Server for gameid="minetest" listening on 0.0.0.0:30000.
2019-04-01 16:19:50: ACTION[Server]: Announcing to servers.minetest.net
2019-04-01 16:19:56: ACTION[Server]: IRC: Connected!
--------
This only happens if moreores is enabled. Without it, the server boots just fine "without a hitch". Without a hitch means that it starts just fine and players can login.

If i have the moreores mod enabled - that mess of errors happens.

Note: All my server files are located at https://github.com/ganome/OPSkyblock
Ganome
Member
 
Posts: 21
Joined: Sat Mar 16, 2019 2:57 pm
In-game: Ganome

Re: [Mod] More Ores [moreores]

Postby R-One » Thu Apr 04, 2019 6:49 pm

I investigated the crash at launch under minetest 5.0.1

MoreOres and Farming Redo work well together.

By cons as soon as we add toolsranks, it prevents loading mods.

I have no idea for the moment where it can come from.
R-One
Member
 
Posts: 98
Joined: Wed Dec 20, 2017 11:06 pm

Re: [Mod] More Ores [moreores]

Postby ThorfinnS » Fri Apr 05, 2019 5:24 pm

The problem was apparently the circular dependencies, though it's pretty strange that was not causing problems in the established server.

The latest versions of all three mods at TenPlus1's notabug repo fixes this. More details:
https://forum.minetest.net/viewtopic.php?f=11&t=9019&start=450#p347898
ThorfinnS
Member
 
Posts: 66
Joined: Mon Feb 25, 2019 10:05 pm



Return to Mod Releases



Who is online

Users browsing this forum: Bing Bot [Bot] and 0 guests