1
0
Fork 0

Small texture rename in readme

This commit is contained in:
FossFanatic 2023-06-15 07:08:46 +00:00 committed by FossFanatic
parent 3884a9e548
commit 3347e9b42b
1 changed files with 36 additions and 36 deletions

View File

@ -21,7 +21,7 @@ mcl_dripping.register_drop({
-- The group the liquid's nodes belong to
liquid = "water",
-- The texture used (particles will take a random 2x2 area of it)
texture = "default_water_source_animated.png",
texture = "mcl_core_water_source_animation.png",
-- Define particle glow, ranges from `0` to `minetest.LIGHT_MAX`
light = 1,
-- The nodes (or node group) the particles will spawn under