diff --git a/init.lua b/init.lua index 64884be..49afd95 100644 --- a/init.lua +++ b/init.lua @@ -250,10 +250,13 @@ minetest.register_node(":default:apple", { type = "fixed", fixed = { {-3/16, -7/16, -3/16, 3/16, 1/16, 3/16}, - {-1/4, -3/8, -3/16, 1/4, 0, 3/16}, - {-3/16, -3/8, -1/4, 3/16, 0, 1/4}, - {0, 1/16, -1/16, 1/16, 1/4, 0}, - {-1/16, 1/16, 0, 0, 1/4, 1/16}, + {-4/16, -6/16, -3/16, 4/16, 0, 3/16}, + {-3/16, -6/16, -4/16, 3/16, 0, 4/16}, + {-1/32, 1/16, -1/32, 1/32, 4/16, 1/32}, + {-1/16, 1.6/16, 0, 1/16, 1.8/16, 1/16}, + {-2/16, 1.4/16, 1/16, 1/16, 1.6/16, 2/16}, + {-2/16, 1.2/16, 2/16, 0, 1.4/16, 3/16}, + {-1.5/16, 1/16, .5/16, 0.5/16, 1.2/16, 2.5/16}, } }, groups = {fleshy=3,dig_immediate=3,flammable=2}, diff --git a/textures/3apple_apple.png b/textures/3apple_apple.png index 2e7b5c1..9954bd8 100644 Binary files a/textures/3apple_apple.png and b/textures/3apple_apple.png differ diff --git a/textures/3apple_apple_top.png b/textures/3apple_apple_top.png index 2ccbf7e..f067776 100644 Binary files a/textures/3apple_apple_top.png and b/textures/3apple_apple_top.png differ