45 lines
1.6 KiB
INI
45 lines
1.6 KiB
INI
; 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.
|
|
;
|
|
;---
|