Skip to content

Commit

Permalink
balance: Increase the salt cost in glass panes from 1 -> 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 27, 2024
1 parent 71ac608 commit e18d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/glass.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data:extend {{
ingredients = {
{type = "item", name = "sand", amount = 3},
{type = "item", name = "maraxsis-limestone", amount = 1},
{type = "item", name = "maraxsis-salt", amount = 1},
{type = "item", name = "maraxsis-salt", amount = 2},
},
results = {
{type = "item", name = "maraxsis-glass-panes", amount = 1},
Expand Down

0 comments on commit e18d732

Please sign in to comment.