mirror of
https://github.com/adrido/darkage.git
synced 2025-01-08 17:00:19 +01:00
Chalk wasn't designed to be craftable
This commit is contained in:
parent
132c7e80d4
commit
8d678c2be2
21
building.lua
21
building.lua
@ -193,14 +193,6 @@ minetest.register_node("darkage:glow_glass", {
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "darkage:glow_glass 1",
|
||||
recipe = {
|
||||
{"darkage:glass", "", ""},
|
||||
{"default:torch", "", ""},
|
||||
{"", "", ""},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "darkage:glass 1",
|
||||
@ -218,20 +210,11 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "darkage:chalk",
|
||||
recipe = {
|
||||
{"darkage:chalk_powder","darkage:chalk_powder"},
|
||||
{"darkage:chalk_powder","darkage:chalk_powder"},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "darkage:glow_glass 1",
|
||||
recipe = {
|
||||
{"darkage:glass", "", ""},
|
||||
{"default:torch", "", ""},
|
||||
{"", "", ""},
|
||||
{"darkage:glass"},
|
||||
{"default:torch"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user