Add compost recipe for golden carrot
This commit is contained in:
parent
11f41e1514
commit
163edeb576
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "exdeorum:barrel_compost",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:golden_carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_carrot"
|
||||
}
|
||||
],
|
||||
"volume": 500
|
||||
}
|
||||
|
|
@ -726,6 +726,7 @@ public class Recipes {
|
|||
|
||||
// lol
|
||||
barrelCompost(writer, "golden_apples", ingredient(Items.GOLDEN_APPLE, Items.ENCHANTED_GOLDEN_APPLE), 1000);
|
||||
barrelCompost(writer, "golden_carrot", ingredient(Items.GOLDEN_CARROT, Items.GOLDEN_CARROT), 500);
|
||||
}
|
||||
|
||||
private static void barrelCompost(Consumer<FinishedRecipe> writer, String id, Ingredient ingredient, int volume) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user