Do some mcl_core texture cleanup
This commit is contained in:
parent
7b726430c8
commit
7424f0ad0d
9 changed files with 2 additions and 2 deletions
|
@ -1593,8 +1593,8 @@ minetest.register_node("mcl_core:cobweb", {
|
|||
paramtype2 = "degrotate",
|
||||
visual_scale = 1.1,
|
||||
stack_max = 64,
|
||||
tiles = {"web.png"},
|
||||
inventory_image = "web.png",
|
||||
tiles = {"mcl_core_web.png"},
|
||||
inventory_image = "mcl_core_web.png",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
liquid_viscosity = 14,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue