[mod] Magic Water Pick [Magic Water Pick]

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

[mod] Magic Water Pick [Magic Water Pick]

by 12Me21 » Thu Mar 21, 2013 19:55

This mod adds a magic water pick that digs really fast can be used OVER 9000!!! times (9001)
It is my first mod made fully by me.

Dependencies: Default, Buckets (is default in newer minetest versions)

Crafting:
C = Mese Crystal
S = Stick
W = Bucket of water
_ = empty

WCW
_S_
_S_

Download:
Version 2 (added new texture) http://ompldr.org/vaHVjYw/magicwater.zip
Version 1: http://ompldr.org/vaHVhMQ/magicwater.zip

Coming soon: , sword, axe, shovel, hoe (for farming mod), screenshots

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_tool("magicwater:pick", {
    description = "Magic Water Pickaxe",
    inventory_image = "waterpick.png",
    tool_capabilities = {
        full_punch_interval = 1,
        max_drop_level=3,
        groupcaps={
            cracky={times={[1]=0.5, [2]=0.4, [3]=0.3}, uses=9001, maxlevel=3},
            crumbly={times={[1]=0.5, [2]=0.4, [3]=0.3}, uses=9001, maxlevel=3},
            snappy={times={[1]=0.5, [2]=0.4, [3]=0.3}, uses=9001, maxlevel=3}
        }
    },
})

---
---crafting
---

minetest.register_craft({
    output = 'magicwater:pick',
    recipe = {
        {'bucket:bucket_water', 'default:mese_crystal 2', 'bucket:bucket_water'},
        {'', 'default:stick', ''},
        {'', 'default:stick', ''},
    }
})
Last edited by 12Me21 on Fri Mar 22, 2013 15:03, edited 1 time in total.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
Tedypig
Member
 
Posts: 284
Joined: Tue Mar 05, 2013 12:33
IRC: Piggybear87
In-game: Piggybear

by Tedypig » Fri Mar 22, 2013 11:23

Sounds good, but wouldn't the water just fall back in on its self? I mean, it's water....it flows. Just saying.
01010100 01100101 01100100 01111001 01110000 01101001 01100111
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Mar 22, 2013 14:47

I thought about that too, but that's why it's a MAGIC water pick. I am thinking about making it use a mese block instead of a crystal, because it is so powerful, but the crystal makes more sense with the texture. Is it possible to make a crafting recipie use more that one of something in a space, like make it need a stack of 2 mese crystals instead of one? I think I know how it would work.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 7 guests

cron