M  init.lua
M  textures/nyanland_mese_shrub_fruits.png
M  textures/nyanland_mese_shrub_fruits_normal.png
This commit is contained in:
HybridDog 2016-06-18 16:03:49 +02:00
parent bb5568bc74
commit c8c236a876
3 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ minetest.register_node("nyanland:mese_shrub", {
minetest.register_node("nyanland:mese_shrub_fruits", {
description = "Mese Shrub with fruits",
drawtype = "plantlike",
tiles = {"nyanland_mese_shrub_fruits.png"},
inventory_image = "nyanland_mese_shrub_fruits.png",
wield_image = "nyanland_mese_shrub_fruits.png",
tiles = {"nyanland_mese_shrub.png^nyanland_mese_shrub_fruits.png"},
inventory_image = "nyanland_mese_shrub.png^nyanland_mese_shrub_fruits.png",
wield_image = "nyanland_mese_shrub.png^nyanland_mese_shrub_fruits.png",
paramtype = "light",
waving = 1,
walkable = false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 275 B