HomeJavaModsLycheeJS
LycheeJS
ModsJava

LycheeJS

by Vvxzv · on CurseForge

⬇ Download on CurseForge

The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more