Textures refactoring

master
Marco 2020-04-16 13:27:08 +02:00
parent d97bd95406
commit c9da7d180c
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
minetest.register_tool("arena_lib:immunity", {
description = "Sei immune!",
inventory_image = "arena_immunity.png",
inventory_image = "arenalib_immunity.png",
groups = {not_in_creative_inventory = 1, oddly_breakable_by_hand = "2"},
})
@ -13,7 +13,7 @@ minetest.register_tool("arena_lib:immunity", {
minetest.register_tool("arena_lib:create_sign", {
description = "Left click on a sign to create an entrance or to remove it",
inventory_image = "arena_createsign.png",
inventory_image = "arenalib_createsign.png",
groups = {not_in_creative_inventory = 1, oddly_breakable_by_hand = "2"},
on_use = function(itemstack, user, pointed_thing)

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 390 B