new items added
This commit is contained in:
parent
2f3febc349
commit
d8e220a006
mods
amogus_blocks/textures
amogus_items
BIN
mods/amogus_blocks/textures/crt.png
Normal file
BIN
mods/amogus_blocks/textures/crt.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 167 B |
BIN
mods/amogus_blocks/textures/crt2.png
Normal file
BIN
mods/amogus_blocks/textures/crt2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 122 B |
@ -33,3 +33,32 @@ minetest.register_craftitem("amogus_items:amogus", {
|
||||
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
BIN
mods/amogus_items/textures/coke.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 169 B |
BIN
mods/amogus_items/textures/fanta.png
Normal file
BIN
mods/amogus_items/textures/fanta.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 200 B |
BIN
mods/amogus_items/textures/flashlight.png
Normal file
BIN
mods/amogus_items/textures/flashlight.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 158 B |
BIN
mods/amogus_items/textures/lightsaber_blue.png
Normal file
BIN
mods/amogus_items/textures/lightsaber_blue.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 152 B |
BIN
mods/amogus_items/textures/lightsaber_green.png
Normal file
BIN
mods/amogus_items/textures/lightsaber_green.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 159 B |
BIN
mods/amogus_items/textures/lightsaber_red.png
Normal file
BIN
mods/amogus_items/textures/lightsaber_red.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 152 B |
BIN
mods/amogus_items/textures/sprite.png
Normal file
BIN
mods/amogus_items/textures/sprite.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 181 B |
BIN
mods/amogus_items/textures/sugar.png
Normal file
BIN
mods/amogus_items/textures/sugar.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 179 B |
BIN
mods/amogus_items/textures/tomato.png
Normal file
BIN
mods/amogus_items/textures/tomato.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 194 B |
BIN
mods/amogus_items/textures/water.png
Normal file
BIN
mods/amogus_items/textures/water.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 284 B |
Loading…
x
Reference in New Issue
Block a user