Mojira Archive
MC-269745

Advancements' conditions.location unable to parse nbt.CustomName with translate or english characters field correctly

The function(kaleidos:behave/barrel_full/place/place):
say 1

The advancement:
{
  "criteria": {
    "requirement": {
      "trigger": "minecraft:placed_block",
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "block": {
                "blocks": "minecraft:barrel",
                "nbt": "{CustomName:'

{\"translate\": \"item.kaleidos.base.container.barrel_half\",\"italic\":false}

'}"
              }
            }
          }
        ]
      }
    }
  },
  "rewards":

{     "function": "kaleidos:behave/barrel_full/place/place"   }

}

The gamescreen(function did NOT work)

The other advancement (Use OtherNations'Charactor as CustomName):
**
{
  "parent":"kaleidos:interactions",
  "criteria": {
    "requirement": {
      "trigger": "minecraft:placed_block",
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "block": {
                "blocks": "minecraft:barrel",
                "nbt": "{CustomName:'

{\"text\":\"木盆\",\"italic\":false}

'}"
              }
            }
          }
        ]
      }
    }
  },
  "rewards":

{     "function": "kaleidos:behave/barrel_full/place/place"   }

}
The gamescreen(function worked)

 
 
 
 
 
 
 

Invalid

Zai_yu_you

2024-03-22, 05:30 AM

2024-04-05, 05:59 PM

2024-04-05, 05:59 PM

1

0

Unconfirmed

(Unassigned)

24w12a

-