Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 20, 2023
1 parent 4c25779 commit dcb3524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototypes/upgrades/moondrop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ if data then

data:extend{{
name = 'methane-co2-with-lamp',
results = {{type = 'fluid', amount = 60, name = 'methane', fluidbox_index = 1}},
results = {{type = 'fluid', amount = 60, name = 'methane'}},
energy_required = 15,
ingredients = {
{type = 'item', amount = 1, name = 'small-lamp'},
{type = 'fluid', amount = 100, name = 'water', fluidbox_index = 3},
{type = 'fluid', amount = 100, name = 'water'},
},
category = 'moon',
enabled = false,
Expand Down

0 comments on commit dcb3524

Please sign in to comment.