#i need help to make a item that can teleport a player to a another dimension pls help
1 messages · Page 1 of 1 (latest)
If you don't intend to do anything yourself this is the wrong channel.
If you do intend to make it yourself, please show us what you got or explain what you are stuck on.
sorry i didnt mean it like that. I have this {
"criteria": {
"idk": {
"trigger": "minecraft:using_item",
"conditions": {
"item": {
"items": "minecraft:echo_shard",
"count": 1,
"predicates": {
"minecraft:custom_data": "{warden_kingdom:key}"
}
}
}
}
},
"requirements": [
[
"idk"
]
],
"rewards": {
"function": "warden_kingdom:key"
},
"sends_telemetry_event": false
} but idk if its right
echo_shards don't have a "using_item" trigger by default, you would have to add the consumable component
using_item would trigger once every tick while holding right mouse
and what do u mean about that
but i think this is right {
"criteria": {
"idk": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": "minecraft:echo_shard",
"count": 1,
"predicates": {
"minecraft:custom_data": "{warden_kingdom:key}"
}
}
}
},
"idk2": {
"trigger": "minecraft:using_item",
"conditions": {
"item": {
"items": "minecraft:echo_shard",
"predicates": {
"minecraft:custom_data": "{warden_kingdom:key}"
}
}
}
}
},
"requirements": [
[
"idk",
"idk2"
]
],
"rewards": {
"function": "warden_kingdom:key"
},
"sends_telemetry_event": false
}
/execute in [your dimension] run tp @s [coordinates for example ~ ~ ~]
Yea but I want to so i can do it with a echo shard
@karmic temple
But a echo share dosent have a right click
you can add the consumable component and wich version?
why does it have to be an echo shard?
It's a Warden dimension the først plan was to opening it with the aincent city central thingy but I didnt know how i do that
you can also use a poisounous potato with the item mode = echo shard component
What
sry item model
So it does a textur of a echo shard on a potato
pls ping me with the reply button so I will answer directly
yes on a poisounous potato because it is the most useless you can use it for datapacks if you would use real echo shards you were still able to craft with them the recovery compass
[minecraft:item_model=echo_shard]
if you use this command you cant eat the potato anymore:
/give @s minecraft:poisonous_potato[consumable={consume_seconds:999999999,animation:"none"},food={nutrition:0,saturation:0,can_always_eat:true},minecraft:item_model=echo_shard]
ok technicly you can still eat it but it takes very long and it would still trigger your advancement
yes consumable={consume_seconds:999999999,animation:"none"},food={nutrition:0,saturation:0,can_always_eat:true} (so you cant eat it but it triggers the advancement)
sry I never made a custom portal create for that a new thread sry
do you need with something else help?
No i think I know now
ok cool