1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-06-30 23:30:22 +02:00

change icebrick texture and make crafting icebricks possible

This commit is contained in:
HybridDog
2015-06-12 21:46:30 +02:00
parent 476dd1e029
commit ead65ab164
3 changed files with 62 additions and 45 deletions

View File

@ -207,6 +207,7 @@ local ibdef = table.copy(nodedef)
ibdef.description = "Ice Brick"
ibdef.tiles = {"snow_ice_brick.png"}
ibdef.use_texture_alpha = true
ibdef.drawtype = "glasslike"
ibdef.groups = {cracky=1, crumbly=1, choppy=1, melts=1}
ibdef.sounds = default.node_sound_glass_defaults({
dug = {name="default_hard_footstep", gain=1}