Skip to content

Commit

Permalink
Add Polybenzimidazole Block Conversion Recipes (#2511)
Browse files Browse the repository at this point in the history
(cherry picked from commit 981fbaa)
  • Loading branch information
IntegerLimit authored and ALongStringOfNumbers committed Jul 2, 2024
1 parent 4b76678 commit 1dca2cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static void register() {
.polymer()
.liquid(new FluidBuilder().temperature(1450))
.color(0x2D2D2D)
.flags(EXCLUDE_BLOCK_CRAFTING_RECIPES, GENERATE_FOIL)
.flags(GENERATE_FOIL)
.components(Carbon, 20, Hydrogen, 12, Nitrogen, 4)
.fluidPipeProperties(1000, 350, true)
.build();
Expand Down

0 comments on commit 1dca2cb

Please sign in to comment.