Petal Apothecary

ПолеОбязательноеОписание

output

Выходной предмет

ingredients

Список предметов для крафта

event.recipes.botania.petal_apothecary({
  output: {
    item: "botania:vinculotus",
  },
  ingredients: [
    {
      tag: "botania:petals/black",
    },
    {
      tag: "botania:petals/black",
    },
    {
      tag: "botania:petals/purple",
    },
  ],
});

Last updated