KubeJS Delight Mod (1.21.1, 1.20.1) – Compatibility, Addon
895
0
August 28, 2025
KubeJS Delight Mod allows you to add custom knives, pies and feasts in KubeJS scripts. It also supports cutting board and cooking pot recipes.

Features:
Example:
Startup Scripts:
StartupEvents.registry("block", event => {
event.create('example_pie', 'farmersdelight:pie')
.sliceItem('kubejs:example_pie_slice')
.displayName('Example Pie')
event.create('example_feast', 'farmersdelight:feast')
.servingsAmount(3)
.servingItems(['kubejs:example_feast_serving', 'kubejs:example_feast_serving_2'])
.displayName('Example Feast')
})
StartupEvents.registry("item", event => {
event.create('example_knife', 'farmersdelight:knife')
.displayName('Example Knife')
.tier('diamond')
})
Server Scripts:
ServerEvents.recipes(event => {
event.recipes.farmersdelight.cutting(
"minecraft:cobblestone",
"#forge:tools/pickaxes", // tool
[ // results
"minecraft:iron_ore",
Item.of("minecraft:diamond")
.withChance
],
// "" // sound
);
event.recipes.farmersdelight.cooking(
["minecraft:cobblestone"],
"minecraft:iron_ore", // output
30, // exp
10, // cookTime
"minecraft:bowl", // container
);
})
How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
Requirements:
KubeJS Delight Mod Download Links
For Minecraft 1.21.1
NeoForge version: Download from Server 1 – Download from Server 2
For Minecraft 1.20.1, 1.20
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.19.2
Forge version: Download from Server 1 – Download from Server 2
Click to rate this post!
[Total: 0 Average: 0]

