register the stone_with_ore

master
Kacey of Minetest 2013-04-13 09:22:02 -06:00
parent c32cec857d
commit 156b28c939
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
minetest.register_node("xytest:stone_with_ore", {
description = "Xychorium Ore",
tiles = {"default_stone.png^xytest_ore.png"},
is_ground_content = true,
groups = {cracky=3, not_in_creative_inventory=1},
drop = 'xytest:xychorium',
sounds = default.node_sound_stone_defaults(),
})