mojira.dev
MC-227273

Moss Block and Glow Berries generate as chest loot, despite Lush Caves cannot generate naturally

As in the title.

Effect chests:
Moss Block: shipwreck_supply.json

{
          "type": "minecraft:item",
          "weight": 7,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1.0,
                "max": 4.0
              },
              "add": false
            }
          ],
          "name": "minecraft:moss_block"
        },

Glow Berries: abandoned_mineshaft.json

{
          "type": "minecraft:item",
          "weight": 15,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 3.0,
                "max": 6.0
              },
              "add": false
            }
          ],
          "name": "minecraft:glow_berries"
        },

Comments 1

This is intended as per 21w13a changelog in trade and loot table additions:

  • Moss blocks can be found in Shipwreck chests

  • Glow Berries can be found in Mineshaft chest minecarts

Roy Sajima

(Unassigned)

Unconfirmed

(Unassigned)

1.17 Pre-release 4

Retrieved