added new garlic textures (thanks oz-tal)

This commit is contained in:
tenplus1 2023-09-01 18:41:20 +01:00
parent cc0668bc57
commit 0c82c6c0e9
7 changed files with 10 additions and 10 deletions

View File

@ -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}
}
}
})

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 427 B