mirror of
https://github.com/Dragonop/claycrafter.git
synced 2025-07-14 09:20:14 +02:00
Compare commits
1 Commits
8e33df0067
...
8b6c5f0cad
Author | SHA1 | Date | |
---|---|---|---|
8b6c5f0cad |
@ -33,6 +33,7 @@ minetest.register_node("claycrafter:glass_of_water", {
|
|||||||
inventory_image = "claycrafter_glass_of_water_inv.png",
|
inventory_image = "claycrafter_glass_of_water_inv.png",
|
||||||
wield_image = "claycrafter_glass_of_water.png",
|
wield_image = "claycrafter_glass_of_water.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
use_texture_alpha = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Reference in New Issue
Block a user