This commit is contained in:
2026-06-12 11:30:28 +02:00
commit daa8741f7f
6 changed files with 16 additions and 0 deletions

13
init.lua Normal file
View File

@@ -0,0 +1,13 @@
minetest.register_tool("icarus:wings", {
description = "Wings",
inventory_image = "icarus_wings_inv.png",
groups = { armor = 1, non_combat_armor = 1, armor_torso = 1, non_combat_torso = 1, mcl_armor_uses = 10, enchantability = -1, elytra = 1, transport = 1 },
sounds = {
_mcl_armor_equip = "icarus_wings_equip",
_mcl_armor_unequip = "icarus_wings_unequip",
},
on_place = mcl_armor.equip_on_use,
on_secondary_use = mcl_armor.equip_on_use,
_mcl_armor_element = "torso",
_mcl_armor_texture = "icarus_wings.png",
})

3
mod.conf Normal file
View File

@@ -0,0 +1,3 @@
name = icarus
author = n0va
depends = mcl_core, mcl_player, mcl_enchanting, mcl_grindstone, mcl_armor

Binary file not shown.

Binary file not shown.

BIN
textures/icarus_wings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B