Loading...
Beta Modpages Unclaimed

Alt-F4

Alternative Furnace Full of Fancifull Features

0 Likes
108258 Downloads
Created by VapourDrive

Description

Mod Logo

Overview

This mod is a simple expansion on the concept behind the vanilla furnace, it features a furnace which has a few buffer stacks for output, no more wasting fuel because the output has no where to go, as well as a single buffer stacks for both the fuel input and the "to smelt" stack. This furnace also caches experience so that you can extract it and it doesn't get voided if you decide you wish to automate your smelting. Oh, and everything is customizable via a JSON file ;)

GUI

The gui should be intuitive to use and looks as follows:

GUI

It shows you visually and through a graphical element modelled after the player's experience bar how much experience it holds. It is important to note that the experience in the gui rounds down to the nearest integer because of how communication between the tile entity and the GUI works.

You can place an experience crystal in the slot underneath the first output slot and if the furnace is storing 10 or more experience it will put it into the crystal and place it in the output slot.

JEI Integration

JustEnoughItems

You can see all of the registered recipes through JEI, the fantastic Item/Recipe handler made by Mezz, check out the optional libraries for the file downloads. *This is an example, showing differing smelt times. None are changed by default*

Recipes

recipes

The Experience Crystal will render the approximate amount of experience it contains inside it, as well as display it in the tooltip.

Configurability

This mod has an extensive configurability aspect to it, all of the recipes registered for the furnace get printed out to a json file for reference on gameload, and then get read back in and fill the Evolved Furnace's recipe registry, you can insert new recipes or change the properties of existing ones by adding entries to the generated user file, make sure that the json format is valid otherwise the game will crash (no comma after the last entry). The items shown in the JEI screenshot were modified by adding these items to the JSON file. *this is an example, none are changed by default*

[
  {
    "modNameInput": "minecraft",
    "stackNameInput": "quartz_ore",
    "metaDataInput": 32767,
    "ignoreInputMeta": true,
    "stackSizeInput": 1,
    "nbtStringInput": null,
    "modNameOutput": "minecraft",
    "stackNameOutput": "quartz",
    "metaDataOutput": 0,
    "stackSizeOutput": 1,
    "nbtStringOutput": null,
    "experience": 0.2,
    "burnTime": 800,
    "toRegister": true
  },
  {
    "modNameInput": "minecraft",
    "stackNameInput": "coal_ore",
    "metaDataInput": 32767,
    "ignoreInputMeta": true,
    "stackSizeInput": 1,
    "nbtStringInput": null,
    "modNameOutput": "minecraft",
    "stackNameOutput": "coal",
    "metaDataOutput": 0,
    "stackSizeOutput": 1,
    "nbtStringOutput": null,
    "experience": 0.1,
    "burnTime": 600,
    "toRegister": true
  },
  {
    "modNameInput": "minecraft",
    "stackNameInput": "redstone_ore",
    "metaDataInput": 32767,
    "ignoreInputMeta": true,
    "stackSizeInput": 1,
    "nbtStringInput": null,
    "modNameOutput": "minecraft",
    "stackNameOutput": "redstone",
    "metaDataOutput": 0,
    "stackSizeOutput": 1,
    "nbtStringOutput": null,
    "experience": 0.7,
    "burnTime": 400,
    "toRegister": true
  }
]

Using the nbt tag feature is a little tricky, but a sample tag would be "{ench:[0:{lvl:1s,id:8s}]}" to place level one depth strider as the only enchantment on an item.

If you wish to remove a recipe from the registry, copy it's entry over from the reference json and change "to register" to false.

Caveats

As of beta release 0.2.x for both 1.7.10 and 1.8.8/9 the recipe registry runs on world/server start instead of game load which mean that it is guaranteed to catch all regular properly registered furnace recipes from other mods. I will have a look at minetweaker in the future.

Screenshot

In world


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

UniDict

a mod to unify all ingots/ores/etc; with: AE2, Immersive Engineering, Mekanism, IC2, Thermal Expansion, and a lot more Integrations.

Iron Furnaces [FORGE]

Inspired by cpw's Iron Chests, this mod introduces a variety of new furnaces to the game.

JAOPCA

Just A Ore Processing Compatibility Attempt

Compacter

Rapidly compacts items that can be crafted in 2x2 or 3x3 pattern

More Furnaces

Adds 5 furnaces with different abilities to the game

Better With Mods

Highly configurable expanision of the Vanilla game.

Jumbo Furnace

A forge mod that adds a multiblock furnace that can smelt multiple items at once