various updates, ready for release 2
This commit is contained in:
BIN
bin/main/data/.DS_Store
vendored
Normal file
BIN
bin/main/data/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
bin/main/data/aspects/.DS_Store
vendored
Normal file
BIN
bin/main/data/aspects/.DS_Store
vendored
Normal file
Binary file not shown.
2
bin/main/data/aspects/functions/anemo_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/anemo_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
team add Anemo
|
||||||
|
team modify Anemo color green
|
||||||
2
bin/main/data/aspects/functions/geo_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/geo_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
team add Geo
|
||||||
|
team modify Geo color yellow
|
||||||
2
bin/main/data/aspects/functions/hydro_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/hydro_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
team add Hydro
|
||||||
|
team modify Hydro color blue
|
||||||
2
bin/main/data/aspects/functions/icarus.mcfunction
Normal file
2
bin/main/data/aspects/functions/icarus.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
playsound entity.firework_rocket.shoot neutral @s ~ ~ ~
|
||||||
|
particle ash ^ ^ ^ ^ ^ ^ 3 20
|
||||||
1
bin/main/data/aspects/functions/ordo_team.mcfunction
Normal file
1
bin/main/data/aspects/functions/ordo_team.mcfunction
Normal file
@@ -0,0 +1 @@
|
|||||||
|
team add Ordo
|
||||||
2
bin/main/data/aspects/functions/perditio_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/perditio_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
team add Perditio
|
||||||
|
team modify Perditio color dark_red
|
||||||
2
bin/main/data/aspects/functions/pyro_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/pyro_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
team add Pyro
|
||||||
|
team modify Pyro color red
|
||||||
6
bin/main/data/aspects/functions/start.mcfunction
Normal file
6
bin/main/data/aspects/functions/start.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
function aspects:anemo_team
|
||||||
|
function aspects:geo_team
|
||||||
|
function aspects:hydro_team
|
||||||
|
function aspects:ordo_team
|
||||||
|
function aspects:perditio_team
|
||||||
|
function aspects:pyro_team
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
summon iron_golem ~ ~ ~ {OnGround:1b,Glowing:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
||||||
summon iron_golem ~ ~ ~ {OnGround:1b,Glowing:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
|
||||||
playsound entity.firework_rocket.twinkle neutral @s
|
playsound entity.firework_rocket.twinkle neutral @s
|
||||||
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
|
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
|
||||||
@@ -8,7 +8,6 @@
|
|||||||
"layer": "aspects:elements"
|
"layer": "aspects:elements"
|
||||||
},
|
},
|
||||||
"origins": [
|
"origins": [
|
||||||
"aspects:human",
|
|
||||||
"aspects:magmus",
|
"aspects:magmus",
|
||||||
"aspects:ignis",
|
"aspects:ignis",
|
||||||
"aspects:navitas"
|
"aspects:navitas"
|
||||||
@@ -34,7 +33,6 @@
|
|||||||
"layer":"aspects:elements"
|
"layer":"aspects:elements"
|
||||||
},
|
},
|
||||||
"origins": [
|
"origins": [
|
||||||
"aspects:human",
|
|
||||||
"aspects:tempus",
|
"aspects:tempus",
|
||||||
"aspects:avis"
|
"aspects:avis"
|
||||||
]
|
]
|
||||||
@@ -46,10 +44,29 @@
|
|||||||
"layer":"aspects:elements"
|
"layer":"aspects:elements"
|
||||||
},
|
},
|
||||||
"origins": [
|
"origins": [
|
||||||
"aspects:human",
|
|
||||||
"aspects:dendro",
|
"aspects:dendro",
|
||||||
"idkarockthingmining"
|
"idkarockthingmining"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"type":"origins:origin",
|
||||||
|
"origin":"aspects:perditio",
|
||||||
|
"layer":"aspects:elements"
|
||||||
|
},
|
||||||
|
"origins": [
|
||||||
|
"aspects:luna"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"type":"origins:origin",
|
||||||
|
"origin":"aspects:ordo",
|
||||||
|
"layer":"aspects:elements"
|
||||||
|
},
|
||||||
|
"origins": [
|
||||||
|
"aspects:solus"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,13 @@
|
|||||||
"aspects:negate_fall_damage",
|
"aspects:negate_fall_damage",
|
||||||
"aspects:chained",
|
"aspects:chained",
|
||||||
"aspects:windborn",
|
"aspects:windborn",
|
||||||
"aspects:wise"
|
"aspects:wise",
|
||||||
|
"aspects:start",
|
||||||
|
"aspects:anemo_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:anemo_feather"
|
"item": "aspects:anemo_feather"
|
||||||
},
|
},
|
||||||
"name": "Anemo",
|
"name": "§aAnemo",
|
||||||
"description": "Anemo users are light on their feet, freeform in combat and wanderers by nature."
|
"description": "Anemo users are light on their feet, freeform in combat and wanderers by nature."
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:snowball"
|
"item": "minecraft:snowball"
|
||||||
},
|
},
|
||||||
"name": "Cryo",
|
"name": "§bCryo",
|
||||||
"description": "Cold, calculating and precise, Cryo types always get the job done."
|
"description": "Cold, calculating and precise, Cryo types always get the job done."
|
||||||
}
|
}
|
||||||
@@ -11,6 +11,6 @@
|
|||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:wheat_seeds"
|
"item": "minecraft:wheat_seeds"
|
||||||
},
|
},
|
||||||
"name": "Dendro",
|
"name": "§2Dendro",
|
||||||
"description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed."
|
"description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed."
|
||||||
}
|
}
|
||||||
@@ -4,11 +4,13 @@
|
|||||||
"aspects:resistance",
|
"aspects:resistance",
|
||||||
"aspects:explosion_damage",
|
"aspects:explosion_damage",
|
||||||
"aspects:earthborn",
|
"aspects:earthborn",
|
||||||
"aspects:deepdweller"
|
"aspects:deepdweller",
|
||||||
|
"aspects:start",
|
||||||
|
"aspects:geo_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:geo_diamond"
|
"item": "aspects:geo_diamond"
|
||||||
},
|
},
|
||||||
"name": "Geo",
|
"name": "§eGeo",
|
||||||
"description": "Down-to-earth and grounded, Geo users are all about stability and functionality."
|
"description": "Down-to-earth and grounded, Geo users are all about stability and functionality."
|
||||||
}
|
}
|
||||||
@@ -3,11 +3,12 @@
|
|||||||
"aspects:water_breathing",
|
"aspects:water_breathing",
|
||||||
"aspects:constitution",
|
"aspects:constitution",
|
||||||
"aspects:fire_damage",
|
"aspects:fire_damage",
|
||||||
"aspects:waterborn"
|
"aspects:waterborn",
|
||||||
|
"aspects:hydro_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:hydro_kelp"
|
"item": "aspects:hydro_kelp"
|
||||||
},
|
},
|
||||||
"name": "Hydro",
|
"name": "§9Hydro",
|
||||||
"description": "Fluid and ever-changing, Hydro users are flexible and aware of the intent behind the actions of their enemies in order to better defy them."
|
"description": "Fluid and ever-changing, Hydro users are flexible and aware of the intent behind the actions of their enemies in order to better defy them."
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:fire_charge"
|
"item": "minecraft:fire_charge"
|
||||||
},
|
},
|
||||||
"name": "Ignis",
|
"name": "§6Ignis",
|
||||||
"description": "Full of energy and power, Ignis types are certainly the life of the party."
|
"description": "Full of energy and power, Ignis types are certainly the life of the party."
|
||||||
}
|
}
|
||||||
15
bin/main/data/aspects/origins/luna.json
Normal file
15
bin/main/data/aspects/origins/luna.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"powers": [
|
||||||
|
"aspects:full_moon",
|
||||||
|
"aspects:nightwalker",
|
||||||
|
"aspects:wolf_affinity",
|
||||||
|
"aspects:luna_primary",
|
||||||
|
"aspects:luna_secondary",
|
||||||
|
"aspects:invisibility"
|
||||||
|
],
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:lily_of_the_valley"
|
||||||
|
},
|
||||||
|
"name": "§7Luna",
|
||||||
|
"description": "Quiet, spectral beings, Luna types possess great magical power that shifts based on the phase of the moon."
|
||||||
|
}
|
||||||
@@ -5,7 +5,9 @@
|
|||||||
"aspects:darkness_damage",
|
"aspects:darkness_damage",
|
||||||
"aspects:night_aversion",
|
"aspects:night_aversion",
|
||||||
"aspects:holy",
|
"aspects:holy",
|
||||||
"aspects:lightborn"
|
"aspects:lightborn",
|
||||||
|
"aspects:start",
|
||||||
|
"aspects:ordo_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:ordo_star"
|
"item": "aspects:ordo_star"
|
||||||
|
|||||||
@@ -4,11 +4,14 @@
|
|||||||
"aspects:undead",
|
"aspects:undead",
|
||||||
"aspects:night_strength",
|
"aspects:night_strength",
|
||||||
"aspects:day_aversion",
|
"aspects:day_aversion",
|
||||||
"aspects:voidborn"
|
"aspects:voidborn",
|
||||||
|
"aspects:wither_damage",
|
||||||
|
"aspects:start",
|
||||||
|
"aspects:perditio_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:perditio_bone"
|
"item": "aspects:perditio_bone"
|
||||||
},
|
},
|
||||||
"name": "Perditio",
|
"name": "§4Perditio",
|
||||||
"description": "Shrouded in darkness and mystery, Perditio users are unique magical beings said to be derived from the void."
|
"description": "Shrouded in darkness and mystery, Perditio users are unique magical beings said to be derived from the void."
|
||||||
}
|
}
|
||||||
@@ -4,11 +4,14 @@
|
|||||||
"aspects:nether_buff",
|
"aspects:nether_buff",
|
||||||
"aspects:water_damage",
|
"aspects:water_damage",
|
||||||
"aspects:lava_vision",
|
"aspects:lava_vision",
|
||||||
"aspects:flameborn"
|
"aspects:flameborn",
|
||||||
|
"aspects:start",
|
||||||
|
"aspects:melt",
|
||||||
|
"aspects:pyro_team"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "aspects:pyro_fire"
|
"item": "aspects:pyro_fire"
|
||||||
},
|
},
|
||||||
"name": "Pyro",
|
"name": "§cPyro",
|
||||||
"description": "Pyro users are certainly lively. The rebels of the group, they are always brimming with new ideas and drive for adventure."
|
"description": "Pyro users are certainly lively. The rebels of the group, they are always brimming with new ideas and drive for adventure."
|
||||||
}
|
}
|
||||||
16
bin/main/data/aspects/origins/solus.json
Normal file
16
bin/main/data/aspects/origins/solus.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"powers": [
|
||||||
|
"aspects:fire_resistance",
|
||||||
|
"aspects:holy_flame",
|
||||||
|
"aspects:sunbaked",
|
||||||
|
"aspects:sun_bar",
|
||||||
|
"aspects:decay",
|
||||||
|
"aspects:solus_primary",
|
||||||
|
"aspects:solus_secondary"
|
||||||
|
],
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:sunflower"
|
||||||
|
},
|
||||||
|
"name": "§6Solus",
|
||||||
|
"description": "Bold and egotistical, Solus types are as bright as the sun. Paladins, warriors and priests, these types are always in the action."
|
||||||
|
}
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:amethyst_shard"
|
"item": "minecraft:amethyst_shard"
|
||||||
},
|
},
|
||||||
"name": "Tempus",
|
"name": "§5Tempus",
|
||||||
"description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads."
|
"description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads."
|
||||||
}
|
}
|
||||||
15
bin/main/data/aspects/powers/anemo_team.json
Normal file
15
bin/main/data/aspects/powers/anemo_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Anemo @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Natural Growth",
|
"name": "Natural Growth",
|
||||||
"description": "When you sneak and press the use button, you can grow the block you are looking at.",
|
"description": "When you sneak and press the use button, you can grow the block you are looking at.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
],
|
||||||
"type": "origins:multiple",
|
"type": "origins:multiple",
|
||||||
"bonemeal":
|
"bonemeal":
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,10 @@
|
|||||||
"type": "origins:action_when_damage_taken",
|
"type": "origins:action_when_damage_taken",
|
||||||
"entity_action": {
|
"entity_action": {
|
||||||
"type": "origins:damage",
|
"type": "origins:damage",
|
||||||
"amount": 2
|
"amount": 2,
|
||||||
|
"source": {
|
||||||
|
"name": "generic"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"damage_condition": {
|
"damage_condition": {
|
||||||
"type": "origins:name",
|
"type": "origins:name",
|
||||||
@@ -10,5 +13,11 @@
|
|||||||
},
|
},
|
||||||
"cooldown": 1,
|
"cooldown": 1,
|
||||||
"name":"Darkness Damage",
|
"name":"Darkness Damage",
|
||||||
"description":"You take more damage from wither damage."
|
"description":"You take more damage from wither damage.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
"text": "Negative"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -3,12 +3,18 @@
|
|||||||
"modifier": {
|
"modifier": {
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
"operation": "addition",
|
"operation": "addition",
|
||||||
"value": -2
|
"value": -0.05
|
||||||
},
|
},
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"condition": {
|
"condition": {
|
||||||
"type": "origins:daytime"
|
"type": "origins:daytime"
|
||||||
},
|
},
|
||||||
"name":"Day Aversion",
|
"name":"Day Aversion",
|
||||||
"description":"You are weakened at daytime."
|
"description":"You are weakened at daytime.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
"text": "Negative"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
10
bin/main/data/aspects/powers/decay.json
Normal file
10
bin/main/data/aspects/powers/decay.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_over_time",
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:change_resource",
|
||||||
|
"resource": "aspects:sun_bar",
|
||||||
|
"change": -0.5
|
||||||
|
},
|
||||||
|
"interval": 150,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -15,5 +15,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name":"Deepdweller",
|
"name":"Deepdweller",
|
||||||
"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30."
|
"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -4,14 +4,16 @@
|
|||||||
"type": "origins:execute_command",
|
"type": "origins:execute_command",
|
||||||
"command": "function aspects:summon_golems"
|
"command": "function aspects:summon_golems"
|
||||||
},
|
},
|
||||||
"cooldown": 2400,
|
"cooldown": 3400,
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"should_render": true,
|
"should_render": true,
|
||||||
"inverted":true
|
"inverted":true,
|
||||||
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
"bar_index":8
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.secondary_active"
|
"key": "key.origins.secondary_active"
|
||||||
},
|
},
|
||||||
"name":"Friendly Assistance",
|
"name":"Friendly Assistance",
|
||||||
"description":"As your secondary ability, you can spawn in two Iron Golems to help you fight off enemies."
|
"description":"As your secondary ability, you can spawn in an Iron Golem to help you fight off enemies."
|
||||||
}
|
}
|
||||||
@@ -14,5 +14,11 @@
|
|||||||
},
|
},
|
||||||
"cooldown": 1,
|
"cooldown": 1,
|
||||||
"name":"Crystalline",
|
"name":"Crystalline",
|
||||||
"description":"You take more damage from explosions."
|
"description":"You take more damage from explosions.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
"text": "Negative"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
17
bin/main/data/aspects/powers/fire_resistance.json
Normal file
17
bin/main/data/aspects/powers/fire_resistance.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_over_time",
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:apply_effect",
|
||||||
|
"effect": {
|
||||||
|
"effect": "minecraft:fire_resistance",
|
||||||
|
"duration": 200,
|
||||||
|
"amplifier": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"interval": 20,
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:on_fire"
|
||||||
|
},
|
||||||
|
"name":"Heat of the Sun",
|
||||||
|
"description":"Fire doesn't hurt as much."
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"modifier": {
|
"modifier": {
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
"operation": "addition",
|
"operation": "addition",
|
||||||
"value": 2
|
"value": 3
|
||||||
},
|
},
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"condition": {
|
"condition": {
|
||||||
|
|||||||
@@ -13,12 +13,22 @@
|
|||||||
"condition": {
|
"condition": {
|
||||||
"type": "origins:block_in_radius",
|
"type": "origins:block_in_radius",
|
||||||
"block_condition": {
|
"block_condition": {
|
||||||
"type": "origins:block",
|
"type": "origins:in_tag",
|
||||||
"block": "minecraft:flower"
|
"tag": "minecraft:flowers"
|
||||||
},
|
},
|
||||||
"radius": 5,
|
"radius": 5,
|
||||||
"shape": "cube",
|
"shape": "cube",
|
||||||
"comparison": ">=",
|
"comparison": ">=",
|
||||||
"compare_to": 1
|
"compare_to": 1
|
||||||
|
},
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"name":"Flower Regeneration",
|
||||||
|
"description":"You are healed when you are nearby flowers."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
31
bin/main/data/aspects/powers/full_moon.json
Normal file
31
bin/main/data/aspects/powers/full_moon.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:multiple",
|
||||||
|
"speed": {
|
||||||
|
"type": "origins:conditioned_attribute",
|
||||||
|
"modifier": {
|
||||||
|
"attribute": "minecraft:generic.movement_speed",
|
||||||
|
"operation": "addition",
|
||||||
|
"value": 0.05
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"strength":{
|
||||||
|
"type": "origins:conditioned_attribute",
|
||||||
|
"modifier": {
|
||||||
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
|
"operation": "addition",
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:predicate",
|
||||||
|
"predicate": "moon-phase:at_night/is_full_moon"
|
||||||
|
},
|
||||||
|
"name":"Full Moon",
|
||||||
|
"description":"On full moons, your speed and strength are greatly increased.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
15
bin/main/data/aspects/powers/geo_team.json
Normal file
15
bin/main/data/aspects/powers/geo_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Geo @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -14,5 +14,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name":"Grassfeet",
|
"name":"Grassfeet",
|
||||||
"description":"When on grass blocks, your movement speed is increased."
|
"description":"When on grass blocks, your movement speed is increased.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,11 @@
|
|||||||
"operation": "addition"
|
"operation": "addition"
|
||||||
},
|
},
|
||||||
"name":"Heavy As Stone",
|
"name":"Heavy As Stone",
|
||||||
"description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects."
|
"description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
"text": "Negative"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -13,6 +13,12 @@
|
|||||||
"group": "undead"
|
"group": "undead"
|
||||||
},
|
},
|
||||||
"name":"Holy Affinity",
|
"name":"Holy Affinity",
|
||||||
"description":"You do more damage against the undead."
|
"description":"You do more damage against the undead.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -3,12 +3,18 @@
|
|||||||
"modifier": {
|
"modifier": {
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
"operation": "addition",
|
"operation": "addition",
|
||||||
"value": 2
|
"value": 1
|
||||||
},
|
},
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"condition": {
|
"condition": {
|
||||||
"type": "origins:daytime"
|
"type": "origins:daytime"
|
||||||
},
|
},
|
||||||
"name":"Holy Light",
|
"name":"Holy Light",
|
||||||
"description":"You do more damage during the daytime."
|
"description":"You do more damage during the daytime.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
15
bin/main/data/aspects/powers/hydro_team.json
Normal file
15
bin/main/data/aspects/powers/hydro_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Hydro @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -24,8 +24,14 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"hud_render": {
|
||||||
|
"inverted":true,
|
||||||
|
"should_render": true,
|
||||||
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
"bar_index":15
|
||||||
|
},
|
||||||
"key":"key.origins.secondary_active",
|
"key":"key.origins.secondary_active",
|
||||||
"cooldown": 1400,
|
"cooldown": 1400,
|
||||||
"name":"Ring of Fire",
|
"name":"Ring of Fire",
|
||||||
"description":"As your secondary ability, you can light entites around you on fire for a few seconds."
|
"description":"As your secondary ability, you can light entities around you on fire for a few seconds."
|
||||||
}
|
}
|
||||||
9
bin/main/data/aspects/powers/invisibility.json
Normal file
9
bin/main/data/aspects/powers/invisibility.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:invisibility",
|
||||||
|
"render_armor": true,
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:power_active",
|
||||||
|
"power": "aspects:luna_primary"
|
||||||
|
},
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -1,14 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "origins:self_glow",
|
"type": "origins:particle",
|
||||||
"bientity_condition": {
|
"particle": "minecraft:enchant",
|
||||||
"type": "origins:can_see"
|
"frequency": 20,
|
||||||
},
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:exposed_to_sun"
|
|
||||||
},
|
|
||||||
"use_teams": false,
|
|
||||||
"red": 0.0,
|
|
||||||
"green": 0.0,
|
|
||||||
"blue": 0.0,
|
|
||||||
"hidden":true
|
"hidden":true
|
||||||
}
|
}
|
||||||
10
bin/main/data/aspects/powers/luna_primary.json
Normal file
10
bin/main/data/aspects/powers/luna_primary.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:toggle",
|
||||||
|
"key": {
|
||||||
|
"key": "key.origins.primary_active",
|
||||||
|
"continuous": false
|
||||||
|
},
|
||||||
|
"retain_state": false,
|
||||||
|
"name":"Invisibility",
|
||||||
|
"description":"As your primary ability, you can toggle invisibility. Deactivates when you are on fire."
|
||||||
|
}
|
||||||
25
bin/main/data/aspects/powers/luna_secondary.json
Normal file
25
bin/main/data/aspects/powers/luna_secondary.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:active_self",
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:spawn_effect_cloud",
|
||||||
|
"radius": 10.0,
|
||||||
|
"wait_time": 40,
|
||||||
|
"effect": {
|
||||||
|
"effect": "minecraft:wither",
|
||||||
|
"amplifier": 3,
|
||||||
|
"duration": 20
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cooldown": 1400,
|
||||||
|
"hud_render": {
|
||||||
|
"should_render": true,
|
||||||
|
"inverted":true,
|
||||||
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
"bar_index":9
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"key": "key.origins.secondary_active"
|
||||||
|
},
|
||||||
|
"name":"Dark Shroud",
|
||||||
|
"description":"With your secondary ability, you can disperse a shroud of wither."
|
||||||
|
}
|
||||||
44
bin/main/data/aspects/powers/melt.json
Normal file
44
bin/main/data/aspects/powers/melt.json
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"type":"origins:multiple",
|
||||||
|
"ice":{
|
||||||
|
"type": "origins:action_over_time",
|
||||||
|
"interval": 5,
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:if_else",
|
||||||
|
"condition": {
|
||||||
|
"inverted":true,
|
||||||
|
"type": "origins:sneaking"
|
||||||
|
|
||||||
|
},
|
||||||
|
"if_action": {
|
||||||
|
"type":"origins:and",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type":"origins:execute_command",
|
||||||
|
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 water replace minecraft:frosted_ice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"origins:execute_command",
|
||||||
|
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 air replace minecraft:snow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"origins:execute_command",
|
||||||
|
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 water replace minecraft:ice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"origins:execute_command",
|
||||||
|
"command": "fill ~1 ~1 ~1 ~1 ~1 ~1 air replace minecraft:snow"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name":"Hot Feet",
|
||||||
|
"description":"Ice and snow underneath you will melt.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||||
|
"text": "Neutral"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"modifier": {
|
"modifier": {
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
"operation": "addition",
|
"operation": "addition",
|
||||||
"value": -2
|
"value": -0.05
|
||||||
},
|
},
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"condition": {
|
"condition": {
|
||||||
@@ -11,5 +11,11 @@
|
|||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"name":"Night Aversion",
|
"name":"Night Aversion",
|
||||||
"description":"You are weakened at nighttime."
|
"description":"You are weakened at nighttime.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
"text": "Negative"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"modifier": {
|
"modifier": {
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
"attribute": "minecraft:generic.attack_damage",
|
||||||
"operation": "addition",
|
"operation": "addition",
|
||||||
"value": 2
|
"value": 1
|
||||||
},
|
},
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"condition": {
|
"condition": {
|
||||||
@@ -11,5 +11,11 @@
|
|||||||
"inverted": true
|
"inverted": true
|
||||||
},
|
},
|
||||||
"name":"Night Strength",
|
"name":"Night Strength",
|
||||||
"description":"You do more damage during the nighttime."
|
"description":"You do more damage during the nighttime.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
21
bin/main/data/aspects/powers/nightwalker.json
Normal file
21
bin/main/data/aspects/powers/nightwalker.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:conditioned_attribute",
|
||||||
|
"modifier": {
|
||||||
|
"attribute": "minecraft:generic.movement_speed",
|
||||||
|
"operation": "addition",
|
||||||
|
"value": 0.005
|
||||||
|
},
|
||||||
|
"tick_rate": 20,
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:daytime",
|
||||||
|
"inverted": true
|
||||||
|
},
|
||||||
|
"name":"Nightwalker",
|
||||||
|
"description":"Your movement speed is increased at night.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
15
bin/main/data/aspects/powers/ordo_team.json
Normal file
15
bin/main/data/aspects/powers/ordo_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Ordo @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
15
bin/main/data/aspects/powers/perditio_team.json
Normal file
15
bin/main/data/aspects/powers/perditio_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Perditio @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -8,7 +8,13 @@
|
|||||||
"type": "origins:name",
|
"type": "origins:name",
|
||||||
"name":"magic"
|
"name":"magic"
|
||||||
},
|
},
|
||||||
"cooldown": 1,
|
"cooldown": 0.5,
|
||||||
"name":"Poison Ivy",
|
"name":"Poison Ivy",
|
||||||
"description":"You cannot receive the poison status effect."
|
"description":"Poison damage doesn't hurt as much.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -2,14 +2,14 @@
|
|||||||
"type": "origins:action_over_time",
|
"type": "origins:action_over_time",
|
||||||
"entity_action": {
|
"entity_action": {
|
||||||
"type": "origins:chance",
|
"type": "origins:chance",
|
||||||
|
"chance": 0.05,
|
||||||
"action": {
|
"action": {
|
||||||
"type": "origins:apply_effect",
|
"type": "origins:apply_effect",
|
||||||
"effect": {
|
"effect": {
|
||||||
"effect": "minecraft:hero_of_the_village",
|
"effect": "minecraft:hero_of_the_village",
|
||||||
"duration": 12000,
|
"duration": 12000,
|
||||||
"amplifier": 0
|
"amplifier": 0
|
||||||
},
|
}
|
||||||
"chance": 0.05
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interval": 24000,
|
"interval": 24000,
|
||||||
@@ -17,5 +17,11 @@
|
|||||||
"type": "origins:daytime"
|
"type": "origins:daytime"
|
||||||
},
|
},
|
||||||
"name":"Positive Influence",
|
"name":"Positive Influence",
|
||||||
"description":"As every morning passes, you have a small chance to gain the Hero of the Village effect."
|
"description":"As every morning passes, you have a small chance to gain the Hero of the Village effect.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
15
bin/main/data/aspects/powers/pyro_team.json
Normal file
15
bin/main/data/aspects/powers/pyro_team.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team join Pyro @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"entity_action_lost": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "team leave @s",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
@@ -6,5 +6,11 @@
|
|||||||
"operation": "addition"
|
"operation": "addition"
|
||||||
},
|
},
|
||||||
"name":"Resistance",
|
"name":"Resistance",
|
||||||
"description":"You have more natural armour points than other aspect users."
|
"description":"You have more natural armour points than other aspect users.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
28
bin/main/data/aspects/powers/solus_primary.json
Normal file
28
bin/main/data/aspects/powers/solus_primary.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:active_self",
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:area_of_effect",
|
||||||
|
"radius": 40,
|
||||||
|
"bientity_action": {
|
||||||
|
"type": "origins:target_action",
|
||||||
|
"action": {
|
||||||
|
"type": "origins:apply_effect",
|
||||||
|
"effect": {
|
||||||
|
"effect": "minecraft:glowing",
|
||||||
|
"duration": 300,
|
||||||
|
"amplifier": 0,
|
||||||
|
"show_particles":false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cooldown": 600,
|
||||||
|
"hud_render": {
|
||||||
|
"should_render": true,
|
||||||
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
"bar_index":10,
|
||||||
|
"inverted":true
|
||||||
|
},
|
||||||
|
"name":"Solar Revealing",
|
||||||
|
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability. What an eyesore."
|
||||||
|
}
|
||||||
52
bin/main/data/aspects/powers/solus_secondary.json
Normal file
52
bin/main/data/aspects/powers/solus_secondary.json
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:active_self",
|
||||||
|
"entity_action": {
|
||||||
|
"type":"origins:and",
|
||||||
|
"actions":[
|
||||||
|
{
|
||||||
|
"type":"origins:execute_command",
|
||||||
|
"command":"function aspects:icarus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "origins:area_of_effect",
|
||||||
|
"radius": 15,
|
||||||
|
"bientity_action": {
|
||||||
|
"type":"origins:and",
|
||||||
|
"actions":[
|
||||||
|
{
|
||||||
|
"type": "origins:target_action",
|
||||||
|
"action": {
|
||||||
|
"type": "origins:damage",
|
||||||
|
"amount": 10,
|
||||||
|
"source": {
|
||||||
|
"name": "inFire",
|
||||||
|
"bypasses_armor": true,
|
||||||
|
"fire":true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "origins:target_action",
|
||||||
|
"action": {
|
||||||
|
"type": "origins:add_velocity",
|
||||||
|
"y": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"cooldown": 3400,
|
||||||
|
"hud_render": {
|
||||||
|
"should_render": true,
|
||||||
|
"inverted":true,
|
||||||
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
"bar_index":20
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"key": "key.origins.secondary_active"
|
||||||
|
},
|
||||||
|
"name":"Icarus",
|
||||||
|
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire. They shouldn't have strayed so close to the sun!"
|
||||||
|
}
|
||||||
10
bin/main/data/aspects/powers/start.json
Normal file
10
bin/main/data/aspects/powers/start.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_callback",
|
||||||
|
"entity_action_chosen": {
|
||||||
|
"type": "origins:execute_command",
|
||||||
|
"command": "function aspects:start",
|
||||||
|
"permission_level": 4
|
||||||
|
},
|
||||||
|
"execute_chosen_when_orb": true,
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
19
bin/main/data/aspects/powers/sun_bar.json
Normal file
19
bin/main/data/aspects/powers/sun_bar.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:resource",
|
||||||
|
"min": 0,
|
||||||
|
"max": 30,
|
||||||
|
"hud_render": {
|
||||||
|
"should_render": true,
|
||||||
|
"sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png"
|
||||||
|
},
|
||||||
|
"max_action": {
|
||||||
|
"type": "origins:apply_effect",
|
||||||
|
"effect": {
|
||||||
|
"effect": "minecraft:strength",
|
||||||
|
"show_particles":false,
|
||||||
|
"duration": 200,
|
||||||
|
"amplifier": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hidden":true
|
||||||
|
}
|
||||||
20
bin/main/data/aspects/powers/sunbaked.json
Normal file
20
bin/main/data/aspects/powers/sunbaked.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_over_time",
|
||||||
|
"entity_action": {
|
||||||
|
"type": "origins:change_resource",
|
||||||
|
"resource": "aspects:sun_bar",
|
||||||
|
"change": 1
|
||||||
|
},
|
||||||
|
"interval": 10,
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:exposed_to_sun"
|
||||||
|
},
|
||||||
|
"name":"Sunbaked",
|
||||||
|
"description":"When you stay in the sun for long enough, you will become strengthened.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"radius": 10,
|
"radius": 10,
|
||||||
"bientity_action": {
|
"bientity_action": {
|
||||||
"type": "origins:damage",
|
"type": "origins:damage",
|
||||||
"amount": 5,
|
"amount": 4,
|
||||||
"source": {
|
"source": {
|
||||||
"name": "lightningBolt",
|
"name": "lightningBolt",
|
||||||
"bypasses_armor": true
|
"bypasses_armor": true
|
||||||
|
|||||||
@@ -2,5 +2,11 @@
|
|||||||
"type": "origins:entity_group",
|
"type": "origins:entity_group",
|
||||||
"group": "undead",
|
"group": "undead",
|
||||||
"name":"Undead",
|
"name":"Undead",
|
||||||
"description":"You are undead. You don't burn in the sun, but you have the other side effects of being deceased, such as reversed health and damage potions."
|
"description":"You are undead. You don't burn in the sun, but you have the other side effects of being deceased, such as reversed health and damage potions.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||||
|
"text": "Neutral"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -27,5 +27,11 @@
|
|||||||
},
|
},
|
||||||
"cooldown": 1,
|
"cooldown": 1,
|
||||||
"name":"Void Teleport",
|
"name":"Void Teleport",
|
||||||
"description":"When you fall into the void, you will be teleported high up into the air in the center of the overworld regardless of the dimension you are currently in."
|
"description":"When you fall into the void, you will be teleported high up into the air in the center of the overworld regardless of the dimension you are currently in.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||||
|
"text": "Neutral"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -1,16 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "origins:multiple",
|
|
||||||
"transparent": {
|
|
||||||
"type": "origins:model_color",
|
|
||||||
"red": 0.2,
|
|
||||||
"green": 0.2,
|
|
||||||
"blue":0.2,
|
|
||||||
"alpha": 0.7
|
|
||||||
},
|
|
||||||
"particle": {
|
|
||||||
"type": "origins:particle",
|
"type": "origins:particle",
|
||||||
"particle": "minecraft:mycelium",
|
"particle": "minecraft:mycelium",
|
||||||
"frequency": 20
|
"frequency": 20,
|
||||||
},
|
|
||||||
"hidden":true
|
"hidden":true
|
||||||
}
|
}
|
||||||
19
bin/main/data/aspects/powers/wither_damage.json
Normal file
19
bin/main/data/aspects/powers/wither_damage.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:action_on_hit",
|
||||||
|
"bientity_action": {
|
||||||
|
"type": "origins:damage",
|
||||||
|
"amount": 0.05,
|
||||||
|
"source": {
|
||||||
|
"name": "wither",
|
||||||
|
"bypasses_armor": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name":"Wither",
|
||||||
|
"description":"Your attacks do wither damage.",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
23
bin/main/data/aspects/powers/wolf_affinity.json
Normal file
23
bin/main/data/aspects/powers/wolf_affinity.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:multiple",
|
||||||
|
"tame_wolf":
|
||||||
|
{
|
||||||
|
"type": "origins:action_on_entity_use",
|
||||||
|
"bientity_action":
|
||||||
|
{
|
||||||
|
"type": "origins:tame"
|
||||||
|
},
|
||||||
|
"condition":
|
||||||
|
{
|
||||||
|
"type": "origins:sneaking"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name":"Wolf Affinity",
|
||||||
|
"description":"You can now tame wolves using shift + use. Weird, huh?",
|
||||||
|
"badges": [
|
||||||
|
{
|
||||||
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
"text": "Positive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 157000,
|
||||||
|
"max": 167400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 13000,
|
||||||
|
"max": 23400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 109000,
|
||||||
|
"max": 119400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 61000,
|
||||||
|
"max": 71400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 85000,
|
||||||
|
"max": 95400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 37000,
|
||||||
|
"max": 47400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 133000,
|
||||||
|
"max": 143400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 181000,
|
||||||
|
"max": 191400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 144000,
|
||||||
|
"max": 167400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 23400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 96000,
|
||||||
|
"max": 119400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 48000,
|
||||||
|
"max": 71400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 72000,
|
||||||
|
"max": 95400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 24000,
|
||||||
|
"max": 47400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 120000,
|
||||||
|
"max": 143400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"condition": "minecraft:time_check",
|
||||||
|
"value": {
|
||||||
|
"min": 168000,
|
||||||
|
"max": 191400
|
||||||
|
},
|
||||||
|
"period": 192000
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#Indigo properties file
|
#Indigo properties file
|
||||||
#Mon Dec 13 11:00:23 AST 2021
|
#Mon Dec 13 17:54:43 AST 2021
|
||||||
debug-compare-lighting=auto
|
debug-compare-lighting=auto
|
||||||
fix-exterior-vertex-lighting=auto
|
fix-exterior-vertex-lighting=auto
|
||||||
ambient-occlusion-mode=hybrid
|
ambient-occlusion-mode=hybrid
|
||||||
|
|||||||
Binary file not shown.
BIN
run/logs/2021-12-13-2.log.gz
Normal file
BIN
run/logs/2021-12-13-2.log.gz
Normal file
Binary file not shown.
BIN
run/logs/2021-12-13-3.log.gz
Normal file
BIN
run/logs/2021-12-13-3.log.gz
Normal file
Binary file not shown.
BIN
run/logs/2021-12-13-4.log.gz
Normal file
BIN
run/logs/2021-12-13-4.log.gz
Normal file
Binary file not shown.
BIN
run/logs/2021-12-13-5.log.gz
Normal file
BIN
run/logs/2021-12-13-5.log.gz
Normal file
Binary file not shown.
BIN
run/logs/2021-12-13-6.log.gz
Normal file
BIN
run/logs/2021-12-13-6.log.gz
Normal file
Binary file not shown.
BIN
run/logs/2021-12-13-7.log.gz
Normal file
BIN
run/logs/2021-12-13-7.log.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6165
run/logs/debug.log
6165
run/logs/debug.log
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
[11:00:14] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
|
[17:54:34] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
|
||||||
[11:00:15] [main/INFO] (FabricLoader) Loading 61 mods:
|
[17:54:34] [main/INFO] (FabricLoader) Loading 61 mods:
|
||||||
- apoli 2.2.0
|
- apoli 2.2.0
|
||||||
- aspects ${version}
|
- aspects ${version}
|
||||||
- calio 1.4.2
|
- calio 1.4.2
|
||||||
@@ -61,13 +61,13 @@
|
|||||||
- origins 1.3.0
|
- origins 1.3.0
|
||||||
- playerabilitylib 1.3.0
|
- playerabilitylib 1.3.0
|
||||||
- reach-entity-attributes 2.1.1
|
- reach-entity-attributes 2.1.1
|
||||||
[11:00:15] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
|
[17:54:35] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
|
||||||
[11:00:15] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
|
[17:54:35] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
|
||||||
[11:00:15] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
[17:54:35] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
||||||
[11:00:15] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
[17:54:35] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
||||||
[11:00:20] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zjg000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
|
[17:54:40] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zma000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
|
||||||
[11:00:21] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
[17:54:42] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
||||||
[11:00:23] [Render thread/ERROR] (Minecraft) Failed to verify authentication
|
[17:54:42] [Render thread/ERROR] (Minecraft) Failed to verify authentication
|
||||||
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
|
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
|
||||||
at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
|
at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
|
||||||
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
|
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
|
||||||
@@ -89,144 +89,111 @@ Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 4
|
|||||||
at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
|
at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
|
||||||
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
|
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
|
||||||
... 13 more
|
... 13 more
|
||||||
[11:00:23] [Render thread/INFO] (Minecraft) Setting user: Player986
|
[17:54:42] [Render thread/INFO] (Minecraft) Setting user: Player340
|
||||||
[11:00:23] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
|
[17:54:42] [Render thread/INFO] (aspects) Hello from Aspects :D
|
||||||
[11:00:23] [Render thread/INFO] (aspects) Hello from Aspects :D
|
[17:54:43] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
|
||||||
[11:00:23] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
|
[17:54:43] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
|
||||||
[11:00:23] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
[17:54:43] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
||||||
[11:00:24] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
|
[17:54:44] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
|
||||||
[11:00:25] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Mod Menu, Apoli, Fabric Rendering (v0), Fabric Biome API (v1), Fabric Renderer API (v1), Pal, Fabric Game Test API (v1), Fabric API Base, Cloth Config v6, Fabric Transfer API (v1), Fabric Content Registries (v0), Fabric Item Groups (v0), Fabric Rendering Fluids (v1), Fabric API, Fabric Key Binding API (v1), Aspects, Fabric Entity Events (v1), Fabric BlockRenderLayer Registration (v1), Fabric Crash Report Info (v1), Fabric Data Generation API (v1), Calio, Fabric Renderer Registries (v1), Fabric Screen Handler API (v1), Fabric Game Rule API (v1), Fabric Rendering (v1), Fabric Structure API (v1), Fabric Dimensions API (v1), Fabric Registry Sync (v0), Fabric Mining Level API (v1), Fabric Commands (v0), Reach Entity Attributes, Fabric Networking API (v1), Fabric Mining Levels (v0), Fabric Networking (v0), Fabric Lifecycle Events (v1), Fabric Resource Loader (v0), Fabric Screen API (v1), Fabric Key Bindings (v0), Fabric Textures (v0), Fabric Containers (v0), Fabric Tag Extensions (v0), Fabric Renderer - Indigo, Fabric Loader, Fabric API Lookup API (v1), Origins, Fabric Item API (v1), Fabric Command API (v1), Fabric Rendering Data Attachment (v1), Fabric Models (v0), Fabric Object Builders (v0), Fabric Events Interaction (v0), Fabric Loot Tables (v1), Fabric Particles (v1), Fabric Events Lifecycle (v0), Fabric Object Builder API (v1), Fabric Tool Attribute API (v1))
|
[17:54:45] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Rendering (v1), Calio, Fabric Crash Report Info (v1), Fabric Game Test API (v1), Fabric Content Registries (v0), Fabric Key Bindings (v0), Fabric Rendering (v0), Fabric Renderer Registries (v1), Fabric Resource Loader (v0), Fabric Mining Levels (v0), Fabric Dimensions API (v1), Fabric Key Binding API (v1), Fabric Screen Handler API (v1), Fabric Data Generation API (v1), Fabric Mining Level API (v1), Pal, Fabric Rendering Fluids (v1), Fabric Textures (v0), Fabric Biome API (v1), Fabric Structure API (v1), Fabric Particles (v1), Aspects, Fabric Game Rule API (v1), Fabric Entity Events (v1), Apoli, Fabric Containers (v0), Fabric Networking (v0), Fabric Registry Sync (v0), Fabric Command API (v1), Fabric Networking API (v1), Fabric Renderer - Indigo, Fabric Screen API (v1), Fabric API Lookup API (v1), Mod Menu, Fabric Events Interaction (v0), Fabric Object Builder API (v1), Fabric Rendering Data Attachment (v1), Fabric API, Reach Entity Attributes, Fabric Commands (v0), Fabric Tool Attribute API (v1), Cloth Config v6, Fabric Item API (v1), Fabric API Base, Fabric Events Lifecycle (v0), Fabric Loader, Fabric Models (v0), Fabric Transfer API (v1), Fabric Object Builders (v0), Fabric Lifecycle Events (v1), Fabric Item Groups (v0), Origins, Fabric Loot Tables (v1), Fabric Renderer API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Tag Extensions (v0))
|
||||||
[11:00:25] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
[17:54:45] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
||||||
[11:00:27] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
|
[17:54:46] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
|
||||||
[11:00:28] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
|
[17:54:49] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
|
||||||
[11:00:28] [Render thread/INFO] (Minecraft) Sound engine started
|
[17:54:49] [Render thread/INFO] (Minecraft) Sound engine started
|
||||||
[11:00:28] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
||||||
[11:00:29] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
[17:54:49] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
||||||
[11:00:30] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
||||||
[11:00:30] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
||||||
[11:00:30] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
||||||
[11:00:30] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
[17:54:51] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
||||||
[11:00:32] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
[17:55:04] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||||
[11:00:36] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
[17:55:04] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||||
[11:00:36] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
|
[17:55:04] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||||
[11:00:36] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
[17:55:04] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||||
[11:00:36] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
[17:55:04] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||||
[11:00:36] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
[17:55:04] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Game Test API (v1), Aspects, Apoli, Fabric Tool Attribute API (v1), Origins)
|
||||||
[11:00:36] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Apoli, Fabric Game Test API (v1), Aspects, Origins, Fabric Tool Attribute API (v1))
|
[17:55:04] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
||||||
[11:00:36] [Worker-Main-16/ERROR] (MultiJsonDataLoader) Couldn't parse data file aspects:groundtied from aspects:powers/groundtied.json
|
[17:55:05] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
|
||||||
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
|
[17:55:05] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 166 powers.
|
||||||
at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:505) ~[minecraft-project-@-mapped.jar:?]
|
[17:55:05] [Render thread/ERROR] (Origins) Origin "aspects:solus" contained unregistered power: "aspects:holy_flame"
|
||||||
at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:542) ~[minecraft-project-@-mapped.jar:?]
|
[17:55:05] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance"
|
||||||
at io.github.apace100.calio.data.MultiJsonDataLoader.lambda$prepare$1(MultiJsonDataLoader.java:62) ~[calio-v1.4.2.jar:?]
|
[17:55:05] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 23 origins.
|
||||||
at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
|
[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
|
||||||
at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:48) ~[calio-v1.4.2.jar:?]
|
[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
|
||||||
at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:24) ~[calio-v1.4.2.jar:?]
|
[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
|
||||||
at net.minecraft.resource.SinglePreparationResourceReloader.method_18791(SinglePreparationResourceReloader.java:11) ~[minecraft-project-@-mapped.jar:?]
|
[17:55:05] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
|
||||||
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?]
|
[17:55:05] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.394 ms
|
||||||
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
|
[17:55:06] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
||||||
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
|
[17:55:06] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
|
||||||
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
|
[17:55:06] [Server thread/INFO] (Minecraft) Generating keypair
|
||||||
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
|
[17:55:06] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
||||||
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
|
[17:55:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
|
[17:55:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
Caused by: java.io.EOFException: End of input at line 1 column 1 path $
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1395) ~[gson-2.8.8.jar:?]
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:548) ~[gson-2.8.8.jar:?]
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.stream.JsonReader.peek(JsonReader.java:424) ~[gson-2.8.8.jar:?]
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:703) ~[gson-2.8.8.jar:?]
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:701) ~[gson-2.8.8.jar:?]
|
[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||||
at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:908) ~[gson-2.8.8.jar:?]
|
[17:55:10] [Render thread/INFO] (Minecraft) Preparing spawn area: 29%
|
||||||
at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:503) ~[minecraft-project-@-mapped.jar:?]
|
[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 31%
|
||||||
... 13 more
|
[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 47%
|
||||||
[11:00:36] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 75%
|
||||||
[11:00:36] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
|
[17:55:12] [Render thread/INFO] (Minecraft) Time elapsed: 5939 ms
|
||||||
[11:00:36] [Render thread/ERROR] (Apoli) There was a problem reading power file aspects:darkness_damage (skipping): Error reading data field at entity_action.source: JSON requires field: source
|
[17:55:12] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
||||||
[11:00:36] [Render thread/ERROR] (Apoli) There was a problem reading power file aspects:positive_influence (skipping): Error reading data field at entity_action.chance: JSON requires field: chance
|
[17:55:12] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
||||||
[11:00:36] [Render thread/ERROR] (Apoli) There was a problem reading power file aspects:flower_regen (skipping): Error reading data field at condition.block_condition.block: Identifier "minecraft:flower" was not registered in registry "minecraft:block".
|
[17:55:12] [Server thread/INFO] (Minecraft) Player340[local:E:1a35f668] logged in with entity id 168 at (-15.044990261906532, 65.0, -56.05896747426518)
|
||||||
[11:00:36] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 139 powers.
|
[17:55:12] [Server thread/INFO] (Minecraft) Player340 joined the game
|
||||||
[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:flower_regen"
|
[17:55:13] [Render thread/INFO] (Minecraft) Loaded 0 advancements
|
||||||
[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance"
|
[17:55:22] [Server thread/INFO] (Minecraft) [Player340: Gave 1 [Orb of Origin] to Player340]
|
||||||
[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:holy_light"
|
[17:55:22] [Render thread/INFO] (Minecraft) [CHAT] Gave 1 [Orb of Origin] to Player340
|
||||||
[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:positive_influence"
|
[17:55:23] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||||
[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:darkness_damage"
|
[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||||
[11:00:36] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 21 origins.
|
[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||||
[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
|
[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||||
[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
|
[17:55:24] [Server thread/INFO] (Origins) Player Player340 chose Origin: aspects:pyro, for layer: aspects:elements
|
||||||
[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
|
[17:55:27] [Server thread/INFO] (Origins) Player Player340 chose Origin: aspects:ignis, for layer: aspects:origins
|
||||||
[11:00:36] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
|
[17:55:28] [Server thread/INFO] (Origins) Player chose Origin: origins:human, for layer: origins:origin
|
||||||
[11:00:37] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 2.281 ms
|
[17:55:28] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||||
[11:00:39] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||||
[11:00:39] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
|
[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||||
[11:00:39] [Server thread/INFO] (Minecraft) Generating keypair
|
[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||||
[11:00:40] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
[17:55:33] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.cod.ambient
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:41] [Render thread/INFO] (Minecraft) [CHAT] The nearest minecraft:snowy_plains is at [512, ~, -640] (790 blocks away)
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:43] [Server thread/INFO] (Minecraft) [Player340: Teleported Player340 to 512.500000, 67.000000, -639.500000]
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:43] [Render thread/INFO] (Minecraft) [CHAT] Teleported Player340 to 512.500000, 67.000000, -639.500000
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:46] [Server thread/WARN] (Minecraft) Can't keep up! Is the server overloaded? Running 2831ms or 56 ticks behind
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:46] [Server thread/WARN] (Minecraft) Player340 moved wrongly!
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:46] [Server thread/WARN] (Minecraft) Player340 moved wrongly!
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:47] [Server thread/WARN] (Minecraft) Player340 moved wrongly!
|
||||||
[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:47] [Server thread/WARN] (Minecraft) Player340 moved wrongly!
|
||||||
[11:00:44] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:49] [Server thread/INFO] (Minecraft) [Player340: Set own game mode to Spectator Mode]
|
||||||
[11:00:44] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:49] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Spectator Mode
|
||||||
[11:00:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:56] [Server thread/INFO] (Minecraft) [Player340: Set own game mode to Survival Mode]
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:55:56] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Survival Mode
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:16] [Server thread/INFO] (Minecraft) Villager VillagerEntity['Villager'/658, l='ServerLevel[New World]', x=624.72, y=98.56, z=-571.37] died, message: 'Villager suffocated in a wall'
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:16] [Render thread/INFO] (Minecraft) Villager VillagerEntity['Villager'/658, l='ClientLevel', x=624.72, y=98.56, z=-571.37] died, message: 'Villager died'
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:25] [Render thread/INFO] (Minecraft) Loaded 7 advancements
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:29] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.salmon.ambient
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:30] [Server thread/INFO] (Minecraft) Player340 took a bath for too long
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:30] [Render thread/INFO] (Minecraft) [CHAT] Player340 took a bath for too long
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:31] [Server thread/INFO] (Minecraft) Skipping update from removed player 'ServerPlayerEntity['Player340'/168, l='ServerLevel[New World]', x=480.62, y=60.40, z=-649.70, removed=KILLED]'
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:32] [Render thread/INFO] (Minecraft) Stopping!
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:32] [Server thread/INFO] (Minecraft) Player340 lost connection: Disconnected
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
[17:56:32] [Server thread/INFO] (Minecraft) Player340 left the game
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
|
[17:56:32] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
||||||
[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 16%
|
[17:56:32] [Server thread/INFO] (Minecraft) Stopping server
|
||||||
[11:00:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 34%
|
[17:56:32] [Server thread/INFO] (Minecraft) Saving players
|
||||||
[11:00:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 55%
|
[17:56:32] [Server thread/INFO] (Minecraft) Saving worlds
|
||||||
[11:00:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 69%
|
[17:56:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||||
[11:00:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 86%
|
[17:56:33] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||||
[11:00:53] [Render thread/INFO] (Minecraft) Time elapsed: 13690 ms
|
[17:56:33] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||||
[11:00:54] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
|
||||||
[11:00:54] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
||||||
[11:00:59] [Server thread/INFO] (Minecraft) Player986[local:E:840bfa1c] logged in with entity id 168 at (18.943051278628204, 70.0, -31.69999998807907)
|
[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
||||||
[11:00:59] [Server thread/INFO] (Minecraft) Player986 joined the game
|
[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
||||||
[11:00:59] [Server thread/INFO] (Minecraft) Skipping update from removed player 'ServerPlayerEntity['Player986'/168, l='ServerLevel[New World]', x=18.94, y=70.00, z=-31.70, removed=KILLED]'
|
|
||||||
[11:00:59] [Render thread/INFO] (Minecraft) Loaded 0 advancements
|
|
||||||
[11:01:00] [Server thread/INFO] (Minecraft) Skipping update from removed player 'ServerPlayerEntity['Player986'/168, l='ServerLevel[New World]', x=18.94, y=70.00, z=-31.70, removed=KILLED]'
|
|
||||||
[11:01:00] [Server thread/INFO] (Minecraft) Skipping update from removed player 'ServerPlayerEntity['Player986'/168, l='ServerLevel[New World]', x=18.94, y=70.00, z=-31.70, removed=KILLED]'
|
|
||||||
[11:01:06] [Server thread/INFO] (Minecraft) [Player986: Set own game mode to Creative Mode]
|
|
||||||
[11:01:06] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Creative Mode
|
|
||||||
[11:01:17] [Server thread/INFO] (Minecraft) [Player986: Set own game mode to Survival Mode]
|
|
||||||
[11:01:17] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Survival Mode
|
|
||||||
[11:01:19] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
|
||||||
[11:01:19] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
|
||||||
[11:01:19] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
|
||||||
[11:01:19] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
|
||||||
[11:01:25] [Server thread/INFO] (Origins) Player Player986 chose Origin: aspects:geo, for layer: aspects:elements
|
|
||||||
[11:01:30] [Server thread/INFO] (Origins) Player Player986 chose Origin: aspects:dendro, for layer: aspects:origins
|
|
||||||
[11:01:31] [Server thread/INFO] (Origins) Player Player986 chose Origin: origins:human, for layer: origins:origin
|
|
||||||
[11:01:42] [Server thread/WARN] (Minecraft) Unable to add mob to team "Dendro" (that team probably doesn't exist)
|
|
||||||
[11:02:03] [Server thread/INFO] (Minecraft) Player986 was blown up by Creeper
|
|
||||||
[11:02:03] [Render thread/INFO] (Minecraft) [CHAT] Player986 was blown up by Creeper
|
|
||||||
[11:02:03] [Render thread/INFO] (Minecraft) Loaded 21 advancements
|
|
||||||
[11:02:20] [Render thread/INFO] (Minecraft) Stopping!
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Player986 lost connection: Disconnected
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Player986 left the game
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Stopping server
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Saving players
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Saving worlds
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
|
||||||
[11:02:21] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user