Page 1 of 1

[Mod] Special Picks [special_picks]

PostPosted: Sat Jun 21, 2014 20:12
by cx384
Depends: default, wool (moreores)
License: WTFPL (for everything (code textures and sounds)) (except the stuff taken from default)
Download: zip, tar.gz
github: special_picks

Image

Fire pick:
You get the cooked item.

Fortune pick:
You have the chance (50%) to get 2x the ore-drop.(ore x 1,5)

Silk touch pick:
You get the item that you have dug.

Glass steel pick:
Realy fast and fragile.

Battle pick:
More damage than a diamond sword.

Big glass steel pick:
Glass steel pick durability x9

Big diamond pick:
Diamond pick durability x9

(This is my first minetest mod.)

Re: [Mod] Special Picks [special_picks]

PostPosted: Sat Jun 21, 2014 20:56
by Krock
Congratulation!

This mod offers some diffrent picks.
But the big picks need a very strong arm to hold them (what else would you expect with 3 blocks and 2 tree trunks?)

One little thing: It (soft-)depends on "moreores", because moreores:silver_block is used.

Re: [Mod] Special Picks [special_picks]

PostPosted: Sat Jun 21, 2014 21:01
by DS-minetest
Cool now the mod is at the Forum, too!
=D

Re: [Mod] Special Picks [special_picks]

PostPosted: Sat Jun 21, 2014 21:02
by cx384
Krock wrote:Congratulation!

This mod offers some diffrent picks.
But the big picks need a very strong arm to hold them (what else would you expect with 3 blocks and 2 tree trunks?)

One little thing: It (soft-)depends on "moreores", because moreores:silver_block is used.

there are 2 craft recipes
https://github.com/cx384/special_picks/ ... t.lua#L132

Re: [Mod] Special Picks [special_picks]

PostPosted: Sat Jun 21, 2014 21:04
by DS-minetest
Krock wrote:(soft-)depends

I think then it is ?moreores, right?

Re: [Mod] Special Picks [special_picks]

PostPosted: Sun Jun 22, 2014 09:27
by nman3600
Very nice mod, cx :)

Re: [Mod] Special Picks [special_picks]

PostPosted: Sun Jun 22, 2014 09:37
by cx384
nman3600 wrote:Very nice mod, cx :)


thank you

Re: [Mod] Special Picks [special_picks]

PostPosted: Sun Jun 22, 2014 17:47
by Calinou
Note that Carbone has copper, tin and silver ores: "default:mineral_*", "default:*_lump", "default:*_ingot", "default:*block", replace * with "copper", "tin" or "silver", so you could add support for it (since it's maintained, unlike More Ores).

Re: [Mod] Special Picks [special_picks]

PostPosted: Sun Jun 22, 2014 19:30
by cx384
Calinou wrote:Note that Carbone has copper, tin and silver ores: "default:mineral_*", "default:*_lump", "default:*_ingot", "default:*block", replace * with "copper", "tin" or "silver", so you could add support for it (since it's maintained, unlike More Ores).

ok update

Re: [Mod] Special Picks [special_picks]

PostPosted: Tue Sep 29, 2015 18:34
by Dragonop
Gotta bump. Cool mod!