Mineuniverse
Log in Register
Mods

LycheeJS NeoForge

Add KubeJS compact for Lychee
by y_xiao233
Download Claim this project
25,813 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons KubeJS Utility & QoL

Example:

ServerEvents.recipes(event =>{
    let post = PostBuilder.create()
    let contextual = ContextualBuilder.create()
    event.recipes.lychee.block_clicking(
        [
            SizedIngredientWrapper.of("minecraft:gold_block")
        ],
        BlockPredicateWrapper.block("minecraft:iron_block"),
        [
            post.withChance(0.6).dropItem("minecraft:gold_block")
        ]
    ).ghost(true)

    event.recipes.lychee.item_inside(
        [
            SizedIngredientWrapper.of("minecraft:gravel")
        ],
        BlockPredicateWrapper.block("minecraft:water"),
        [
            post.dropItem("minecraft:sand")
        ],
        contextual.chance(0.5).build()
    )

    event.recipes.lychee.anvil_crafting(
        [
            Ingredient.of("minecraft:gravel"),
            Ingredient.of("minecraft:cobblestone")
        ],
        Item.of("minecraft:sand"),
        1,1
    )

    event.recipes.lychee.block_crushing(
        BlockPredicateWrapper.ANVIL,
        BlockPredicateWrapper.ANY,
        SizedIngredientWrapper.of("minecraft:cobblestone"),
        [
            post.withChance(0.6).dropItem("minecraft:gravel")
        ]
    )

    event.recipes.lychee.block_exploding(
        BlockPredicateWrapper.block("minecraft:grass_block"),
        [
            post.withChance(0.6).dropItem("minecraft:gravel")
        ]
    )

    event.recipes.lychee.block_interacting(
        [
            SizedIngredientWrapper.of("minecraft:gold_ingot")
        ],
        BlockPredicateWrapper.block("minecraft:iron_block"),
        post.withChance(0.6).consumeAndPlace("minecraft:gold_block")
    )

    event.recipes.lychee.dripstone_dripping(
        BlockPredicateWrapper.block("minecraft:water"),
        BlockPredicateWrapper.block("minecraft:dirt"),
        post.withChance(0.6).consumeAndPlace("minecraft:clay")
    )

    event.recipes.lychee.item_burning(
        SizedIngredientWrapper.of("#minecraft:logs"),
        [
            post.dropItem("minecraft:coal")
        ]
    )

    event.recipes.lychee.item_exploding(
        [
            SizedIngredientWrapper.of("minecraft:cobblestone")
        ],
        [
            post.dropItem("minecraft:gravel")
        ]
    )

    event.recipes.lychee.lightning_channeling(
        [
            SizedIngredientWrapper.of("minecraft:cobblestone")
        ],
        [
            post.dropItem("minecraft:gravel")
        ]
    )

    event.recipes.lychee.random_block_ticking(
        BlockPredicateWrapper.block("minecraft:iron_block"),
        [
            post.dropItem("minecraft:dirt")
        ]
    )
})
lycheejs-1.21.1-2.1.jar
MC Client, 1.21.1, NeoForge, Server
Release 2026-03-07 Get

More from y_xiao233

Botany Pot Configuration Card
943
KubeJS Powah Reborn
8,044
LockDownReborn
6,805
Mekanism Upgrades: Reborn
531,260
Create More Machines
4,571
ME Infinity Cell
45,037

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968