diff --git a/crops/garlic.lua b/crops/garlic.lua index 7586533..3849ee5 100644 --- a/crops/garlic.lua +++ b/crops/garlic.lua @@ -1,10 +1,4 @@ ---[[ - Original textures from Crops Plus mod - Copyright (C) 2018 Grizzly Adam - https://forum.minetest.net/viewtopic.php?f=9&t=19488 -]] - local S = farming.translate -- garlic clove @@ -49,16 +43,19 @@ minetest.register_node("farming:garlic_braid", { paramtype = "light", paramtype2 = "facedir", tiles = { - "crops_garlic_braid_side.png","crops_garlic_braid.png", - "crops_garlic_braid_side.png^[transformFx","crops_garlic_braid_side.png", - "crops_garlic_braid.png","crops_garlic_braid.png" + "crops_garlic_braid_top.png", + "crops_garlic_braid.png", + "crops_garlic_braid_side.png^[transformFx", + "crops_garlic_braid_side.png", + "crops_garlic_braid.png", + "crops_garlic_braid.png" }, groups = {vessel = 1, dig_immediate = 3, flammable = 3, compostability = 65}, sounds = farming.sounds.node_sound_leaves_defaults(), node_box = { type = "fixed", fixed = { - {-0.13, -0.45, 0.5, 0.13, 0.45, 0.24} + {-0.1875, -0.5, 0.5, 0.1875, 0.5, 0.125} } } }) diff --git a/license.txt b/license.txt index 546853f..f60f5b5 100644 --- a/license.txt +++ b/license.txt @@ -24,6 +24,9 @@ THE SOFTWARE. License of media (textures): ---------------------------- +Created by Oz-tal (license: CC BY-SA 3.0): + crops_garlic_*.png + Created by Shadall (CC0): farming_burger.png diff --git a/textures/crops_garlic.png b/textures/crops_garlic.png index a73638c..a6b2de9 100644 Binary files a/textures/crops_garlic.png and b/textures/crops_garlic.png differ diff --git a/textures/crops_garlic_braid.png b/textures/crops_garlic_braid.png index f5fa269..8949033 100644 Binary files a/textures/crops_garlic_braid.png and b/textures/crops_garlic_braid.png differ diff --git a/textures/crops_garlic_braid_side.png b/textures/crops_garlic_braid_side.png index ce467b7..85046f2 100644 Binary files a/textures/crops_garlic_braid_side.png and b/textures/crops_garlic_braid_side.png differ diff --git a/textures/crops_garlic_braid_top.png b/textures/crops_garlic_braid_top.png new file mode 100644 index 0000000..fd74666 Binary files /dev/null and b/textures/crops_garlic_braid_top.png differ diff --git a/textures/crops_garlic_clove.png b/textures/crops_garlic_clove.png index bfc1cee..430b6e5 100644 Binary files a/textures/crops_garlic_clove.png and b/textures/crops_garlic_clove.png differ