dust compatibility

master
rnd1 2016-05-12 18:28:58 +02:00
parent d65d3e06de
commit a66e6e58ac
1 changed files with 5 additions and 1 deletions

View File

@ -73,4 +73,8 @@ minetest.register_craft({
recipe = "basic_machines:charcoal",
-- note: to make it you need to use 1 tree block for fuel + 1 tree block, thats 2, caloric value 2*30=60
burntime = 40, -- coal lump has 40, tree block 30, coal block 370 (9*40=360!)
})
})
-- COMPATIBILITY
minetest.register_alias("basic_machines:diamond_dust", "basic_machines:diamond_dust_66")