This mod adds an Enderfuge, which aims to improve the nugget output you get when you smelt down your armor/weapons.
As of 1.1.3 for 1.12+, we now require CTD Core to be installed along with Enderfuge. Enderfuge Version 1.4.7+ slowly adds support for other mods!
Recipe:
Note that this requires special fuel! Ender Pearls will burn for 1,600 ticks, Eyes of Ender will burn for 5,600, and End Crystals will burn for 25,000! A single operation will take 400 ticks. These all entirely configurable. Check your "config/ctd" folder!
I will only be providing the latest version of Minecraft new features, unless specified otherwise.
Contact
Twitter - @DaMG156
Discord - https://discord.gg/HA569Cx
CraftTweaker cannot modify the logo item's recipe. Please fix this or remove the logo item.
In reply to EnderSlime_123:
I can't replicate this.
I tried and still won't work.
Try /ctgui craftingtable, add the recipe, then click Remove. Restart game.
omg thank you so much for the update for 1.12.2, i was just getting ready to work on some scripts using moretweaker's compatibility with your mod, but now i wont need it anymore! thank you so much! <3
edit: im sorry to ask but, is there anyway i could low the volume of/disable the sound of the enderfuge's smelting sounds but keep the particles? its a little loud ^ ^"
edit 2:also, what is the crafttweaker package to import? im unsure, ive tried
but that didnt work, taking a peek into the source code however seems to tell this is the right import, but every other CT import ive seen usually has three parameters not two, so maybe its not working because of that? my zenscript plugin for VSC seems to pick up "enderfuge" on the third parameter, but cannot pick up anything for the second parameter. perhaps an error? or something im unaware of, regardless great work <3
In reply to Landie:
Glad I could help! I honestly had no idea MoreTweakers had compat with this mod, tbh!
Not at the moment, no, you can't mute the volume of the sound. I get it though, its heckin loud. Let me play around with it on my end and see what kinda config I can get you!
edit: it doesn't follow normal conventions, but I thought it was redundant to have it mods.enderfuge.Enderfuge
In reply to TheMasterGeneral:
this is what i did for my script, however first i need to import the modclass, which in your source code is just mods.enderfuge, but that import isnt recognized at all D:

i have tried without the import, and just doing the method with the syntax provided with its iitemstacks and float value, but it doesnt recognize it as valid due to lack of import :<
In reply to Landie:
Pastebin me the script :D
In reply to TheMasterGeneral:
i got it working! im not sure what caused it to work so suddenly, but yeah all your methods and the import works just fine c: also thank you so much for the volume config options!! <3
How much does it improve smelting used items?
In reply to purplehel:
In reply to TheMasterGeneral:
Is there CraftTweaker compatibility in case we want to adjust recipes and output amounts?
In reply to Boolyman:
Thanks for the Simple and Unique Mod!
In reply to skjking:
At first, I thought this was just another faster furnace mod but after looking at I realized how awesome of an idea it is! I love everything about it, the crafting recipe, the fuel sources, and the model. I haven't personally tested it yet, but judging by the description maybe it's a little too costly on fuel? I don't know, I'll have to play around with it.
Edit: Also, maybe add some Enderman particles around it when it's cooking?
In reply to laserlemons:
In reply to TheMasterGeneral:
If you allow I release my modpack with Enderfuge,I will gladly help you find bugs!(Permanently permission,Permanently help you find bugs)
WARNING: coremods are present:
LoadingPlugin (Bloodmoon-MC1.12-1.5.1.jar)
JechCore (JustEnoughCharacters-1.11.2-1.9.1.jar)
RebornCoreASM (RebornCore-1.12-3.0.3.32-universal.jar)
RBLoadingPlugin (RealBench-1.12-1.3.2.jar)
CXLibraryCore (cxlibrary-1.12-1.5.0.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 6/15/17 10:00 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Enderfuge (enderfuge)
Caused by: java.lang.IllegalAccessError: tried to access method net.minecraft.item.crafting.CraftingManager.func_193379_a(Ljava/lang/String;Lnet/minecraft/item/crafting/IRecipe;)V from class com.themastergeneral.ctdcore.utils.ModUtils
at com.themastergeneral.ctdcore.utils.ModUtils.addShapedRecipe(ModUtils.java:89)
at com.themastergeneral.enderfuge.common.processing.CraftingRecipe.addRecipes(CraftingRecipe.java:17)
at com.themastergeneral.enderfuge.proxy.CommonProxy.preInit(CommonProxy.java:31)
at com.themastergeneral.enderfuge.proxy.ClientProxy.preInit(ClientProxy.java:17)
at com.themastergeneral.enderfuge.Enderfuge.preInit(Enderfuge.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:648)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:276)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 269037816 bytes (256 MB) / 494723072 bytes (471 MB) up to 1046937600 bytes (998 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.0.2327 34 mods loaded, 34 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH minecraft{1.12} [Minecraft] (minecraft.jar)
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.0.2327.jar)
UCH forge{14.21.0.2327} [Minecraft Forge] (forge-1.12-14.21.0.2327.jar)
UCH je_characters{1.11.2-1.9.1} [Just Enough Characters] (JustEnoughCharacters-1.11.2-1.9.1.jar)
UCH autoplant{1.12-1.0.0} [AutoPlant] (autoplant-1.12-1.0.0.jar)
UCH betterthanmending{1.1.1} [Better Than Mending] (BetterThanMending-1.1.1.jar)
UCH bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.12-1.5.1.jar)
UCH clarity{1.0} [Clarity] (clarity-1.0.jar)
UCH cosmeticarmorreworked{1.12-v1} [CosmeticArmorReworked] (CosmeticArmorReworked-1.12-v1.jar)
UCH craftingtweaks{8.1.1} [Crafting Tweaks] (CraftingTweaks_1.12-8.1.1.jar)
UCH ctdcore{1.1.1} [CTD Core] (CTD Core-1.12-1.1.1.jar)
UCH cxlibrary{1.5.0} [CXLibrary] (cxlibrary-1.12-1.5.0.jar)
UCH durabilityshow{5.0.0} [Durability Show] (Durability Show-1.12-5.0.0.jar)
UCH csb_ench_table{1.1.2-beta1} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.12-1.1.2-beta1.jar)
UCE enderfuge{1.1.4} [Enderfuge] (Enderfuge-1.12-1.1.4.jar)
UCH ftbl{0.0.0} [FTBLib] (FTBLib-4.0.0.jar)
UCH ftbu{0.0.0} [FTBUtilities] (FTBUtilities-4.0.0.jar)
UCH gravestone{1.8.0} [Gravestone Mod] (gravestone-1.8.0.jar)
UCH jei{4.6.0.61} [Just Enough Items] (jei_1.12-4.6.0.61.jar)
UCH journeymap{1.12-5.4.6b1} [JourneyMap] (journeymap-1.12-5.4.6b1.jar)
UCH jeresources{0.7.0.10} [Just Enough Resources] (JustEnoughResources-1.12-0.7.0.10.jar)
UCH morefurnaces{1.10.0} [More Furnaces] (MoreFurnaces-1.12-1.10.0.jar)
UCH morpheus{1.12-3.3.2} [Morpheus] (Morpheus-1.12-3.3.2.jar)
UCH netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.12-5.3.1.jar)
UCH quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.12-1.2.3.jar)
UCH reborncore{3.0.3.32} [Reborn Core] (RebornCore-1.12-3.0.3.32-universal.jar)
UCH seeddrop{1.1.0-1.12} [SeedDrop] (SeedDrop-1.1.0-1.12.jar)
UCH simplegrinder{4.010.A112} [Simple Grinder] (SimpleGrinder-4.010.A112.jar)
UCH stevescarts{${version}} [Steve's Carts 2] (StevesCarts-1.12-2.4.0.14.jar)
UCH tumat{1.10.0} [TUMAT] (TUMAT-1.10.0.jar)
UCH villagerinventory{1.0.3} [Villager Inventory Viewer] (VillagerInventory-1.12-1.0.3.jar)
UCH waterstrainer{3.0.0} [Water Strainer] (WaterStrainer-1.12-3.0.0.jar)
UCH gravelores{1.2} [Gravel Ores] (gravelores-1.2.jar)
Loaded coremods (and transformers):
LoadingPlugin (Bloodmoon-MC1.12-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
JechCore (JustEnoughCharacters-1.11.2-1.9.1.jar)
towdium.je_characters.core.ClassTransformer
RebornCoreASM (RebornCore-1.12-3.0.3.32-universal.jar)
reborncore.mixin.transformer.MixinTransformer
RBLoadingPlugin (RealBench-1.12-1.3.2.jar)
pw.prok.realbench.asm.RBTransformer
CXLibraryCore (cxlibrary-1.12-1.5.0.jar)
cubex2.cxlibrary.CoreModTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.05' Renderer: 'GeForce GT 640/PCIe/SSE2'
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.0.3.32
Mixin Status: 1
Runtime Debofucsation 1
RenderEngine: 0
In reply to jim20170101:
the idea is neat and i like it...good job mate.