This commit is contained in:
Misode
2020-07-20 05:01:55 +02:00
parent 3795ad9344
commit 98f96966de
3 changed files with 42 additions and 0 deletions

View File

@@ -158,6 +158,8 @@
"criteria.entity": "Entity",
"criteria.loot_table": "Loot Table",
"criteria.player": "Player",
"criteria.entered": "Entered Location",
"criteria.exited": "Exited Location",
"criteria_add": "Add Criterion",
"criteria_remove": "Remove Criterion",
"damage.blocked": "Blocked",

View File

@@ -2020,6 +2020,26 @@
"minecraft:voluntary_exile"
]
},
{
"id": "entered",
"translate": "criteria.entered",
"type": "object",
"collapse": true,
"value": "location",
"require": [
"minecraft:nether_travel"
]
},
{
"id": "exited",
"translate": "criteria.exited",
"type": "object",
"collapse": true,
"value": "location",
"require": [
"minecraft:nether_travel"
]
},
{
"id": "recipe",
"translate": "criteria.recipe",

View File

@@ -2085,6 +2085,26 @@
"minecraft:voluntary_exile"
]
},
{
"id": "entered",
"translate": "criteria.entered",
"type": "object",
"collapse": true,
"value": "location",
"require": [
"minecraft:nether_travel"
]
},
{
"id": "exited",
"translate": "criteria.exited",
"type": "object",
"collapse": true,
"value": "location",
"require": [
"minecraft:nether_travel"
]
},
{
"id": "recipe",
"translate": "criteria.recipe",