Ultimate Foods

Ultimate Foods is a full rewrite and reimagining of my original mod Ultimate Utilities, expanding the concept into foods, tools, and utility items designed for gameplay, SMPs, and modpack customization.

File Details

UltimateFoods -1.21.1-2.0.2-Release-NeoForge.jar

  • R
  • Mar 20, 2026
  • 11.95 MB
  • 63
  • 1.21.1+1
  • NeoForge

File Name

UltimateFoods -1.21.1-2.0.2-Release-NeoForge.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:ultimate-foods-1455067:7783056"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.21.1-2.0.2]

Added

Enchantment Tags (ModItemTags)

  • Added AUTOSMELT_ENCHANTABLE tag (ultimatefoods:enchantable/autosmelt) — master tag for the AutoSmelt enchantment. Groups all sub-tags below.
  • Added AUTOSMELT_ENCHANTABLE_MINING (ultimatefoods:enchantable/autosmelt_mining) — includes #mining_enchantable (pickaxes and shovels from any mod).
  • Added AUTOSMELT_ENCHANTABLE_AXE (ultimatefoods:enchantable/autosmelt_axe) — includes #axes (axes from any mod).
  • Added AUTOSMELT_ENCHANTABLE_AXES (ultimatefoods:enchantable/autosmelt_axes) — includes #axes.
  • Added AUTOSMELT_ENCHANTABLE_SHOVELS (ultimatefoods:enchantable/autosmelt_shovels) — includes #shovels.
  • Added AUTOSMELT_ENCHANTABLE_PICKAXES (ultimatefoods:enchantable/autosmelt_pickaxes) — includes #pickaxes.
  • Added XPBOOST_ENCHANTABLE tag (ultimatefoods:enchantable/xpboost) — master tag for the XPBoost enchantment. Groups all sub-tags below.
  • Added XPBOOST_ENCHANTABLE_SWORD (ultimatefoods:enchantable/xpboost_sword) — includes #sword_enchantable (swords from any mod).
  • Added XPBOOST_ENCHANTABLE_SWORDS (ultimatefoods:enchantable/xpboost_swords) — includes #swords.
  • Added XPBOOST_ENCHANTABLE_AXES (ultimatefoods:enchantable/xpboost_axes) — includes #axes plus Nadienite Sword and Nadienite Axe explicitly.

All enchantment tags are datapack-extensible. To add a custom item to AutoSmelt, create data/ultimatefoods/tags/items/enchantable/autosmelt.json in your datapack and add the item to the values array.

Tool Tags (ModItemTags)

  • Nadienite Sword registered under #swords.
  • Nadienite Pickaxe registered under #pickaxes.
  • Nadienite Axe registered under #axes.

Enchantments (ModWorldGenProvider)

  • AutoSmelt now uses ultimatefoods:enchantable/autosmelt instead of #mining_enchantable directly — now applies to pickaxes, shovels and axes from any mod or vanilla.
  • XPBoost now uses ultimatefoods:enchantable/xpboost instead of #weapon_enchantable directly — now applies to swords and axes from any mod or vanilla.

Fixed

  • Removed ItemTags.AXE_ENCHANTABLE reference — this tag does not exist in 1.21; replaced with ItemTags.AXES.
  • Removed ItemTags.ENCHANTABLE reference — this tag does not exist in 1.21; entry removed from the tag definitions.