Simple doors mod

randomproof
Member
 
Posts: 214
Joined: Thu Nov 17, 2011 06:31

by randomproof » Sat Jan 07, 2012 23:43

MrThebuilder3 wrote:i ment crafting...

Here you go:
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_craft({
    output = 'node "doors:door_gate" 2',
    recipe = {
        {'craft "default:stick"', 'craft "default:stick"', 'craft "default:steel_ingot"'},
        {'craft "default:stick"', 'craft "default:stick"', 'craft "default:steel_ingot"'}
    }
})

Same as a normal gate but with steel ingots on the right side.
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_craft({
    output = 'node "doors:doorhandle_gate" 2',
    recipe = {
        {'craft "default:stick"', 'craft "default:steel_ingot"', 'craft "default:stick"'},
        {'craft "default:stick"', 'craft "default:stick"', 'craft "default:stick"'}
    }
})

Same as a normal gate but with a steel ingot in the center top.
Last edited by randomproof on Sat Jan 07, 2012 23:45, edited 1 time in total.
 

User avatar
MrThebuilder3
Member
 
Posts: 104
Joined: Sat Nov 19, 2011 18:26

by MrThebuilder3 » Sun Jan 08, 2012 00:29

thanks:0 im used to different mod config...
 

User avatar
Ragnarok
Member
 
Posts: 213
Joined: Thu Mar 22, 2012 12:56

by Ragnarok » Tue Jul 10, 2012 21:37

@randomproof could you update mod to latest dev?
 

Previous

Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 26 guests

cron