Skip to content

Commit

Permalink
Mossycobble fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MT-Modder authored and Ekdohibs committed Jan 24, 2015
1 parent 5d8b244 commit 0755a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions mods/default/crafting.lua
Expand Up @@ -650,6 +650,12 @@ minetest.register_craft({
recipe = "default:cobble",
})

minetest.register_craft({
type = "cooking",
output = "default:stone",
recipe = "default:mossycobble",
})

minetest.register_craft({
type = "cooking",
output = "default:desert_stone",
Expand Down
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -168,7 +168,7 @@ minetest.register_node("default:mossycobble", {
description = "Mossy Cobblestone",
tiles = {"default_mossycobble.png"},
is_ground_content = true,
groups = {cracky=3},
groups = {cracky=3, stone=1},
sounds = default.node_sound_stone_defaults(),
})
Expand Down

0 comments on commit 0755a8f

Please sign in to comment.