LTDV10/packet/kubejs/server_scripts/Create Confectionery/recipe.js
2026-04-14 18:20:56 +08:00

11 lines
305 B
JavaScript

ServerEvents.recipes(e => {
const {create} = e.recipes
create.mixing(
"2x create_confectionery:honey_candy",
[
"2x minecraft:sugar",
'bakeries:flour',
Fluid.of("create:honey", 250)
]
).id("create_confectionery:honey_candy_recipe")
})