mirror of
https://github.com/Ezhh/abriglass.git
synced 2024-11-27 17:23:47 +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", {
|
minetest.register_node("abriglass:ghost_crystal", {
|
||||||
description = "Ghost Crystal",
|
description = "Ghost Crystal",
|
||||||
tiles = {"abriglass_ghost_crystal.png"},
|
tiles = {"abriglass_ghost_crystal.png"},
|
||||||
|
wield_image = "abriglass_ghost_crystal_wield.png",
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user