Page 1 of 1

Other ore for Mesecons?

PostPosted: Wed Jul 11, 2012 17:55
by Stef
Could we use an other ore for mesecons because mese has too much recepies i think it would be better if there was another ore for the wiring

PostPosted: Wed Jul 11, 2012 21:58
by Temperest
Then it wouldn't really be MESEcons, would it? :P

Mese has too few recipes, if you ask me. I'm glad it's now got a few uses other than good pickaxes.

PostPosted: Wed Jul 11, 2012 22:46
by SegFault22
How about ''crappy mese'' that is half-cobble and half-mese, and when mined it gives a cobblestone slab and 2 ''mese lumps'' that can be crafted into mesecons, and mese blocks?

PostPosted: Thu Jul 12, 2012 05:31
by Stef
maybe but for now i have errors with my mesecons
See my screenshot i hate this!


[img]http://ompldr.org/vZXB1dA/screenshot_657…[/img]

PostPosted: Thu Jul 12, 2012 12:53
by Bas080
I use copper of the moreores mod

PostPosted: Thu Jul 12, 2012 13:16
by Stef
huuh how? can you post a download or luafile

PostPosted: Thu Jul 12, 2012 13:39
by Calinou
Please post that kind of issues to the mod's thread, not in a new thread.

PostPosted: Thu Jul 12, 2012 14:04
by Stef
oke sorry

PostPosted: Thu Jul 12, 2012 15:16
by VanessaE
What I find odd is that those mesecons wires being shown here are from my photorealistic texture pack, yet the rest of the imagery is from something else (Calinou's conversion of "Minecraft enhanced" maybe?)

What object is supposed to be displayed there?

PostPosted: Thu Jul 12, 2012 15:27
by Stef
its supposed to be just a mesecons wire

PostPosted: Thu Jul 12, 2012 15:59
by InfinityProject
The drawtype is screwed up. Change it to "raillike"

PostPosted: Thu Jul 12, 2012 16:05
by Stef
how can i change that?

PostPosted: Thu Jul 12, 2012 16:08
by InfinityProject
In the init.lua. Look for the one for the mesecon wire and change it

PostPosted: Thu Jul 12, 2012 16:09
by Stef
ok thanks guy

PostPosted: Thu Jul 12, 2012 16:12
by InfinityProject
geen probleem

PostPosted: Sun Jul 15, 2012 12:39
by Bas080
Stef wrote:huuh how? can you post a download or luafile


3 easy steps
1. Make a folder named "blabla or whatever" in the mods folder.
2. make a file called "init.lua" (depends file is not necessary)
3. Place the following crafting recipe in the file.

minetest.register_craft({
output = '"mesecons:mesecon_off" 16',
recipe = {
{'moreores:copper_ingot',''},
{'',''},
{'',''},
}
})

I made my own gamepack which is visible in my signature. Maybe it's something for u. I frequently update it with new mods from others and mods of my own. It has the mesecons for copper in it.

You can do this whit whatever craft. You just need to know the node/item name for the output and the item/node names for the recipe.