Skip to content

Commit

Permalink
Add Polybenzimidazole Block Conversion Recipes (GregTechCEu#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Jun 29, 2024
1 parent 18a0bbc commit 981fbaa
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 981fbaa

Please sign in to comment.