Horadric cube

Description

Horadric Cube mod 🔗

Mod adds legendary artifact that can transmute items

No other mods dependencies

Recipes 🔗

You can register own transmute recipe

horadric_cube.register_craft(craftDef)

where craftDef is table with next structure:

{
  hidden = false,
  input = <ItemStackString>,
  output = <ItemStackString>,
}

Also visible (hidden=false) recipes automatically register in i3. if mod installed

Examples: 🔗

horadric_cube:register_craft({
  input = "default:coal 9",
  output = "default:diamond"
})

horadric_cube:register_craft({
  input = "default:tree",
  output = "default:coal"
})

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

1.0

Download

Luanti 5.6+

2022-10-14 08:59 UTC

1.0 🔗

No release notes

All releases

Information

Provides

horadric_cube

Dependencies

Required
No required dependencies
Optional
i3

Information

Type
Mod
Technical Name
horadric_cube
Languages
English, Русский
License
MIT for code,
CC-BY-SA-3.0 for media.
Maintenance State
Unknown
Added
2022-10-14 08:53 UTC
Maintainers
Xevin