Domum Ornamentum

Millions of unique block variants and all stairs/slabs/walls/fence and more vanilla Minecraft forgot

File Details

domum_ornamentum-1.20-1.0.144-BETA-universal.jar

  • B
  • Oct 23, 2023
  • 1007.15 KB
  • 32.1K
  • 1.20.1+1
  • Forge

File Name

domum_ornamentum-1.20-1.0.144-BETA-universal.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:domum-ornamentum-527361:4813175")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Domum_ornamentum Changelog

Version: 1.20-1.0.144-BETA

Changes:

  • JEI improvements (#188)

Includes JEI when running in DO-only dev environment, for debug/test purposes (and hopefully reduce the chance of breaking it in the future). Adds support (in creative mode only) to drag blocks directly from JEI to the Architect's Cutter input slots. These are real blocks and can be pulled back out into the player's inventory, hence being creative-only. Adds simple networking channel (does not implement message splitting, but it's not needed since it's only for a very small message at present). Fixes JEI display after the new GUI changes, and extracts several magic constants from both to try to keep them closer in sync in future. This also fixes an incorrect display of the scrollbar thumb in the actual cutter GUI that was apparently overlooked. There might be some additional places where constants should be used that I've overlooked where the relationship of derived constants was not apparent.