Skip to content

Configuration

Xaikii edited this page Nov 19, 2022 · 4 revisions

In works.

"/data/uniquee/tags/blocks/ecological.json" "/data/uniquee/tags/blocks/smart_ass.json"

{ "type": "uniqueapex:fusion", "ingredients": [ { "input": { "item": "minecraft:heart_of_the_sea" }, "amount": 1 }, { "input": { "item": "minecraft:obsidian" }, "amount": 128 }, { "input": { "item": "minecraft:sponge" }, "amount": 6 }, { "input":{ "type": "forge:nbt", "item": "minecraft:potion", "nbt": { "Potion": "minecraft:strong_swiftness"} }, "amount": 4 }, { "input":{"item":"minecraft:netherite_block"}, "amount": 4 }, { "input": { "item": "minecraft:enchanted_golden_apple" }, "amount": 2 } ], "enchantments": [ { "type": "minecraft:soul_speed", "level": 3 }, { "type": "minecraft:efficiency", "level": 5 }, { "type": "minecraft:channeling", "level": 1 }, {"type":"minecraft:mending","level":1} ], "lock": true, "output": "uniqueapex:aeons_fragment", "output_mode":"average" }

"enchantments" are the Enchantments to consume, the level indicates the minimum level the enchantment has to be Lock is not yet implemented, should be made true when the recipe returns a very good Enchantment(or level) OutputMode defines how the output enchantment level should be calculated. Options are: "add", "average", "min"

Clone this wiki locally