Lychee Oritech

Quick rating

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

Lychee Oritech

By KuDikanOwner

No reviews yet

A lychee Addon to define oritech in-world crafting & interactions using JSON recipes. particle colliding, nuclear exploding...

Mod Loaders
Minecraft

About

Description

Lychee Oritech

Lychee Oritech is Lychee mod's Addon that allows you to define custom oritech interactions using YAML/JSON recipes and datapack.

Currently Lychee Oritech has support for the following recipe type:

  • Particle Colliding Block
  • Block Nuclear Exploding
  • Particle Colliding Entity (No JEI/REI/EMI integration)
  • Entity Nuclear Exploding (No JEI/REI/EMI integration)

Adding recipes

To create a new recipe that works in every world you create, you will need a datapack loader mod, such as OpenLoader.

Or you can add recipes using CraftTweaker or KubeJS.

Examples:

Particle Colliding Block

Event when a particle is colliding with a block.

type: 'lychee:particle_block_collision'
    block_in:
      blocks: oak_log
    item_in:
      tag: 'logs'
    momentum_cost: 1000
    post: 
      place stripped_oak_log

Block Nuclear Exploding

Event when a block is destroyed by nuclear exploding.

type: 'lychee:nuclear_explosion_destroy_block'
    block_in:
      blocks: oak_log
    post: 
      place stripped_oak_log

Lychee Oritech

Lychee Oritech is Lychee mod's Addon that allows you to define custom oritech interactions using YAML/JSON recipes and datapack.

Currently Lychee Oritech has support for the following recipe type:

  • Particle Colliding Block
  • Block Nuclear Exploding
  • Particle Colliding Entity (No JEI/REI/EMI integration)
  • Entity Nuclear Exploding (No JEI/REI/EMI integration)

Adding recipes

To create a new recipe that works in every world you create, you will need a datapack loader mod, such as OpenLoader.

Or you can add recipes using CraftTweaker or KubeJS.

Examples:

Particle Colliding Block

Event when a particle is colliding with a block.

type: 'lychee:particle_block_collision'
    block_in:
      blocks: oak_log
    item_in:
      tag: 'logs'
    momentum_cost: 1000
    post: 
      place stripped_oak_log

Block Nuclear Exploding

Event when a block is destroyed by nuclear exploding.

type: 'lychee:nuclear_explosion_destroy_block'
    block_in:
      blocks: oak_log
    post: 
      place stripped_oak_log