Added treetap to furnace fuel (#2963)
* Update FuelRecipes.java Needs testing, edited via web interface! * fixed the bug I hope works now
This commit is contained in:
parent
9a78910fbc
commit
381820d2f4
1 changed files with 1 additions and 0 deletions
|
@ -53,5 +53,6 @@ public class FuelRecipes {
|
||||||
// Other stuff
|
// Other stuff
|
||||||
registry.add(TRContent.Machine.RESIN_BASIN, 300);
|
registry.add(TRContent.Machine.RESIN_BASIN, 300);
|
||||||
registry.add(TRContent.Plates.WOOD, 300);
|
registry.add(TRContent.Plates.WOOD, 300);
|
||||||
|
registry.add(TRContent.TREE_TAP, 200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue