Sword Displays
The mod introduces sword displays to your minecraft world.
Usage:
To Insert an item: Right-Click with a sword (type) item | Note: You can only place one sword at a time.
To Withdraw the item: Shift + Right-Click
To Inverse Rotate the item in the display: Right-Click with an empty hand, while the display isn't empty.
In-Game Showcase:
Crafting Recipes:
Video Showcase:
Want to add more swords to the list?
To Add/Insert additional item(s) or Replace/Remove currently available ones:
1. Create a new datapack: "sworddisplay"
2. Create the following folder structure inside the datapack: 1.21+: "data/tags/item/", pre 1.21: "data/tags/items/"
3. Create a new file inside items/ called: "swords.json"
4. Follow the scheme/format of https://minecraft.fandom.com/wiki/Tags
Example:
{
"replace": false,
"values": [
"minecraft:diamond_axe",
"minecraft:mace",
"modid:item"
]
}
Will there be a Fabric version?
At the current moment there are NO plans to port the mod to Fabric.