-
Bug
-
Resolution: Fixed
-
20w46a
-
None
-
Confirmed
-
Commands, Data Packs
-
Low
The bug
/item entity <targets> <slot> modify <modifier> does not work when the resulting item has a different item ID.
Affected loot item functions
- minecraft:enchant_with_levels (1)
- minecraft:enchant_randomly (1)
- minecraft:set_enchantments (1)
- minecraft:furnace_smelt
- minecraft:exploration_map
(1) Only applies for books
How to reproduce
/item entity @s hotbar.0 replace minecraft:porkchop
/item entity @s hotbar.0 modify mc-205321:furnace_smelt
→ Replaced a slot on … with [Cooked Porkchop], but the item is still Raw Porkchop.
data/mc-205321/item_modifiers/furnace_smelt.json
{ "function": "minecraft:furnace_smelt" }
- is duplicated by
-
MC-206434 furnace_smelt item modifier does not work on entities
- Resolved