Last updated 2 days ago
Total downloads 107
Total rating 1 
Categories Mods
Dependency string Ranensol-Ranensols_Carpentry-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.738 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.738

README

Aska - Ranensol's Carpentry

Adjust how many items carpenter benches produce!

What This Does

Changes the output quantities for carpenter bench recipes:

  • Shafts from hardwood long sticks
  • Planks from hardwood logs
  • Beams from hardwood long sticks
  • Posts from hardwood logs

Default is vanilla amounts. You configure how many you want!

Installation

Requires BepInEx 6 (IL2CPP)

  1. Install BepInEx 6 if you haven't already
  2. Drop the DLL into BepInEx/plugins/
  3. Launch game - it creates a config file
  4. Edit BepInEx/config/Ranensol.BepInEx.Aska.Carpentry.cfg
  5. Set your quantities and restart

Configuration Example

[Carpentry A - Quantities]
Shafts = 4    # Make 4 shafts instead of 2
Planks = 3    # Make 3 planks instead of 2

[Carpentry B - Quantities]  
Beams = 2     # Make 2 beams instead of 1
Posts = 2     # Make 2 posts instead of 1

Want to make 10 beams per stick? Set Beams = 10. That simple!

Notes

  • Use reasonable values (if you set daft amounts, expect daft results)
  • Values must be at least 1
  • Input stays the same (always 1 item in, X items out)
  • Bench capacity auto-adjusts to fit your quantities

Issues?

Values less than 1 get rejected and default to vanilla amounts. Check your logs if recipes aren't changing.