mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-19 16:50:20 +02:00
added new garlic textures (thanks oz-tal)
This commit is contained in:
@ -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}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -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 ![]() (image error) Size: 725 B After ![]() (image error) Size: 490 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 345 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 331 B ![]() ![]() |
BIN
textures/crops_garlic_braid_top.png
Normal file
BIN
textures/crops_garlic_braid_top.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 273 B |
Binary file not shown.
Before ![]() (image error) Size: 605 B After ![]() (image error) Size: 427 B ![]() ![]() |
Reference in New Issue
Block a user