mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Merge pull request #270 from iltar/add-landfill
Added landfill to the market
This commit is contained in:
commit
3bfa267742
@ -267,6 +267,7 @@ local Config = {
|
||||
{stone = 100000, type = 'buff', prototype = {name = 'mining_speed', value = 5}},
|
||||
{stone = 100000, type = 'buff', prototype = {name = 'inventory_slot', value = 1}},
|
||||
{stone = 100000, type = 'buff', prototype = {name = 'stone_automation', value = 2}},
|
||||
{stone = 100000, type = 'market', prototype = {price = 1000, name = 'landfill'}},
|
||||
|
||||
{stone = 125000, type = 'buff', prototype = {name = 'mining_speed', value = 5}},
|
||||
{stone = 125000, type = 'buff', prototype = {name = 'inventory_slot', value = 1}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user