Skip to content

Commit

Permalink
oops, that one doesnt belong to the smoker
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Apr 18, 2024
1 parent 00b48be commit 72cfc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gregtech/loaders/c/Loader_Recipes_Vanilla.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down Expand Up @@ -952,7 +952,7 @@ public class Loader_Recipes_Vanilla implements Runnable {
RM.biomass(dust.mat(MT.MeatRotten, 9), 16);
RM.biomass(dust.mat(MT.FishRotten, 9), 16);

RM.add_smelting(ST.make(Blocks.sticky_piston, 1, W), ST.make(Blocks.piston , 1, 0), F, T, F);
RM.add_smelting(ST.make(Blocks.sticky_piston, 1, W), ST.make(Blocks.piston , 1, 0), F, F, F);
RM.add_smelting(ST.make(Items.glass_bottle , 1, W), ST.make(Blocks.glass_pane, 1, 0), F, F, F);

RM.unbox(IL.Plank.get(3), ST.make(Blocks.bookshelf, 1, W), ST.make(Items.book, 3, 0));
Expand Down

0 comments on commit 72cfc0c

Please sign in to comment.