-
-
Notifications
You must be signed in to change notification settings - Fork 10
CraftTweaker Integration
As of right now, only the Moonlight Forge and Scrapper have CraftTweaker support. If you wish for more please let me know, I personally don't use CraftTweaker so I don't know what's helpful or not.
Recipes visualized using JEI
import mods.theaurorian.MoonlightForge;
mods.theaurorian.MoonlightForge.addRecipe(<theaurorian:moonstonesword>, <minecraft:diamond>, <minecraft:diamond_sword>);
This example adds the recipe for a Diamond Sword from a Moonstone Sword and a Diamond.
The moonstonesword goes into the "Input" slot, the diamond goes into the "Catalyst" slot, and the diamond_sword comes from the "Output" slot
mods.theaurorian.MoonlightForge.removeRecipe(<theaurorian:moonstonesword>, <theaurorian:aurorianiteingot>, <theaurorian:aurorianitesword>);
This example removes the recipe for Aurorianite Sword.
Note: the Moonlight Forge's recipe checker only compares input items as Items, not as an ItemStack. This means item damage and other NBT data on input items is ignored. It does count ItemStack counts.
Recipes visualized using JEI
import mods.theaurorian.Scrapper;
mods.theaurorian.Scrapper.addRecipe(<minecraft:iron_ingot>, <minecraft:iron_nugget> * 9);
This example adds the recipe for 9 Iron Nuggets from a Iron Ingot
mods.theaurorian.Scrapper.removeRecipe(<theaurorian:auroriansteelsword>, <theaurorian:auroriansteelnugget> * 12);
This example removes the recipe for 12 Aurorian Steel Nuggets from a Aurorian Steel Sword.
Be sure to go to the new wiki for updated information!
- Be sure to go to the new wiki for updated information!
- (This one is being kept due to the patchouli book using links to it, and until Elise updates those I can't fully delete this wiki)
- (It's also some cool history and legacy stuff, so maybe it'll stick around forever)
- Home
- Aurorian Portal
- Cross-Mod Compatibility {CT & TiC}
- CraftTweaker Support
- Dungeon Locator
- Dungeon Progression
- Structures
- Enemies
- Silentwood
- Aurorian Stone
- Moonstone
- Cerulean
- Looted Tools (Aurorianite, Crystalline, and Umbra
- Aurorian Steel
- Sickles
- Aurorian Slime Boots
- Spectral Silk
- Knight Armor