Bob's Angelthon


Adjusts Angel's Mods and to work well with Marathon and Bob's

7 years ago
0.14
11

i Adding support for fuel from Angel's Bioprocessing (wood brick!)

7 years ago

Nerfed the fuel values.

--- data-final-fixes.lua.orig 2017-01-17 23:29:35.446081227 +0100
+++ data-final-fixes.lua 2017-01-17 23:33:45.691064115 +0100
@@ -20,6 +20,11 @@
data.raw["item"]["pellet-coke"].fuel_value = "24MJ"
end

+if angelsmods.bioprocessing then
+ data.raw["item"]["wood-pellets"].fuel_value = "6MJ"
+ data.raw["item"]["wood-bricks"].fuel_value = "12MJ"
+end
+
if angelsmods.smelting then
require("prototypes.entities.bobsangelthon-smelting-entities")

New response