mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 08:28:34 +01:00
Compare commits
2 commits
f574925a47
...
718494a938
Author | SHA1 | Date | |
---|---|---|---|
|
718494a938 | ||
|
5ac550f55f |
12 changed files with 23 additions and 137 deletions
|
@ -1,10 +1,10 @@
|
|||
// 1.21.1 2024-08-11T19:30:01.831319 Coffee Ingredient Recipes
|
||||
68a4a8ca4b24d8cc042c0a384069196f708a4dd9 data/actuallyadditions/recipe/coffee_ingredient/blaze_powder.json
|
||||
f18e6b3fee9f1610c0366feabc0dd3ffe2455224 data/actuallyadditions/recipe/coffee_ingredient/fermented_spider_eye.json
|
||||
5402f0078e820175f117c4c3b63907f29daa6209 data/actuallyadditions/recipe/coffee_ingredient/ghast_tear.json
|
||||
58f7831e3e547732cb9b0605334d21f45730b566 data/actuallyadditions/recipe/coffee_ingredient/golden_carrot.json
|
||||
708f899155df8a114e30f15e7e5940f75fb2a9e9 data/actuallyadditions/recipe/coffee_ingredient/magma_cream.json
|
||||
113a26d8cd82641cf612e39e4bf026f769e4597b data/actuallyadditions/recipe/coffee_ingredient/milk_bucket.json
|
||||
2869da64a7df293242e280a3e5c61fc3070f3c37 data/actuallyadditions/recipe/coffee_ingredient/milk_tagged.json
|
||||
228b27e7fb0ea183b8c34561ceb6b7b6a48fc0fe data/actuallyadditions/recipe/coffee_ingredient/pufferfish.json
|
||||
1f74a319b1677a66f1fc83ccc6c284dc51db88ef data/actuallyadditions/recipe/coffee_ingredient/sugar.json
|
||||
// 1.21.1 2024-10-23T15:53:59.2712517 Coffee Ingredient Recipes
|
||||
c27e4fb15f6385f5e539ae481204836fb61b315b data/actuallyadditions/recipe/coffee_ingredient/blaze_powder.json
|
||||
58f717b91bb3bb0dd5cff8ebeb436062d45a2d0c data/actuallyadditions/recipe/coffee_ingredient/fermented_spider_eye.json
|
||||
4a528b8d95a7df8789f61d34f7253b71c164543b data/actuallyadditions/recipe/coffee_ingredient/ghast_tear.json
|
||||
5b423115202fec7a2d68ac37cba54bfa61a94985 data/actuallyadditions/recipe/coffee_ingredient/golden_carrot.json
|
||||
d30f3419c9c3bd2fc23bc0283c45c7c0106a7d3c data/actuallyadditions/recipe/coffee_ingredient/magma_cream.json
|
||||
bcc38e8cce44fabc32911122306a631602618b84 data/actuallyadditions/recipe/coffee_ingredient/milk_bucket.json
|
||||
f8400141dd335ec5c9eec0015e622a33af249621 data/actuallyadditions/recipe/coffee_ingredient/milk_tagged.json
|
||||
ac8015c1d6abdc0afc07332002dd56c6aee20172 data/actuallyadditions/recipe/coffee_ingredient/pufferfish.json
|
||||
7f1611c9771254b5bd1d9451c942216a605b7dc5 data/actuallyadditions/recipe/coffee_ingredient/sugar.json
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:blaze_powder"
|
||||
},
|
||||
"maxAmplifier": 4
|
||||
"max_amplifier": 4
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:fermented_spider_eye"
|
||||
},
|
||||
"maxAmplifier": 2
|
||||
"max_amplifier": 2
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"maxAmplifier": 3
|
||||
"max_amplifier": 3
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:golden_carrot"
|
||||
},
|
||||
"maxAmplifier": 2
|
||||
"max_amplifier": 2
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:magma_cream"
|
||||
},
|
||||
"maxAmplifier": 2
|
||||
"max_amplifier": 2
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"type": "actuallyadditions:coffee_ingredient",
|
||||
"extraText": "jei.actuallyadditions.coffee.extra.milk",
|
||||
"extra_text": "jei.actuallyadditions.coffee.extra.milk",
|
||||
"ingredient": {
|
||||
"item": "minecraft:milk_bucket"
|
||||
},
|
||||
"maxAmplifier": 0
|
||||
"max_amplifier": 0
|
||||
}
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
],
|
||||
"type": "actuallyadditions:coffee_ingredient",
|
||||
"extraText": "jei.actuallyadditions.coffee.extra.milk",
|
||||
"extra_text": "jei.actuallyadditions.coffee.extra.milk",
|
||||
"ingredient": {
|
||||
"tag": "c:milk"
|
||||
},
|
||||
"maxAmplifier": 0
|
||||
"max_amplifier": 0
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:pufferfish"
|
||||
},
|
||||
"maxAmplifier": 2
|
||||
"max_amplifier": 2
|
||||
}
|
|
@ -10,5 +10,5 @@
|
|||
"ingredient": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"maxAmplifier": 4
|
||||
"max_amplifier": 4
|
||||
}
|
|
@ -164,8 +164,8 @@ public class CoffeeIngredientRecipe implements Recipe<RecipeInput> {
|
|||
DataResult::success
|
||||
)
|
||||
.forGetter(recipe -> recipe.instances),
|
||||
Codec.INT.fieldOf("maxAmplifier").forGetter(recipe -> recipe.maxAmplifier),
|
||||
Codec.STRING.optionalFieldOf("extraText", "").forGetter(recipe -> recipe.extraText)
|
||||
Codec.INT.fieldOf("max_amplifier").forGetter(recipe -> recipe.maxAmplifier),
|
||||
Codec.STRING.optionalFieldOf("extra_text", "").forGetter(recipe -> recipe.extraText)
|
||||
)
|
||||
.apply(instance, CoffeeIngredientRecipe::new)
|
||||
);
|
||||
|
|
|
@ -1,114 +0,0 @@
|
|||
/*
|
||||
* This file ("FoodCrafting.java") is part of the Actually Additions mod for Minecraft.
|
||||
* It is created and owned by Ellpeck and distributed
|
||||
* under the Actually Additions License to be found at
|
||||
* http://ellpeck.de/actaddlicense
|
||||
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
|
||||
*
|
||||
* © 2015-2017 Ellpeck
|
||||
*/
|
||||
|
||||
package de.ellpeck.actuallyadditions.mod.crafting;
|
||||
|
||||
// TODO: [port] MOVE TO DATA_GENERATOR
|
||||
@Deprecated
|
||||
public final class FoodCrafting {
|
||||
//
|
||||
// public static IRecipe recipePizza;
|
||||
// public static IRecipe recipeHamburger;
|
||||
// public static IRecipe recipeBigCookie;
|
||||
// public static IRecipe recipeSubSandwich;
|
||||
// public static IRecipe recipeFrenchFry;
|
||||
// public static IRecipe recipeFrenchFries;
|
||||
// public static IRecipe recipeFishNChips;
|
||||
// public static IRecipe recipeCheese;
|
||||
// public static IRecipe recipePumpkinStew;
|
||||
// public static IRecipe recipeCarrotJuice;
|
||||
// public static IRecipe recipeSpaghetti;
|
||||
// public static IRecipe recipeNoodle;
|
||||
// public static IRecipe recipeChocolate;
|
||||
// public static IRecipe recipeChocolateCake;
|
||||
// public static IRecipe recipeToast;
|
||||
// public static IRecipe recipeChocolateToast;
|
||||
// public static IRecipe recipeBacon;
|
||||
//
|
||||
// public static void init() {
|
||||
//
|
||||
// Ingredient knife = Ingredient.fromItem(InitItems.itemKnife);
|
||||
//
|
||||
// //Rice Bread
|
||||
// GameRegistry.addSmelting(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.RICE_DOUGH.ordinal()), new ItemStack(InitItems.itemFoods, 1, TheFoods.RICE_BREAD.ordinal()), 1F);
|
||||
//
|
||||
// //Bacon
|
||||
// RecipeHandler.addShapelessOreDictRecipe(new ItemStack(InitItems.itemFoods, 3, TheFoods.BACON.ordinal()), knife, new ItemStack(Items.COOKED_PORKCHOP));
|
||||
// recipeBacon = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Baguette
|
||||
// GameRegistry.addSmelting(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.DOUGH.ordinal()), new ItemStack(InitItems.itemFoods, 1, TheFoods.BAGUETTE.ordinal()), 1F);
|
||||
//
|
||||
// //Pizza
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.PIZZA.ordinal()), "HKH", "MCF", " D ", 'D', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.DOUGH.ordinal()), 'M', new ItemStack(Blocks.BROWN_MUSHROOM), 'C', "cropCarrot", 'F', new ItemStack(Items.COOKED_FISH, 1, Util.WILDCARD), 'K', knife, 'H', new ItemStack(InitItems.itemFoods, 1, TheFoods.CHEESE.ordinal()));
|
||||
// recipePizza = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Hamburger
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.HAMBURGER.ordinal()), "KT ", "CB ", " T ", 'T', new ItemStack(InitItems.itemFoods, 1, TheFoods.TOAST.ordinal()), 'C', new ItemStack(InitItems.itemFoods, 1, TheFoods.CHEESE.ordinal()), 'K', knife, 'B', new ItemStack(Items.COOKED_BEEF));
|
||||
// recipeHamburger = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Big Cookie
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.BIG_COOKIE.ordinal()), "DCD", "CDC", "DCD", 'D', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.DOUGH.ordinal()), 'C', new ItemStack(Items.DYE, 1, 3));
|
||||
// recipeBigCookie = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Sub Sandwich
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.SUBMARINE_SANDWICH.ordinal()), "KCP", "FB ", "PCP", 'P', new ItemStack(Items.PAPER), 'C', new ItemStack(InitItems.itemFoods, 1, TheFoods.CHEESE.ordinal()), 'F', new ItemStack(Items.COOKED_BEEF, 1, Util.WILDCARD), 'B', new ItemStack(InitItems.itemFoods, 1, TheFoods.BAGUETTE.ordinal()), 'K', knife);
|
||||
// recipeSubSandwich = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //French Fry
|
||||
// RecipeHandler.addShapelessOreDictRecipe(new ItemStack(InitItems.itemFoods, 2, TheFoods.FRENCH_FRY.ordinal()), new ItemStack(Items.BAKED_POTATO), knife);
|
||||
// recipeFrenchFry = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //French Fries
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.FRENCH_FRIES.ordinal()), "FFF", " P ", 'P', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.PAPER_CONE.ordinal()), 'F', new ItemStack(InitItems.itemFoods, 1, TheFoods.FRENCH_FRY.ordinal()));
|
||||
// recipeFrenchFries = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Fish N Chips
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.FISH_N_CHIPS.ordinal()), "FIF", " P ", 'I', new ItemStack(Items.COOKED_FISH, 1, Util.WILDCARD), 'P', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.PAPER_CONE.ordinal()), 'F', new ItemStack(InitItems.itemFoods, 1, TheFoods.FRENCH_FRY.ordinal()));
|
||||
// recipeFishNChips = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Cheese
|
||||
// RecipeHandler.addShapelessRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.CHEESE.ordinal()), new ItemStack(Items.MILK_BUCKET), new ItemStack(Items.EGG)); //I don't know if this makes any actual sense, but whatever
|
||||
// recipeCheese = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Pumpkin Stew
|
||||
// RecipeHandler.addShapedRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.PUMPKIN_STEW.ordinal()), "P", "B", 'P', new ItemStack(Blocks.PUMPKIN), 'B', new ItemStack(Items.BOWL));
|
||||
// recipePumpkinStew = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Carrot Juice
|
||||
// RecipeHandler.addShapelessOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.CARROT_JUICE.ordinal()), new ItemStack(Items.GLASS_BOTTLE), "cropCarrot", knife);
|
||||
// recipeCarrotJuice = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Spaghetti
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.SPAGHETTI.ordinal()), "NNN", " B ", 'N', new ItemStack(InitItems.itemFoods, 1, TheFoods.NOODLE.ordinal()), 'B', new ItemStack(Items.BOWL));
|
||||
// recipeSpaghetti = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Noodle
|
||||
// RecipeHandler.addShapelessOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.NOODLE.ordinal()), "cropWheat", knife);
|
||||
// recipeNoodle = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Chocolate
|
||||
// RecipeHandler.addShapedRecipe(new ItemStack(InitItems.itemFoods, 3, TheFoods.CHOCOLATE.ordinal()), "C C", "CMC", "C C", 'C', new ItemStack(Items.DYE, 1, 3), 'M', new ItemStack(Items.MILK_BUCKET));
|
||||
// recipeChocolate = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Chocolate Cake
|
||||
// RecipeHandler.addOreDictRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.CHOCOLATE_CAKE.ordinal()), "MMM", "CCC", "EDS", 'M', new ItemStack(Items.MILK_BUCKET), 'E', new ItemStack(Items.EGG), 'D', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.DOUGH.ordinal()), 'S', new ItemStack(Items.SUGAR), 'C', new ItemStack(Items.DYE, 1, 3));
|
||||
// recipeChocolateCake = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Toast
|
||||
// RecipeHandler.addShapelessRecipe(new ItemStack(InitItems.itemFoods, 2, TheFoods.TOAST.ordinal()), new ItemStack(Items.BREAD));
|
||||
// recipeToast = RecipeUtil.lastIRecipe();
|
||||
//
|
||||
// //Chocolate Toast
|
||||
// RecipeHandler.addShapelessRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.CHOCOLATE_TOAST.ordinal()), new ItemStack(InitItems.itemFoods, 1, TheFoods.TOAST.ordinal()), new ItemStack(InitItems.itemFoods, 1, TheFoods.CHOCOLATE.ordinal()));
|
||||
// recipeChocolateToast = RecipeUtil.lastIRecipe();
|
||||
// }
|
||||
|
||||
}
|
Loading…
Reference in a new issue