new biome
This commit is contained in:
@@ -92,7 +92,7 @@ minetest.register_craftitem("amogus_items:sprite", {
|
||||
on_use = minetest.item_eat(10),
|
||||
})
|
||||
minetest.register_craftitem("amogus_items:coke", {
|
||||
description = "Cock Cola - Soda",
|
||||
description = "koka Cola - Soda",
|
||||
inventory_image = "coke.png",
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
@@ -743,3 +743,11 @@ minetest.register_tool("amogus_items:obsusian_sword", {
|
||||
},
|
||||
sound = {breaks = "default_tool_breaks"},
|
||||
})
|
||||
|
||||
-- create mogus item that can be eaten
|
||||
|
||||
minetest.register_craftitem("amogus_items:mogus", {
|
||||
description = "Mogus",
|
||||
inventory_image = "mogus.png",
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
Reference in New Issue
Block a user