Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
Add fake item & fake block for your game.
Has been open-sourced on GitHub.
This command can spawn a fake item:
/give-fake <item> (count) (damage) (player(s))
or this command:
/give <player(s)> <item>{fake_item:<item>} (count)
The maximum durability and item stack limit of a fake item disguised as a specified item, as well as properties like attack animation, are the same as those of the disguised item.
However, the fake item cannot be used, and its actual attack damage is 0, with a mining speed of 1.0, rather than the values displayed in the non-item tooltip.
When fake item are worn by players, they do not provide actual armor values, armor toughness, or other attributes.
When the disguised item is a block, the placed block will automatically turn into a fake block.
Fake block have no drops and have the same hardness as stone.
Tips:
- Fake items do not have durability, and you can use this method to distinguish whether a specified item is a fake item;
- Fake blocks will be removed when the game save is closed;
- The items displayed in the gallery are all fake.
This mod on MCMOD's page.