New Recipes for Crusher and Furnace
XiNaru opened this issue ยท 2 comments
I hope this is correct.
I would like to ask if more recipes could be included in the modpack, or if someone could write me a script for it in advance:
Desire - Crushing Recipes:
Machine: Mekanism Crusher (Normal-Ultimate)
Input: Compressed Sand (1x) --- Output: Compresed Dust (1x)
Input: Compressed Sand (2x) --- Output: Compresed Dust (2x)
Input: Compressed Netherrack (1x) --- Output: Compresed Crushed Netherrack (1x)
Input: Compressed Netherrack (2x) --- Output: Compresed Crushed Netherrack (2x)
Input: Compressed Endstone (1x) --- Output: Compresed Crushed Endstone (1x)
Input: Compressed Endstone (2x) --- Output: Compresed Crushed Endstone (2x)
Maschine: Furnace:
Compressed Netherrrack (1x) --- 9x Netherbricks (is this the english name?)
I Know, here dopple compressed dont workt, because too much items
that where very nice :)
okay with help of this script: e11a430
i can change it at my own.
but: the ids are wrong, the right lines are:
mekCrush(excompressum:compressed_dust
, compressium:sand_1
)
mekCrush(9x excompressum:compressed_dust
, compressium:sand_2
)
mekCrush(excompressum:compressed_nether_gravel
, compressium:netherrack_1
)
mekCrush(9x excompressum:compressed_nether_gravel
, compressium:netherrack_2
)
mekCrush(excompressum:compressed_ender_gravel
, compressium:endstone_1
)
mekCrush(9x excompressum:compressed_ender_gravel
, compressium:endstone_2
)
results:
Compressed Sand (1) -> Compressed Dust
Compressed Sand (2) -> 9x Compressed Dust (because double compressed doesnt exists)
Compressed Netherrack (1) -> Compressed Crushed Natherrack
Compressed Netherrack (2) -> 9x Compressed Crushed Netherrack (because double compressed doesnt exists)
Compressed Endstone (1) -> Compressed Crushed Enstone
Compressed Endstone (2) -> 9x Compressed Crushed Enstone (because double compressed doesnt exists)