Skip to content

Commit

Permalink
fix: Fixed wrong recycling recipe for glass. Resolves #223
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 30, 2025
1 parent 50ea9ce commit edcb866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ end
data.raw.recipe["maraxsis-glass-panes-recycling"].results = {
{type = "item", name = "sand", amount = 1, probability = 0.75},
{type = "item", name = "maraxsis-salt", amount = 1, probability = 0.25},
{type = "item", name = "maraxsis-limestone", amount = 1, probability = 0.25},
{type = "item", name = "maraxsis-limestone", amount = 1, probability = 0.5},
}

-- salt reactor localised description
Expand Down

0 comments on commit edcb866

Please sign in to comment.