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
Changelog
[1.21.1-2.0.2]
Added
Enchantment Tags (ModItemTags)
- Added
AUTOSMELT_ENCHANTABLEtag (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_ENCHANTABLEtag (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#axesplus 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.jsonin your datapack and add the item to thevaluesarray.
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/autosmeltinstead of#mining_enchantabledirectly — now applies to pickaxes, shovels and axes from any mod or vanilla. - XPBoost now uses
ultimatefoods:enchantable/xpboostinstead of#weapon_enchantabledirectly — now applies to swords and axes from any mod or vanilla.
Fixed
- Removed
ItemTags.AXE_ENCHANTABLEreference — this tag does not exist in 1.21; replaced withItemTags.AXES. - Removed
ItemTags.ENCHANTABLEreference — this tag does not exist in 1.21; entry removed from the tag definitions.