Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Merge pull request #3 from Wulfson/patch-1
Browse files Browse the repository at this point in the history
Decrease fuel value of wood and electric poles to be consistent with raw-wood
  • Loading branch information
Afforess committed Feb 4, 2016
2 parents a2f1fd8 + 4a233de commit df43fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prototypes/item.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
data.raw["item"]["raw-wood"].fuel_value = "2MJ"
data.raw["item"]["wood"].fuel_value = "1MJ"
data.raw["item"]["small-electric-pole"].fuel_value = "2MJ"
data.raw["item"]["coal"].fuel_value = "4MJ"
data.raw["item"]["solid-fuel"].fuel_value = "10MJ"

Expand Down

0 comments on commit df43fb6

Please sign in to comment.