LycheeJS

Quick rating

Community listing page, reviews here may not be monitored by the author.

LycheeJS

By Vvxzv

No reviews yet

Register the lychee recipe in kubejs.

Mod Loaders
Minecraft

About

Description

KubeJS integration for Lychee.

Provides recipe handlers for Lychee's recipe types.

A example (in server_scripts) :

ServerEvents.recipes(event => {
event.recipes.lychee.block_interacting(
"minecraft:iron_axe",
"minecraft:oak_log"
)
.post([
Post.drop_item("minecraft:diamond").withChance(0.5),
Post.place("minecraft:stripped_oak_log"),
Post.damage_item()
])
})

More examples on GitHub.