Skip to content

Slimefun5/LiteXpansion

 
 

Repository files navigation

LiteXpansion

Build Status GitHub Downloads (all assets, all releases) GitHub Followers GitHub Stars bStats

A Slimefun addon inspired by IndustrialCraft that adds electric machines and tools.

Requirements

🗺️ Navigation

⚙️ Configuration

To add, remove or change UU Matter recipes you need to modify the /plugins/LiteXpansion/uumatter.yml file.

Under recipes you need to specify the output, this can be a Material or a Slimefun item ID (addons supported). If you want an amount more than one you can add a colon (:) and the amount. Then as a list you specify the recipe where space is nothing and x is UU-Matter.

Here's an example where it generates 20 coal.

recipes:
  # Output item, colon (:) to indicate the amount
  # Accepts Material (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html) or Slimefun Item ID
  'COAL:20':
    # Recipe, x = UU-Matter, space = nothing
    - '  x'
    - 'x  '
    - '  x'

There are two options in /plugins/LiteXpansion/config.yml file:

  • nerf-other-addons - Enable this option will nerf Energized Solar Generator and panels in InfinityExpansion, otherwise all machines in LiteXpansion will consume double energy. (default: true)

Developer API

You can easily depend on this project using github-gradle.

In your build.gradle.kts:

plugins {
    id("io.github.intisy.github-gradle") version "1.8.2.1"
}

dependencies {
    "githubCompileOnly"("Slimefun5:LiteXpansion:v1.0.2")
}

Wiki

Read more on the Slimefun Wiki...

Discord

You can find Slimefun's community on Discord! Click the badge below to join the server for suggestions/questions or other discussions about this plugin.

Discord

License

This project is open-source and licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%