Version 1.0.1.1
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 504 B |