update 1.1
changed license, made compatable with 0.4.4-stable, new nature staff texture
This commit is contained in:
parent
291f3aab3a
commit
523ba093ff
@ -1 +1,2 @@
|
||||
3/2/13-Initial Release-basic tools, rings, and nature staff were added
|
||||
3/2/13-Initial Release-basic tools, rings, and nature staff were added
|
||||
3/3/13-1.1-Changed a texture and made compatable with 0.4.4-stable
|
8
init.lua
8
init.lua
@ -1,11 +1,3 @@
|
||||
---------------------------------------------------------------------------------
|
||||
-- Megatools mod by jojoa1997
|
||||
-- This mod is made by jojoa1997.
|
||||
-- You may copy, use, modify or do nearly anything except removing this
|
||||
-- copyright notice.
|
||||
-- And of course you are NOT allow to pretend you have written it.
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
dofile(minetest.get_modpath("megatools").."/tools.lua");
|
||||
dofile(minetest.get_modpath("megatools").."/recipes.lua");
|
||||
dofile(minetest.get_modpath("megatools").."/items.lua");
|
||||
|
@ -1,2 +1,2 @@
|
||||
Code:GPL
|
||||
Code:WTFPL
|
||||
Texture: WTFPL
|
||||
|
11
recipes.lua
11
recipes.lua
@ -71,7 +71,16 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
--Ultamite tool
|
||||
minetest.register_craft({
|
||||
output = 'megatools:ring_steel',
|
||||
recipe = {
|
||||
{'default:steel_ingot', 'default:mese', 'default:steel_ingot'},
|
||||
{'default:mese', '', 'default:mese'},
|
||||
{'default:steel_ingot', 'default:mese', 'default:steel_ingot'}
|
||||
},
|
||||
})
|
||||
|
||||
--Nature Stuff
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'megatools:ring_nature',
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 199 B |
Loading…
x
Reference in New Issue
Block a user