mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-08 08:23:55 +01:00
6 lines
216 B
Lua
6 lines
216 B
Lua
minetest.register_node("claycrafter:compressed_dirt", {
|
|
description = "Compressed Dirt",
|
|
tiles = {"claycrafter_compressed_dirt.png"},
|
|
groups = {crumbly = 1, oddly_breakable_by_hand = 1, soil = 1, cracky =1}
|
|
})
|