More groups for compressed dirt

This commit is contained in:
Dragonop 2016-01-24 07:08:39 -03:00
parent 2c68b350be
commit d241c8d869
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
minetest.register_node("claycrafter:compressed_dirt", {
description = "Compressed Dirt",
tiles = {"claycrafter_compressed_dirt.png"},
groups = {crumbly = 1, oddly_breakable_by_hand = 1}
groups = {crumbly = 1, oddly_breakable_by_hand = 1, soil = 1, cracky =1}
})
-- Crafts
minetest.register_craft({
@ -37,4 +37,4 @@ minetest.register_craft({
dofile(minetest.get_modpath("claycrafter") .. "/claycrafter.lua")
dofile(minetest.get_modpath("claycrafter") .. "/glass_of_water.lua")
dofile(minetest.get_modpath("claycrafter") .. "/glass_of_water.lua")