MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

lime_shulker_box.json0 B

Empty File
{
  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            },
            {
              "function": "minecraft:copy_nbt",
              "ops": [
                {
                  "op": "replace",
                  "source": "Lock",
                  "target": "BlockEntityTag.Lock"
                },
                {
                  "op": "replace",
                  "source": "LootTable",
                  "target": "BlockEntityTag.LootTable"
                },
                {
                  "op": "replace",
                  "source": "LootTableSeed",
                  "target": "BlockEntityTag.LootTableSeed"
                }
              ],
              "source": "block_entity"
            },
            {
              "type": "minecraft:shulker_box",
              "entries": [
                {
                  "type": "minecraft:dynamic",
                  "name": "minecraft:contents"
                }
              ],
              "function": "minecraft:set_contents"
            }
          ],
          "name": "minecraft:lime_shulker_box"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:blocks/lime_shulker_box"
}