diff --git a/mods/default/init.lua b/mods/default/init.lua index 464c1c4..c993c52 100644 --- a/mods/default/init.lua +++ b/mods/default/init.lua @@ -951,6 +951,7 @@ minetest.register_node("default:apple", { visual_scale = 1.0, tiles = {"default_apple.png"}, inventory_image = "default_apple.png", + wield_image = "default_apple.png", paramtype = "light", sunlight_propagates = true, walkable = false, diff --git a/mods/default/textures/default_stick.png b/mods/default/textures/default_stick.png index 2d31797..a195cf0 100644 Binary files a/mods/default/textures/default_stick.png and b/mods/default/textures/default_stick.png differ diff --git a/mods/instruments/init.lua b/mods/instruments/init.lua index 7d49d69..23af727 100644 --- a/mods/instruments/init.lua +++ b/mods/instruments/init.lua @@ -52,7 +52,7 @@ instruments.stone_recipes = { {"", "default:stick", ""}, {"", "default:stick", ""}}, - {{"default:cobble","default:cobble"}, + {{"default:cobble","default:stick"}, {"", "default:stick"}, {"", "default:stick"}}, diff --git a/mods/instruments/textures/instruments_axe_aluminium.png b/mods/instruments/textures/instruments_axe_aluminium.png index 9deaabe..d9c1400 100644 Binary files a/mods/instruments/textures/instruments_axe_aluminium.png and b/mods/instruments/textures/instruments_axe_aluminium.png differ diff --git a/mods/instruments/textures/instruments_axe_aluminium_head.png b/mods/instruments/textures/instruments_axe_aluminium_head.png index c8cb5dc..5684a49 100644 Binary files a/mods/instruments/textures/instruments_axe_aluminium_head.png and b/mods/instruments/textures/instruments_axe_aluminium_head.png differ diff --git a/mods/instruments/textures/instruments_axe_bismuth.png b/mods/instruments/textures/instruments_axe_bismuth.png index 5239240..9380e1f 100644 Binary files a/mods/instruments/textures/instruments_axe_bismuth.png and b/mods/instruments/textures/instruments_axe_bismuth.png differ diff --git a/mods/instruments/textures/instruments_axe_bismuth_bronze.png b/mods/instruments/textures/instruments_axe_bismuth_bronze.png index 3e5ebbb..58af544 100644 Binary files a/mods/instruments/textures/instruments_axe_bismuth_bronze.png and b/mods/instruments/textures/instruments_axe_bismuth_bronze.png differ diff --git a/mods/instruments/textures/instruments_axe_bismuth_bronze_head.png b/mods/instruments/textures/instruments_axe_bismuth_bronze_head.png index efbff2a..43cf35e 100644 Binary files a/mods/instruments/textures/instruments_axe_bismuth_bronze_head.png and b/mods/instruments/textures/instruments_axe_bismuth_bronze_head.png differ diff --git a/mods/instruments/textures/instruments_axe_bismuth_head.png b/mods/instruments/textures/instruments_axe_bismuth_head.png index 1078a10..c8beb27 100644 Binary files a/mods/instruments/textures/instruments_axe_bismuth_head.png and b/mods/instruments/textures/instruments_axe_bismuth_head.png differ diff --git a/mods/instruments/textures/instruments_axe_black_bronze.png b/mods/instruments/textures/instruments_axe_black_bronze.png index 9c51afe..c141d43 100644 Binary files a/mods/instruments/textures/instruments_axe_black_bronze.png and b/mods/instruments/textures/instruments_axe_black_bronze.png differ diff --git a/mods/instruments/textures/instruments_axe_black_bronze_head.png b/mods/instruments/textures/instruments_axe_black_bronze_head.png index 191e464..fccc0aa 100644 Binary files a/mods/instruments/textures/instruments_axe_black_bronze_head.png and b/mods/instruments/textures/instruments_axe_black_bronze_head.png differ diff --git a/mods/instruments/textures/instruments_axe_black_steel.png b/mods/instruments/textures/instruments_axe_black_steel.png index 2034940..f5d122f 100644 Binary files a/mods/instruments/textures/instruments_axe_black_steel.png and b/mods/instruments/textures/instruments_axe_black_steel.png differ diff --git a/mods/instruments/textures/instruments_axe_black_steel_head.png b/mods/instruments/textures/instruments_axe_black_steel_head.png index 93cbd0c..fab6ac2 100644 Binary files a/mods/instruments/textures/instruments_axe_black_steel_head.png and b/mods/instruments/textures/instruments_axe_black_steel_head.png differ diff --git a/mods/instruments/textures/instruments_axe_bronze.png b/mods/instruments/textures/instruments_axe_bronze.png index 977f7d9..94a0dd3 100644 Binary files a/mods/instruments/textures/instruments_axe_bronze.png and b/mods/instruments/textures/instruments_axe_bronze.png differ diff --git a/mods/instruments/textures/instruments_axe_bronze_head.png b/mods/instruments/textures/instruments_axe_bronze_head.png index 4302a2d..13ded99 100644 Binary files a/mods/instruments/textures/instruments_axe_bronze_head.png and b/mods/instruments/textures/instruments_axe_bronze_head.png differ diff --git a/mods/instruments/textures/instruments_axe_copper.png b/mods/instruments/textures/instruments_axe_copper.png index 5b5ef32..fe0236a 100644 Binary files a/mods/instruments/textures/instruments_axe_copper.png and b/mods/instruments/textures/instruments_axe_copper.png differ diff --git a/mods/instruments/textures/instruments_axe_copper_head.png b/mods/instruments/textures/instruments_axe_copper_head.png index 9f701cb..8c30a60 100644 Binary files a/mods/instruments/textures/instruments_axe_copper_head.png and b/mods/instruments/textures/instruments_axe_copper_head.png differ diff --git a/mods/instruments/textures/instruments_axe_rose_gold.png b/mods/instruments/textures/instruments_axe_rose_gold.png index a043e6f..d2a0043 100644 Binary files a/mods/instruments/textures/instruments_axe_rose_gold.png and b/mods/instruments/textures/instruments_axe_rose_gold.png differ diff --git a/mods/instruments/textures/instruments_axe_rose_gold_head.png b/mods/instruments/textures/instruments_axe_rose_gold_head.png index bb741e7..7ed461f 100644 Binary files a/mods/instruments/textures/instruments_axe_rose_gold_head.png and b/mods/instruments/textures/instruments_axe_rose_gold_head.png differ diff --git a/mods/instruments/textures/instruments_axe_steel.png b/mods/instruments/textures/instruments_axe_steel.png index 473f7a5..8e697ca 100644 Binary files a/mods/instruments/textures/instruments_axe_steel.png and b/mods/instruments/textures/instruments_axe_steel.png differ diff --git a/mods/instruments/textures/instruments_axe_steel_head.png b/mods/instruments/textures/instruments_axe_steel_head.png index 3ac43f8..e41fc5a 100644 Binary files a/mods/instruments/textures/instruments_axe_steel_head.png and b/mods/instruments/textures/instruments_axe_steel_head.png differ diff --git a/mods/instruments/textures/instruments_axe_stone.png b/mods/instruments/textures/instruments_axe_stone.png index a4d5bd0..6038dca 100644 Binary files a/mods/instruments/textures/instruments_axe_stone.png and b/mods/instruments/textures/instruments_axe_stone.png differ diff --git a/mods/instruments/textures/instruments_axe_tin.png b/mods/instruments/textures/instruments_axe_tin.png index 7f01874..43e8223 100644 Binary files a/mods/instruments/textures/instruments_axe_tin.png and b/mods/instruments/textures/instruments_axe_tin.png differ diff --git a/mods/instruments/textures/instruments_axe_tin_head.png b/mods/instruments/textures/instruments_axe_tin_head.png index 02b7b09..3b74588 100644 Binary files a/mods/instruments/textures/instruments_axe_tin_head.png and b/mods/instruments/textures/instruments_axe_tin_head.png differ diff --git a/mods/instruments/textures/instruments_axe_wrought_iron.png b/mods/instruments/textures/instruments_axe_wrought_iron.png index 2d63bac..71bdfcc 100644 Binary files a/mods/instruments/textures/instruments_axe_wrought_iron.png and b/mods/instruments/textures/instruments_axe_wrought_iron.png differ diff --git a/mods/instruments/textures/instruments_axe_wrought_iron_head.png b/mods/instruments/textures/instruments_axe_wrought_iron_head.png index 9cb6867..8b72239 100644 Binary files a/mods/instruments/textures/instruments_axe_wrought_iron_head.png and b/mods/instruments/textures/instruments_axe_wrought_iron_head.png differ diff --git a/mods/instruments/textures/instruments_axe_zinc.png b/mods/instruments/textures/instruments_axe_zinc.png index 527e004..fb1716e 100644 Binary files a/mods/instruments/textures/instruments_axe_zinc.png and b/mods/instruments/textures/instruments_axe_zinc.png differ diff --git a/mods/instruments/textures/instruments_axe_zinc_head.png b/mods/instruments/textures/instruments_axe_zinc_head.png index b9034d3..542dcc9 100644 Binary files a/mods/instruments/textures/instruments_axe_zinc_head.png and b/mods/instruments/textures/instruments_axe_zinc_head.png differ