mirror of
https://github.com/Ezhh/abriglass.git
synced 2024-11-23 15:33:44 +01:00
Replaced ugly wield texture for crystal
This commit is contained in:
parent
762b6759d8
commit
c8c832fa73
1
init.lua
1
init.lua
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user