1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

add 16px textures, move 32px into alt_textures folder

This commit is contained in:
tenplus1
2024-08-29 11:17:37 +01:00
parent 6d3c0ec1ef
commit 4600e42021
44 changed files with 20 additions and 9 deletions

View File

@ -49,9 +49,9 @@ else
minetest.register_node(":ethereal:bananaleaves", {
description = S("Banana Leaves"),
tiles = {"farming_banana_leaf.png"},
inventory_image = "farming_banana_leaf.png",
wield_image = "farming_banana_leaf.png",
tiles = {"ethereal_banana_leaf.png"},
inventory_image = "ethereal_banana_leaf.png",
wield_image = "ethereal_banana_leaf.png",
paramtype = "light",
waving = 1,
groups = {snappy = 3, leafdecay = 3, leaves = 1, flammable = 2},