Defier

Quick rating

Defier

No reviews yet

Turn RF into Matter

Tech
Energy & Resource Systems
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Defier 1.4.3
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

With Defier, you can turn redstone flux into items. This mod was heavily inspired by Draconic Evolution's fusion crafting and Industrial Craft 2's mass fabricator. The mod also adds recipes for Draconic Evolution and Thermal Foundation items if their respective mod is present.

Getting Started

1. Craft the compressor. 

2. Input 2 billion items (configurable) into the compressor. The more items the compressor has stored, the more RF the compressor uses. Make sure the compressor receives at least 100k RF/tick (configurable). MAKE SURE THE COMPRESSOR NEVER RUNS OUT OF RF. When the compressor recieves 2 billion items, it will break and drop a defier core.

3. Craft a defier and a pattern molder.

4. To create an item pattern, place a pattern (does not have to be empty) and a compatible item into the pattern molder to get a pattern for that item. Use JEI to get a complete list of compatible items.

5. Place the pattern inside of the defier.

6. To get energy to the defier, energy providers will need to be used. One energy provider can transfer up to 1 million RF (configurable) to the defier at a time. Right clicking an energy provider with a speed star will increase how often the energy provider sends RF. Place an energy provider near a defier and the provider will send energy when the defier is ready.

Custom Recipes

The mod will search the /config/defier/recipes/ folder for json files.

There can be multiple files and they can be named anything you want.

All recipe files must be a json object with a json array as an element called recipes. Each element of the array is a different recipe definition.

All recipe definitions must contain a string item (the item to be used for the recipe) and a number cost (cost in RF of the recipe). An optional number meta can be included to specify the meta of the item. 

All recipes defined via config will override default recipes. If the cost is set to -1, the default recipe will simply be removed.

An example file would look like:

{
  "recipes": [
    {
      "item": "minecraft:cobblestone",
      "cost": 10000
    },
    {
      "item": "minecraft:sponge",
      "cost": 5000
    }
  ]
}

As of now, recipes that rely on other values such as stack size or itemstack NBT will need to add recipes using a mod (see below).

Custom Recipes Via Mod

Registering your own recipes is very easy. You will need to subscribe to the DefierRecipeRegistryEvent event. Using the event, you can register using an item, item and meta, or a custom implementation of the DefierRecipe class.

Screenshots

Gallery

  • Defier Energy Provider Modifiers
    Defier Energy Provider Modifiers
  • Defier Setup
    Defier Setup
  • Defier Energy Provider
    Defier Energy Provider
  • Defier Block
    Defier Block

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~120,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works