Mojira Archive
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"
        },

Works As Intended

Roy Sajima

2021-06-03, 04:48 PM

2021-06-03, 05:04 PM

2021-06-03, 04:57 PM

0

1

Unconfirmed

(Unassigned)

1.17 Pre-release 4

-