Skip to content

Commit

Permalink
xylenol balance
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Aug 31, 2023
1 parent 55916b3 commit 80431be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Version: 2.4.10
Date: ?
Changes:
- deleted empty tech solder mk05
- nerfed xylenol recipe from tar
- buffed xylenol recipe from feetnol
---------------------------------------------------------------------------------------------------
Version: 2.4.9
Date: 2023-7-25
Expand Down
6 changes: 3 additions & 3 deletions prototypes/fluids/xylenol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ RECIPE {
name = "xylenol-1",
category = "distilator",
enabled = false,
energy_required = 3,
energy_required = 6,
ingredients = {
{type = "fluid", name = "tar", amount = 200},
{type = "fluid", name = "tar", amount = 100},
},
results = {
{type = "fluid", name = "xylenol", amount = 25},
{type = "fluid", name = "xylenol", amount = 5},
},
main_product = "xylenol",
subgroup = "py-rawores-fluids",
Expand Down

0 comments on commit 80431be

Please sign in to comment.