Skip to content

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!

Features

  • Display your items
  • Easy to use
  • Customizable
  • Renamed items will show their names when displayed

Customizable

  1. To change valid display blocks go to <datapack>/data/item_display/tags/blocks/display_blocks.json
  2. Inside that file, you can change what blocks are valid.
  3. 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
  ]
}
Clone this wiki locally