a bit of help need I.

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

a bit of help need I.

by Mito551 » Thu Jun 13, 2013 16:31

why doesn't this
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_item(":", {
    type = "none",
    wield_image = "wieldhand.png",
    wield_scale = {x=1,y=1,z=2.5},
    tool_capabilities = {
        full_punch_interval = 0.9,
        max_drop_level = 0,
        groupcaps = {
            crumbly = {times={[4]=3.00, [7]=0.70}, uses=0, maxlevel=7},
            snappy = {times={[7]=0.40}, uses=0, maxlevel=7},
            oddly_breakable_by_hand = {times={[3]=7.00,[4]=4.00,[7]=1.40}, uses=0, maxlevel=7}
        },
        damage_groups = {fleshy=1},
    }
})


dig this:
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:dirt", {
    description = "Dirt",
    tiles = {"default_dirt.png"},
    is_ground_content = true,
    groups = {crumbly=7},
    sounds = default.node_sound_dirt_defaults(),
})
Last edited by Mito551 on Thu Jun 13, 2013 16:31, edited 1 time in total.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Jun 13, 2013 16:35

It works for me. Are you sure that you dont override the hand somewhere else (e.g. a creative mod)?
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Thu Jun 13, 2013 16:42

yes! thank you, that helped a lot!
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 7 guests

cron