advancement trigger changed_dimension ignores end to overworld
The bug
The advancement trigger changed_dimension does not trigger when exiting the end via the portal.
How to reproduce
- Download the attached advancement changed_dimension.json
and place it in the following directory of your world folder
data\advancements\custom
- Open the world
- Leave the end using the end portal
Created Issue:
advancement minecraft:changed_dimension ignores end->overworld
the advancement minecraft:changed_dimension to overworld is ignored when exiting the end via the portal.
i discovered this while creating 3 simple achievements to track the current dimension of players. the same achievement does work from nether to overworld, but not end to overoworld. ill leave the advancement below.
{
{ "item": "minecraft:planks", "data": 2 }
"display": {
"icon":,
{ "to": "overworld" }
"title": "TheOverWorld",
"description": "You entered the overworld",
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
},
"criteria": {
"Criteria_Name": {
"trigger": "minecraft:changed_dimension",
"conditions":}
{ "commands": [ "scoreboard players set @s demention 1", "advancement revoke @s only test:overworld" ] }
},
"rewards":}
Environment
windows 8
the advancement minecraft:changed_dimension to overworld is ignored when exiting the end via the portal.
i discovered this while creating 3 simple achievements to track the current dimension of players. the same achievement does work from nether to overworld, but not end to overoworld. ill leave the advancement below.
{
{ "item": "minecraft:planks", "data": 2 }
"display": {
"icon":,
{ "to": "overworld" }
"title": "TheOverWorld",
"description": "You entered the overworld",
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
},
"criteria": {
"Criteria_Name": {
"trigger": "minecraft:changed_dimension",
"conditions":}
{ "commands": [ "scoreboard players set @s demention 1", "advancement revoke @s only test:overworld" ] }
},
"rewards":}
the advancement minecraft:changed_dimension to overworld is ignored when exiting the end via the portal.
i discovered this while creating 3 simple achievements to track the current dimension of players. the same achievement does work from nether to overworld, but not end to overoworld. ill leave the advancement below.
{ "display": { "icon": { "item": "minecraft:planks", "data": 2 }, "title": "TheOverWorld", "description": "You entered the overworld", "background": "minecraft:textures/gui/advancements/backgrounds/stone.png" }, "criteria": { "Criteria_Name": { "trigger": "minecraft:changed_dimension", "conditions": { "to": "overworld" } } }, "rewards": { "commands": [ "scoreboard players set @s demention 1", "advancement revoke @s only test:overworld" ] } }
windows 8
advancementminecraft:changed_dimension ignores end->overworldadvancement trigger changed_dimension ignores end to overworld
the advancement minecraft:changed_dimension to overworld is ignored when exiting the end via the portal.
i discovered this while creating 3 simple achievements to track the current dimension of players. the same achievement does work from nether to overworld, but not end to overoworld. ill leave the advancement below.
{ "display": { "icon": { "item": "minecraft:planks", "data": 2 }, "title": "TheOverWorld", "description": "You entered the overworld", "background": "minecraft:textures/gui/advancements/backgrounds/stone.png" }, "criteria": { "Criteria_Name": { "trigger": "minecraft:changed_dimension", "conditions": { "to": "overworld" } } }, "rewards": { "commands": [ "scoreboard players set @s demention 1", "advancement revoke @s only test:overworld" ] } }The bug
The advancement trigger changed_dimension does not trigger when exiting the end via the portal.
How to reproduce
- Download the attached advancement changed_dimension.json
and place it in the following directory of your world folder
data\advancements\custom- Open the world
- Leave the End using the end portal
The bug
The advancement trigger changed_dimension does not trigger when exiting the end via the portal.
How to reproduce
- Download the attached advancement changed_dimension.json
and place it in the following directory of your world folder
data\advancements\custom- Open the world
- Leave the
End using the end portalThe bug
The advancement trigger changed_dimension does not trigger when exiting the end via the portal.
How to reproduce
- Download the attached advancement changed_dimension.json
and place it in the following directory of your world folder
data\advancements\custom- Open the world
- Leave the end using the end portal
I changed the report a bit, I hope you are fine with that.