0 of 0

File information

Last updated

Original upload

Created by

soleternal

Uploaded by

soleternal

Virus scan

Safe to use

Tags for this mod

10 comments

  1. AChipInTime
    AChipInTime
    • member
    • 0 kudos
    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!
    1. soleternal
      soleternal
      • member
      • 1 kudos
      post your changes here and let me see if there is an issue.

      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.
    2. AChipInTime
      AChipInTime
      • member
      • 0 kudos
      Thanks for the quick response and for taking the time to look at this. Here's an example I took from your file but simply changed the "Take" value. 

      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
    3. soleternal
      soleternal
      • member
      • 1 kudos
      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
    4. AChipInTime
      AChipInTime
      • member
      • 0 kudos
      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!
  2. Epicjoboss
    Epicjoboss
    • member
    • 0 kudos
    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?
    1. soleternal
      soleternal
      • member
      • 1 kudos
      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.
  3. sarasana
    sarasana
    • member
    • 0 kudos
    This ia really awesome, 

    Can you please do silver to gold
    1. soleternal
      soleternal
      • member
      • 1 kudos
      you can edit the files and do this yourself.
  4. ShadoxLunik
    ShadoxLunik
    • member
    • 1 kudos
    Interesting.

    also cool to see the game still have modders