Skip to content
JadenXgamer edited this page Dec 8, 2024 · 28 revisions

Elysium

About

Elysium is a Library Mod for Forge 1.20.1+ with various utilities, built-in features and new data driven systems to allow mod developers or modpack devs to have an easier time adding things or to modify existing Blocks, Items, Enchantments, Entities and more with just jsons!

this wiki will help you with various things like setting up Elysium as a dependency and utilizing it's various APIs and data-driven features!

Installation Guide

Under-construction, come back later!

Java APIs

Various utils and helpers that you can call in your java classes to have an easier time modding

Biomes

  • ElysiumBiomeRegistry
  • SurfaceRulesRegistry

Other

  • NonEntityHierarchicalModel
  • ResourceLocationRegistryHelper

Data-Driven Stuff

Elysium is packed with several datapack-driven tools to help easily modify vanilla or modded features

Blocks

  • Use-Behaviors
  • Sound-Transformer
  • Properties-Transformer coming soon

Items

  • Properties-Transformer coming soon

Entities

  • Attribute-Transformer coming soon
  • Sound-Transformer coming soon

Clone this wiki locally