File Details
0.10.0
- B
- Nov 1, 2025
- 3.15 MB
- 10
- 1.21.1
- NeoForge
File Name
ragium-0.10.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
API
Addon: Added
RagiumAddon.CreativeTabHelperto assist with modifying creative mode tabsBlock: Added
HTBlockTypeto store custom attributes for blockBlock: Added
HTBlockAttributewhich is used to store custom data inHTBlockTypeData
- Lang: Translation method in
HTVariantkeywas split intoHTTranslationProvider - Data Map: Replaced some data map types into datapack registries
- Recipe:
HTStackRecipeBuildernow usesImmutableItemStackinstead ofItemStack - Recipe: Replaced
HTIngredientHelperintoHTIngredientCreator
- Lang: Translation method in
Function: Added
HTPredicateswhich holds functions used in this commonlyMenu: Added
HTEnergyWidgetandHTEnergyScreento sync energy storageMenu: Added
HTExperienceWidgetandHTExperienceScreento sync experience storageMenu: Redesigned
HTFluidWidgetandHTFluidScreenMenu: Fixed wrong quick item move in
HTContainerMenuMenu: Fixed not calling
HTContainerMenu.onOpen(Player)andHTContainerMenu.onClose(Player)Item
- Component: Added
HTItemContentswhich is replacement forItemContainerContents - Component: Redesigned
HTTeleportPos
- Component: Added
Recipe
- Ingredient:
HTIngredientacceptsImmutableStackinstead of mutable stacks - Result:
HTRecipeResultreturnsImmutableStackinstead of mutable stacks
- Ingredient:
Registry: Added
HTDeferredEntityTypeandHTDeferredEntityTypeRegisterto register entity typesRegistry: Added
HTDeferredFluidandHTDeferredFluidRegisterto register fluids inHTFluidContentRegisterRegistry: Added
HTDeferredFluidTypeandHTDeferredFluidTypeRegisterto register fluid types inHTFluidContentRegisterRegistry: Split implementation of
HTHTDeferredMenuTypeintoWithContextandOnHandRegistry: Added
HTDeferredOnlyBlockandHTDeferredOnlyBlockRegisterto register blocks inHTFluidContentRegisterStorage: Added new capability type
IExperienceStorageandIExperienceStorageItemto handle exp storageStorage: Replaced energy handlers
Storage: Renamed
HTStorageStackintoImmutableStackHTItemStorageStack->ImmutableItemStackHTFluidStorageStack->ImmutableFluidStack
Storage: Built a storage system that enables more systematic resource management
HTAmountView: Provides amount and capacityHTStackView: Provides storedImmutableStackand extended fromHTAmountViewHTStackSlot: Enables insert/extract stacks and extended fromHTStackViewHTStackSlot.Basic: Simple implementation forHTStackSlot
Storage: Split
RagiumCapabilitiesinto eachHTXXCapabilitiesVariant: Removed
HTVariantKey.TaggedandHTVariantKey.WithBE
Common
Block: Added Creative Drum
Block: Removed Polished Eldritch Stone
Block: Renamed Polished Eldritch Stone Bricks into Eldritch Stone Bricks
Entity: Added Minecart with Drums
Machine
- General: Replaced energy storage in all machines from global one into each one
- Generator: Update models for fuel generators
- Processor: Melter, Refinery, and Washer render stored fluids
- Processor: Planter no longer consume seed/sapling
Integration
- Added new support for Kaleido Cookery
- Item: Added new kitchen knives (Ragi-Alloy, Ragi-Crystal)
Other
- Updated GitHub Actions
- thanks for turtton!
- Added new module
integrationfor mod compat- child of
mainmodule, parent ofdatamodule
- child of

