🐈
M init.lua M textures/nyanland_mese_shrub_fruits.png M textures/nyanland_mese_shrub_fruits_normal.png
This commit is contained in:
parent
bb5568bc74
commit
c8c236a876
6
init.lua
6
init.lua
@ -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 |
Loading…
x
Reference in New Issue
Block a user