mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 00:10:25 +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", {
|
||||
description = "Cloud",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"watershed_cloud.png"},
|
||||
tiles = {"default_cloud.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 136 B |
Loading…
Reference in New Issue
Block a user