A Slimefun addon inspired by IndustrialCraft that adds electric machines and tools.
- Java 25
- Paper 1.16.* - 26.1.*
- Slimefun 5
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)
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")
}Read more on the Slimefun Wiki...
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.
This project is open-source and licensed under the MIT License.