Replaced ugly wield texture for crystal

master
ezhh 2016-06-05 20:39:31 +01:00
parent 762b6759d8
commit c8c832fa73
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ minetest.register_node("abriglass:glass_light_yellow", {
minetest.register_node("abriglass:ghost_crystal", {
description = "Ghost Crystal",
tiles = {"abriglass_ghost_crystal.png"},
wield_image = "abriglass_ghost_crystal_wield.png",
groups = {cracky = 3},
use_texture_alpha = true,
sunlight_propagates = true,