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:
Ayutac 2022-05-26 14:10:35 +02:00 committed by GitHub
parent 9a78910fbc
commit 381820d2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }
} }