mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-28 06:20:35 +02:00
rename textures, fix alpha texture warning
This commit is contained in:
@ -46,6 +46,7 @@ minetest.register_node("farming:garlic_braid", {
|
||||
inventory_image = "crops_garlic_braid.png",
|
||||
wield_image = "crops_garlic_braid.png",
|
||||
drawtype = "nodebox",
|
||||
use_texture_alpha = "clip",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
tiles = {
|
||||
|
Reference in New Issue
Block a user