[Mod] More Ores [moreores]

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

TenPlus1 wrote:Mithril generally has no major use and can only be used for tools which aren't that great, so how about a mod where mithril can be mined for enchantments of items to make tools last longer, give more from a block or crop or generally do more damage to mobs or knockback effect for mini games ??? Even potions of healing, speed, damage etc...

So more of a More Ores & Enchantment mod which would be great :)
Keep your hopes up. :D

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

Rhys wrote:Calinou: You wouldn't mind me taking the Mithril Tools for a mod I am making? :)
No, it's fine.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

Calinou wrote:
Rhys wrote:Calinou: You wouldn't mind me taking the Mithril Tools for a mod I am making? :)
No, it's fine.
Thanks SO MUCH! How do I thank you? /me gives Calinou lots of diamond.

MINECRAFT BOY
New member
Posts: 2
Joined: Sat Aug 31, 2013 14:46

by MINECRAFT BOY » Post

COME ON I NEED HELP HERE

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

Installing a mod is by no means a difficult thing to do. All you need to do is download the zip file, extract the contents of the zip file, and rename the folder extracted from the zip file to the name of the mod.
Last edited by Inocudom on Sat Aug 31, 2013 16:01, edited 1 time in total.

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

Why does this happen:

Code: Select all

10:00:57: ERROR[main]: ========== ERROR FROM LUA ===========
10:00:57: ERROR[main]: Failed to load and run script from 
10:00:57: ERROR[main]: C:\Users\Craig\Documents\MINETEST\minetest-0.4.7 server\bin\..\mods\moreores\init.lua:
10:00:57: ERROR[main]: ...TEST\minetest-0.4.7 server\bin\..\mods\moreores\init.lua:69: 'then' expected near ':'
10:00:57: ERROR[main]: =======END OF ERROR FROM LUA ========
Does it have to be on a new world?

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

No, that is actually a bug with the rewrite I made. The pull that fixes it is here: https://github.com/Calinou/moreores/pull/4
I hope Calinou will merge it soon.

User avatar
Zeg9
Member
Posts: 608
Joined: Fri Sep 21, 2012 11:02
Location: France

by Zeg9 » Post

CraigyDavi wrote:Why does this happen:

Code: Select all

10:00:57: ERROR[main]: ========== ERROR FROM LUA ===========
10:00:57: ERROR[main]: Failed to load and run script from 
10:00:57: ERROR[main]: C:\Users\Craig\Documents\MINETEST\minetest-0.4.7 server\bin\..\mods\moreores\init.lua:
10:00:57: ERROR[main]: ...TEST\minetest-0.4.7 server\bin\..\mods\moreores\init.lua:69: 'then' expected near ':'
10:00:57: ERROR[main]: =======END OF ERROR FROM LUA ========
Does it have to be on a new world?
@Nore: are you a Python coder ? :D
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

Yes, and I didn't think I could even do that while coding in Lua. Now I see how it infulenced my way of programming... ;)

Wrestlerpbeast
Member
Posts: 12
Joined: Sat Aug 31, 2013 18:14

by Wrestlerpbeast » Post

What do i rename it to when i put it in the mods folder? I cant seem to figure it out

User avatar
Dan Duncombe
Member
Posts: 904
Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth

by Dan Duncombe » Post

Wrestlerpbeast wrote:What do i rename it to when i put it in the mods folder? I cant seem to figure it out
it says in the title. You call it moreores
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

Nore wrote:No, that is actually a bug with the rewrite I made. The pull that fixes it is here: https://github.com/Calinou/moreores/pull/4
I hope Calinou will merge it soon.
Is there any way I can download the pull which fixes it? Or shall I just use the old init.lua?

Zaraki
New member
Posts: 6
Joined: Fri Sep 06, 2013 17:31

by Zaraki » Post

https://github.com/Calinou/moreores/archive/master.zip

here is the link to download the new version, Calinou merged the pull

User avatar
Neon
Member
Posts: 126
Joined: Thu Aug 15, 2013 02:03
In-game: Neon

by Neon » Post

With the latest download, I get this error:

Code: Select all

11:25:01: ERROR[main]: generate_image(): Could not load image "moreores_tool_mithrilhoe.png" while building texture
11:25:01: ERROR[main]: generate_image(): Creating a dummy image for "moreores_tool_mithrilhoe.png"
11:25:01: ERROR[main]: generate_image(): Could not load image "moreores_tool_silverhoe.png" while building texture
11:25:01: ERROR[main]: generate_image(): Creating a dummy image for "moreores_tool_silverhoe.png"
11:25:06: ERROR[main]: generate_image(): Could not load image "invisible.png" while building texture
11:25:06: ERROR[main]: generate_image(): Creating a dummy image for "invisible.png"
An investigation of the modpack's textures reveals that none of the new metals have a "hoe" texture

Zaraki
New member
Posts: 6
Joined: Fri Sep 06, 2013 17:31

by Zaraki » Post

Calinou fixed it, their must have no problems now

The link is still the same

cowdog
New member
Posts: 2
Joined: Sun Sep 15, 2013 17:58

by cowdog » Post

theres a bug where is says can not create image

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

Calinou wrote: There are no dependencies on non-default mods.
The mod will not work for me. i have version 0.4.4, and whenever i play, it says failed to load & run. whats wrong?

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

Azuna wrote:
Calinou wrote: There are no dependencies on non-default mods.
The mod will not work for me. i have version 0.4.4, and whenever i play, it says failed to load & run. whats wrong?
Try using the latest and greatest version of minetest. Does it say anything else in the debug.txt?

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

Azuna wrote:
Calinou wrote: There are no dependencies on non-default mods.
The mod will not work for me. i have version 0.4.4, and whenever i play, it says failed to load & run. whats wrong?
It's because there were changes concerning the ores between 0.4.4 and 0.4.7.

You can try this one. It's a little bit newer than 0.4.4, but has also a copper and bronze block:

https://dl.dropboxusercontent.com/u/654 ... -2013).zip

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

Topywo wrote:
Azuna wrote:
Calinou wrote: There are no dependencies on non-default mods.
The mod will not work for me. i have version 0.4.4, and whenever i play, it says failed to load & run. whats wrong?
It's because there were changes concerning the ores between 0.4.4 and 0.4.7.

You can try this one. It's a little bit newer than 0.4.4, but has also a copper and bronze block:

https://dl.dropboxusercontent.com/u/654 ... -2013).zip
thanks :D you helped me out a lot

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

Calinou wrote:Thanks :)
Any suggestions? More ores to add, more uses for the ores, balance suggestions?
Maybe something like mana, sort of like mese, but the color of caramel, or a darker bronze. in some multiplayer servers it could be used as a currency, or maybe used to make extremely fast but quick tools, could be uncommon starting at 20 below sea level.

shaheerziya
Member
Posts: 51
Joined: Sat Dec 07, 2013 06:57
Location: Pakistan

by shaheerziya » Post

Some Erorrs:
10:04:49: ERROR[main]: Error loading mod "moreores-master": modname does not follow naming conventions: Only chararacters [a-z0-9_] are allowed.
10:04:49: ERROR[main]: Server: Failed to load and run E:\Mine Test(MINECRAFT (actually))\minetest-0.4.8\bin\..\mods\moreores-master\init.lua
10:04:49: ERROR[main]: ModError: Failed to load and run E:\Mine Test(MINECRAFT (actually))\minetest-0.4.8\bin\..\mods\moreores-master\init.lua

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

shaheerziya wrote:10:04:49: ERROR[main]: Error loading mod "moreores-master": modname does not follow naming conventions: Only chararacters [a-z0-9_] are allowed.
Rename the folder to "moreores" (without "-master").
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

shaheerziya
Member
Posts: 51
Joined: Sat Dec 07, 2013 06:57
Location: Pakistan

by shaheerziya » Post

Thanks it really helped and i love mithril with my own textures yeah!

User avatar
stormchaser3000
Member
Posts: 422
Joined: Sun Oct 06, 2013 21:02
GitHub: stormchaser3000

by stormchaser3000 » Post

why is this in the old mods section

Post Reply

Who is online

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