-
-
Notifications
You must be signed in to change notification settings - Fork 2
Item_Display
Legopitstop edited this page May 28, 2021
·
2 revisions
This datapack adds item display cases that you can display dropped items that will never despawn and can never be picked up. Use this pack to display your cool items!
- Display your items
- Easy to use
- Customizable
- Renamed items will show their names when displayed
- To change valid display blocks go to
<datapack>/data/item_display/tags/blocks/display_blocks.json
- Inside that file, you can change what blocks are valid.
- Once you have changed it type '/reload' to reset the datapack
Default display_blocks.json
{
"replace": false,
"values": [
"#minecraft:beacon_base_blocks" // All the blocks you can use to make beacons
]
}