new items added
BIN
mods/amogus_blocks/textures/crt.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
mods/amogus_blocks/textures/crt2.png
Normal file
After Width: | Height: | Size: 122 B |
@ -32,4 +32,33 @@ minetest.register_craftitem("amogus_items:amogus", {
|
||||
end
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
})
|
||||
|
||||
-- add sprite, coke, fanta, tomato, and water items and make it heal 1 hp
|
||||
minetest.register_craftitem("amogus_items:sprite", {
|
||||
description = "Sprite",
|
||||
inventory_image = "sprite.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:coke", {
|
||||
description = "Coke",
|
||||
inventory_image = "coke.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:fanta", {
|
||||
description = "Fanta",
|
||||
inventory_image = "fanta.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:tomato", {
|
||||
description = "Tomato",
|
||||
inventory_image = "tomato.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:water", {
|
||||
description = "Water",
|
||||
inventory_image = "water.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
-- add sprite, coke, fanta, tomato, and water crafting recipes
|
||||
|
||||
|
BIN
mods/amogus_items/textures/coke.png
Normal file
After Width: | Height: | Size: 169 B |
BIN
mods/amogus_items/textures/fanta.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
mods/amogus_items/textures/flashlight.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
mods/amogus_items/textures/lightsaber_blue.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
mods/amogus_items/textures/lightsaber_green.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
mods/amogus_items/textures/lightsaber_red.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
mods/amogus_items/textures/sprite.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
mods/amogus_items/textures/sugar.png
Normal file
After Width: | Height: | Size: 179 B |
BIN
mods/amogus_items/textures/tomato.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
mods/amogus_items/textures/water.png
Normal file
After Width: | Height: | Size: 284 B |