Ok, so you you might be helping other people right now, but if not... I'm having trouble with Minetweaker and Modtweaker. This is just a placeholder recipe, but it's still not working. I'm using 1.7.10. I'm trying to use thermal expansion. My mods that are involved with the recipe:
FML v7.10.103.1352
COFHcore 3.0.2-262
TabulaRasa 1.0.1-3
Thermal Foundation 1.0.0-81
Thermal Dynamics 1.0.0RC8-105
Thermal Expansion 4.0.1-182
My code in Modtweaker.zs:
FML v7.10.103.1352
COFHcore 3.0.2-262
TabulaRasa 1.0.1-3
Thermal Foundation 1.0.0-81
Thermal Dynamics 1.0.0RC8-105
Thermal Expansion 4.0.1-182
My code in Modtweaker.zs:
Code:
//Values
val wool = <minecraft:wool>;
val stone = <minecraft:stone>;
val diamond = <minecraft:diamond>;
val emerald = <minecraft:emerald>;
val lava = <liquid:lava>;
val liquidIron = <liquid:iron.molten>;
val liquidCoal = <liquid:coal>;
val coal = <minecraft:coal>;
mods.thermalexpansion.Pulverizer.addRecipe(100, emerald, diamond);