Alchemical Energy is a small mod that a new alchemical crafting system, such as a crafting table, fluid machine creator, upgrades and more for modpack creators! This mod comes with no recipes for any of its items.
CraftTweaker Support:
Alchemical Energy Fluid:
mods.alcheng.AlchemicalEnergy.add("minecraft:wool@5", "minecraft:bedrock", false); //Wool with metadata 5 will turn into bedrock after a random amount of time. Change false to true for instant transmutation.
mods.alcheng.AlchemicalEnergy.add("minecraft:planks", <minecraft:bucket>, true); //Planks will turn into bucket item after a random amount of time. Change true to false for transmutation after a random amount of time.
mods.alcheng.AlchemicalEnergy.add("ore:logWood", "minecraft:diamond_block", false); //Blocks matching oredictionary of logWood will change into a diamond block. Change false to true for instant transmutation.
mods.alcheng.AlchemicalEnergy.remove("minecraft:gravel", false); //Removes gravel transmutation from the mod. (Gravel would turn to cobblestone by default)
Alchemical Condensor:
mods.alcheng.AlchemicalCondenser.add(<minecraft:dirt>, 1000, 100, 80); //Condenses dirt block, using 1000 RF/tick, for 100 ticks (5 Seconds), and creating 80 mb of Alchemical Energy Fluid.
Alchemical Crafting Station:
mods.alcheng.AlchemicalCrafter.addShapeless(<minecraft:diamond_block>, 128, 400, 250, [ <ore:blockGold>, <ore:blockGold>, <ore:blockGold>, <ore:blockGold> ]); //4 Oredictionary Gold Blocks on the crafting table will create a Diamond Block, Shapeless, with 128 RF/tick, 400 ticks, and 250 mb of Alchemical Energy.
mods.alcheng.AlchemicalCrafter.addShaped(<minecraft:diamond_block>, 128, 400, 250, [[null, <ore:blockGold>, null ], [<ore:blockGold>, null, <ore:blockGold> ], [null, <ore:blockGold>, null] ]); //4 Oredictionary Gold Blocks on the crafting table will create a Diamond Block, Shaped, with 128 RF/tick, 400 ticks, and 250 mb of Alchemical Energy.

Permissions:
- You are not allowed to include this (or any other mods of DragonForge team) in your own mod. Building addons, however, is allowed, but a friendly PM would be good.

Want to discuss anything? Need help with APIs?
Join the discord server and follow Zeitheron on
Twitter!
If you would like to support my work, you can become a patron via
Patreon.