-
Bug
-
Resolution: Invalid
-
None
-
24w12a
-
None
-
Unconfirmed
-
(Unassigned)
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:'
'}"
}
}
}
]
}
}
},
"rewards":
}
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:'
'}"
}
}
}
]
}
}
},
"rewards":
}
The gamescreen(function worked)