1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-01 21:10:21 +02:00

Add files for recipes and items

This commit is contained in:
James Stevenson
2016-02-06 17:44:27 -05:00
parent 21e22e4451
commit ea612c59d5
2 changed files with 34 additions and 0 deletions

5
items.lua Normal file
View File

@ -0,0 +1,5 @@
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}
})