new items added

This commit is contained in:
Kacper Kostka
2023-01-22 18:26:41 +01:00
parent 3e0eb60b2a
commit aeba15798b
53 changed files with 58 additions and 7844 deletions

View File

@@ -1,3 +1,9 @@
local loot_texture = {
"amogus_entity.png",
"amogus_entity_b.png",
"amogus_entity_br.png",
"amogus_entity_g.png",
}
local entity = {
physical = true,
collisionbox = {-0.5, 0, -0.5, 0.5, 1, 0.5},
@@ -7,6 +13,8 @@ local entity = {
mesh = "amogus_entity.obj",
textures = {"amogus_entity.png"},
-- get a random texture from loot_texture table
--textures = {loot_texture[math.random(#loot_texture)]},
on_rightclick = function(self, clicker)
minetest.chat_send_player(clicker:get_player_name(), "WHY ARE YOU SUCH SUSSY BAKA?")

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B