update 1.1

changed license, made compatable with 0.4.4-stable, new nature staff
texture
This commit is contained in:
jojoa1997 2013-03-03 10:56:55 -05:00
parent 291f3aab3a
commit 523ba093ff
6 changed files with 15 additions and 12 deletions

View File

@ -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

View File

@ -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");

View File

@ -1,2 +1,2 @@
Code:GPL
Code:WTFPL
Texture: WTFPL

View File

@ -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

View File

@ -1,2 +1,3 @@
-add a paxel for each type of material
-add sword tools
-add sword tools
-make rings have special properties