Skip to content

AlexNijjar/Extractinator

Repository files navigation

Extractinator

Modrinth


📖About 📖


This mod adds a new machine, the Extractinator, which converts your throwaway blocks, such as gravel and cobblestone, into valuable resources. It's based on Terraria's Silt Extractinator, incorporating silt and slush ore, along with some new features, such as full automation, support for additional blocks and extensive support for other mods.

Default Recipe

Recipe

Developers

To add this library to your project, do the following:

repositories {
  maven {
    // Location of the maven that hosts Alex's and Team Resourceful's files.
    name = "Team Resourceful Maven"
    url = "https://maven.resourcefulbees.com/repository/maven-public/"
  }
}

In an Architectury project, you would implement it like so:

Common

dependencies {
    modImplementation "tech.alexnijjar.extractinator:extractinator-common-$rootProject.minecraft_version:$rootProject.extractinator_version"
}

Fabric

dependencies {
    modImplementation "tech.alexnijjar.extractinator:extractinator-fabric-$rootProject.minecraft_version:$rootProject.extractinator_version"
}

Forge

dependencies {
    modImplementation "tech.alexnijjar.extractinator:extractinator-forge-$rootProject.minecraft_version:$rootProject.extractinator_version"
}

About

Convert blocks into resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages