Forbidden Arcanus JS
No reviews yet
Forbidden and Arcanus kubejs Compatibility
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
1.Modified the forging recipe for Forbidden and Arcanus
2.Added recipe ID to jei for the special recipe of Forbidden and Arcanus
3.Added convenient recipe add method
ServerEvents.recipes(event => {
event.recipes.forbidden_arcanus.ritual(RitualResults.ofCreateItemResult(Item.of("forbidden_arcanus:crimson_stone")), "minecraft:dirt")//Start with an output type and a primary material
.addInput("coal", 1)//Add one input Do not be greater than 8 inputs
.essences(1, 0, 0, 0)//Essence input. The order is the same as the JEI order.
.tier(1)//Forge table level requirements, optional, default 1
.matchTierExact(false)//Strict matching level, optional, false by default
.enhancers("forbidden_arcanus:artisan_relic", "forbidden_arcanus:crescent_moon")//Enhancement sub-requirements None by default
.magicCircles("forbidden_arcanus:upgrade_tier")//Formulation of finished particles
event.recipes.forbidden_arcanus.clibano_combustion(Item.of("bedrock"))//Start the recipe with an ItemStack output
.input("stone")//Single input
.inputs("iron_ingot", "gold_ingot")//Dual input
.residue("forbidden_arcanus:iron", 1)// Byproduct settings, optional, default to empty
.fireType("fire") // Fire requirements, optional, default to fire
.cookingTime(2)// Formula time, default 100, not less than or equal to 1!
.enhancer("forbidden_arcanus:divine_pact")//Enhancement sub-requirements None by default
.experience(1)//Experience None by default
.cookingBookCategory("misc") //Recipe book type, default misc can be ignored
.group("") //group Default "" I don't know what this thing is for
})
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers