From de6cbeb9d1c8d02d36c16af715dc24c22736d15e Mon Sep 17 00:00:00 2001 From: danil275487 Date: Tue, 3 Aug 2021 18:39:34 +0300 Subject: [PATCH] sus sex with double golden hoes --- mods/minecraft/items/hoes.lua | 4 ++-- mods/minecraft/recipes.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/minecraft/items/hoes.lua b/mods/minecraft/items/hoes.lua index f6bd945..1e7069d 100644 --- a/mods/minecraft/items/hoes.lua +++ b/mods/minecraft/items/hoes.lua @@ -83,7 +83,7 @@ minetest.register_tool("minecraft:gold_hoe", { on_place = hoe_on_place_function(33), }) -minetest.register_tool("minecraft:gold_hoe", { +minetest.register_tool("minecraft:diamond_hoe", { description = "Diamond Hoe", inventory_image = "items.png^[sheet:16x16:3,8", tool_capabilities = { @@ -91,4 +91,4 @@ minetest.register_tool("minecraft:gold_hoe", { punch_attack_uses = 1562, }, on_place = hoe_on_place_function(1562), -}) \ No newline at end of file +}) diff --git a/mods/minecraft/recipes.lua b/mods/minecraft/recipes.lua index 713bca3..ab237d6 100644 --- a/mods/minecraft/recipes.lua +++ b/mods/minecraft/recipes.lua @@ -1,4 +1,4 @@ ---TODO: armor, fence, furnace, ladder, minecart stuff (oh yeah hoes and swords too ofc) +--TODO: armor, minecart stuff (oh yeah swords too ofc) -- -- General recipes. @@ -399,4 +399,4 @@ minetest.register_craft({ output = "minecraft:stone", recipe = "minecraft:cobble", cooktime = 10, -}) \ No newline at end of file +})