mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +01:00
remove watershed_cloud.png texture and use default_cloud.png texture
This commit is contained in:
parent
525ecd9975
commit
24b398aa10
@ -54,7 +54,7 @@ minetest.register_alias("watershed:cloud", "default:cloud")
|
|||||||
minetest.override_item("default:cloud", {
|
minetest.override_item("default:cloud", {
|
||||||
description = "Cloud",
|
description = "Cloud",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {"watershed_cloud.png"},
|
tiles = {"default_cloud.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 136 B |
Loading…
Reference in New Issue
Block a user