Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into dev/pa…
Browse files Browse the repository at this point in the history
…bilo/main
  • Loading branch information
Pabilo8 committed Oct 4, 2024
2 parents 5808d4f + daa9918 commit 8fadccb
Show file tree
Hide file tree
Showing 2 changed files with 2,681 additions and 980 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ public static void registerRecipes(RegistryEvent.Register<IRecipe> event)

ExcavatorHandler.addMineral("Wolframite", 15, .15f, new String[]{"oreTungsten", "oreIron"}, new float[]{.25f, .75f});
ExcavatorHandler.addMineral("Ferberite", 10, .2f, new String[]{"oreTungsten", "oreIron", "oreTin"}, new float[]{.2f, .4f, .3f});
ExcavatorHandler.addMineral("Smithsonite", 10, .15f, new String[]{"oreZinc"}, new float[]{1.0f});

LighterFuelHandler.addFuel(FluidRegistry.getFluid("creosote"), 100);
LighterFuelHandler.addFuel(FluidRegistry.getFluid("ethanol"), 20);
Expand Down
Loading

0 comments on commit 8fadccb

Please sign in to comment.