File Details
migueleconomy-1.1.2
- R
- Jan 25, 2026
- 1.22 MB
- 56
- 1.21.1
- NeoForge
File Name
migueleconomy-1.1.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
New: Added optional
components
field to shop items for mods that use component/NBT data to differentiate items (e.g., TACZ guns)
New: Shop items now support enchanted books with
minecraft:stored_enchantments
and other custom data components
Fixed: Purchased items no longer incorrectly display as "Air" in chat messages
{
"id": "minecraft:enchanted_book",
"components": {
"minecraft:stored_enchantments": {
"levels": {
"minecraft:protection": 4
}
}
},
"buy_price": 4000,
"sell_price": 2000,
"quantity": 1,
"can_buy": true,
"can_sell": true
}
