Hey! I'm trying to modify recipes in craft.txt. I'm using the file you submitted in Misc as a base (I use your exact lines but change the values) but nothing happens. I know the mod works because the three recipes that are already added function properly. Not the rest. The description page says to read the log.txt to spot errors, but the log only shows me the machines I interacted with and how to write the lines (which I also tried). Am I doing something wrong? Thanks!
Here is what you need to make it work. The main issue was that you needed to place equal sign '=" instead of colon ':' I also removed the unnecessary parts.
name = oil_from_fat in = mf_vine_press take = fat 1 give = drop_oil 10 energy = 5 time = 3
That did it! Thank you! I was copy pasting from your "example.txt" file you had in the misc section. That file contains a colon. I should have paid closer attention to the recipes you already added in the "craft.txt." file. Anyways, thanks again for the quick response and for your help!
I was wondering if there was a way to edit the amount you can get from items like the Pail of water? or if you are able to edit the recipes of furnaces or brewery's?
interact with them with logging enabled. you will see the recipes and the required names. You can then edit them however you like and they will work. As for the pail of water, that cannot be changed at the moment.
10 comments
I am going to modify the mod when I get time to allow you to edit the recipes in game. But it will be a while before I get to it.
name: oil_from_fat
in: mf_vine_press
icon: i_drop_oil
tab:
take: fat 1 min: 1
give: drop_oil 10 min: 10
craft_type: None
craft_sub_type: None
enqueue_type: Default
energy: 5
time: 3
I also removed the unnecessary parts.
name = oil_from_fat
in = mf_vine_press
take = fat 1
give = drop_oil 10
energy = 5
time = 3
Can you please do silver to gold
also cool to see the game still have modders