Modify player spawn in end...still not working
Rwstix opened this issue ยท 1 comments
Maybe I'm dumb but still not working can someone help ?
Here is the code, still not working i go inside minecraft and put the datapack in folder. but when i go in the world, the origin isn't there, i try to F3+T and still nothing... can someone make like his own power for spawing in end and send it here ?
Here is everything i've wrote :
{
"powers": [
"inanis:air_swimming",
"inanis:damage_from_no_sky",
"inanis:no_exhaustion",
"inanis:end_spawn",
"origins:translucent",
"origins:water_vulnerability"
],
"icon": "minecraft:end_crystal",
"order": 10,
"impact": 3,
"name": "Inanis",
"description": "Born in the overworld, the Inanis has been cursed by the Master of the end this way they will always wander in his dimension."
}
{
"type": "origins:damage_over_time",
"interval": 200,
"onset_delay": 40,
"damage": 1,
"condition": {
"type": "origins:exposed_to_sky",
"inverted": true
},
"name": "Desire for Freedom",
"description": "You always want to be able to see the sky, because otherwise you will slowly take damage."
}
{
"type": "origins:modify_exhaustion",
"modifier": {
"name": "No exhaustion from Origin power",
"operation": "multiply_total",
"value": 0
},
"name": "Ethereal Body",
"description": "You do not exhaust."
}
{
"type": "origins:swimming",
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">",
"compare_to": 0.0,
"inverted": true
},
"name": "Spirit of Void",
"description": "You are able to swim through the air."
}
{
"type": "origins:modify_player_spawn",
"dimension": "minecraft:the_end",
"structure": "minecraft:endcity"
}