1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Remove/Tweak (nearly) all unknown recipes

This commit is contained in:
LeMagnesium
2015-08-10 17:12:27 +02:00
parent b8b1c606e2
commit 399ece08b6
9 changed files with 71 additions and 33 deletions

View File

@ -111,14 +111,14 @@ minetest.register_craft({
})
--Chiseled Quartz(for stairsplus)
minetest.register_craft({
--[[minetest.register_craft({
output = 'quartz:chiseled 2',
recipe = {
{'quartz:slab_block', '', ''},
{'quartz:slab_block', '', ''},
{'', '', ''},
}
})
}) ]]-- Disabled. Item "quartz:slab_block" is unknown //MFF(Mg|08/09/15)
--Quartz Pillar
minetest.register_craft({