Make the Door Workshop more wooden. (Fuel + choppy)
Suggested by @Wuzzy2
This commit is contained in:
parent
547b276ae0
commit
e88f55f05c
8
init.lua
8
init.lua
@ -599,7 +599,7 @@ minetest.register_node("ts_doors:workshop", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = { cracky = 1 },
|
||||
groups = { choppy = 2, oddly_breakable_by_hand = 2 },
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -639,4 +639,10 @@ minetest.register_craft({
|
||||
{ "default:wood", "doors:door_wood", "default:wood" },
|
||||
{ "default:wood", "default:wood", "default:wood" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "ts_doors:workshop",
|
||||
burntime = 30,
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user