forked from Mirrorlandia_minetest/emeraldbank
pickaxey dig group and screenshot
This commit is contained in:
parent
d090fb0feb
commit
af1ed2acab
2
init.lua
2
init.lua
@ -59,7 +59,7 @@ core.register_node("emeraldbank:bank", {
|
||||
is_ground_content = false,
|
||||
tiles = {"default_steel_block.png", "default_steel_block.png", "default_steel_block.png^mcl_core_emerald.png"},
|
||||
stack_max = 64,
|
||||
groups = {handy=1, building_block=1, enderman_takable=1},
|
||||
groups = {pickaxey=1, handy=1, building_block=1, enderman_takable=1},
|
||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
_mcl_blast_resistance = 5,
|
||||
_mcl_hardness = 1,
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
Loading…
Reference in New Issue
Block a user