mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-08 16:33:54 +01:00
More groups for compressed dirt
This commit is contained in:
parent
2c68b350be
commit
d241c8d869
2
init.lua
2
init.lua
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user