This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
; blast furnace recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output 1>[, <output n>...]
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item sfor a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,44 @@
; block cutter recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; You also need to specify the hardness of the material using:
; @hardness:<hardness>
;
; A hardness of 2 needs an iron cutting blade.
; A hardness of 5 needs a steel cutting blade.
; A hardness of 8 needs a diamond cutting blade.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; compressor recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; extractor recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; macerator recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; metal former cutting recipes
; created 29.06.2015 20:47:07
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; metal former extruding recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,36 @@
; metal former rolling recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output>
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,42 @@
; ore washing recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output 1>[, <output n>...]
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; You can also specify the amount of fluid used:
; @fluid:<amount>
;
; The value entered is in MiliBuckets.
; The default value is 1000 mb
;
; Note: this is a Input = Output mapping.
;
;---

View File

@@ -0,0 +1,39 @@
; shaped_recipes
; created Mar 6, 2014 4:11:47 AM
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; shaped recipes are defined as follows:
; <output> = <input set 1>[, <input set n>...]
;
; output:
; <name>[@<metadata>]
; input set:
; "<pattern>" <input 1> [<input n>...] [@hidden] [@count:<n>]
; pattern:
; <index characters row 1>[|<index characters row 2>[|index characters row 3]]
; input:
; <pattern index character>:<input item>
; input item:
; <name 1>[@<metadata 1>][|<name n>[@<metadata n>]...]
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; The hidden attribute will prevent the recipe from being shown by recipe mods,
; unless specified otherwise in the IC2 config.
; The count attribute determines how many items of <output> the recipe will yield.
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Output = Input mapping.
;
;---

View File

@@ -0,0 +1,35 @@
; shapeless_recipes
; created Mar 6, 2014 4:11:47 AM
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; shapeless recipes are defined as follows:
; <output> = <input set 1>[, <input set n>...]
;
; output:
; <name>[@<metadata>]
; input set:
; <input item 1> [<input item n>...] [@hidden] [@count:<n>]
; input item:
; <name 1>[@<metadata 1>][|<name n>[@<metadata n>]...]
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; The hidden attribute will prevent the recipe from being shown by recipe mods,
; unless specified otherwise in the IC2 config.
; The count attribute determines how many items of <output> the recipe will yield.
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; Note: this is a Output = Input mapping.
;
;---

View File

@@ -0,0 +1,39 @@
; thermal centrifuge recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; <input> = <output 1>[, <output n>...]
;
; output:
; <name>[@<metadata>[@<amount>]]
;
; input:
; <name>[@<metadata>[@<amount>]]
; Note: if you want to specify the amount, you also have to specify the metadata.
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:<ore dict name>
; - a fluid container item for a fluid with Fluid:<fluid name>
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; When you don't want to change the metadata of the items, use -1 as meta:
; OreDict:<OreDictName>@-1@<amount>
; Fluid:<FluidName>@-1@<amount>
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - <some number> -> the specific value is required, overriding ore-dictionary specifications
;
; Line breaks are only allowed with a leading \ character, but never before =.
;
; You also need to specify the heat required:
; @heat:<heat>
;
; Note: this is a Input = Output mapping.
;
;---