1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-21 01:05:20 +01:00

Changed textures

This commit is contained in:
Gael-de-Sailly
2015-07-11 12:06:12 +02:00
parent bca4d973fd
commit ac6929f41a
29 changed files with 2 additions and 1 deletions

View File

@@ -78,7 +78,8 @@ minetest.register_node("watershed:luxore", {
minetest.register_node("watershed:light", {
description = "Light",
tiles = {"watershed_light.png"},
drawtype = "glasslike_framed_optional",
tiles = {"default_glass.png^watershed_luxcrystal_glass.png", "default_glass_detail.png^watershed_luxcrystal_glass.png"},
paramtype = "light",
light_source = 14,
groups = {cracky=3},