Need help on mod

User avatar
GJH105775
Member
 
Posts: 106
Joined: Thu Sep 27, 2012 16:11

Need help on mod

by GJH105775 » Sat Sep 29, 2012 23:14

when I attempt to craft one recipe is correct game crashes


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
--fancy wood
minetest.register_node("xtrablocks:fancywood", {
    tile_images = {"xtrablocks_fancywood.png"},
    groups={snappy=2,choppy=3,oddly_breakable_by_hand=2,flammable=3},
})
minetest.register_craft({
    output = '"xtrablocks:fancywood" 2',
    recipe = {
        {'default:wood', 'default:wood', ''},
        {'default:wood', 'default:wood', ''},
        {'', '', ''},
    }
})
})



--fancy tile
minetest.register_node("xtrablocks:fancytile", {
    tile_images = {"xtrablocks_fancytile.png"},
    groups={cracky=3},
})
minetest.register_craft({
    output = '"xtrablocks:fancytile=2',
    recipe = {
        {'default:cobble', 'default:stone', ''},
        {'default:stone', 'default:cobble', ''},
        {'', '', ''},
    }
})
Check out my mod xtrablocks, has some different types of marble that you can build with or mine at different depths

I am not here regularly as I just kind of pop in and out. If you want to find me I'll be on quadcopterforum.com helping with multirotor builds and spending other's money haha.

http://i10.photobucket.com/albums/a119/ ... hicons.jpg
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Sun Sep 30, 2012 01:55

you have this..

minetest.register_craft({
})
}) <--- you close the function call again, remove this line
 

User avatar
GJH105775
Member
 
Posts: 106
Joined: Thu Sep 27, 2012 16:11

by GJH105775 » Sun Sep 30, 2012 11:41

OK will do, thanks. (face palm)
Last edited by GJH105775 on Sun Sep 30, 2012 11:47, edited 1 time in total.
Check out my mod xtrablocks, has some different types of marble that you can build with or mine at different depths

I am not here regularly as I just kind of pop in and out. If you want to find me I'll be on quadcopterforum.com helping with multirotor builds and spending other's money haha.

http://i10.photobucket.com/albums/a119/ ... hicons.jpg
 

User avatar
GJH105775
Member
 
Posts: 106
Joined: Thu Sep 27, 2012 16:11

by GJH105775 » Sun Sep 30, 2012 11:45

Worked, thanks.
Check out my mod xtrablocks, has some different types of marble that you can build with or mine at different depths

I am not here regularly as I just kind of pop in and out. If you want to find me I'll be on quadcopterforum.com helping with multirotor builds and spending other's money haha.

http://i10.photobucket.com/albums/a119/ ... hicons.jpg
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 9 guests

cron