Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

New luanti mod: Enchantments Workbench

I wrote a novel Luanti mod, specifically for Mineclonia, named enchantments_workbench. You can get it from ContentDB too, in-game.

I was inspired by mod enchantments_extractor (ContentDB), and some ideas I had had for a while about facilitating the enchantments on my tools.

Description

This mod is designed for Mineclonia and adds a node, enchantment workbench, that performs 2 different operations on enchanted books.

Using

  • Enhance: e.g., Efficiency I + Efficiency I = Efficiency II
  • Copy: e.g., Efficiency I + empty book = two Efficiency I books

Use lapis lazuli or emeralds to make the very slow process happen faster. While the slot is labeled catalyst, the item is consumed! But it is not strictly necessary if you can wait.

Screenshots

Crafting recipe for enchantment workbench

Screenshot of formspec (dialog) for enchantment workbench

Settings

# Workflow time for enchantment workbench, seconds
# default 1200 (2 in-game days)
enchantments_workbench.workflow_time (Workflow time) int 1200

# Catalyst values required to speed up the process to 100%
# Comma separate list of `<item> <count>`
# default `mcl_core:lapis 5,mcl_core:emerald 10`
enchantments_workbench.catalysts (Catalyst values for 100%) string mcl_core:lapis 5,mcl_core:emerald 10

Comments