Move fishing stuff to mcl_fishing

This commit is contained in:
Wuzzy 2017-02-01 15:20:28 +01:00
parent 090a7d90e1
commit e3a3f97974
10 changed files with 142 additions and 139 deletions

View file

@ -422,25 +422,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "mcl_core:fishing_rod",
recipe = {
{'','','mcl_core:stick'},
{'','mcl_core:stick','mcl_core:string'},
{'mcl_core:stick','','mcl_core:string'},
}
})
minetest.register_craft({
output = "mcl_core:fishing_rod",
recipe = {
{'mcl_core:stick', '', ''},
{'mcl_core:string', 'mcl_core:stick', ''},
{'mcl_core:string','','mcl_core:stick'},
}
})
minetest.register_craft({
output = 'mcl_core:rail 16',
recipe = {
@ -847,13 +828,6 @@ minetest.register_craft({
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:fish",
recipe = "mcl_core:fish_raw",
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:charcoal_lump",
@ -1000,12 +974,6 @@ minetest.register_craft({
burntime = 15,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_core:fishing_rod",
burntime = 15,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_core:pick_wood",