fixed sodas
This commit is contained in:
parent
02a7044e19
commit
6d67496bd6
@ -87,17 +87,17 @@ minetest.register_craftitem("amogus_items:amogus", {
|
||||
})
|
||||
|
||||
minetest.register_craftitem("amogus_items:sprite", {
|
||||
description = "Sprite",
|
||||
description = "Zprite - Soda",
|
||||
inventory_image = "sprite.png",
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:coke", {
|
||||
description = "Coke",
|
||||
description = "Cock Cola - Soda",
|
||||
inventory_image = "coke.png",
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:fanta", {
|
||||
description = "Fanta",
|
||||
description = "Funta - Soda",
|
||||
inventory_image = "fanta.png",
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user