Skip to content

Commit

Permalink
Update spear.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt-Tech authored Sep 10, 2024
1 parent 1f01498 commit 5e7c867
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions items/spear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,3 @@ minetest.register_tool("imstaff:spear", {
})

-- Déclaration du craft du spear avec des bâtons de Mineclonia
minetest.register_craft({
output = "imstaff:spear",
recipe = {
{"mcl_nether:netherite_ingot", "mcl_nether:netherite_ingot", "mcl_nether:netherite_ingot"},
{"mcl_mobitems:blaze_rod", "mcl_nether:netherite_ingot", "mcl_mobitems:blaze_rod"},
{"", "mcl_mobitems:blaze_rod", ""}
}
})

0 comments on commit 5e7c867

Please sign in to comment.