Version 1.0.1.1

This commit is contained in:
Maksim Gamarnik 2015-08-01 11:11:33 +03:00
parent ae0860ccc9
commit cae4f5241b
306 changed files with 67 additions and 265 deletions

View File

@ -153,7 +153,7 @@ multicraft.register_tool("3d_armor:boots_chain", {
-- Register Craft Recipies -- Register Craft Recipies
local craft_ingreds = { local craft_ingreds = {
leather = "default:wood", leather = "default:leather",
steel = "default:steel_ingot", steel = "default:steel_ingot",
gold = "default:gold_ingot", gold = "default:gold_ingot",
diamond = "default:diamond", diamond = "default:diamond",

View File

@ -24,7 +24,6 @@ local check = {
"fences", "fences",
"fire", "fire",
"flowers", "flowers",
"gemalde",
"give_initial_stuff", "give_initial_stuff",
"hardened_clay", "hardened_clay",
"hud", "hud",

View File

@ -620,14 +620,6 @@ multicraft.register_craft({
}) })
--
-- Crafting (tool repair)
--
multicraft.register_craft({
type = "toolrepair",
additional_wear = -0.02,
})
-- --
-- Cooking recipes -- Cooking recipes
-- --
@ -666,7 +658,7 @@ multicraft.register_craft({
type = "cooking", type = "cooking",
output = "default:fish", output = "default:fish",
recipe = "default:fish_raw", recipe = "default:fish_raw",
cooktime = 2, -- cooktime = 2,
}) })
multicraft.register_craft({ multicraft.register_craft({
@ -681,6 +673,44 @@ multicraft.register_craft({
recipe = "default:sponge_wet", recipe = "default:sponge_wet",
}) })
multicraft.register_craft({
type = "cooking",
output = "default:steak",
recipe = "default:beef_raw",
})
multicraft.register_craft({
type = "cooking",
output = "default:chicken_cooked",
recipe = "default:chicken_raw",
})
multicraft.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "default:stone_with_coal",
})
multicraft.register_craft({
type = "cooking",
output = "mesecons:wire_00000000_off 5",
recipe = "default:stone_with_redstone",
})
multicraft.register_craft({
type = "cooking",
output = "default:diamond",
recipe = "default:stone_with_diamond",
})
multicraft.register_craft({
type = "cooking",
output = "default:stonebrickcracked",
recipe = "default:stonebrick",
})
-- --
-- Fuels -- Fuels
-- --
@ -688,37 +718,13 @@ multicraft.register_craft({
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "group:tree", recipe = "group:tree",
burntime = 30,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:junglegrass",
burntime = 2,
})
multicraft.register_craft({
type = "fuel",
recipe = "group:leaves",
burntime = 1,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:cactus",
burntime = 15, burntime = 15,
}) })
multicraft.register_craft({
type = "fuel",
recipe = "default:reeds",
burntime = 1,
})
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:bookshelf", recipe = "default:bookshelf",
burntime = 30, burntime = 15,
}) })
multicraft.register_craft({ multicraft.register_craft({
@ -727,88 +733,70 @@ multicraft.register_craft({
burntime = 15, burntime = 15,
}) })
multicraft.register_craft({
type = "fuel",
recipe = "default:ladder",
burntime = 5,
})
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "group:wood", recipe = "group:wood",
burntime = 7, burntime = 15,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:lava_source", recipe = "bucket:bucket_lava",
burntime = 60, burntime = 1000,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:torch",
burntime = 4,
})
multicraft.register_craft({
type = "fuel",
recipe = "signs:sign_wall",
burntime = 10,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:chest", recipe = "default:chest",
burntime = 30, burntime = 15,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:sapling", recipe = "default:sapling",
burntime = 10, burntime = 5,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:apple", recipe = "default:coal_block",
burntime = 3, burntime = 800,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:apple_gold",
burntime = 6,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:coal_lump", recipe = "default:coal_lump",
burntime = 40, burntime = 80,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:haybale",
burntime = 40,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:charcoal_lump", recipe = "default:charcoal_lump",
burntime = 45, burntime = 80,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:junglesapling", recipe = "default:junglesapling",
burntime = 10, burntime = 5,
}) })
multicraft.register_craft({ multicraft.register_craft({
type = "fuel", type = "fuel",
recipe = "default:grass_1", recipe = "default:stick",
burntime = 2, burntime = 5,
})
multicraft.register_craft({
type = "fuel",
recipe = "crafting:workbench",
burntime = 15,
})
multicraft.register_craft({
type = "fuel",
recipe = "default:chest",
burntime = 15,
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 504 B

Some files were not shown because too many files have changed in this diff Show More