Page 1 of 1

[Mod] Mese Ingot And Mese lump

PostPosted: Sun Oct 28, 2012 05:40
by sky
this is my mese lump and ingot mod but this dosent was my idea was josh's idea and i made it
Link http://www.mediafire.com/?dxtddbg10elc52r
License:WTFPL
when you mine it it gives mese lump it needs to be smelted in ingots
INSTAL copy the default folder and replace with the default then you have them
Dont delete the default folder just replace with the one in the rar

PostPosted: Sun Oct 28, 2012 10:09
by PilzAdam
You shouldnt override the default mod. You only have to override mese with
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_node(":default:mese", {...})

You can do this in any mod you want.
Then create the meselump in the mod and prefix your modname (e.g. "meselump:meselump"). Do the same with the mese ingot.
If you create a external mod for this it is easier for others to install/remove it.
If you have any questions how to do this feel free to ask.

PostPosted: Mon Oct 29, 2012 02:17
by Josh
So you did do it. Great job Sky!

PostPosted: Mon Oct 29, 2012 04:45
by sky
Thank You Josh.

PostPosted: Mon Oct 29, 2012 13:41
by GloopMaster
I have a suggestion... But it will need patching of default.

We could make mese ore drop mese lumps which smelt into mese ingots, which external mods would recognize as default:mese.

The mese block we all know and love will be crafted from 9 ingots.

PostPosted: Mon Oct 29, 2012 23:37
by VanessaE
+1 for Gloop's suggestion. Call them mese_ore, mese_lump, mese_ingot, and mese_block, with an alias for ingots -> default:mese so old mods still work.