new items added
This commit is contained in:
@@ -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?")
|
||||
|
||||
BIN
mods/amogus_entities/textures/amogus_entity-br.png
Normal file
BIN
mods/amogus_entities/textures/amogus_entity-br.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
BIN
mods/amogus_entities/textures/amogus_entity_b.png
Normal file
BIN
mods/amogus_entities/textures/amogus_entity_b.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
BIN
mods/amogus_entities/textures/amogus_entity_g.png
Normal file
BIN
mods/amogus_entities/textures/amogus_entity_g.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
Reference in New Issue
Block a user