promotional bannermobile promotional banner

Happy's Item Ager

Happy's Item Ager is an Add-On that adds the capability to age items!

About

Welcome to Happy's Item Ager, an Add-On that allows you to add settings to age your items. 

Features

Happy's Item Ager offers a range of useful features to age your items.

Features include:

  • Age Time
  • Age Grouping
  • Age Stages
  • Age Transformation

Required Toggle(s)

  • None

Support

To support this Add-On, consider becoming a Patron here.

For Add-On Creators

HIA For Creators

This section is for Add-On/Pack Creators who would like to use HIA to age their items.

To use HIA for your own Add-On or Pack, HIA must be downloaded separately, and cannot be included in your Add-On or Pack itself. Do not include any files in this Add-On not stated in the steps below. Thank you.

 

Adding Aging To Your Items

To add food aging to your own Add-On, follow these steps.

 

Step 1.

First, you need to create a folder to house your item settings:

  • BP/
    • items/
      • hia_settings/

 

Step 2.

Next, you need to create an item in the folder. This will house your item aging information. The name of the file doesn't matter, as long as it's easy for you to understand, and does not match any other file name in the folder, it is okay.

{
	"format_version": "1.20.80",
	"minecraft:item": {
		"description": {
			"identifier": "hia:apple",
			"menu_category": {
				"category": "none",
				"is_hidden_in_commands" : true
			}
		},
		"components": {
			"minecraft:tags" :
			{
				"tags" : [
					"hia:itemName.minecraft:apple",
					"hia:itemTo.minecraft:moss_block",
                    "hia:ageTime.1200000",
                    "hia:ageRange.1200",
                    "hia:ageName.§6Fresh§r§7",
					"hia:ageName.§eNot So Fresh§r§7"
					
				]
			}
		}
	}
}

The file above holds the settings for the Apple. The identifier of the "item" requires the namespace to be "hia" to be found, and to allow for a load order.

More specifically, the settings are stored in the tags.

  • "hia:itemName.minecraft:apple" stores what item this setting is for
  • "hia:itemTo.minecraft:moss_block" stores the item this item will transform into upon aging
  • "hia:ageTime.120000" stores the number in ticks it takes for the item to age
  • "hia:ageRange.1200" stores the number in ticks that this item will group with. The default is 1200
    • this stops items from quickly filling up the inventory due to slight age differences
  • Both "hia:ageName.§6Fresh§r§7" and "hia:ageName.§eNot So Fresh§r§7" are used to clarify the names of the aging stages. This just divides the time in aging time equally among the age names. The default is 
    "§6Fresh§r§7","§eStale§r§7","§2Spoiling§r§7","§4Rotting§r§7"

Step 3.

Now that you have some settings added to your pack, just add Happy's Item Ager to the bottom of the load order and it should start aging your items!

 

The Happy's Item Ager Team

profile avatar
  • 25
    Followers
  • 15
    Projects
  • 79.6K
    Downloads

More from HappyCannonView all

  • Cronos project image

    Cronos

    • 2.3K
    • Addons

    Cronos is an Add-On that allows you to control the passage of time!

    • 2.3K
    • June 24, 2026
    • Addons
    • +1
  • Happy's Anvils project image

    Happy's Anvils

    • 48
    • Addons

    Happy's Anvils is an Add-On that adds anvils and a reworked repair system for them to use.

    • 48
    • May 31, 2026
    • Addons
    • +1
  • Project P project image

    Project P

    • 439
    • Addons

    Project P is an Add-On that brings the Potato Dimension to Minecraft Bedrock!

    • 439
    • May 7, 2026
    • Addons
    • +1
  • Happy Lib project image

    Happy Lib

    • 1.1K
    • Addons

    A library Add-On made to make Add-Ons better!

    • 1.1K
    • April 1, 2026
    • Addons
  • Cronos project image

    Cronos

    • 2.3K
    • Addons

    Cronos is an Add-On that allows you to control the passage of time!

    • 2.3K
    • June 24, 2026
    • Addons
    • +1
  • Happy's Anvils project image

    Happy's Anvils

    • 48
    • Addons

    Happy's Anvils is an Add-On that adds anvils and a reworked repair system for them to use.

    • 48
    • May 31, 2026
    • Addons
    • +1
  • Project P project image

    Project P

    • 439
    • Addons

    Project P is an Add-On that brings the Potato Dimension to Minecraft Bedrock!

    • 439
    • May 7, 2026
    • Addons
    • +1
  • Happy Lib project image

    Happy Lib

    • 1.1K
    • Addons

    A library Add-On made to make Add-Ons better!

    • 1.1K
    • April 1, 2026
    • Addons