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