wow that is really cool
@@ -52,26 +52,26 @@ minetest.register_craftitem("amogus_items:amogus", {
|
||||
minetest.register_craftitem("amogus_items:sprite", {
|
||||
description = "Sprite",
|
||||
inventory_image = "sprite.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:coke", {
|
||||
description = "Coke",
|
||||
inventory_image = "coke.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:fanta", {
|
||||
description = "Fanta",
|
||||
inventory_image = "fanta.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:tomato", {
|
||||
description = "Tomato",
|
||||
inventory_image = "tomato.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:water", {
|
||||
inventory_image = "water.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
|
||||
minetest.register_tool("amogus_items:lightsaber_blue", {
|
||||
@@ -208,7 +208,20 @@ minetest.register_tool("amogus_items:goldenaxe", {
|
||||
full_punch_interval = 1.0,
|
||||
max_drop_level=1,
|
||||
groupcaps={
|
||||
choppy={times={[1]=2.50, [2]=1.40, [3]=1.00}, uses=30, maxlevel=2},
|
||||
choppy={times={[1]=2.50, [2]=1.40, [3]=0.40}, uses=30, maxlevel=2},
|
||||
},
|
||||
damage_groups = {fleshy=4},
|
||||
},
|
||||
groups = {flammable = 2}
|
||||
})
|
||||
minetest.register_tool("amogus_items:stoneaxe", {
|
||||
description = "Stone Axe",
|
||||
inventory_image = "goldenaxe.png",
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
max_drop_level=1,
|
||||
groupcaps={
|
||||
choppy={times={[1]=2.50, [2]=1.40, [3]=0.40}, uses=30, maxlevel=2},
|
||||
},
|
||||
damage_groups = {fleshy=4},
|
||||
},
|
||||
|
||||
BIN
mods/amogus_items/textures/CRT.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
mods/amogus_items/textures/PCB.png
Normal file
|
After Width: | Height: | Size: 293 B |
BIN
mods/amogus_items/textures/SteamSetup.exe
Normal file
BIN
mods/amogus_items/textures/capacitor.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
mods/amogus_items/textures/dynamite.png
Normal file
|
After Width: | Height: | Size: 206 B |
BIN
mods/amogus_items/textures/golden_pick.png
Normal file
|
After Width: | Height: | Size: 231 B |
BIN
mods/amogus_items/textures/parsec-windows.exe
Normal file
BIN
mods/amogus_items/textures/plasma_effect.png
Normal file
|
After Width: | Height: | Size: 367 B |
BIN
mods/amogus_items/textures/plasma_gun.png
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
mods/amogus_items/textures/sussium_pickaxe.png
Normal file
|
After Width: | Height: | Size: 157 B |