promotional bannermobile promotional banner

Romna's Quality Crafting

Every weapon, armor piece, and tool you craft or loot rolls a random quality tier that affects its stats. Higher quality = better damage, armor, durability, and efficiency.

File Details

RomnasQualityCrafting-2.0.5.jar

  • R
  • Feb 20, 2026
  • 60.44 KB
  • 339
  • Early Access

File Name

RomnasQualityCrafting-2.0.5.jar

Supported Versions

  • Early Access

v2.0.5 — SimpleEnchantments Compatibility

✨ New

  • SimpleEnchantments compatibility bridge — automatically detects SimpleEnchantments at startup and registers all quality variant items with SE's EnchantmentApi, so enchanting scrolls correctly recognize variant weapons/armor/tools as enchantable
  • Metadata preservation — quality assignment, crafting, and v1.x migration now carry over all existing ItemStack metadata (including enchantments from SimpleEnchantments and any other mod-stored data) instead of creating blank items

🔧 Fixed

  • Enchanting scrolls rejecting quality items — SE's ItemCategoryManager built its category cache before RQC created variant items, causing all variants to be categorized as UNKNOWN; the new bridge re-registers them after variant creation
  • Enchantments lost on quality assignment — swapping a base item to its quality variant previously created a new ItemStack with empty metadata, destroying any enchantments; now uses the 3-arg ItemStack constructor to preserve the original BsonDocument
  • Server version mismatch — updated ServerVersion from 2026.02.18-f3b8fff95 to 2026.02.19-1a311a592