added new garlic textures (thanks oz-tal)
@ -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
|
local S = farming.translate
|
||||||
|
|
||||||
-- garlic clove
|
-- garlic clove
|
||||||
@ -49,16 +43,19 @@ minetest.register_node("farming:garlic_braid", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
tiles = {
|
tiles = {
|
||||||
"crops_garlic_braid_side.png","crops_garlic_braid.png",
|
"crops_garlic_braid_top.png",
|
||||||
"crops_garlic_braid_side.png^[transformFx","crops_garlic_braid_side.png",
|
"crops_garlic_braid.png",
|
||||||
"crops_garlic_braid.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},
|
groups = {vessel = 1, dig_immediate = 3, flammable = 3, compostability = 65},
|
||||||
sounds = farming.sounds.node_sound_leaves_defaults(),
|
sounds = farming.sounds.node_sound_leaves_defaults(),
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
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}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -24,6 +24,9 @@ THE SOFTWARE.
|
|||||||
License of media (textures):
|
License of media (textures):
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
Created by Oz-tal (license: CC BY-SA 3.0):
|
||||||
|
crops_garlic_*.png
|
||||||
|
|
||||||
Created by Shadall (CC0):
|
Created by Shadall (CC0):
|
||||||
farming_burger.png
|
farming_burger.png
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 331 B |
BIN
textures/crops_garlic_braid_top.png
Normal file
After Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 427 B |