Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-206724

Pointless restriction in count feature placement modifier

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.16.4, 20w48a, 1.18, 1.19.2, 1.19.3 Pre-release 2, 1.21.1
    • None
    • Confirmed
    • Custom Worlds, Data Packs

      The bug

      The count feature placement modifier is limited to 256. This is pointless since one can achieve much higher counts by simply repeating multiple count modifiers after each other.

      Invalid placed feature

      {
        "feature": "foo:bar",
        "placement": [
          {
            "type": "minecraft:count",
            "count": "400"
          }
        ]
      }
      

      Valid placed feature

      {
        "feature": "foo:bar",
        "placement": [
          {
            "type": "minecraft:count",
            "count": "100"
          },
          {
            "type": "minecraft:count",
            "count": "4"
          }
        ]
      }
      

            Unassigned Unassigned
            Misoloo [Helper] Misode
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: