Skip to content

Commit

Permalink
feat: cotton recipes and better seed texture
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Sep 15, 2024
1 parent 0be874a commit a2f49ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/gregtechfoodoption/recipe/chain/CoreChain.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ public static void init() {
slicingRecipes();
corn();
lithiumCarbonate();
cotton();
}



public static void zest() {
EXTRACTOR_RECIPES.recipeBuilder()
.inputs(LEMON.getStackForm())
Expand Down Expand Up @@ -612,4 +615,9 @@ public static void corn() {
public static void lithiumCarbonate() {

}

public static void cotton() {
ModHandler.addShapelessRecipe("gtfo_cotton_to_string", new ItemStack(Items.STRING, 1), COTTON.getStackForm(), COTTON.getStackForm(), COTTON.getStackForm());
ModHandler.addShapelessRecipe("gtfo_hand_cotton_seed", COTTON_SEED.getStackForm(), COTTON.getStackForm());
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2f49ee

Please sign in to comment.