diff --git a/bin/main/data/.DS_Store b/bin/main/data/.DS_Store new file mode 100644 index 0000000..b9991d1 Binary files /dev/null and b/bin/main/data/.DS_Store differ diff --git a/bin/main/data/aspects/.DS_Store b/bin/main/data/aspects/.DS_Store new file mode 100644 index 0000000..4d1c274 Binary files /dev/null and b/bin/main/data/aspects/.DS_Store differ diff --git a/bin/main/data/aspects/functions/anemo_team.mcfunction b/bin/main/data/aspects/functions/anemo_team.mcfunction new file mode 100644 index 0000000..99d3609 --- /dev/null +++ b/bin/main/data/aspects/functions/anemo_team.mcfunction @@ -0,0 +1,2 @@ +team add Anemo +team modify Anemo color green \ No newline at end of file diff --git a/bin/main/data/aspects/functions/geo_team.mcfunction b/bin/main/data/aspects/functions/geo_team.mcfunction new file mode 100644 index 0000000..cc2bb00 --- /dev/null +++ b/bin/main/data/aspects/functions/geo_team.mcfunction @@ -0,0 +1,2 @@ +team add Geo +team modify Geo color yellow \ No newline at end of file diff --git a/bin/main/data/aspects/functions/hydro_team.mcfunction b/bin/main/data/aspects/functions/hydro_team.mcfunction new file mode 100644 index 0000000..eba3bac --- /dev/null +++ b/bin/main/data/aspects/functions/hydro_team.mcfunction @@ -0,0 +1,2 @@ +team add Hydro +team modify Hydro color blue \ No newline at end of file diff --git a/bin/main/data/aspects/functions/icarus.mcfunction b/bin/main/data/aspects/functions/icarus.mcfunction new file mode 100644 index 0000000..75c24bc --- /dev/null +++ b/bin/main/data/aspects/functions/icarus.mcfunction @@ -0,0 +1,2 @@ +playsound entity.firework_rocket.shoot neutral @s ~ ~ ~ +particle ash ^ ^ ^ ^ ^ ^ 3 20 \ No newline at end of file diff --git a/bin/main/data/aspects/functions/ordo_team.mcfunction b/bin/main/data/aspects/functions/ordo_team.mcfunction new file mode 100644 index 0000000..00a766b --- /dev/null +++ b/bin/main/data/aspects/functions/ordo_team.mcfunction @@ -0,0 +1 @@ +team add Ordo \ No newline at end of file diff --git a/bin/main/data/aspects/functions/perditio_team.mcfunction b/bin/main/data/aspects/functions/perditio_team.mcfunction new file mode 100644 index 0000000..7f06bfc --- /dev/null +++ b/bin/main/data/aspects/functions/perditio_team.mcfunction @@ -0,0 +1,2 @@ +team add Perditio +team modify Perditio color dark_red \ No newline at end of file diff --git a/bin/main/data/aspects/functions/pyro_team.mcfunction b/bin/main/data/aspects/functions/pyro_team.mcfunction new file mode 100644 index 0000000..3cf7231 --- /dev/null +++ b/bin/main/data/aspects/functions/pyro_team.mcfunction @@ -0,0 +1,2 @@ +team add Pyro +team modify Pyro color red \ No newline at end of file diff --git a/bin/main/data/aspects/functions/start.mcfunction b/bin/main/data/aspects/functions/start.mcfunction new file mode 100644 index 0000000..b0d63f6 --- /dev/null +++ b/bin/main/data/aspects/functions/start.mcfunction @@ -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 \ No newline at end of file diff --git a/bin/main/data/aspects/functions/summon_golems.mcfunction b/bin/main/data/aspects/functions/summon_golems.mcfunction index eb7fe38..19ac498 100644 --- a/bin/main/data/aspects/functions/summon_golems.mcfunction +++ b/bin/main/data/aspects/functions/summon_golems.mcfunction @@ -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,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}]} playsound entity.firework_rocket.twinkle neutral @s particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20 \ No newline at end of file diff --git a/bin/main/data/aspects/origin_layers/origins.json b/bin/main/data/aspects/origin_layers/origins.json index 7b941f3..21dd3fa 100644 --- a/bin/main/data/aspects/origin_layers/origins.json +++ b/bin/main/data/aspects/origin_layers/origins.json @@ -8,7 +8,6 @@ "layer": "aspects:elements" }, "origins": [ - "aspects:human", "aspects:magmus", "aspects:ignis", "aspects:navitas" @@ -34,7 +33,6 @@ "layer":"aspects:elements" }, "origins": [ - "aspects:human", "aspects:tempus", "aspects:avis" ] @@ -46,11 +44,30 @@ "layer":"aspects:elements" }, "origins": [ - "aspects:human", "aspects:dendro", "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" + ] + } ], "name": "Type", diff --git a/bin/main/data/aspects/origins/anemo.json b/bin/main/data/aspects/origins/anemo.json index 9ad1b97..384accc 100644 --- a/bin/main/data/aspects/origins/anemo.json +++ b/bin/main/data/aspects/origins/anemo.json @@ -4,11 +4,13 @@ "aspects:negate_fall_damage", "aspects:chained", "aspects:windborn", - "aspects:wise" + "aspects:wise", + "aspects:start", + "aspects:anemo_team" ], "icon": { "item": "aspects:anemo_feather" }, - "name": "Anemo", + "name": "§aAnemo", "description": "Anemo users are light on their feet, freeform in combat and wanderers by nature." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/cryo.json b/bin/main/data/aspects/origins/cryo.json index 29bc923..26440ed 100644 --- a/bin/main/data/aspects/origins/cryo.json +++ b/bin/main/data/aspects/origins/cryo.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:snowball" }, - "name": "Cryo", + "name": "§bCryo", "description": "Cold, calculating and precise, Cryo types always get the job done." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/dendro.json b/bin/main/data/aspects/origins/dendro.json index 64b93ec..fed7dc9 100644 --- a/bin/main/data/aspects/origins/dendro.json +++ b/bin/main/data/aspects/origins/dendro.json @@ -11,6 +11,6 @@ "icon": { "item": "minecraft:wheat_seeds" }, - "name": "Dendro", + "name": "§2Dendro", "description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/geo.json b/bin/main/data/aspects/origins/geo.json index d5b3869..be9f0f8 100644 --- a/bin/main/data/aspects/origins/geo.json +++ b/bin/main/data/aspects/origins/geo.json @@ -4,11 +4,13 @@ "aspects:resistance", "aspects:explosion_damage", "aspects:earthborn", - "aspects:deepdweller" + "aspects:deepdweller", + "aspects:start", + "aspects:geo_team" ], "icon": { "item": "aspects:geo_diamond" }, - "name": "Geo", + "name": "§eGeo", "description": "Down-to-earth and grounded, Geo users are all about stability and functionality." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/hydro.json b/bin/main/data/aspects/origins/hydro.json index 49f1bfd..5b6a743 100644 --- a/bin/main/data/aspects/origins/hydro.json +++ b/bin/main/data/aspects/origins/hydro.json @@ -3,11 +3,12 @@ "aspects:water_breathing", "aspects:constitution", "aspects:fire_damage", - "aspects:waterborn" + "aspects:waterborn", + "aspects:hydro_team" ], "icon": { "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." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/ignis.json b/bin/main/data/aspects/origins/ignis.json index d0dccbe..b3c3c04 100644 --- a/bin/main/data/aspects/origins/ignis.json +++ b/bin/main/data/aspects/origins/ignis.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:fire_charge" }, - "name": "Ignis", + "name": "§6Ignis", "description": "Full of energy and power, Ignis types are certainly the life of the party." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/luna.json b/bin/main/data/aspects/origins/luna.json new file mode 100644 index 0000000..62291e5 --- /dev/null +++ b/bin/main/data/aspects/origins/luna.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/origins/ordo.json b/bin/main/data/aspects/origins/ordo.json index 0959c2d..3ee0dd3 100644 --- a/bin/main/data/aspects/origins/ordo.json +++ b/bin/main/data/aspects/origins/ordo.json @@ -5,7 +5,9 @@ "aspects:darkness_damage", "aspects:night_aversion", "aspects:holy", - "aspects:lightborn" + "aspects:lightborn", + "aspects:start", + "aspects:ordo_team" ], "icon": { "item": "aspects:ordo_star" diff --git a/bin/main/data/aspects/origins/perditio.json b/bin/main/data/aspects/origins/perditio.json index c1010b5..e31ae00 100644 --- a/bin/main/data/aspects/origins/perditio.json +++ b/bin/main/data/aspects/origins/perditio.json @@ -4,11 +4,14 @@ "aspects:undead", "aspects:night_strength", "aspects:day_aversion", - "aspects:voidborn" + "aspects:voidborn", + "aspects:wither_damage", + "aspects:start", + "aspects:perditio_team" ], "icon": { "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." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/pyro.json b/bin/main/data/aspects/origins/pyro.json index c7c2a3d..5cf551b 100644 --- a/bin/main/data/aspects/origins/pyro.json +++ b/bin/main/data/aspects/origins/pyro.json @@ -4,11 +4,14 @@ "aspects:nether_buff", "aspects:water_damage", "aspects:lava_vision", - "aspects:flameborn" + "aspects:flameborn", + "aspects:start", + "aspects:melt", + "aspects:pyro_team" ], "icon": { "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." } \ No newline at end of file diff --git a/bin/main/data/aspects/origins/solus.json b/bin/main/data/aspects/origins/solus.json new file mode 100644 index 0000000..fdf2a84 --- /dev/null +++ b/bin/main/data/aspects/origins/solus.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/origins/tempus.json b/bin/main/data/aspects/origins/tempus.json index 6efd9ad..c11ab7f 100644 --- a/bin/main/data/aspects/origins/tempus.json +++ b/bin/main/data/aspects/origins/tempus.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:amethyst_shard" }, - "name": "Tempus", + "name": "§5Tempus", "description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads." } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/anemo_team.json b/bin/main/data/aspects/powers/anemo_team.json new file mode 100644 index 0000000..a997b0c --- /dev/null +++ b/bin/main/data/aspects/powers/anemo_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/bonemeal.json b/bin/main/data/aspects/powers/bonemeal.json index 7ccb523..422c5fc 100644 --- a/bin/main/data/aspects/powers/bonemeal.json +++ b/bin/main/data/aspects/powers/bonemeal.json @@ -1,6 +1,12 @@ { "name": "Natural Growth", "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", "bonemeal": { diff --git a/bin/main/data/aspects/powers/darkness_damage.json b/bin/main/data/aspects/powers/darkness_damage.json index 3836007..c841451 100644 --- a/bin/main/data/aspects/powers/darkness_damage.json +++ b/bin/main/data/aspects/powers/darkness_damage.json @@ -2,7 +2,10 @@ "type": "origins:action_when_damage_taken", "entity_action": { "type": "origins:damage", - "amount": 2 + "amount": 2, + "source": { + "name": "generic" + } }, "damage_condition": { "type": "origins:name", @@ -10,5 +13,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/day_aversion.json b/bin/main/data/aspects/powers/day_aversion.json index 225351e..a5c6277 100644 --- a/bin/main/data/aspects/powers/day_aversion.json +++ b/bin/main/data/aspects/powers/day_aversion.json @@ -3,12 +3,18 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": -2 + "value": -0.05 }, "tick_rate": 20, "condition": { "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/decay.json b/bin/main/data/aspects/powers/decay.json new file mode 100644 index 0000000..83be5e9 --- /dev/null +++ b/bin/main/data/aspects/powers/decay.json @@ -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 + } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/deepdweller.json b/bin/main/data/aspects/powers/deepdweller.json index 855294e..b4e4b57 100644 --- a/bin/main/data/aspects/powers/deepdweller.json +++ b/bin/main/data/aspects/powers/deepdweller.json @@ -15,5 +15,11 @@ } }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/dendro_secondary.json b/bin/main/data/aspects/powers/dendro_secondary.json index b3ffcd1..1668447 100644 --- a/bin/main/data/aspects/powers/dendro_secondary.json +++ b/bin/main/data/aspects/powers/dendro_secondary.json @@ -4,14 +4,16 @@ "type": "origins:execute_command", "command": "function aspects:summon_golems" }, - "cooldown": 2400, + "cooldown": 3400, "hud_render": { "should_render": true, - "inverted":true + "inverted":true, + "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png", + "bar_index":8 }, "key": { "key": "key.origins.secondary_active" }, "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." } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/explosion_damage.json b/bin/main/data/aspects/powers/explosion_damage.json index 8e07057..cf5e92b 100644 --- a/bin/main/data/aspects/powers/explosion_damage.json +++ b/bin/main/data/aspects/powers/explosion_damage.json @@ -14,5 +14,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/fire_resistance.json b/bin/main/data/aspects/powers/fire_resistance.json new file mode 100644 index 0000000..b87b03c --- /dev/null +++ b/bin/main/data/aspects/powers/fire_resistance.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/fire_strength.json b/bin/main/data/aspects/powers/fire_strength.json index e7fe868..dc3071a 100644 --- a/bin/main/data/aspects/powers/fire_strength.json +++ b/bin/main/data/aspects/powers/fire_strength.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 3 }, "tick_rate": 20, "condition": { diff --git a/bin/main/data/aspects/powers/flower_regen.json b/bin/main/data/aspects/powers/flower_regen.json index ec6cc54..6a19ac1 100644 --- a/bin/main/data/aspects/powers/flower_regen.json +++ b/bin/main/data/aspects/powers/flower_regen.json @@ -13,12 +13,22 @@ "condition": { "type": "origins:block_in_radius", "block_condition": { - "type": "origins:block", - "block": "minecraft:flower" + "type": "origins:in_tag", + "tag": "minecraft:flowers" }, "radius": 5, "shape": "cube", "comparison": ">=", "compare_to": 1 - } - } \ No newline at end of file + }, + "badges": [ + { + "sprite": "aspects:textures/gui/badge/check.png", + "text": "Positive" + } + ], + "name":"Flower Regeneration", + "description":"You are healed when you are nearby flowers." + } + + diff --git a/bin/main/data/aspects/powers/full_moon.json b/bin/main/data/aspects/powers/full_moon.json new file mode 100644 index 0000000..1ea6a81 --- /dev/null +++ b/bin/main/data/aspects/powers/full_moon.json @@ -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" + } + ] +} diff --git a/bin/main/data/aspects/powers/geo_team.json b/bin/main/data/aspects/powers/geo_team.json new file mode 100644 index 0000000..28020be --- /dev/null +++ b/bin/main/data/aspects/powers/geo_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/grass_speed.json b/bin/main/data/aspects/powers/grass_speed.json index 0fccf0f..c99a0e9 100644 --- a/bin/main/data/aspects/powers/grass_speed.json +++ b/bin/main/data/aspects/powers/grass_speed.json @@ -14,5 +14,11 @@ } }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/groundtied.json b/bin/main/data/aspects/powers/groundtied.json deleted file mode 100644 index e69de29..0000000 diff --git a/bin/main/data/aspects/powers/heavy_as_stone.json b/bin/main/data/aspects/powers/heavy_as_stone.json index cbd5af5..7137e7e 100644 --- a/bin/main/data/aspects/powers/heavy_as_stone.json +++ b/bin/main/data/aspects/powers/heavy_as_stone.json @@ -6,5 +6,11 @@ "operation": "addition" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/holy.json b/bin/main/data/aspects/powers/holy.json index dd40b6e..75093b3 100644 --- a/bin/main/data/aspects/powers/holy.json +++ b/bin/main/data/aspects/powers/holy.json @@ -13,6 +13,12 @@ "group": "undead" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/holy_light,json b/bin/main/data/aspects/powers/holy_light.json similarity index 55% rename from bin/main/data/aspects/powers/holy_light,json rename to bin/main/data/aspects/powers/holy_light.json index a400155..035077e 100644 --- a/bin/main/data/aspects/powers/holy_light,json +++ b/bin/main/data/aspects/powers/holy_light.json @@ -3,12 +3,18 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 1 }, "tick_rate": 20, "condition": { "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/hydro_team.json b/bin/main/data/aspects/powers/hydro_team.json new file mode 100644 index 0000000..3d1270f --- /dev/null +++ b/bin/main/data/aspects/powers/hydro_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/ignis_secondary.json b/bin/main/data/aspects/powers/ignis_secondary.json index 5a13d51..d7c1649 100644 --- a/bin/main/data/aspects/powers/ignis_secondary.json +++ b/bin/main/data/aspects/powers/ignis_secondary.json @@ -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", "cooldown": 1400, "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." } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/invisibility.json b/bin/main/data/aspects/powers/invisibility.json new file mode 100644 index 0000000..e55562d --- /dev/null +++ b/bin/main/data/aspects/powers/invisibility.json @@ -0,0 +1,9 @@ +{ + "type": "origins:invisibility", + "render_armor": true, + "condition": { + "type": "origins:power_active", + "power": "aspects:luna_primary" + }, + "hidden":true + } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/lightborn.json b/bin/main/data/aspects/powers/lightborn.json index e971c44..3d87e2b 100644 --- a/bin/main/data/aspects/powers/lightborn.json +++ b/bin/main/data/aspects/powers/lightborn.json @@ -1,14 +1,6 @@ { - "type": "origins:self_glow", - "bientity_condition": { - "type": "origins:can_see" - }, - "condition": { - "type": "origins:exposed_to_sun" - }, - "use_teams": false, - "red": 0.0, - "green": 0.0, - "blue": 0.0, + "type": "origins:particle", + "particle": "minecraft:enchant", + "frequency": 20, "hidden":true } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/luna_primary.json b/bin/main/data/aspects/powers/luna_primary.json new file mode 100644 index 0000000..b98a433 --- /dev/null +++ b/bin/main/data/aspects/powers/luna_primary.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/luna_secondary.json b/bin/main/data/aspects/powers/luna_secondary.json new file mode 100644 index 0000000..7528673 --- /dev/null +++ b/bin/main/data/aspects/powers/luna_secondary.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/melt.json b/bin/main/data/aspects/powers/melt.json new file mode 100644 index 0000000..1dfe1aa --- /dev/null +++ b/bin/main/data/aspects/powers/melt.json @@ -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" + } + ] + } + } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/night_aversion.json b/bin/main/data/aspects/powers/night_aversion.json index 4361250..01893ca 100644 --- a/bin/main/data/aspects/powers/night_aversion.json +++ b/bin/main/data/aspects/powers/night_aversion.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": -2 + "value": -0.05 }, "tick_rate": 20, "condition": { @@ -11,5 +11,11 @@ "inverted":true }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/night_strength.json b/bin/main/data/aspects/powers/night_strength.json index a989408..64623ea 100644 --- a/bin/main/data/aspects/powers/night_strength.json +++ b/bin/main/data/aspects/powers/night_strength.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 1 }, "tick_rate": 20, "condition": { @@ -11,5 +11,11 @@ "inverted": true }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/nightwalker.json b/bin/main/data/aspects/powers/nightwalker.json new file mode 100644 index 0000000..b3a1038 --- /dev/null +++ b/bin/main/data/aspects/powers/nightwalker.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/ordo_team.json b/bin/main/data/aspects/powers/ordo_team.json new file mode 100644 index 0000000..855051e --- /dev/null +++ b/bin/main/data/aspects/powers/ordo_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/perditio_team.json b/bin/main/data/aspects/powers/perditio_team.json new file mode 100644 index 0000000..4f62404 --- /dev/null +++ b/bin/main/data/aspects/powers/perditio_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/poison_resistance.json b/bin/main/data/aspects/powers/poison_resistance.json index 1e959c6..7ed275d 100644 --- a/bin/main/data/aspects/powers/poison_resistance.json +++ b/bin/main/data/aspects/powers/poison_resistance.json @@ -8,7 +8,13 @@ "type": "origins:name", "name":"magic" }, - "cooldown": 1, + "cooldown": 0.5, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/positive_influence.json b/bin/main/data/aspects/powers/positive_influence.json index 0ff4fdb..98e999c 100644 --- a/bin/main/data/aspects/powers/positive_influence.json +++ b/bin/main/data/aspects/powers/positive_influence.json @@ -2,14 +2,14 @@ "type": "origins:action_over_time", "entity_action": { "type": "origins:chance", + "chance": 0.05, "action": { "type": "origins:apply_effect", "effect": { "effect": "minecraft:hero_of_the_village", "duration": 12000, "amplifier": 0 - }, - "chance": 0.05 + } } }, "interval": 24000, @@ -17,5 +17,11 @@ "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/pyro_team.json b/bin/main/data/aspects/powers/pyro_team.json new file mode 100644 index 0000000..6e2c5e0 --- /dev/null +++ b/bin/main/data/aspects/powers/pyro_team.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/resistance.json b/bin/main/data/aspects/powers/resistance.json index 08cffcb..a6f5425 100644 --- a/bin/main/data/aspects/powers/resistance.json +++ b/bin/main/data/aspects/powers/resistance.json @@ -6,5 +6,11 @@ "operation": "addition" }, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/solus_primary.json b/bin/main/data/aspects/powers/solus_primary.json new file mode 100644 index 0000000..3629424 --- /dev/null +++ b/bin/main/data/aspects/powers/solus_primary.json @@ -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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/solus_secondary.json b/bin/main/data/aspects/powers/solus_secondary.json new file mode 100644 index 0000000..b8a0331 --- /dev/null +++ b/bin/main/data/aspects/powers/solus_secondary.json @@ -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!" +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/start.json b/bin/main/data/aspects/powers/start.json new file mode 100644 index 0000000..c9551be --- /dev/null +++ b/bin/main/data/aspects/powers/start.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/sun_bar.json b/bin/main/data/aspects/powers/sun_bar.json new file mode 100644 index 0000000..39fe461 --- /dev/null +++ b/bin/main/data/aspects/powers/sun_bar.json @@ -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 +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/sunbaked.json b/bin/main/data/aspects/powers/sunbaked.json new file mode 100644 index 0000000..e9df1b8 --- /dev/null +++ b/bin/main/data/aspects/powers/sunbaked.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/tempus_secondary.json b/bin/main/data/aspects/powers/tempus_secondary.json index 34c4eb5..ffecb5a 100644 --- a/bin/main/data/aspects/powers/tempus_secondary.json +++ b/bin/main/data/aspects/powers/tempus_secondary.json @@ -23,7 +23,7 @@ "radius": 10, "bientity_action": { "type": "origins:damage", - "amount": 5, + "amount": 4, "source": { "name": "lightningBolt", "bypasses_armor": true diff --git a/bin/main/data/aspects/powers/undead.json b/bin/main/data/aspects/powers/undead.json index 6ddab00..21676f3 100644 --- a/bin/main/data/aspects/powers/undead.json +++ b/bin/main/data/aspects/powers/undead.json @@ -2,5 +2,11 @@ "type": "origins:entity_group", "group": "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/void.json b/bin/main/data/aspects/powers/void.json index aa8d272..7e6ef13 100644 --- a/bin/main/data/aspects/powers/void.json +++ b/bin/main/data/aspects/powers/void.json @@ -27,5 +27,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/voidborn.json b/bin/main/data/aspects/powers/voidborn.json index 4cebf0b..f7115fc 100644 --- a/bin/main/data/aspects/powers/voidborn.json +++ b/bin/main/data/aspects/powers/voidborn.json @@ -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", "particle": "minecraft:mycelium", - "frequency": 20 - }, -"hidden":true + "frequency": 20, + "hidden":true } \ No newline at end of file diff --git a/bin/main/data/aspects/powers/wither_damage.json b/bin/main/data/aspects/powers/wither_damage.json new file mode 100644 index 0000000..b1cb3fd --- /dev/null +++ b/bin/main/data/aspects/powers/wither_damage.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/wolf_affinity.json b/bin/main/data/aspects/powers/wolf_affinity.json new file mode 100644 index 0000000..79738dc --- /dev/null +++ b/bin/main/data/aspects/powers/wolf_affinity.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_first_quarter.json b/bin/main/data/aspects/predicates/at_night/is_first_quarter.json new file mode 100644 index 0000000..03b840c --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_first_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 157000, + "max": 167400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_full_moon.json b/bin/main/data/aspects/predicates/at_night/is_full_moon.json new file mode 100644 index 0000000..5434c78 --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_full_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 13000, + "max": 23400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_new_moon.json b/bin/main/data/aspects/predicates/at_night/is_new_moon.json new file mode 100644 index 0000000..a96cd84 --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_new_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 109000, + "max": 119400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_third_quarter.json b/bin/main/data/aspects/predicates/at_night/is_third_quarter.json new file mode 100644 index 0000000..290accb --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_third_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 61000, + "max": 71400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_waning_crescent.json b/bin/main/data/aspects/predicates/at_night/is_waning_crescent.json new file mode 100644 index 0000000..17ea24e --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_waning_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 85000, + "max": 95400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_waning_gibbous.json b/bin/main/data/aspects/predicates/at_night/is_waning_gibbous.json new file mode 100644 index 0000000..03a0fbe --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_waning_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 37000, + "max": 47400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_waxing_crescent.json b/bin/main/data/aspects/predicates/at_night/is_waxing_crescent.json new file mode 100644 index 0000000..66f1f6a --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_waxing_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 133000, + "max": 143400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/at_night/is_waxing_gibbous.json b/bin/main/data/aspects/predicates/at_night/is_waxing_gibbous.json new file mode 100644 index 0000000..7459c94 --- /dev/null +++ b/bin/main/data/aspects/predicates/at_night/is_waxing_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 181000, + "max": 191400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_first_quarter.json b/bin/main/data/aspects/predicates/general/is_first_quarter.json new file mode 100644 index 0000000..4612cd3 --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_first_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 144000, + "max": 167400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_full_moon.json b/bin/main/data/aspects/predicates/general/is_full_moon.json new file mode 100644 index 0000000..a844234 --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_full_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 0, + "max": 23400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_new_moon.json b/bin/main/data/aspects/predicates/general/is_new_moon.json new file mode 100644 index 0000000..782a8cd --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_new_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 96000, + "max": 119400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_third_quarter.json b/bin/main/data/aspects/predicates/general/is_third_quarter.json new file mode 100644 index 0000000..22413a6 --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_third_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 48000, + "max": 71400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_waning_crescent.json b/bin/main/data/aspects/predicates/general/is_waning_crescent.json new file mode 100644 index 0000000..e563508 --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_waning_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 72000, + "max": 95400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_waning_gibbous.json b/bin/main/data/aspects/predicates/general/is_waning_gibbous.json new file mode 100644 index 0000000..073877f --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_waning_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 24000, + "max": 47400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_waxing_crescent.json b/bin/main/data/aspects/predicates/general/is_waxing_crescent.json new file mode 100644 index 0000000..4f6ee38 --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_waxing_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 120000, + "max": 143400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/bin/main/data/aspects/predicates/general/is_waxing_gibbous.json b/bin/main/data/aspects/predicates/general/is_waxing_gibbous.json new file mode 100644 index 0000000..a962ecb --- /dev/null +++ b/bin/main/data/aspects/predicates/general/is_waxing_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 168000, + "max": 191400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/run/config/fabric/indigo-renderer.properties b/run/config/fabric/indigo-renderer.properties index 1ad83a6..f3cdff6 100644 --- a/run/config/fabric/indigo-renderer.properties +++ b/run/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Mon Dec 13 11:00:23 AST 2021 +#Mon Dec 13 17:54:43 AST 2021 debug-compare-lighting=auto fix-exterior-vertex-lighting=auto ambient-occlusion-mode=hybrid diff --git a/run/logs/2021-12-13-1.log.gz b/run/logs/2021-12-13-1.log.gz index 7875b28..6ec2173 100644 Binary files a/run/logs/2021-12-13-1.log.gz and b/run/logs/2021-12-13-1.log.gz differ diff --git a/run/logs/2021-12-13-2.log.gz b/run/logs/2021-12-13-2.log.gz new file mode 100644 index 0000000..57b5c82 Binary files /dev/null and b/run/logs/2021-12-13-2.log.gz differ diff --git a/run/logs/2021-12-13-3.log.gz b/run/logs/2021-12-13-3.log.gz new file mode 100644 index 0000000..2a08562 Binary files /dev/null and b/run/logs/2021-12-13-3.log.gz differ diff --git a/run/logs/2021-12-13-4.log.gz b/run/logs/2021-12-13-4.log.gz new file mode 100644 index 0000000..e624264 Binary files /dev/null and b/run/logs/2021-12-13-4.log.gz differ diff --git a/run/logs/2021-12-13-5.log.gz b/run/logs/2021-12-13-5.log.gz new file mode 100644 index 0000000..f499de2 Binary files /dev/null and b/run/logs/2021-12-13-5.log.gz differ diff --git a/run/logs/2021-12-13-6.log.gz b/run/logs/2021-12-13-6.log.gz new file mode 100644 index 0000000..6e05a13 Binary files /dev/null and b/run/logs/2021-12-13-6.log.gz differ diff --git a/run/logs/2021-12-13-7.log.gz b/run/logs/2021-12-13-7.log.gz new file mode 100644 index 0000000..1eb40e8 Binary files /dev/null and b/run/logs/2021-12-13-7.log.gz differ diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index 8bc9df3..03940fc 100644 Binary files a/run/logs/debug-1.log.gz and b/run/logs/debug-1.log.gz differ diff --git a/run/logs/debug-2.log.gz b/run/logs/debug-2.log.gz index 48adb0b..15a58bc 100644 Binary files a/run/logs/debug-2.log.gz and b/run/logs/debug-2.log.gz differ diff --git a/run/logs/debug-3.log.gz b/run/logs/debug-3.log.gz index d4a7726..a606fe3 100644 Binary files a/run/logs/debug-3.log.gz and b/run/logs/debug-3.log.gz differ diff --git a/run/logs/debug-4.log.gz b/run/logs/debug-4.log.gz index 0d30624..5f7dd93 100644 Binary files a/run/logs/debug-4.log.gz and b/run/logs/debug-4.log.gz differ diff --git a/run/logs/debug-5.log.gz b/run/logs/debug-5.log.gz index c480364..eedd08d 100644 Binary files a/run/logs/debug-5.log.gz and b/run/logs/debug-5.log.gz differ diff --git a/run/logs/debug.log b/run/logs/debug.log index d4caa4e..3eb75c8 100644 --- a/run/logs/debug.log +++ b/run/logs/debug.log @@ -1,14 +1,14 @@ -[11:00:14] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10 -[11:00:14] [main/DEBUG] (FabricLoader/GameRemap) Requesting deobfuscation of {client=/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar} -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Patching game constructor (Lnet/minecraft/client/RunArgs;)V -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/server/MinecraftServer::getServerModName -[11:00:14] [main/DEBUG] (FabricLoader/GamePatch) Patched 3 classs -[11:00:14] [main/DEBUG] (FabricLoader/Discovery) Mod discovery time: 32.8 ms -[11:00:15] [main/DEBUG] (FabricLoader/Resolution) Mod resolution time: 36.1 ms -[11:00:15] [main/INFO] (FabricLoader) Loading 61 mods: +[17:54:34] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10 +[17:54:34] [main/DEBUG] (FabricLoader/GameRemap) Requesting deobfuscation of {client=/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar} +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Patching game constructor (Lnet/minecraft/client/RunArgs;)V +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/server/MinecraftServer::getServerModName +[17:54:34] [main/DEBUG] (FabricLoader/GamePatch) Patched 3 classs +[17:54:34] [main/DEBUG] (FabricLoader/Discovery) Mod discovery time: 39.3 ms +[17:54:34] [main/DEBUG] (FabricLoader/Resolution) Mod resolution time: 43.4 ms +[17:54:34] [main/INFO] (FabricLoader) Loading 61 mods: - apoli 2.2.0 - aspects ${version} - calio 1.4.2 @@ -70,1128 +70,1128 @@ - origins 1.3.0 - playerabilitylib 1.3.0 - reach-entity-attributes 2.1.1 -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/bin/main to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-base/4.0.0-alpha.1+21w37a/cardinal-components-base-4.0.0-alpha.1+21w37a.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-entity/4.0.0-alpha.1+21w37a/cardinal-components-entity-4.0.0-alpha.1+21w37a.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar to classpath. -[11:00:15] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited. -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenuModMenuCompat for mod modmenu (key modmenu) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenu for mod modmenu (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliServer for mod apoli (key server) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.integration.ModMenuIntegration for mod apoli (key modmenu) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliClient for mod apoli (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key cardinal-components-entity) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.rendering.RenderingCallbackInvoker for mod fabric-rendering-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.ladysnake.pal.Pal for mod playerabilitylib (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.gametest.FabricGameTestModInitializer for mod fabric-gametest-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.clothconfig2.fabric.ClothConfigModMenuDemo for mod cloth-config (key modmenu) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.autoconfig.example.ExampleInits::exampleCommonInit for mod cloth-config (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fishplex.Aspects for mod aspects (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioServer for mod calio (key server) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioClient for mod calio (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.Calio for mod calio (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking for mod fabric-screen-handler-api-v1 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.structure.FabricStructureImpl for mod fabric-structure-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryClientInit for mod fabric-registry-sync-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryInit for mod fabric-registry-sync-v0 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.mininglevel.FabricMiningLevelInit for mod fabric-mining-level-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes for mod reach-entity-attributes (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.client.ClientNetworkingImpl::clientInit for mod fabric-networking-api-v1 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.NetworkingImpl::init for mod fabric-networking-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldClientNetworkingHooks for mod fabric-networking-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldNetworkingHooks for mod fabric-networking-v0 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.ClientLifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CcaEntityClientNw::initClient for mod cardinal-components-entity (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CardinalComponentsEntity::init for mod cardinal-components-entity (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.container.ScreenProviderRegistryImpl::init for mod fabric-containers-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.indigo.Indigo for mod fabric-renderer-indigo (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.lookup.ApiLookupImpl for mod fabric-api-lookup-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.integration.ModMenuIntegration for mod origins (key modmenu) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.OriginsClient for mod origins (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.Origins for mod origins (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.registry.ModComponents for mod origins (key cardinal-components-entity) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouterClient for mod fabric-events-interaction-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouter for mod fabric-events-interaction-v0 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.client.LegacyClientEventInvokers for mod fabric-events-lifecycle-v0 (key client) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers for mod fabric-events-lifecycle-v0 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.tool.attribute.ToolHandlers for mod fabric-tool-attribute-api-v1 (key main) -[11:00:15] [main/DEBUG] (FabricLoader/Mappings) Loading mappings took 150 ms -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) MixinService [Knot/Fabric] was successfully booted in jdk.internal.loader.ClassLoaders$AppClassLoader@42110406 -[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 -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Error cleaning class output directory: .mixin.out -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Initialising Mixin Platform Manager -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Adding mixin platform agents for container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)] -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)] -[11:00:15] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by mixins.modmenu.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[11:00:15] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-biome-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-gametest-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-transfer-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-content-registries-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-groups-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-fluids-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-key-binding-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-entity-events-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-blockrenderlayer-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-crash-report-info-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-data-generation-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-handler-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-game-rule-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-structure-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-dimensions-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-registry-sync-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-mining-level-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-networking-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-lifecycle-events-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-loader-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-textures-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.accurate.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tag-extensions-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-indigo.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-api-lookup-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-command-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-models-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builders-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-events-interaction-v0.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-tables-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-particles-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builder-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tool-attribute-api-v1.mixins.json does not specify "minVersion" property -[11:00:15] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar to classpath. -[11:00:15] [main/DEBUG] (FabricLoader/Entrypoint) No subscribers for entrypoint 'preLaunch' -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins for MixinEnvironment[DEFAULT] -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.modmenu.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap modmenu-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config apoli.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Apoli-1.18-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-biome-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.debughud.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.playerabilitylib.common.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap pal-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-gametest-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-gametest-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-transfer-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-transfer-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-content-registries-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-groups-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-fluids-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-key-binding-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config aspects.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-entity-events-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-blockrenderlayer-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-crash-report-info-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-data-generation-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-data-generation-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config calio.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Calio-1.18-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-handler-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-game-rule-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-structure-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-structure-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-dimensions-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-registry-sync-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-mining-level-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-mining-level-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.reach-entity-attributes.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap refmap.reach-entity-attributes.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-networking-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-lifecycle-events-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-loader-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.cardinal_components_entity.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap cardinal-components-entity-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-textures-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.accurate.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tag-extensions-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tag-extensions-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-indigo.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-api-lookup-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config origins.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Origins-1.18-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-command-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-data-attachment-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-models-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builders-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builders-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-events-interaction-v0.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-tables-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-particles-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builder-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tool-attribute-api-v1.mixins.json -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tool-attribute-api-v1-refmap.json using remapper chain -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.modmenu.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing apoli.mixins.json (50) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/screen/PlayerScreenHandler$1 is public in apoli.mixins.json:PlayerScreenHandlerMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-biome-api-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.debughud.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.playerabilitylib.common.json (2) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-gametest-api-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-transfer-api-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-content-registries-v0.mixins.json (8) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-groups-v0.mixins.json (3) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-fluids-v1.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-key-binding-api-v1.mixins.json (3) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing aspects.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-entity-events-v1.mixins.json (10) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-blockrenderlayer-v1.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-crash-report-info-v1.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-data-generation-api-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing calio.mixins.json (9) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-handler-api-v1.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-game-rule-api-v1.mixins.json (9) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/command/GameRuleCommand$1 is public in fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1 is public in fabric-game-rule-api-v1.mixins.json:client.RuleListWidgetVisitorMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-v1.mixins.json (14) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-structure-api-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-dimensions-v1.mixins.json (2) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-registry-sync-v0.mixins.json (16) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-mining-level-api-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.reach-entity-attributes.json (13) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/block/entity/LecternBlockEntity$1 is public in mixins.reach-entity-attributes.json:InventoryValidationMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in mixins.reach-entity-attributes.json:PlayerEntityInteractionHandlerMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-networking-api-v1.mixins.json (14) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-lifecycle-events-v1.mixins.json (12) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ServerWorld$ServerEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/world/ClientWorld$ClientEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-loader-v0.mixins.json (15) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/font/FontManager$1 is public in fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-api-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.cardinal_components_entity.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-textures-v0.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.accurate.mixins.json (1) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tag-extensions-v0.mixins.json (9) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/data/server/AbstractTagProvider$ObjectBuilder is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/tag/RequiredTagList$TagWrapper is public in fabric-tag-extensions-v0.mixins.json:MixinTagImpl and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-indigo.mixins.json (7) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator is public in fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask is public in fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-api-lookup-api-v1.mixins.json (2) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing origins.mixins.json (11) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-api-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-command-api-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-data-attachment-v1.mixins.json (4) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-models-v0.mixins.json (2) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builders-v0.mixins.json (2) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-events-interaction-v0.mixins.json (5) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in fabric-events-interaction-v0.mixins.json:MixinServerPlayNetworkHandler and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-tables-v1.mixins.json (6) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-particles-v1.mixins.json (3) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builder-v1.mixins.json (16) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory is public in fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin and should be specified in value -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tool-attribute-api-v1.mixins.json (3) -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[11:00:15] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Prepared 313 mixins in 0.569 sec (1.8ms avg) (0ms load, 0ms transform, 0ms plugin) -[11:00:16] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework -[11:00:16] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple -[11:00:16] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4 -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorDispensing$8(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md0212cf$lambda$preventArmorDispensing$8$0 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$restoreKeptInventory$7(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md0212cf$lambda$restoreKeptInventory$7$1 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$6(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md0212cf$lambda$dropAdditionalInventory$6$2 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$5(Lio/github/apace100/apoli/power/InventoryPower;)V to md0212cf$lambda$dropAdditionalInventory$5$3 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$4(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)V to md0212cf$lambda$invokeWakeUpAction$4$4 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$3(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)Z to md0212cf$lambda$invokeWakeUpAction$3$5 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$2(Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBeingUsedPower;)Z to md0212cf$lambda$preventEntityInteraction$2$6 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$1(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnEntityUsePower;)Z to md0212cf$lambda$preventEntityInteraction$1$7 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$modifyEatenItemStack$0$8 in apoli.mixins.json:PlayerEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.entity.player.PlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventEntityInteraction(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::disableHeal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventArmorDispensing(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin->@Inject::injectElytraCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onTrySleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onIsSleepingLongEnough(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin->@Inject::slowMovement(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EyeHeightAccess from apoli.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EyeHeightAccess: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$23(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$modifyEatenItemStack$23$0 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventDeath$22(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/PreventDeathPower;)Z to md0212cf$lambda$preventDeath$22$1 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$21(Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md0212cf$lambda$preventPushing$21$2 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$20(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md0212cf$lambda$preventPushing$20$3 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySlipperiness$19(Lio/github/apace100/apoli/power/ModifySlipperinessPower;)Z to md0212cf$lambda$modifySlipperiness$19$4 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyJumpVelocity$18(Lio/github/apace100/apoli/power/ModifyJumpPower;)Z to md0212cf$lambda$modifyJumpVelocity$18$5 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeKillAction$17(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnKillPower;)V to md0212cf$lambda$invokeKillAction$17$6 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$16(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/TargetActionOnHitPower;)V to md0212cf$lambda$invokeHitActions$16$7 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$15(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnHitPower;)V to md0212cf$lambda$invokeHitActions$15$8 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$14(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/AttackerActionWhenHitPower;)V to md0212cf$lambda$invokeHitActions$14$9 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$13(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionWhenHitPower;)V to md0212cf$lambda$invokeHitActions$13$a in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$12(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionOnHitPower;)V to md0212cf$lambda$invokeHitActions$12$b in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$11(Lio/github/apace100/apoli/power/ActionOnHitPower;)Z to md0212cf$lambda$invokeHitActions$11$c in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$10(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionWhenHitPower;)V to md0212cf$lambda$invokeHitActions$10$d in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$9(Lio/github/apace100/apoli/power/ActionWhenHitPower;)Z to md0212cf$lambda$invokeHitActions$9$e in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$8(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/ModifyDamageTakenPower;)V to md0212cf$lambda$modifyDamageTaken$8$f in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$7(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ModifyDamageTakenPower;)Z to md0212cf$lambda$modifyDamageTaken$7$10 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$6(Lnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)V to md0212cf$lambda$modifyDamageTaken$6$11 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$5(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)Z to md0212cf$lambda$modifyDamageTaken$5$12 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyWalkableFluids$4(Lnet/minecraft/fluid/Fluid;Lio/github/apace100/apoli/power/WalkOnFluidPower;)Z to md0212cf$lambda$modifyWalkableFluids$4$13 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowers$3(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md0212cf$lambda$addEquipmentPowers$3$14 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$removeEquipmentPowers$2(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md0212cf$lambda$removeEquipmentPowers$2$15 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectDurationPower;)Z to md0212cf$lambda$modifyStatusEffect$1$16 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectAmplifierPower;)Z to md0212cf$lambda$modifyStatusEffect$0$17 in apoli.mixins.json:LivingEntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityParticleMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LikeWaterMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.entity.LivingEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyWalkableFluids(Lnet/minecraft/fluid/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventHitIfDamageIsZero(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::getGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyJumpVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventStatusEffects(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventPushing(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventDeath(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin->@Inject::injectElytraTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onIsSleepingInBed(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onGetSleepingDirection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.reach-entity-attributes.json:LivingEntityMixin->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod reach-entity-attributes does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater->@Inject::doWaterBreathing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin->@Inject::onGetPreferredEquipmentSlot(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/Item;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityAccessor from apoli.mixins.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from apoli.mixins.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$3(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventGameEventPower;)V to md0212cf$lambda$preventGameEvents$3$0 in apoli.mixins.json:EntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$2(Lnet/minecraft/world/event/GameEvent;Lio/github/apace100/apoli/power/PreventGameEventPower;)Z to md0212cf$lambda$preventGameEvents$2$1 in apoli.mixins.json:EntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$pushOutOfBlocks$1(DDDLio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$pushOutOfBlocks$1$2 in apoli.mixins.json:EntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeOriginInvulnerable$0(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/InvulnerablePower;)Z to md0212cf$lambda$makeOriginInvulnerable$0$3 in apoli.mixins.json:EntityMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntity from mixins.cardinal_components_entity.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.entity.Entity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeFullyFireImmune(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeEntitiesIgnoreWater(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::phantomInvisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::pushOutOfBlocks(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::preventGameEvents(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-dimensions-v1 does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::toTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.World -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 1 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinViewableWorld from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.WorldView -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinViewableWorld: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerWorld from mixins.cardinal_components_entity.json into net.minecraft.server.world.ServerWorld -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.world.ServerWorld -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to md0212cf$lambda$fabric_invalidateCache$5$0 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to md0212cf$lambda$fabric_invalidateCache$4$1 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to md0212cf$lambda$fabric_invalidateCache$3$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to md0212cf$lambda$fabric_invalidateCache$2$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to md0212cf$lambda$fabric_registerCache$1$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List; to md0212cf$lambda$fabric_registerCache$0$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/ClientPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerEntityMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::allowSwimming(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin->@Inject::getUnderwaterVisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin->@Inject::onSendChatMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 does use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing ScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ScreenHandler -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinCrashReport from fabric-crash-report-info-v1.mixins.json into net.minecraft.util.SystemDetails -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fillSystemDetails$0()Ljava/lang/String; to md0212cf$lambda$fillSystemDetails$0$0 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 doesn't use it's CallbackInfo -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 has 0 override(s) in child classes -[11:00:16] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 won't be passed a CallbackInfo as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBootstrap from fabric-registry-sync-v0.mixins.json into net.minecraft.Bootstrap -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$1(Lnet/minecraft/fluid/Fluid;)Ljava/util/Collection; to md0212cf$lambda$initialize$1$0 in fabric-registry-sync-v0.mixins.json:MixinBootstrap -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$0(Lnet/minecraft/block/Block;)Ljava/util/Collection; to md0212cf$lambda$initialize$0$1 in fabric-registry-sync-v0.mixins.json:MixinBootstrap -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap->@Inject::initialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getROOT()Lnet/minecraft/util/registry/MutableRegistry; to getROOT_$md$0212cf$0 in fabric-registry-sync-v0.mixins.json:AccessorRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$5([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback; to md0212cf$lambda$new$5$0 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$4([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState;)V to md0212cf$lambda$new$4$1 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$3([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback; to md0212cf$lambda$new$3$2 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$2([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md0212cf$lambda$new$2$3 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$1([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback; to md0212cf$lambda$new$1$4 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md0212cf$lambda$new$0$5 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinSimpleRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.fluid.Fluid -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:FluidMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinBlock from fabric-object-builders-v0.mixins.json into net.minecraft.block.Block -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlock from fabric-object-builder-v1.mixins.json into net.minecraft.block.Block -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 won't be passed a CallbackInfo as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyBlockBreakSpeed$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ModifyBreakSpeedPower;)Z to md0212cf$lambda$modifyBlockBreakSpeed$0$0 in apoli.mixins.json:AbstractBlockMixin -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from apoli.mixins.json into net.minecraft.item.Item -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$forgeItem$1(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ItemOnItemPower;)Z to md0212cf$lambda$forgeItem$1$0 in apoli.mixins.json:ItemMixin -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeItemEdible$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$makeItemEdible$0$1 in apoli.mixins.json:ItemMixin -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.Item -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from mixins.reach-entity-attributes.json into net.minecraft.item.Item -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.Item -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinItem from fabric-object-builders-v0.mixins.json into net.minecraft.item.Item -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin->@Inject::forgeItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;Lnet/minecraft/util/ClickType;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/StackReference;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockEntityTypeAccessor from fabric-api-lookup-api-v1.mixins.json into net.minecraft.block.entity.BlockEntityType -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:BlockEntityTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerType -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getBiomeTypeToIdMap()Ljava/util/Map; to getBiomeTypeToIdMap_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;)Lnet/minecraft/village/VillagerType; to callRegister_$md$0212cf$1 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerProfessionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerProfession -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method create(Ljava/lang/String;Lnet/minecraft/world/poi/PointOfInterestType;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/village/VillagerProfession; to create_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing PointOfInterestTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.poi.PointOfInterestType -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;ILjava/util/function/Predicate;I)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;II)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$0212cf$1 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callSetup(Lnet/minecraft/world/poi/PointOfInterestType;)Lnet/minecraft/world/poi/PointOfInterestType; to callSetup_$md$0212cf$2 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing StructureFeatureAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.feature.StructureFeature -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructureFeatureAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setSurfaceAdjustingStructures(Ljava/util/List;)V to setSurfaceAdjustingStructures_$md$0212cf$0 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/gen/feature/StructureFeature;Lnet/minecraft/world/gen/GenerationStep$Feature;)Lnet/minecraft/world/gen/feature/StructureFeature; to callRegister_$md$0212cf$1 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTheEndBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.TheEndBiomeSource -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRequiredTagListRegistry from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagListRegistry -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry->@Inject::getBuiltinTags(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfoReturnable -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.SetTag -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagList$TagWrapper -[11:00:17] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing BedBlockMixin from fabric-entity-events-v1.mixins.json into net.minecraft.block.BedBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin->@Inject::onOnUse(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.DetectorRailBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/entity/Entity;)Z to md0212cf$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin->@Inject::getCustomComparatorOutput(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-object-builder-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinFireBlock from fabric-content-registries-v0.mixins.json into net.minecraft.block.FireBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricBurnChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricSpreadChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing DropperBlockMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.DropperBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookDispense$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md0212cf$lambda$hookDispense$0$0 in fabric-transfer-api-v1.mixins.json:DropperBlockMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin->@Inject::hookDispense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-transfer-api-v1 does use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooSaplingBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooBlock -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.block.Oxidizable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin->@Inject::createOxidationLevelIncreasesMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdList from fabric-registry-sync-v0.mixins.json into net.minecraft.util.collection.IdList -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdList: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_remapIds$0(Lit/unimi/dsi/fastutil/ints/Int2IntMap;Ljava/lang/Object;Ljava/lang/Integer;)Ljava/lang/Integer; to md0212cf$lambda$fabric_remapIds$0$0 in fabric-registry-sync-v0.mixins.json:MixinIdList -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MaterialBuilderAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.Material$Builder -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MaterialBuilderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockSelection$0(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/PreventBlockSelectionPower;)Z to md0212cf$lambda$preventBlockSelection$0$0 in apoli.mixins.json:AbstractBlockStateMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventBlockSelection(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::phaseThroughBlocks(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventCollisionWhenPhasing(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntity from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.block.entity.BlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.LootableContainerBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$allowUsingViaPower$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Boolean; to md0212cf$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::clearPowerCraftingInventory(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::allowUsingViaPower(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinAbstractFurnaceBlockEntity from fabric-content-registries-v0.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity->@Inject::fuelTimeMapHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.BrewingStandBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$3(Ljava/util/List;Lio/github/apace100/apoli/power/TooltipPower;)V to md0212cf$lambda$addEquipmentPowerTooltips$3$0 in apoli.mixins.json:ItemStackMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$2(Lio/github/apace100/apoli/power/TooltipPower;)Z to md0212cf$lambda$addEquipmentPowerTooltips$2$1 in apoli.mixins.json:ItemStackMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$1(Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md0212cf$lambda$addEquipmentPowerTooltips$1$2 in apoli.mixins.json:ItemStackMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$0(Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)Z to md0212cf$lambda$addEquipmentPowerTooltips$0$3 in apoli.mixins.json:ItemStackMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing DontOverwriteAttrModsMixin from calio.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayItem from calio.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemStack from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.item.ItemStack -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::callActionOnUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio doesn't use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio won't be passed a CallbackInfoReturnable as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin->@Inject::getTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::isEffectiveOn(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getMiningSpeedMultiplier(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getAttributeModifiers(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing EnderChestBlockEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.EnderChestBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$RemoveNonItalicOnRename from calio.mixins.json into net.minecraft.screen.AnvilScreenHandler -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio doesn't use it's CallbackInfo -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio has 0 override(s) in child classes -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio won't be passed a CallbackInfo as a result -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing ForgingScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ForgingScreenHandler -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Mixing HopperBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.HopperBlockEntity -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookExtract$1(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md0212cf$lambda$hookExtract$1$0 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookInsert$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md0212cf$lambda$hookInsert$0$1 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookInsert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable -[11:00:18] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookExtract(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable -[11:00:19] [main/DEBUG] (FabricLoader/Mixin) Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.block.entity.ConduitBlockEntity -[11:00:19] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ConduitOnLandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing PersistentProjectileEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.PersistentProjectileEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PersistentProjectileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md0212cf$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:PersistentProjectileEntityMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;ILnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md0212cf$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:PersistentProjectileEntityMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.entity.ExperienceOrbEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.entity.mob.CreeperEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectTargetGoal$0(Lnet/minecraft/entity/LivingEntity;)Z to md0212cf$lambda$redirectTargetGoal$0$0 in origins.mixins.json:ScareCreepersMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing TridentEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.TridentEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:TridentEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md0212cf$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:TridentEntityMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md0212cf$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:TridentEntityMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventAvianSleep$0(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lio/github/apace100/apoli/power/PreventSleepPower;)V to md0212cf$lambda$preventAvianSleep$0$0 in apoli.mixins.json:ServerPlayerEntityMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerPlayerEntity from mixins.cardinal_components_entity.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityAccessor from fabric-containers-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.mixins.json:ServerPlayerEntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-containers-v0.accurate.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.accurate.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::preventAvianSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointDimension(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifyPlayerSpawnPosition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointSet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onTrySleepDirectionCheck(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/Direction;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity->@Inject::onPlayerInteractEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.vehicle.StorageMinecartEntity -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing client.WorldChunkMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.chunk.WorldChunk -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[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. -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing StructuresConfigAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.StructuresConfig -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructuresConfigAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.item.BlockItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BlockItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ArmorItemMixin from apoli.mixins.json into net.minecraft.item.ArmorItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorEquipping$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md0212cf$lambda$preventArmorEquipping$0$0 in apoli.mixins.json:ArmorItemMixin -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin->@Inject::preventArmorEquipping(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing SwordItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.SwordItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.ShovelItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:ShovelItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates_$md$0212cf$0 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing MiningToolItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.MiningToolItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;I)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.AxeItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:AxeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks_$md$0212cf$0 in fabric-content-registries-v0.mixins.json:AxeItemAccessor -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks_$md$0212cf$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoeItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions_$md$0212cf$0 in fabric-content-registries-v0.mixins.json:HoeItemAccessor -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:BucketItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ShearsItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.ShearsItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoneycombItem -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin->@Inject::createUnwaxedToWaxedMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::isTopRow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::getColumn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.entity.effect.StatusEffectInstance -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:StatusEffectInstanceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing ChestStateManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.ViewerCountManager -[11:00:20] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerInventory -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.screen.slot.CraftingResultSlot -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing LootPoolEntryTypesAccessor from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.entry.LootPoolEntryTypes -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/util/JsonSerializer;)Lnet/minecraft/loot/entry/LootPoolEntryType; to register_$md$0212cf$0 in fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinMultiNoiseBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.MultiNoiseBiomeSource$Preset -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$1(Lnet/minecraft/util/registry/Registry;Ljava/util/List;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseHypercube;)V to md0212cf$lambda$appendNetherBiomes$1$0 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$0(Lnet/minecraft/world/biome/Biome;)Lnet/minecraft/world/biome/Biome; to md0212cf$lambda$appendNetherBiomes$0$1 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource->@Inject::appendNetherBiomes(Lnet/minecraft/util/registry/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing FlatChunkGeneratorConfigMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin->@Inject::createDefaultConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin->@Inject::injectAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$1(Lio/github/apace100/apoli/power/SelfGlowPower;)Z to md0212cf$lambda$makeEntitiesGlow$1$0 in apoli.mixins.json:MinecraftClientMixin -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/EntityGlowPower;)Z to md0212cf$lambda$makeEntitiesGlow$0$1 in apoli.mixins.json:MinecraftClientMixin -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMinecraftClient from fabric-registry-sync-v0.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.MinecraftClientAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.MinecraftClientAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftClient from fabric-events-interaction-v0.mixins.json into net.minecraft.client.MinecraftClient -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin->@Inject::makeEntitiesGlow(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::fabric_doItemPickWrapper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::cancelItemPick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin->@Inject::injectRenderTooltipLambda(Ljava/util/List;Lnet/minecraft/client/item/TooltipData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTitleScreen from mixins.modmenu.json into net.minecraft.client.gui.screen.TitleScreen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AspectsMixin from aspects.mixins.json into net.minecraft.client.gui.screen.TitleScreen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientWorld from mixins.cardinal_components_entity.json into net.minecraft.client.world.ClientWorld -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HandledScreenFocusedSlotAccessor from calio.mixins.json into net.minecraft.client.gui.screen.ingame.HandledScreen -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:HandledScreenFocusedSlotAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDynamicRegistryManager from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerMixin from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerAccessor from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getInfos()Ljava/util/Map; to getInfos_$md$0212cf$0 in fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager->@Inject::setupBuiltInSync(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin->@Inject::onCreateImpl(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/registry/DynamicRegistryManager$Impl;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager$Impl -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.DynamicRegistryManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientBuiltinResourcePackProviderMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.ClientBuiltinResourcePackProvider -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyZipProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyDirProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:DefaultResourcePackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackProfileAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackProfile -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackProfileAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing FileResourcePackProviderAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.FileResourcePackProvider -[11:00:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:FileResourcePackProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:21] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) 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:21] [Render thread/DEBUG] (com.mojang.authlib.minecraft.client.MinecraftClient) Connecting to https://api.minecraftservices.com/player/attributes -[11:00:23] [Render thread/ERROR] (net.minecraft.client.MinecraftClient) Failed to verify authentication +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-base/4.0.0-alpha.1+21w37a/cardinal-components-base-4.0.0-alpha.1+21w37a.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/bin/main to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar to classpath. +[17:54:34] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-entity/4.0.0-alpha.1+21w37a/cardinal-components-entity-4.0.0-alpha.1+21w37a.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar to classpath. +[17:54:35] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited. +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioServer for mod calio (key server) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioClient for mod calio (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.Calio for mod calio (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.gametest.FabricGameTestModInitializer for mod fabric-gametest-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.rendering.RenderingCallbackInvoker for mod fabric-rendering-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking for mod fabric-screen-handler-api-v1 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.mininglevel.FabricMiningLevelInit for mod fabric-mining-level-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.ladysnake.pal.Pal for mod playerabilitylib (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.structure.FabricStructureImpl for mod fabric-structure-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fishplex.Aspects for mod aspects (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliServer for mod apoli (key server) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.integration.ModMenuIntegration for mod apoli (key modmenu) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliClient for mod apoli (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key cardinal-components-entity) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.container.ScreenProviderRegistryImpl::init for mod fabric-containers-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldClientNetworkingHooks for mod fabric-networking-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldNetworkingHooks for mod fabric-networking-v0 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryClientInit for mod fabric-registry-sync-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryInit for mod fabric-registry-sync-v0 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.client.ClientNetworkingImpl::clientInit for mod fabric-networking-api-v1 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.NetworkingImpl::init for mod fabric-networking-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.indigo.Indigo for mod fabric-renderer-indigo (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.lookup.ApiLookupImpl for mod fabric-api-lookup-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenuModMenuCompat for mod modmenu (key modmenu) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenu for mod modmenu (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouterClient for mod fabric-events-interaction-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouter for mod fabric-events-interaction-v0 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CcaEntityClientNw::initClient for mod cardinal-components-entity (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CardinalComponentsEntity::init for mod cardinal-components-entity (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes for mod reach-entity-attributes (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.tool.attribute.ToolHandlers for mod fabric-tool-attribute-api-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.clothconfig2.fabric.ClothConfigModMenuDemo for mod cloth-config (key modmenu) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.autoconfig.example.ExampleInits::exampleCommonInit for mod cloth-config (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.client.LegacyClientEventInvokers for mod fabric-events-lifecycle-v0 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers for mod fabric-events-lifecycle-v0 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.ClientLifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.integration.ModMenuIntegration for mod origins (key modmenu) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.OriginsClient for mod origins (key client) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.Origins for mod origins (key main) +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.registry.ModComponents for mod origins (key cardinal-components-entity) +[17:54:35] [main/DEBUG] (FabricLoader/Mappings) Loading mappings took 125 ms +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) MixinService [Knot/Fabric] was successfully booted in jdk.internal.loader.ClassLoaders$AppClassLoader@42110406 +[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 +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Error cleaning class output directory: .mixin.out +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Initialising Mixin Platform Manager +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Adding mixin platform agents for container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)] +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)] +[17:54:35] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-rendering-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[17:54:35] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-crash-report-info-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-gametest-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-content-registries-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-loader-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-dimensions-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-key-binding-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-handler-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-data-generation-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-mining-level-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-fluids-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-textures-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-biome-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-structure-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-particles-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-game-rule-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-entity-events-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.accurate.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-registry-sync-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-command-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-networking-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-indigo.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-api-lookup-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-events-interaction-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builder-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tool-attribute-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-models-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-transfer-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builders-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-lifecycle-events-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-groups-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-tables-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-blockrenderlayer-v1.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tag-extensions-v0.mixins.json does not specify "minVersion" property +[17:54:35] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar to classpath. +[17:54:35] [main/DEBUG] (FabricLoader/Entrypoint) No subscribers for entrypoint 'preLaunch' +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins for MixinEnvironment[DEFAULT] +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config calio.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Calio-1.18-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-crash-report-info-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-gametest-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-gametest-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-content-registries-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-loader-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-dimensions-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-key-binding-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-handler-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-data-generation-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-data-generation-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-mining-level-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-mining-level-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.playerabilitylib.common.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap pal-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-fluids-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-textures-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-biome-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-structure-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-structure-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-particles-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config aspects.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-game-rule-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-entity-events-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config apoli.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Apoli-1.18-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.accurate.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-registry-sync-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-command-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-networking-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-indigo.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-api-lookup-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.modmenu.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap modmenu-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-events-interaction-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.cardinal_components_entity.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap cardinal-components-entity-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builder-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-data-attachment-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.reach-entity-attributes.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap refmap.reach-entity-attributes.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tool-attribute-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tool-attribute-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-models-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-transfer-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-transfer-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builders-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builders-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-lifecycle-events-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-groups-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config origins.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Origins-1.18-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-tables-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.debughud.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-blockrenderlayer-v1.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tag-extensions-v0.mixins.json +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tag-extensions-v0-refmap.json using remapper chain +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-v1.mixins.json (14) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing calio.mixins.json (9) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-crash-report-info-v1.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-gametest-api-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-content-registries-v0.mixins.json (8) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-loader-v0.mixins.json (15) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/font/FontManager$1 is public in fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-dimensions-v1.mixins.json (2) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-key-binding-api-v1.mixins.json (3) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-handler-api-v1.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-data-generation-api-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-mining-level-api-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.playerabilitylib.common.json (2) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-fluids-v1.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-textures-v0.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-biome-api-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-structure-api-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-particles-v1.mixins.json (3) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing aspects.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-game-rule-api-v1.mixins.json (9) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/command/GameRuleCommand$1 is public in fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1 is public in fabric-game-rule-api-v1.mixins.json:client.RuleListWidgetVisitorMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-entity-events-v1.mixins.json (10) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing apoli.mixins.json (50) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/screen/PlayerScreenHandler$1 is public in apoli.mixins.json:PlayerScreenHandlerMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.accurate.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-registry-sync-v0.mixins.json (16) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-command-api-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-networking-api-v1.mixins.json (14) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-indigo.mixins.json (7) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator is public in fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask is public in fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-api-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-api-lookup-api-v1.mixins.json (2) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.modmenu.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-events-interaction-v0.mixins.json (5) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in fabric-events-interaction-v0.mixins.json:MixinServerPlayNetworkHandler and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.cardinal_components_entity.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builder-v1.mixins.json (16) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory is public in fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-data-attachment-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.reach-entity-attributes.json (13) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/block/entity/LecternBlockEntity$1 is public in mixins.reach-entity-attributes.json:InventoryValidationMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in mixins.reach-entity-attributes.json:PlayerEntityInteractionHandlerMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tool-attribute-api-v1.mixins.json (3) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-api-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-models-v0.mixins.json (2) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-transfer-api-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builders-v0.mixins.json (2) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-lifecycle-events-v1.mixins.json (12) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ServerWorld$ServerEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/world/ClientWorld$ClientEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-groups-v0.mixins.json (3) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing origins.mixins.json (11) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-tables-v1.mixins.json (6) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.mixins.json (4) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.debughud.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-blockrenderlayer-v1.mixins.json (1) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tag-extensions-v0.mixins.json (9) +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/data/server/AbstractTagProvider$ObjectBuilder is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/tag/RequiredTagList$TagWrapper is public in fabric-tag-extensions-v0.mixins.json:MixinTagImpl and should be specified in value +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[17:54:35] [main/DEBUG] (FabricLoader/Mixin) Prepared 313 mixins in 0.489 sec (1.6ms avg) (0ms load, 0ms transform, 0ms plugin) +[17:54:35] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework +[17:54:35] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple +[17:54:35] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4 +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorDispensing$8(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to mdc0fc93$lambda$preventArmorDispensing$8$0 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$restoreKeptInventory$7(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to mdc0fc93$lambda$restoreKeptInventory$7$1 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$6(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to mdc0fc93$lambda$dropAdditionalInventory$6$2 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$5(Lio/github/apace100/apoli/power/InventoryPower;)V to mdc0fc93$lambda$dropAdditionalInventory$5$3 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$4(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)V to mdc0fc93$lambda$invokeWakeUpAction$4$4 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$3(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)Z to mdc0fc93$lambda$invokeWakeUpAction$3$5 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$2(Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBeingUsedPower;)Z to mdc0fc93$lambda$preventEntityInteraction$2$6 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$1(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnEntityUsePower;)Z to mdc0fc93$lambda$preventEntityInteraction$1$7 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$modifyEatenItemStack$0$8 in apoli.mixins.json:PlayerEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.entity.player.PlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin->@Inject::injectElytraCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onTrySleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onIsSleepingLongEnough(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventEntityInteraction(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::disableHeal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventArmorDispensing(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin->@Inject::slowMovement(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EyeHeightAccess from apoli.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EyeHeightAccess: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$23(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$modifyEatenItemStack$23$0 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventDeath$22(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/PreventDeathPower;)Z to mdc0fc93$lambda$preventDeath$22$1 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$21(Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to mdc0fc93$lambda$preventPushing$21$2 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$20(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to mdc0fc93$lambda$preventPushing$20$3 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySlipperiness$19(Lio/github/apace100/apoli/power/ModifySlipperinessPower;)Z to mdc0fc93$lambda$modifySlipperiness$19$4 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyJumpVelocity$18(Lio/github/apace100/apoli/power/ModifyJumpPower;)Z to mdc0fc93$lambda$modifyJumpVelocity$18$5 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeKillAction$17(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnKillPower;)V to mdc0fc93$lambda$invokeKillAction$17$6 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$16(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/TargetActionOnHitPower;)V to mdc0fc93$lambda$invokeHitActions$16$7 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$15(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnHitPower;)V to mdc0fc93$lambda$invokeHitActions$15$8 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$14(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/AttackerActionWhenHitPower;)V to mdc0fc93$lambda$invokeHitActions$14$9 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$13(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionWhenHitPower;)V to mdc0fc93$lambda$invokeHitActions$13$a in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$12(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionOnHitPower;)V to mdc0fc93$lambda$invokeHitActions$12$b in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$11(Lio/github/apace100/apoli/power/ActionOnHitPower;)Z to mdc0fc93$lambda$invokeHitActions$11$c in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$10(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionWhenHitPower;)V to mdc0fc93$lambda$invokeHitActions$10$d in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$9(Lio/github/apace100/apoli/power/ActionWhenHitPower;)Z to mdc0fc93$lambda$invokeHitActions$9$e in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$8(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/ModifyDamageTakenPower;)V to mdc0fc93$lambda$modifyDamageTaken$8$f in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$7(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ModifyDamageTakenPower;)Z to mdc0fc93$lambda$modifyDamageTaken$7$10 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$6(Lnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)V to mdc0fc93$lambda$modifyDamageTaken$6$11 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$5(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)Z to mdc0fc93$lambda$modifyDamageTaken$5$12 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyWalkableFluids$4(Lnet/minecraft/fluid/Fluid;Lio/github/apace100/apoli/power/WalkOnFluidPower;)Z to mdc0fc93$lambda$modifyWalkableFluids$4$13 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowers$3(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to mdc0fc93$lambda$addEquipmentPowers$3$14 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$removeEquipmentPowers$2(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to mdc0fc93$lambda$removeEquipmentPowers$2$15 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectDurationPower;)Z to mdc0fc93$lambda$modifyStatusEffect$1$16 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectAmplifierPower;)Z to mdc0fc93$lambda$modifyStatusEffect$0$17 in apoli.mixins.json:LivingEntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityParticleMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LikeWaterMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.entity.LivingEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin->@Inject::injectElytraTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onIsSleepingInBed(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onGetSleepingDirection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyWalkableFluids(Lnet/minecraft/fluid/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventHitIfDamageIsZero(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::getGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyJumpVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventStatusEffects(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventPushing(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventDeath(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.reach-entity-attributes.json:LivingEntityMixin->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod reach-entity-attributes does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin->@Inject::onGetPreferredEquipmentSlot(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/Item;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater->@Inject::doWaterBreathing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityAccessor from apoli.mixins.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from apoli.mixins.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$3(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventGameEventPower;)V to mdc0fc93$lambda$preventGameEvents$3$0 in apoli.mixins.json:EntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$2(Lnet/minecraft/world/event/GameEvent;Lio/github/apace100/apoli/power/PreventGameEventPower;)Z to mdc0fc93$lambda$preventGameEvents$2$1 in apoli.mixins.json:EntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$pushOutOfBlocks$1(DDDLio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$pushOutOfBlocks$1$2 in apoli.mixins.json:EntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeOriginInvulnerable$0(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/InvulnerablePower;)Z to mdc0fc93$lambda$makeOriginInvulnerable$0$3 in apoli.mixins.json:EntityMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntity from mixins.cardinal_components_entity.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.entity.Entity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-dimensions-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeFullyFireImmune(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeEntitiesIgnoreWater(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::phantomInvisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::pushOutOfBlocks(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::preventGameEvents(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::toTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.World +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 1 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinViewableWorld from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.WorldView +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinViewableWorld: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.world.ServerWorld +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to mdc0fc93$lambda$fabric_invalidateCache$5$0 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to mdc0fc93$lambda$fabric_invalidateCache$4$1 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to mdc0fc93$lambda$fabric_invalidateCache$3$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to mdc0fc93$lambda$fabric_invalidateCache$2$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to mdc0fc93$lambda$fabric_registerCache$1$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List; to mdc0fc93$lambda$fabric_registerCache$0$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerWorld from mixins.cardinal_components_entity.json into net.minecraft.server.world.ServerWorld +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/ClientPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerEntityMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.network.ClientPlayerEntity +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::allowSwimming(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin->@Inject::onSendChatMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 does use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin->@Inject::getUnderwaterVisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing ScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ScreenHandler +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinCrashReport from fabric-crash-report-info-v1.mixins.json into net.minecraft.util.SystemDetails +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fillSystemDetails$0()Ljava/lang/String; to mdc0fc93$lambda$fillSystemDetails$0$0 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 doesn't use it's CallbackInfo +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 has 0 override(s) in child classes +[17:54:36] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBootstrap from fabric-registry-sync-v0.mixins.json into net.minecraft.Bootstrap +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$1(Lnet/minecraft/fluid/Fluid;)Ljava/util/Collection; to mdc0fc93$lambda$initialize$1$0 in fabric-registry-sync-v0.mixins.json:MixinBootstrap +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$0(Lnet/minecraft/block/Block;)Ljava/util/Collection; to mdc0fc93$lambda$initialize$0$1 in fabric-registry-sync-v0.mixins.json:MixinBootstrap +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap->@Inject::initialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getROOT()Lnet/minecraft/util/registry/MutableRegistry; to getROOT_$md$c0fc93$0 in fabric-registry-sync-v0.mixins.json:AccessorRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$5([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback; to mdc0fc93$lambda$new$5$0 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$4([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState;)V to mdc0fc93$lambda$new$4$1 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$3([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback; to mdc0fc93$lambda$new$3$2 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$2([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to mdc0fc93$lambda$new$2$3 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$1([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback; to mdc0fc93$lambda$new$1$4 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to mdc0fc93$lambda$new$0$5 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinSimpleRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.fluid.Fluid +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:FluidMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlock from fabric-object-builder-v1.mixins.json into net.minecraft.block.Block +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinBlock from fabric-object-builders-v0.mixins.json into net.minecraft.block.Block +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyBlockBreakSpeed$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ModifyBreakSpeedPower;)Z to mdc0fc93$lambda$modifyBlockBreakSpeed$0$0 in apoli.mixins.json:AbstractBlockMixin +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from apoli.mixins.json into net.minecraft.item.Item +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$forgeItem$1(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ItemOnItemPower;)Z to mdc0fc93$lambda$forgeItem$1$0 in apoli.mixins.json:ItemMixin +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeItemEdible$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$makeItemEdible$0$1 in apoli.mixins.json:ItemMixin +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from mixins.reach-entity-attributes.json into net.minecraft.item.Item +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.Item +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.Item +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinItem from fabric-object-builders-v0.mixins.json into net.minecraft.item.Item +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin->@Inject::forgeItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;Lnet/minecraft/util/ClickType;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/StackReference;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockEntityTypeAccessor from fabric-api-lookup-api-v1.mixins.json into net.minecraft.block.entity.BlockEntityType +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:BlockEntityTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerType +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getBiomeTypeToIdMap()Ljava/util/Map; to getBiomeTypeToIdMap_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;)Lnet/minecraft/village/VillagerType; to callRegister_$md$c0fc93$1 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerProfessionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerProfession +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method create(Ljava/lang/String;Lnet/minecraft/world/poi/PointOfInterestType;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/village/VillagerProfession; to create_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing PointOfInterestTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.poi.PointOfInterestType +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;ILjava/util/function/Predicate;I)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;II)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$c0fc93$1 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callSetup(Lnet/minecraft/world/poi/PointOfInterestType;)Lnet/minecraft/world/poi/PointOfInterestType; to callSetup_$md$c0fc93$2 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing StructureFeatureAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.feature.StructureFeature +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructureFeatureAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setSurfaceAdjustingStructures(Ljava/util/List;)V to setSurfaceAdjustingStructures_$md$c0fc93$0 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/gen/feature/StructureFeature;Lnet/minecraft/world/gen/GenerationStep$Feature;)Lnet/minecraft/world/gen/feature/StructureFeature; to callRegister_$md$c0fc93$1 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTheEndBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.TheEndBiomeSource +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRequiredTagListRegistry from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagListRegistry +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry->@Inject::getBuiltinTags(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.SetTag +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagList$TagWrapper +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing BedBlockMixin from fabric-entity-events-v1.mixins.json into net.minecraft.block.BedBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin->@Inject::onOnUse(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.DetectorRailBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/entity/Entity;)Z to mdc0fc93$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin->@Inject::getCustomComparatorOutput(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-object-builder-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinFireBlock from fabric-content-registries-v0.mixins.json into net.minecraft.block.FireBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricBurnChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricSpreadChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing DropperBlockMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.DropperBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookDispense$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mdc0fc93$lambda$hookDispense$0$0 in fabric-transfer-api-v1.mixins.json:DropperBlockMixin +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin->@Inject::hookDispense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-transfer-api-v1 does use it's CallbackInfo +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooSaplingBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooBlock +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.block.Oxidizable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin->@Inject::createOxidationLevelIncreasesMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdList from fabric-registry-sync-v0.mixins.json into net.minecraft.util.collection.IdList +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdList: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:37] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_remapIds$0(Lit/unimi/dsi/fastutil/ints/Int2IntMap;Ljava/lang/Object;Ljava/lang/Integer;)Ljava/lang/Integer; to mdc0fc93$lambda$fabric_remapIds$0$0 in fabric-registry-sync-v0.mixins.json:MixinIdList +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing MaterialBuilderAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.Material$Builder +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MaterialBuilderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockSelection$0(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/PreventBlockSelectionPower;)Z to mdc0fc93$lambda$preventBlockSelection$0$0 in apoli.mixins.json:AbstractBlockStateMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventBlockSelection(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::phaseThroughBlocks(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventCollisionWhenPhasing(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntity from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.block.entity.BlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.LootableContainerBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$allowUsingViaPower$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Boolean; to mdc0fc93$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::clearPowerCraftingInventory(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::allowUsingViaPower(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinAbstractFurnaceBlockEntity from fabric-content-registries-v0.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity->@Inject::fuelTimeMapHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.BrewingStandBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing DontOverwriteAttrModsMixin from calio.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayItem from calio.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$3(Ljava/util/List;Lio/github/apace100/apoli/power/TooltipPower;)V to mdc0fc93$lambda$addEquipmentPowerTooltips$3$0 in apoli.mixins.json:ItemStackMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$2(Lio/github/apace100/apoli/power/TooltipPower;)Z to mdc0fc93$lambda$addEquipmentPowerTooltips$2$1 in apoli.mixins.json:ItemStackMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$1(Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to mdc0fc93$lambda$addEquipmentPowerTooltips$1$2 in apoli.mixins.json:ItemStackMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$0(Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)Z to mdc0fc93$lambda$addEquipmentPowerTooltips$0$3 in apoli.mixins.json:ItemStackMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemStack from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio doesn't use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio won't be passed a CallbackInfoReturnable as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::callActionOnUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::isEffectiveOn(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getMiningSpeedMultiplier(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getAttributeModifiers(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin->@Inject::getTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing EnderChestBlockEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.EnderChestBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$RemoveNonItalicOnRename from calio.mixins.json into net.minecraft.screen.AnvilScreenHandler +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio doesn't use it's CallbackInfo +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio has 0 override(s) in child classes +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio won't be passed a CallbackInfo as a result +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing ForgingScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ForgingScreenHandler +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing HopperBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.HopperBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookExtract$1(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mdc0fc93$lambda$hookExtract$1$0 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookInsert$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mdc0fc93$lambda$hookInsert$0$1 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookInsert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookExtract(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.block.entity.ConduitBlockEntity +[17:54:38] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ConduitOnLandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing PersistentProjectileEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.PersistentProjectileEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PersistentProjectileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to mdc0fc93$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:PersistentProjectileEntityMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;ILnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to mdc0fc93$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:PersistentProjectileEntityMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.entity.ExperienceOrbEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.entity.mob.CreeperEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectTargetGoal$0(Lnet/minecraft/entity/LivingEntity;)Z to mdc0fc93$lambda$redirectTargetGoal$0$0 in origins.mixins.json:ScareCreepersMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing TridentEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.TridentEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:TridentEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to mdc0fc93$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:TridentEntityMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to mdc0fc93$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:TridentEntityMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventAvianSleep$0(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lio/github/apace100/apoli/power/PreventSleepPower;)V to mdc0fc93$lambda$preventAvianSleep$0$0 in apoli.mixins.json:ServerPlayerEntityMixin +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityAccessor from fabric-containers-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.mixins.json:ServerPlayerEntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-containers-v0.accurate.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.accurate.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerPlayerEntity from mixins.cardinal_components_entity.json into net.minecraft.server.network.ServerPlayerEntity +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onTrySleepDirectionCheck(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/Direction;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::preventAvianSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointDimension(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifyPlayerSpawnPosition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointSet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity->@Inject::onPlayerInteractEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:39] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.vehicle.StorageMinecartEntity +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing client.WorldChunkMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.chunk.WorldChunk +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[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. +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing StructuresConfigAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.StructuresConfig +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructuresConfigAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.item.BlockItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BlockItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing ArmorItemMixin from apoli.mixins.json into net.minecraft.item.ArmorItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorEquipping$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to mdc0fc93$lambda$preventArmorEquipping$0$0 in apoli.mixins.json:ArmorItemMixin +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin->@Inject::preventArmorEquipping(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing SwordItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.SwordItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.ShovelItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:ShovelItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates_$md$c0fc93$0 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing MiningToolItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.MiningToolItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;I)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.AxeItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:AxeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks_$md$c0fc93$0 in fabric-content-registries-v0.mixins.json:AxeItemAccessor +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks_$md$c0fc93$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoeItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions_$md$c0fc93$0 in fabric-content-registries-v0.mixins.json:HoeItemAccessor +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:BucketItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing ShearsItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.ShearsItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoneycombItem +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin->@Inject::createUnwaxedToWaxedMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::isTopRow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::getColumn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.entity.effect.StatusEffectInstance +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:StatusEffectInstanceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing ChestStateManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.ViewerCountManager +[17:54:40] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerInventory +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.screen.slot.CraftingResultSlot +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing LootPoolEntryTypesAccessor from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.entry.LootPoolEntryTypes +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/util/JsonSerializer;)Lnet/minecraft/loot/entry/LootPoolEntryType; to register_$md$c0fc93$0 in fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinMultiNoiseBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.MultiNoiseBiomeSource$Preset +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$1(Lnet/minecraft/util/registry/Registry;Ljava/util/List;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseHypercube;)V to mdc0fc93$lambda$appendNetherBiomes$1$0 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$0(Lnet/minecraft/world/biome/Biome;)Lnet/minecraft/world/biome/Biome; to mdc0fc93$lambda$appendNetherBiomes$0$1 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource->@Inject::appendNetherBiomes(Lnet/minecraft/util/registry/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing FlatChunkGeneratorConfigMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin->@Inject::createDefaultConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin->@Inject::injectAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$1(Lio/github/apace100/apoli/power/SelfGlowPower;)Z to mdc0fc93$lambda$makeEntitiesGlow$1$0 in apoli.mixins.json:MinecraftClientMixin +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/EntityGlowPower;)Z to mdc0fc93$lambda$makeEntitiesGlow$0$1 in apoli.mixins.json:MinecraftClientMixin +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMinecraftClient from fabric-registry-sync-v0.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.MinecraftClientAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.MinecraftClientAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftClient from fabric-events-interaction-v0.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.MinecraftClient +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin->@Inject::makeEntitiesGlow(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::fabric_doItemPickWrapper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::cancelItemPick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screen.Screen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin->@Inject::injectRenderTooltipLambda(Ljava/util/List;Lnet/minecraft/client/item/TooltipData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AspectsMixin from aspects.mixins.json into net.minecraft.client.gui.screen.TitleScreen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTitleScreen from mixins.modmenu.json into net.minecraft.client.gui.screen.TitleScreen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientWorld from mixins.cardinal_components_entity.json into net.minecraft.client.world.ClientWorld +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HandledScreenFocusedSlotAccessor from calio.mixins.json into net.minecraft.client.gui.screen.ingame.HandledScreen +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:HandledScreenFocusedSlotAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDynamicRegistryManager from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerMixin from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerAccessor from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getInfos()Ljava/util/Map; to getInfos_$md$c0fc93$0 in fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager->@Inject::setupBuiltInSync(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin->@Inject::onCreateImpl(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/registry/DynamicRegistryManager$Impl;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager$Impl +[17:54:41] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.DynamicRegistryManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientBuiltinResourcePackProviderMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.ClientBuiltinResourcePackProvider +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyZipProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyDirProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:DefaultResourcePackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackProfileAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackProfile +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackProfileAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing FileResourcePackProviderAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.FileResourcePackProvider +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:FileResourcePackProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) 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/DEBUG] (com.mojang.authlib.minecraft.client.MinecraftClient) Connecting to https://api.minecraftservices.com/player/attributes +[17:54:42] [Render thread/ERROR] (net.minecraft.client.MinecraftClient) Failed to verify authentication 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.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?] @@ -1213,1012 +1213,964 @@ 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.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?] ... 13 more -[11:00:23] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Setting user: Player986 -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap_$md$0212cf$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyCodeAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyCodeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'main' -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.MinecraftServer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to md0212cf$lambda$endResourceReload$0$0 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftServer from fabric-tag-extensions-v0.mixins.json into net.minecraft.server.MinecraftServer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfoReturnable -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:recipe_serializer has been marked as modded, registry entry apoli:power_restricted was changed -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_function_type has been marked as modded, registry entry apoli:add_power was changed -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DamageSourceAccessor from calio.mixins.json into net.minecraft.entity.damage.DamageSource -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DamageSourceAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method createDamageSource(Ljava/lang/String;)Lnet/minecraft/entity/damage/DamageSource; to createDamageSource_$md$0212cf$0 in calio.mixins.json:DamageSourceAccessor -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:root has been marked as modded, registry entry apoli:power_factory was changed -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaRegistryInvoker from calio.mixins.json into net.minecraft.advancement.criterion.Criteria -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CriteriaRegistryInvoker: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.advancement.criterion.Criteria -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:CriteriaAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/advancement/criterion/Criterion;)Lnet/minecraft/advancement/criterion/Criterion; to callRegister_$md$0212cf$1 in fabric-object-builder-v1.mixins.json:CriteriaAccessor -[11:00:23] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Apoli 2.2.0 has initialized. Ready to power up your game! -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:item has been marked as modded, registry entry aspects:anemo_feather was changed -[11:00:23] [Render thread/INFO] (aspects) Hello from Aspects :D -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:attribute has been marked as modded, registry entry reach-entity-attributes:reach was changed -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ServerLoginNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ServerLoginNetworkHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/INFO] (io.github.apace100.origins.Origins) Origins 1.3.0 is initializing. Have fun! -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:block has been marked as modded, registry entry origins:temporary_cobweb was changed -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:enchantment has been marked as modded, registry entry origins:water_protection was changed -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:entity_type has been marked as modded, registry entry origins:enderian_pearl was changed -[11:00:23] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_condition_type has been marked as modded, registry entry origins:origin was changed -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.loot.LootManager -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootManager from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootManager -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$2(Lnet/minecraft/resource/ResourceManager;Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to md0212cf$lambda$apply$2$0 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$1(Lnet/fabricmc/fabric/api/loot/v1/FabricLootSupplierBuilder;Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/LootTable; to md0212cf$lambda$apply$1$1 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$0(Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to md0212cf$lambda$apply$0$2 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootSupplierBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable$Builder -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootSupplierBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'client' -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientLoginNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handleQueryRequest(Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientPlayNetworkHandler from fabric-content-registries-v0.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.ElytraFeatureRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ElytraFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin->@Inject::preventCapeRendering(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin->@Inject::injectCapeRenderCheck(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinArmorFeatureRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.ArmorFeatureRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer->@Inject::renderArmor(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/model/BipedEntityModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.ClientConnection -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/INFO] (net.fabricmc.fabric.impl.client.indigo.Indigo) [Indigo] Registering Indigo renderer! -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.render.GameRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getEyePos$7(Ljava/util/HashSet;Lnet/minecraft/util/math/BlockPos;)V to md0212cf$lambda$getEyePos$7$0 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventThirdPerson$6(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$preventThirdPerson$6$1 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$beforeRender$5$2 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$beforeRender$4$3 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$disableShaderToggle$3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lio/github/apace100/apoli/power/ShaderPower;)V to md0212cf$lambda$disableShaderToggle$3$4 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOverlayPowers$2(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md0212cf$lambda$renderOverlayPowers$2$5 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPower$1(Lio/github/apace100/apoli/power/ShaderPower;)V to md0212cf$lambda$loadShaderFromPower$1$6 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/apace100/apoli/power/ShaderPower;)V to md0212cf$lambda$loadShaderFromPowerOnCameraEntity$0$7 in apoli.mixins.json:GameRendererMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameRendererMixin from mixins.reach-entity-attributes.json into net.minecraft.client.render.GameRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.render.GameRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::disableShaderToggle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::getNightVisionStrength(Lnet/minecraft/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinSpriteAtlasTexture from fabric-renderer-api-v1.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinSpriteAtlasTexture from fabric-textures-v0.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture->@Inject::afterLoadSprites(Lnet/minecraft/resource/ResourceManager;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-textures-v0 does use it's CallbackInfoReturnable -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler$1 -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorInsertion$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md0212cf$lambda$preventArmorInsertion$0$0 in apoli.mixins.json:PlayerScreenHandlerMixin -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin->@Inject::preventArmorInsertion(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.item.ItemRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.item.ItemRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Lnet/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext; to md0212cf$lambda$new$0$0 in fabric-renderer-indigo.mixins.json:MixinItemRenderer -[11:00:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer->@Inject::hook_method_23179(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinGameOptions from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.GameOptions -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameOptionsMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.option.GameOptions -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Backend library: LWJGL version 3.2.1 build 12 -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MouseMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Mouse -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyboardMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Keyboard -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ReloadableResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ReloadableResourceManagerImpl -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getResourcePackNames$0(Lnet/minecraft/resource/ResourcePack;)Ljava/lang/String; to md0212cf$lambda$getResourcePackNames$0$0 in fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::getResourcePackNames(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.language.LanguageManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.texture.TextureManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.sound.SoundManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.FontManagerResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.font.FontManager$1 -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBlockColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.block.BlockColors -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.item.ItemColors -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap->@Inject::create(Lnet/minecraft/client/color/block/BlockColors;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBakedModelManager from fabric-models-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinBakedModelManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.block.BlockRenderManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBuiltinModelItemRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.item.BuiltinModelItemRenderer -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer->@Inject::fabric_onRender(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemModelMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.render.item.ItemModels -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityRenderDispatcherMixin from apoli.mixins.json into net.minecraft.client.render.entity.EntityRenderDispatcher -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventRenderingEntities$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityRenderPower;)Z to md0212cf$lambda$preventRenderingEntities$0$0 in apoli.mixins.json:EntityRenderDispatcherMixin -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin->@Inject::preventRenderingEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/client/render/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.HeldItemRendererMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.render.item.HeldItemRenderer -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinModelLoader from fabric-models-v0.mixins.json into net.minecraft.client.render.model.ModelLoader -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::loadModelHook(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 does use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.BakedModel -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LightmapTextureManagerMixin from apoli.mixins.json into net.minecraft.client.render.LightmapTextureManager -[11:00:24] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LightmapTextureManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockModelRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::hookRender(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/render/model/BakedModel;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZLjava/util/Random;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo does use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinAmbientOcclusionCalculator from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer$AmbientOcclusionCalculator -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinFluidRenderer from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.render.block.FluidRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to md0212cf$lambda$new$0$0 in fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselate(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 does use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.render.WorldRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinWorldRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.WorldRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.WorldRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (IIII)V -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onDrawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/Entity;DDDLnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderCloud(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderSky(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 9360. -[11:00:25] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 20. -[11:00:25] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 -[11:00:25] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 -[11:00:25] [Render thread/DEBUG] (io.netty.util.internal.ThreadLocalRandom) -Dio.netty.initialSeedUniquifier: 0x46e101a1e0684938 -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinParticleManager from fabric-registry-sync-v0.mixins.json into net.minecraft.client.particle.ParticleManager -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinParticleManager from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager$SimpleSpriteProvider -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameHudMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameHud -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOnHud$0(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md0212cf$lambda$renderOnHud$0$0 in apoli.mixins.json:InGameHudMixin -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayHud from calio.mixins.json into net.minecraft.client.gui.hud.InGameHud -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinInGameHud from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.hud.InGameHud -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDebugHud from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.hud.DebugHud -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable -[11:00:25] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) 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)) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method fabric$accessor_getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier; to fabric$accessor_getMetadataPath_$md$0212cf$0 in fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:25] [Render thread/INFO] (aspects) Hello from Aspects! :D -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BackgroundRendererMixin from apoli.mixins.json into net.minecraft.client.render.BackgroundRenderer -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BackgroundRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$redirectFogEnd$4$0 in apoli.mixins.json:BackgroundRendererMixin -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$3(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$redirectFogEnd$3$1 in apoli.mixins.json:BackgroundRendererMixin -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$2(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$redirectFogStart$2$2 in apoli.mixins.json:BackgroundRendererMixin -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$1(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$redirectFogStart$1$3 in apoli.mixins.json:BackgroundRendererMixin -[11:00:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyD$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to md0212cf$lambda$modifyD$0$4 in apoli.mixins.json:BackgroundRendererMixin -[11:00:27] [Realms Notification Availability checker #1/INFO] (net.minecraft.client.realms.RealmsClient) Could not authorize you against Realms server: Invalid session id -[11:00:28] [Render thread/INFO] (net.minecraft.client.sound.SoundEngine) OpenAL initialized on device CoreAudio Default -[11:00:28] [Render thread/INFO] (net.minecraft.client.sound.SoundSystem) Sound engine started -[11:00:28] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas -[11:00:29] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMultipartBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.MultipartBakedModel -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinWeightedBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.WeightedBakedModel -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModels -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin->@Inject::registerExtraModelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/ImmutableMap$Builder;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfoReturnable -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModelLayers -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelLayersAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers_$md$0212cf$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.block.entity.BlockEntityRendererFactories -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$init$0(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory;)V to md0212cf$lambda$init$0$0 in fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.EntityRenderers -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$onRegisterRenderers$0(Lnet/minecraft/entity/EntityType;Lnet/minecraft/client/render/entity/EntityRendererFactory;)V to md0212cf$lambda$onRegisterRenderers$0$0 in fabric-rendering-v1.mixins.json:MixinEntityRenderers -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers->@Inject::onRegisterRenderers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$renderColorChangedModel$3$0 in apoli.mixins.json:LivingEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$renderColorChangedModel$2$1 in apoli.mixins.json:LivingEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$renderColorChangedModel$1$2 in apoli.mixins.json:LivingEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventFeatureRendering$0(Ljava/lang/Class;Lio/github/apace100/apoli/power/PreventFeatureRenderPower;)Z to md0212cf$lambda$preventFeatureRendering$0$3 in apoli.mixins.json:LivingEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:LivingEntityRendererAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::letPlayersShakeTheirBodies(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::preventPumpkinRendering(Lnet/minecraft/entity/LivingEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$2 for descriptor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.PlayerEntityRenderer -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$5(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeSleeveTranslucent$5$0 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$4(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeSleeveTranslucent$4$1 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeSleeveTranslucent$3$2 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeArmTranslucent$2$3 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeArmTranslucent$1$4 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$0(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md0212cf$lambda$makeArmTranslucent$0$5 in apoli.mixins.json:PlayerEntityRendererMixin -[11:00:30] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas -[11:00:30] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas -[11:00:30] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas -[11:00:30] [Render thread/INFO] (aspects) Hello from Aspects! :D -[11:00:32] [Render thread/INFO] (aspects) Hello from Aspects! :D -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.CreateWorldScreenMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.gui.screen.world.CreateWorldScreen -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRulesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/GameRules$Category;Lnet/minecraft/world/GameRules$Type;)Lnet/minecraft/world/GameRules$Key; to callRegister_$md$0212cf$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes_$md$0212cf$1 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RuleKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$Key -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:RuleKeyMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BooleanRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$BooleanRule -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeCreate(ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/GameRules$Type; to invokeCreate_$md$0212cf$0 in fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing IntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$IntRule -[11:00:33] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:IntRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/biome has been marked as modded, registry entry minecraft:the_void was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_carver has been marked as modded, registry entry minecraft:cave was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_feature has been marked as modded, registry entry minecraft:seagrass_short was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/placed_feature has been marked as modded, registry entry minecraft:crimson_fungi was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_structure_feature has been marked as modded, registry entry minecraft:pillager_outpost was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/processor_list has been marked as modded, registry entry minecraft:empty was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/template_pool has been marked as modded, registry entry minecraft:empty was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise has been marked as modded, registry entry minecraft:temperature was changed -[11:00:34] [Render thread/DEBUG] (net.fabricmc.fabric.impl.registry.sync.DynamicRegistrySync) Setting up synchronisation of new BuiltinRegistries entries to the built-in DynamicRegistryManager -[11:00:34] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[11:00:34] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManager from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManager -[11:00:34] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:34] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo -[11:00:34] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes -[11:00:34] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistryOps from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.dynamic.RegistryOps -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.RegistryOpsMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.dynamic.RegistryOps -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps->@Inject::afterDynamicRegistryLoaded(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin->@Inject::afterCreation(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AccessorLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$4(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)V to md0212cf$lambda$executeBlockUseActions$4$0 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$3(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md0212cf$lambda$executeBlockUseActions$3$1 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$2(Lnet/minecraft/world/World;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md0212cf$lambda$preventBlockInteraction$2$2 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$1(ZZLnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)V to md0212cf$lambda$actionOnBlockBreak$1$3 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$0(Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)Z to md0212cf$lambda$actionOnBlockBreak$0$4 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerInteractionManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayerInteractionManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::startBlockBreak(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;Lnet/minecraft/util/math/Direction;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::breakBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 doesn't use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerAccessor from apoli.mixins.json into net.minecraft.recipe.RecipeManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.recipe.RecipeManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/recipe/Recipe;)Z to md0212cf$lambda$prioritizeModifiedRecipes$1$0 in apoli.mixins.json:RecipeManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$0(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/world/World;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/recipe/Recipe;)Ljava/util/stream/Stream; to md0212cf$lambda$prioritizeModifiedRecipes$0$1 in apoli.mixins.json:RecipeManagerMixin -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.recipe.RecipeManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin->@Inject::prioritizeModifiedRecipes(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootPool from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootPool: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootSupplier from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootSupplier: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.ServerAdvancementLoader -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.tag.TagManagerLoader -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManagerLoader from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManagerLoader -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader->@Inject::method_33179(Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/List;Lnet/minecraft/tag/RequiredTagList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.command.CommandManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-command-api-v1.mixins.json into net.minecraft.server.command.CommandManager -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteSet(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteSet_$md$0212cf$0 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteQuery_$md$0212cf$1 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandVisitorMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand$1 -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin->@Inject::onRegisterCommand(Lnet/minecraft/world/GameRules$Key;Lnet/minecraft/world/GameRules$Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-game-rule-api-v1 does use it's CallbackInfo -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HelpCommandAccessor from fabric-command-api-v1.mixins.json into net.minecraft.server.command.HelpCommand -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:HelpCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getFailedException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getFailedException_$md$0212cf$0 in fabric-command-api-v1.mixins.json:HelpCommandAccessor -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TeleportCommandMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.command.TeleportCommand -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:35] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;DDDLjava/util/Set;FFLjava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FFFLnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo -[11:00:36] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[11:00:36] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[11:00:36] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[11:00:36] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[11:00:36] [Render thread/WARN] (net.minecraft.server.command.CommandManager) 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/DEBUG] (FabricLoader/Mixin) Mixing TestFunctionsMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.test.TestFunctions -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin->@Inject::getTestFunction(Ljava/lang/reflect/Method;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-gametest-api-v1 does use it's CallbackInfoReturnable -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.function.FunctionLoader -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Apoli, Fabric Game Test API (v1), Aspects, Origins, Fabric Tool Attribute API (v1)) -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) Mixing TagBuilderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.tag.Tag$Builder -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:TagBuilderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) Mixing MixinTagBuilder from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.Tag$Builder -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes -[11:00:36] [Worker-Main-27/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfoReturnable as a result -[11:00:36] [Worker-Main-16/ERROR] (io.github.apace100.calio.data.MultiJsonDataLoader) Couldn't parse data file aspects:groundtied from aspects:powers/groundtied.json -com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $ - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:505) ~[minecraft-project-@-mapped.jar:?] - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:542) ~[minecraft-project-@-mapped.jar:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.lambda$prepare$1(MultiJsonDataLoader.java:62) ~[calio-v1.4.2.jar:?] - at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:48) ~[calio-v1.4.2.jar:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:24) ~[calio-v1.4.2.jar:?] - at net.minecraft.resource.SinglePreparationResourceReloader.method_18791(SinglePreparationResourceReloader.java:11) ~[minecraft-project-@-mapped.jar:?] - at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?] - at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?] - at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] - at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] - at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] - at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] - at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] -Caused by: java.io.EOFException: End of input at line 1 column 1 path $ - at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1395) ~[gson-2.8.8.jar:?] - at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:548) ~[gson-2.8.8.jar:?] - at com.google.gson.stream.JsonReader.peek(JsonReader.java:424) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:703) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:701) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:908) ~[gson-2.8.8.jar:?] - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:503) ~[minecraft-project-@-mapped.jar:?] - ... 13 more -[11:00:36] [Render thread/INFO] (net.minecraft.recipe.RecipeManager) Loaded 7 recipes -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool$Builder -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 1143 advancements -[11:00:36] [Render thread/ERROR] (io.github.apace100.apoli.Apoli) There was a problem reading power file aspects:darkness_damage (skipping): Error reading data field at entity_action.source: JSON requires field: source -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from apoli.mixins.json into net.minecraft.util.collection.WeightedList$Entry -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from calio.mixins.json into net.minecraft.util.collection.WeightedList$Entry -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:36] [Render thread/DEBUG] (FabricLoader/Mixin) Unexpected: Registered method getWeight()I in net.minecraft.util.collection.WeightedList$Entry was not merged -[11:00:36] [Render thread/ERROR] (io.github.apace100.apoli.Apoli) There was a problem reading power file aspects:positive_influence (skipping): Error reading data field at entity_action.chance: JSON requires field: chance -[11:00:36] [Render thread/ERROR] (io.github.apace100.apoli.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". -[11:00:36] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Finished loading powers from data files. Registry contains 139 powers. -[11:00:36] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:dendro" contained unregistered power: "aspects:flower_regen" -[11:00:36] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance" -[11:00:36] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:ordo" contained unregistered power: "aspects:holy_light" -[11:00:36] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:ordo" contained unregistered power: "aspects:positive_influence" -[11:00:36] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:ordo" contained unregistered power: "aspects:darkness_damage" -[11:00:36] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origins from data files. Registry contains 21 origins. -[11:00:36] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:elements -[11:00:36] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: origins:origin -[11:00:36] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:origins -[11:00:36] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origin layers from data files. Read 3 layers. -[11:00:37] [Render thread/INFO] (net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 2.281 ms -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.1 -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.2 -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[11:00:37] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[11:00:39] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) 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:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from apoli.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$1(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md0212cf$lambda$syncPowerTypes$1$0 in apoli.mixins.json:LoginMixin -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md0212cf$lambda$syncPowerTypes$0$1 in apoli.mixins.json:LoginMixin -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RegistrySyncMixin from calio.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinPlayerManager from fabric-registry-sync-v0.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinPlayerManager from mixins.cardinal_components_entity.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from origins.mixins.json into net.minecraft.server.PlayerManager -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$2(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md0212cf$lambda$openOriginsGui$2$2 in origins.mixins.json:LoginMixin -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$1(Lnet/minecraft/network/PacketByteBuf;Lio/github/apace100/origins/component/OriginComponent;Lio/github/apace100/origins/origin/OriginLayer;)V to md0212cf$lambda$openOriginsGui$1$3 in origins.mixins.json:LoginMixin -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md0212cf$lambda$openOriginsGui$0$4 in origins.mixins.json:LoginMixin -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli doesn't use it's CallbackInfoReturnable -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin->@Inject::afterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::respawnPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes -[11:00:39] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result -[11:00:39] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Starting integrated minecraft server version 1.18 -[11:00:39] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Generating keypair -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld$ServerEntityHandler -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityLoadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityUnloadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ThreadedAnvilChunkStorageAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ThreadedAnvilChunkStorageMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:40] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkLoad(Lnet/minecraft/server/world/ChunkHolder;Lnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable -[11:00:40] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Preparing start region for dimension minecraft:overworld -[11:00:43] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkSerializerMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.ChunkSerializer -[11:00:43] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:43] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to md0212cf$lambda$static$0$0 in fabric-structure-api-v1.mixins.json:ChunkSerializerMixin -[11:00:43] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin->@Inject::removeNullKeys(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:44] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:44] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:45] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3% -[11:00:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 16% -[11:00:52] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 34% -[11:00:52] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 55% -[11:00:53] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 69% -[11:00:53] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 86% -[11:00:53] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Time elapsed: 13690 ms -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.EntityTrackerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.EntityTrackerEntry -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntityTrackerEntry from mixins.cardinal_components_entity.json into net.minecraft.server.network.EntityTrackerEntry -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes -[11:00:54] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result -[11:00:54] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing view distance to 12, from 10 -[11:00:54] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing simulation distance to 12, from 0 -[11:00:54] [Render thread/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 32 -[11:00:54] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false -[11:00:54] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512 -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 17 -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable +[17:54:42] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Setting user: Player340 +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap_$md$c0fc93$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyCodeAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyCodeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'main' +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaRegistryInvoker from calio.mixins.json into net.minecraft.advancement.criterion.Criteria +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CriteriaRegistryInvoker: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.advancement.criterion.Criteria +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:CriteriaAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/advancement/criterion/Criterion;)Lnet/minecraft/advancement/criterion/Criterion; to callRegister_$md$c0fc93$1 in fabric-object-builder-v1.mixins.json:CriteriaAccessor +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.MinecraftServer +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to mdc0fc93$lambda$endResourceReload$0$0 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftServer from fabric-tag-extensions-v0.mixins.json into net.minecraft.server.MinecraftServer +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfoReturnable +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayNetworkHandler +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:42] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:item has been marked as modded, registry entry aspects:anemo_feather was changed +[17:54:42] [Render thread/INFO] (aspects) Hello from Aspects :D +[17:54:42] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:recipe_serializer has been marked as modded, registry entry apoli:power_restricted was changed +[17:54:42] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_function_type has been marked as modded, registry entry apoli:add_power was changed +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DamageSourceAccessor from calio.mixins.json into net.minecraft.entity.damage.DamageSource +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DamageSourceAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method createDamageSource(Ljava/lang/String;)Lnet/minecraft/entity/damage/DamageSource; to createDamageSource_$md$c0fc93$0 in calio.mixins.json:DamageSourceAccessor +[17:54:42] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:root has been marked as modded, registry entry apoli:power_factory was changed +[17:54:43] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Apoli 2.2.0 has initialized. Ready to power up your game! +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ServerLoginNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ServerLoginNetworkHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:attribute has been marked as modded, registry entry reach-entity-attributes:reach was changed +[17:54:43] [Render thread/INFO] (io.github.apace100.origins.Origins) Origins 1.3.0 is initializing. Have fun! +[17:54:43] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:block has been marked as modded, registry entry origins:temporary_cobweb was changed +[17:54:43] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:enchantment has been marked as modded, registry entry origins:water_protection was changed +[17:54:43] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:entity_type has been marked as modded, registry entry origins:enderian_pearl was changed +[17:54:43] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_condition_type has been marked as modded, registry entry origins:origin was changed +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.loot.LootManager +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootManager from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootManager +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$2(Lnet/minecraft/resource/ResourceManager;Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to mdc0fc93$lambda$apply$2$0 in fabric-loot-tables-v1.mixins.json:MixinLootManager +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$1(Lnet/fabricmc/fabric/api/loot/v1/FabricLootSupplierBuilder;Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/LootTable; to mdc0fc93$lambda$apply$1$1 in fabric-loot-tables-v1.mixins.json:MixinLootManager +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$0(Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to mdc0fc93$lambda$apply$0$2 in fabric-loot-tables-v1.mixins.json:MixinLootManager +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootSupplierBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable$Builder +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootSupplierBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'client' +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientPlayNetworkHandler from fabric-content-registries-v0.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientLoginNetworkHandler +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handleQueryRequest(Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.ElytraFeatureRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ElytraFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin->@Inject::injectCapeRenderCheck(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin->@Inject::preventCapeRendering(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinArmorFeatureRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.ArmorFeatureRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer->@Inject::renderArmor(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/model/BipedEntityModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.ClientConnection +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/INFO] (net.fabricmc.fabric.impl.client.indigo.Indigo) [Indigo] Registering Indigo renderer! +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.render.GameRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getEyePos$7(Ljava/util/HashSet;Lnet/minecraft/util/math/BlockPos;)V to mdc0fc93$lambda$getEyePos$7$0 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventThirdPerson$6(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$preventThirdPerson$6$1 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$beforeRender$5$2 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$beforeRender$4$3 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$disableShaderToggle$3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lio/github/apace100/apoli/power/ShaderPower;)V to mdc0fc93$lambda$disableShaderToggle$3$4 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOverlayPowers$2(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to mdc0fc93$lambda$renderOverlayPowers$2$5 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPower$1(Lio/github/apace100/apoli/power/ShaderPower;)V to mdc0fc93$lambda$loadShaderFromPower$1$6 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/apace100/apoli/power/ShaderPower;)V to mdc0fc93$lambda$loadShaderFromPowerOnCameraEntity$0$7 in apoli.mixins.json:GameRendererMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.render.GameRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameRendererMixin from mixins.reach-entity-attributes.json into net.minecraft.client.render.GameRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::disableShaderToggle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::getNightVisionStrength(Lnet/minecraft/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinSpriteAtlasTexture from fabric-textures-v0.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinSpriteAtlasTexture from fabric-renderer-api-v1.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture->@Inject::afterLoadSprites(Lnet/minecraft/resource/ResourceManager;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-textures-v0 does use it's CallbackInfoReturnable +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler$1 +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorInsertion$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to mdc0fc93$lambda$preventArmorInsertion$0$0 in apoli.mixins.json:PlayerScreenHandlerMixin +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin->@Inject::preventArmorInsertion(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.item.ItemRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.item.ItemRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Lnet/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext; to mdc0fc93$lambda$new$0$0 in fabric-renderer-indigo.mixins.json:MixinItemRenderer +[17:54:43] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer->@Inject::hook_method_23179(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameOptionsMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.option.GameOptions +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinGameOptions from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.GameOptions +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Backend library: LWJGL version 3.2.1 build 12 +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MouseMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Mouse +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyboardMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Keyboard +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ReloadableResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ReloadableResourceManagerImpl +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getResourcePackNames$0(Lnet/minecraft/resource/ResourcePack;)Ljava/lang/String; to mdc0fc93$lambda$getResourcePackNames$0$0 in fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::getResourcePackNames(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.language.LanguageManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.texture.TextureManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.sound.SoundManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.FontManagerResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.font.FontManager$1 +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBlockColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.block.BlockColors +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.item.ItemColors +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap->@Inject::create(Lnet/minecraft/client/color/block/BlockColors;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBakedModelManager from fabric-models-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinBakedModelManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.block.BlockRenderManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBuiltinModelItemRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.item.BuiltinModelItemRenderer +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer->@Inject::fabric_onRender(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemModelMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.render.item.ItemModels +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityRenderDispatcherMixin from apoli.mixins.json into net.minecraft.client.render.entity.EntityRenderDispatcher +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventRenderingEntities$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityRenderPower;)Z to mdc0fc93$lambda$preventRenderingEntities$0$0 in apoli.mixins.json:EntityRenderDispatcherMixin +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin->@Inject::preventRenderingEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/client/render/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.HeldItemRendererMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.render.item.HeldItemRenderer +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinModelLoader from fabric-models-v0.mixins.json into net.minecraft.client.render.model.ModelLoader +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::loadModelHook(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 does use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.BakedModel +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LightmapTextureManagerMixin from apoli.mixins.json into net.minecraft.client.render.LightmapTextureManager +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LightmapTextureManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockModelRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::hookRender(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/render/model/BakedModel;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZLjava/util/Random;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo does use it's CallbackInfoReturnable +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfo +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo has 0 override(s) in child classes +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo won't be passed a CallbackInfo as a result +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinAmbientOcclusionCalculator from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer$AmbientOcclusionCalculator +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinFluidRenderer from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.render.block.FluidRenderer +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:44] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to mdc0fc93$lambda$new$0$0 in fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselate(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 does use it's CallbackInfoReturnable +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinWorldRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.WorldRenderer +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.WorldRenderer +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.render.WorldRenderer +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onDrawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/Entity;DDDLnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderCloud(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderSky(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (IIII)V +[17:54:45] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 9360. +[17:54:45] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 20. +[17:54:45] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +[17:54:45] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +[17:54:45] [Render thread/DEBUG] (io.netty.util.internal.ThreadLocalRandom) -Dio.netty.initialSeedUniquifier: 0xeab44ad94b0e2618 +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinParticleManager from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinParticleManager from fabric-registry-sync-v0.mixins.json into net.minecraft.client.particle.ParticleManager +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager$SimpleSpriteProvider +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinInGameHud from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.hud.InGameHud +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayHud from calio.mixins.json into net.minecraft.client.gui.hud.InGameHud +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameHudMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameHud +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOnHud$0(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to mdc0fc93$lambda$renderOnHud$0$0 in apoli.mixins.json:InGameHudMixin +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDebugHud from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.hud.DebugHud +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable +[17:54:45] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) 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)) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method fabric$accessor_getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier; to fabric$accessor_getMetadataPath_$md$c0fc93$0 in fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result +[17:54:45] [Render thread/INFO] (aspects) Hello from Aspects! :D +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BackgroundRendererMixin from apoli.mixins.json into net.minecraft.client.render.BackgroundRenderer +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BackgroundRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$redirectFogEnd$4$0 in apoli.mixins.json:BackgroundRendererMixin +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$3(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$redirectFogEnd$3$1 in apoli.mixins.json:BackgroundRendererMixin +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$2(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$redirectFogStart$2$2 in apoli.mixins.json:BackgroundRendererMixin +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$1(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$redirectFogStart$1$3 in apoli.mixins.json:BackgroundRendererMixin +[17:54:45] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyD$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to mdc0fc93$lambda$modifyD$0$4 in apoli.mixins.json:BackgroundRendererMixin +[17:54:46] [Realms Notification Availability checker #1/INFO] (net.minecraft.client.realms.RealmsClient) Could not authorize you against Realms server: Invalid session id +[17:54:49] [Render thread/INFO] (net.minecraft.client.sound.SoundEngine) OpenAL initialized on device CoreAudio Default +[17:54:49] [Render thread/INFO] (net.minecraft.client.sound.SoundSystem) Sound engine started +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[17:54:49] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMultipartBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.MultipartBakedModel +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinWeightedBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.WeightedBakedModel +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes +[17:54:49] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModels +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin->@Inject::registerExtraModelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/ImmutableMap$Builder;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfoReturnable +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModelLayers +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelLayersAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers_$md$c0fc93$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.block.entity.BlockEntityRendererFactories +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$init$0(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory;)V to mdc0fc93$lambda$init$0$0 in fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.EntityRenderers +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$onRegisterRenderers$0(Lnet/minecraft/entity/EntityType;Lnet/minecraft/client/render/entity/EntityRendererFactory;)V to mdc0fc93$lambda$onRegisterRenderers$0$0 in fabric-rendering-v1.mixins.json:MixinEntityRenderers +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers->@Inject::onRegisterRenderers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:LivingEntityRendererAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$renderColorChangedModel$3$0 in apoli.mixins.json:LivingEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$renderColorChangedModel$2$1 in apoli.mixins.json:LivingEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$renderColorChangedModel$1$2 in apoli.mixins.json:LivingEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventFeatureRendering$0(Ljava/lang/Class;Lio/github/apace100/apoli/power/PreventFeatureRenderPower;)Z to mdc0fc93$lambda$preventFeatureRendering$0$3 in apoli.mixins.json:LivingEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::letPlayersShakeTheirBodies(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::preventPumpkinRendering(Lnet/minecraft/entity/LivingEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$2 for descriptor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.PlayerEntityRenderer +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$5(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeSleeveTranslucent$5$0 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$4(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeSleeveTranslucent$4$1 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeSleeveTranslucent$3$2 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeArmTranslucent$2$3 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeArmTranslucent$1$4 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$0(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mdc0fc93$lambda$makeArmTranslucent$0$5 in apoli.mixins.json:PlayerEntityRendererMixin +[17:54:51] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas +[17:54:51] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas +[17:54:51] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[17:54:51] [Render thread/INFO] (aspects) Hello from Aspects! :D +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.CreateWorldScreenMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.gui.screen.world.CreateWorldScreen +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRulesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/GameRules$Category;Lnet/minecraft/world/GameRules$Type;)Lnet/minecraft/world/GameRules$Key; to callRegister_$md$c0fc93$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes_$md$c0fc93$1 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RuleKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$Key +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:RuleKeyMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BooleanRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$BooleanRule +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeCreate(ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/GameRules$Type; to invokeCreate_$md$c0fc93$0 in fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing IntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$IntRule +[17:55:03] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:IntRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/biome has been marked as modded, registry entry minecraft:the_void was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_carver has been marked as modded, registry entry minecraft:cave was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_feature has been marked as modded, registry entry minecraft:seagrass_short was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/placed_feature has been marked as modded, registry entry minecraft:crimson_fungi was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_structure_feature has been marked as modded, registry entry minecraft:pillager_outpost was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/processor_list has been marked as modded, registry entry minecraft:empty was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/template_pool has been marked as modded, registry entry minecraft:empty was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise has been marked as modded, registry entry minecraft:temperature was changed +[17:55:04] [Render thread/DEBUG] (net.fabricmc.fabric.impl.registry.sync.DynamicRegistrySync) Setting up synchronisation of new BuiltinRegistries entries to the built-in DynamicRegistryManager +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManager from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistryOps from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.dynamic.RegistryOps +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.RegistryOpsMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.dynamic.RegistryOps +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps->@Inject::afterDynamicRegistryLoaded(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin->@Inject::afterCreation(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AccessorLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerInteractionManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$4(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)V to mdc0fc93$lambda$executeBlockUseActions$4$0 in apoli.mixins.json:ServerPlayerInteractionManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$3(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to mdc0fc93$lambda$executeBlockUseActions$3$1 in apoli.mixins.json:ServerPlayerInteractionManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$2(Lnet/minecraft/world/World;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to mdc0fc93$lambda$preventBlockInteraction$2$2 in apoli.mixins.json:ServerPlayerInteractionManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$1(ZZLnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)V to mdc0fc93$lambda$actionOnBlockBreak$1$3 in apoli.mixins.json:ServerPlayerInteractionManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$0(Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)Z to mdc0fc93$lambda$actionOnBlockBreak$0$4 in apoli.mixins.json:ServerPlayerInteractionManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayerInteractionManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::startBlockBreak(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;Lnet/minecraft/util/math/Direction;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::breakBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 doesn't use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.recipe.RecipeManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerAccessor from apoli.mixins.json into net.minecraft.recipe.RecipeManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.recipe.RecipeManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/recipe/Recipe;)Z to mdc0fc93$lambda$prioritizeModifiedRecipes$1$0 in apoli.mixins.json:RecipeManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$0(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/world/World;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/recipe/Recipe;)Ljava/util/stream/Stream; to mdc0fc93$lambda$prioritizeModifiedRecipes$0$1 in apoli.mixins.json:RecipeManagerMixin +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin->@Inject::prioritizeModifiedRecipes(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootPool from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootPool: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootSupplier from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootSupplier: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.ServerAdvancementLoader +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.tag.TagManagerLoader +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManagerLoader from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManagerLoader +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader->@Inject::method_33179(Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/List;Lnet/minecraft/tag/RequiredTagList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.command.CommandManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-command-api-v1.mixins.json into net.minecraft.server.command.CommandManager +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteSet(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteSet_$md$c0fc93$0 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteQuery_$md$c0fc93$1 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandVisitorMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand$1 +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin->@Inject::onRegisterCommand(Lnet/minecraft/world/GameRules$Key;Lnet/minecraft/world/GameRules$Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-game-rule-api-v1 does use it's CallbackInfo +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HelpCommandAccessor from fabric-command-api-v1.mixins.json into net.minecraft.server.command.HelpCommand +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:HelpCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getFailedException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getFailedException_$md$c0fc93$0 in fabric-command-api-v1.mixins.json:HelpCommandAccessor +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TeleportCommandMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.command.TeleportCommand +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;DDDLjava/util/Set;FFLjava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FFFLnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo +[17:55:04] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[17:55:04] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[17:55:04] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[17:55:04] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[17:55:04] [Render thread/WARN] (net.minecraft.server.command.CommandManager) 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/DEBUG] (FabricLoader/Mixin) Mixing TestFunctionsMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.test.TestFunctions +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin->@Inject::getTestFunction(Ljava/lang/reflect/Method;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-gametest-api-v1 does use it's CallbackInfoReturnable +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.function.FunctionLoader +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Fabric Game Test API (v1), Aspects, Apoli, Fabric Tool Attribute API (v1), Origins) +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) Mixing TagBuilderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.tag.Tag$Builder +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:TagBuilderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) Mixing MixinTagBuilder from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.Tag$Builder +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes +[17:55:04] [Worker-Main-29/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfoReturnable as a result +[17:55:04] [Render thread/INFO] (net.minecraft.recipe.RecipeManager) Loaded 7 recipes +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool$Builder +[17:55:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:05] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 1143 advancements +[17:55:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from calio.mixins.json into net.minecraft.util.collection.WeightedList$Entry +[17:55:05] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from apoli.mixins.json into net.minecraft.util.collection.WeightedList$Entry +[17:55:05] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:05] [Render thread/DEBUG] (FabricLoader/Mixin) Unexpected: Registered method getWeight()I in net.minecraft.util.collection.WeightedList$Entry was not merged +[17:55:05] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Finished loading powers from data files. Registry contains 166 powers. +[17:55:05] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:solus" contained unregistered power: "aspects:holy_flame" +[17:55:05] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance" +[17:55:05] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origins from data files. Registry contains 23 origins. +[17:55:05] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:elements +[17:55:05] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: origins:origin +[17:55:05] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:origins +[17:55:05] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origin layers from data files. Read 3 layers. +[17:55:05] [Render thread/INFO] (net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.394 ms +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.1 +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.2 +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action +[17:55:05] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data +[17:55:06] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) 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:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from apoli.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$1(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to mdc0fc93$lambda$syncPowerTypes$1$0 in apoli.mixins.json:LoginMixin +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to mdc0fc93$lambda$syncPowerTypes$0$1 in apoli.mixins.json:LoginMixin +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RegistrySyncMixin from calio.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinPlayerManager from fabric-registry-sync-v0.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinPlayerManager from mixins.cardinal_components_entity.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from origins.mixins.json into net.minecraft.server.PlayerManager +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$2(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to mdc0fc93$lambda$openOriginsGui$2$2 in origins.mixins.json:LoginMixin +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$1(Lnet/minecraft/network/PacketByteBuf;Lio/github/apace100/origins/component/OriginComponent;Lio/github/apace100/origins/origin/OriginLayer;)V to mdc0fc93$lambda$openOriginsGui$1$3 in origins.mixins.json:LoginMixin +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to mdc0fc93$lambda$openOriginsGui$0$4 in origins.mixins.json:LoginMixin +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli doesn't use it's CallbackInfoReturnable +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin->@Inject::afterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::respawnPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes +[17:55:06] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result +[17:55:06] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Starting integrated minecraft server version 1.18 +[17:55:06] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Generating keypair +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld$ServerEntityHandler +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityLoadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityUnloadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ThreadedAnvilChunkStorageAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ThreadedAnvilChunkStorageMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkLoad(Lnet/minecraft/server/world/ChunkHolder;Lnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable +[17:55:06] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Preparing start region for dimension minecraft:overworld +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkSerializerMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.ChunkSerializer +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdc0fc93$lambda$static$0$0 in fabric-structure-api-v1.mixins.json:ChunkSerializerMixin +[17:55:06] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin->@Inject::removeNullKeys(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable +[17:55:06] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:07] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% +[17:55:10] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 29% +[17:55:11] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 31% +[17:55:11] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 47% +[17:55:11] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 75% +[17:55:12] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Time elapsed: 5939 ms +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.EntityTrackerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.EntityTrackerEntry +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntityTrackerEntry from mixins.cardinal_components_entity.json into net.minecraft.server.network.EntityTrackerEntry +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result +[17:55:12] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing view distance to 12, from 10 +[17:55:12] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing simulation distance to 12, from 0 +[17:55:12] [Render thread/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 32 +[17:55:12] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false +[17:55:12] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512 +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 17 +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-all-4.1.68.Final.jar:4.1.68.Final] at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:253) ~[netty-all-4.1.68.Final.jar:4.1.68.Final] @@ -2270,8 +2222,8 @@ java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?] at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?] -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @1796cf6c at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[?:?] at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[?:?] @@ -2325,1055 +2277,886 @@ java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?] at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?] -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, int): unavailable -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 8589934592 bytes (maybe) -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: /var/folders/hd/4xsb86b57kxgdy1rw0c11hn00000gn/T (java.io.tmpdir) -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model) -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: MacOS -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1 -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false -[11:00:54] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available -[11:00:59] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 25070 (auto-detected) -[11:00:59] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false -[11:00:59] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false -[11:00:59] [Render thread/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0) -[11:00:59] [Render thread/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128 -[11:00:59] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected) -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 32 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 32 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 11 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 16777216 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: true -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0 -[11:00:59] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384 -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.CustomPayloadC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.CustomPayloadC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.LoginQueryResponseC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.LoginQueryResponseC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096 -[11:00:59] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxSharedCapacityFactor: 2 -[11:00:59] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.linkCapacity: 16 -[11:00:59] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8 -[11:00:59] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.delayedQueue.ratio: 8 -[11:00:59] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true -[11:00:59] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true -[11:00:59] [Server thread/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@29e5a535 -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 0 and channel with name fabric-networking-api-v1:early_registration -[11:00:59] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Received accepted channels from the server -[11:00:59] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the server -[11:00:59] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:840bfa1c) Handling inbound login query with id 0 -[11:00:59] [Netty Server IO #1/DEBUG] (fabric-networking-api-v1) Received accepted channels from the client for "com.mojang.authlib.GameProfile@116d4957[id=ad740e1c-84c3-3b16-9064-6e382083a878,name=Player986,properties={},legacy=false] (local:E:840bfa1c)" -[11:00:59] [Server thread/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the client for "com.mojang.authlib.GameProfile@116d4957[id=ad740e1c-84c3-3b16-9064-6e382083a878,name=Player986,properties={},legacy=false] (local:E:840bfa1c)" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 1 and channel with name origins:handshake -[11:00:59] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:840bfa1c) Handling inbound login query with id 1 -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing HungerManagerMixin from apoli.mixins.json into net.minecraft.entity.player.HungerManager -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeAdditionalEatAction$4(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$executeAdditionalEatAction$4$0 in apoli.mixins.json:HungerManagerMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$3(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md0212cf$lambda$modifySaturation$3$1 in apoli.mixins.json:HungerManagerMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$2(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$modifySaturation$2$2 in apoli.mixins.json:HungerManagerMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$1(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md0212cf$lambda$modifyHunger$1$3 in apoli.mixins.json:HungerManagerMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md0212cf$lambda$modifyHunger$0$4 in apoli.mixins.json:HungerManagerMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryAccessor from apoli.mixins.json into net.minecraft.inventory.CraftingInventory -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.inventory.CraftingInventory -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing OriginUpgradeMixin from origins.mixins.json into net.minecraft.advancement.PlayerAdvancementTracker -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$checkOriginUpgrade$0(Lnet/minecraft/advancement/Advancement;Lio/github/apace100/origins/origin/OriginLayer;Lio/github/apace100/origins/origin/Origin;)V to md0212cf$lambda$checkOriginUpgrade$0$0 in origins.mixins.json:OriginUpgradeMixin -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins doesn't use it's CallbackInfoReturnable -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins has 0 override(s) in child classes -[11:00:59] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins won't be passed a CallbackInfoReturnable as a result -[11:00:59] [Server thread/INFO] (net.minecraft.server.PlayerManager) Player986[local:E:840bfa1c] logged in with entity id 168 at (18.943051278628204, 70.0, -31.69999998807907) -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Creating registry sync packet -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:game_event -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:sound_event -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:fluid -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:block -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:enchantment -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:entity_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:item -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:potion -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:particle_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_entity_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:motive -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:custom_stat -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:chunk_status -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:rule_test -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:pos_rule_test -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:menu -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_serializer -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:attribute -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:position_source_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:stat_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_profession -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:point_of_interest_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:memory_module_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:sensor_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:schedule -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:activity -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_pool_entry_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_function_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_condition_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_number_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_nbt_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_score_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:float_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:int_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:height_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_predicate_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/carver -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_feature -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_piece -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/placement_modifier_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/block_state_provider_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/foliage_placer_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/trunk_placer_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/tree_decorator_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature_size_type -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/biome_source -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/chunk_generator -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_rule -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_processor -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_pool_element -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:power_factory -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:damage_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:fluid_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:biome_condition -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_action -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_action -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_action -[11:00:59] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_action -[11:00:59] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player986 joined the game -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing ClientAdvancementManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientAdvancementManager -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientAdvancementManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing client.ClientCommandSourceMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientCommandSource -[11:00:59] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientCommandSourceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "minecraft:register" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "minecraft:brand" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "fabric:registry/sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$1(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/client/network/ClientPlayerEntity;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md0212cf$lambda$executeBlockUseActions$1$0 in apoli.mixins.json:ClientPlayerInteractionManagerMixin -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$0(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md0212cf$lambda$preventBlockInteraction$0$1 in apoli.mixins.json:ClientPlayerInteractionManagerMixin -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.client.network.ClientPlayerInteractionManager -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinClientPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::method_2902(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactEntityAtLocation(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientChunkManagerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientChunkManager -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkLoad(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld$ClientEntityHandler -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeLoadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeUnloadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.DimensionEffects -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:DimensionEffectsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap_$md$0212cf$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:power_list" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockRenderLayer from fabric-blockrenderlayer-v1.mixins.json into net.minecraft.client.render.RenderLayers -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer->@Inject::onInitialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-blockrenderlayer-v1 doesn't use it's CallbackInfo -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:origin_list" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:layer_list" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:badge_list" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRebuildTask from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk$RebuildTask -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderData from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$ChunkData -[11:00:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderData: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:00:59] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "minecraft:brand" -[11:00:59] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "minecraft:register" -[11:00:59] [Server thread/INFO] (net.minecraft.server.world.ServerChunkManager) 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] (net.minecraft.advancement.AdvancementManager) Loaded 0 advancements -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegionBuilder from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegionBuilder -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable -[11:01:00] [Worker-Main-27/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/ad740e1c84c33b1690646e382083a878?unsigned=true -[11:01:00] [Worker-Main-27/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/ad740e1c84c33b1690646e382083a878?unsigned=true -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameOverlayRendererMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameOverlayRenderer -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin->@Inject::preventInWallOverlayRendering(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo -[11:01:00] [Server thread/INFO] (net.minecraft.server.world.ServerChunkManager) 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] (net.minecraft.server.world.ServerChunkManager) 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] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkRendererRegionMixin from apoli.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRendererRegion from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegion from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyBlockRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:01:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyFluidRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable -[11:01:00] [Worker-Main-27/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 -[11:01:00] [Worker-Main-27/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: -[11:01:00] [Worker-Main-27/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@3cba24ec[id=ad740e1c-84c3-3b16-9064-6e382083a878,name=Player986,properties={},legacy=false] as the profile does not exist -[11:01:01] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 9360, new limit 26604. -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SpawnRestrictionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.SpawnRestriction -[11:01:01] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:01] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V to callRegister_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)Lnet/minecraft/client/item/UnclampedModelPredicateProvider; to callRegister_$md$0212cf$0 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistrySpecificAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:01] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)V to callRegister_$md$0212cf$1 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:06] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode creative' +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, int): unavailable +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 8589934592 bytes (maybe) +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: /var/folders/hd/4xsb86b57kxgdy1rw0c11hn00000gn/T (java.io.tmpdir) +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model) +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: MacOS +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1 +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false +[17:55:12] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available +[17:55:12] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 33988 (auto-detected) +[17:55:12] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false +[17:55:12] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false +[17:55:12] [Render thread/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0) +[17:55:12] [Render thread/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128 +[17:55:12] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected) +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 32 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 32 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 11 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 16777216 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: true +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0 +[17:55:12] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384 +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.CustomPayloadC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.CustomPayloadC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.LoginQueryResponseC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.LoginQueryResponseC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096 +[17:55:12] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxSharedCapacityFactor: 2 +[17:55:12] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.linkCapacity: 16 +[17:55:12] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8 +[17:55:12] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.delayedQueue.ratio: 8 +[17:55:12] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true +[17:55:12] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true +[17:55:12] [Server thread/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@65fe19e7 +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 0 and channel with name fabric-networking-api-v1:early_registration +[17:55:12] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Received accepted channels from the server +[17:55:12] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the server +[17:55:12] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:1a35f668) Handling inbound login query with id 0 +[17:55:12] [Server thread/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the client for "com.mojang.authlib.GameProfile@6253c911[id=610176b0-594f-3c1a-b889-ed063dbc06ea,name=Player340,properties={},legacy=false] (local:E:1a35f668)" +[17:55:12] [Netty Server IO #1/DEBUG] (fabric-networking-api-v1) Received accepted channels from the client for "com.mojang.authlib.GameProfile@6253c911[id=610176b0-594f-3c1a-b889-ed063dbc06ea,name=Player340,properties={},legacy=false] (local:E:1a35f668)" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 1 and channel with name origins:handshake +[17:55:12] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:1a35f668) Handling inbound login query with id 1 +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing HungerManagerMixin from apoli.mixins.json into net.minecraft.entity.player.HungerManager +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeAdditionalEatAction$4(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$executeAdditionalEatAction$4$0 in apoli.mixins.json:HungerManagerMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$3(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to mdc0fc93$lambda$modifySaturation$3$1 in apoli.mixins.json:HungerManagerMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$2(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$modifySaturation$2$2 in apoli.mixins.json:HungerManagerMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$1(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to mdc0fc93$lambda$modifyHunger$1$3 in apoli.mixins.json:HungerManagerMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mdc0fc93$lambda$modifyHunger$0$4 in apoli.mixins.json:HungerManagerMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryAccessor from apoli.mixins.json into net.minecraft.inventory.CraftingInventory +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.inventory.CraftingInventory +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing OriginUpgradeMixin from origins.mixins.json into net.minecraft.advancement.PlayerAdvancementTracker +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$checkOriginUpgrade$0(Lnet/minecraft/advancement/Advancement;Lio/github/apace100/origins/origin/OriginLayer;Lio/github/apace100/origins/origin/Origin;)V to mdc0fc93$lambda$checkOriginUpgrade$0$0 in origins.mixins.json:OriginUpgradeMixin +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins doesn't use it's CallbackInfoReturnable +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins has 0 override(s) in child classes +[17:55:12] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins won't be passed a CallbackInfoReturnable as a result +[17:55:12] [Server thread/INFO] (net.minecraft.server.PlayerManager) Player340[local:E:1a35f668] logged in with entity id 168 at (-15.044990261906532, 65.0, -56.05896747426518) +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Creating registry sync packet +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:game_event +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:sound_event +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:fluid +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:block +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:enchantment +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:entity_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:item +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:potion +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:particle_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_entity_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:motive +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:custom_stat +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:chunk_status +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:rule_test +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:pos_rule_test +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:menu +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_serializer +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:attribute +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:position_source_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:stat_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_profession +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:point_of_interest_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:memory_module_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:sensor_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:schedule +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:activity +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_pool_entry_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_function_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_condition_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_number_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_nbt_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_score_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:float_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:int_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:height_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_predicate_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/carver +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_feature +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_piece +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/placement_modifier_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/block_state_provider_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/foliage_placer_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/trunk_placer_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/tree_decorator_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature_size_type +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/biome_source +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/chunk_generator +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_rule +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_processor +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_pool_element +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:power_factory +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:damage_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:fluid_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:biome_condition +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_action +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_action +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_action +[17:55:12] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_action +[17:55:12] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player340 joined the game +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing ClientAdvancementManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientAdvancementManager +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientAdvancementManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing client.ClientCommandSourceMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientCommandSource +[17:55:12] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientCommandSourceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "minecraft:register" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$1(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/client/network/ClientPlayerEntity;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to mdc0fc93$lambda$executeBlockUseActions$1$0 in apoli.mixins.json:ClientPlayerInteractionManagerMixin +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$0(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to mdc0fc93$lambda$preventBlockInteraction$0$1 in apoli.mixins.json:ClientPlayerInteractionManagerMixin +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "minecraft:brand" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "fabric:registry/sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinClientPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.client.network.ClientPlayerInteractionManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::method_2902(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactEntityAtLocation(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientChunkManagerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientChunkManager +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkLoad(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld$ClientEntityHandler +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeLoadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeUnloadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.DimensionEffects +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:DimensionEffectsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap_$md$c0fc93$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:power_list" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockRenderLayer from fabric-blockrenderlayer-v1.mixins.json into net.minecraft.client.render.RenderLayers +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer->@Inject::onInitialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-blockrenderlayer-v1 doesn't use it's CallbackInfo +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:origin_list" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:layer_list" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:badge_list" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRebuildTask from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk$RebuildTask +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderData from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$ChunkData +[17:55:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderData: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player340) Handling inbound packet from channel with name "minecraft:brand" +[17:55:13] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player340) Handling inbound packet from channel with name "minecraft:register" +[17:55:13] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 0 advancements +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegionBuilder from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegionBuilder +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)Lnet/minecraft/client/item/UnclampedModelPredicateProvider; to callRegister_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistrySpecificAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)V to callRegister_$md$c0fc93$1 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor +[17:55:13] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 20, new limit 200. +[17:55:13] [Worker-Main-20/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/610176b0594f3c1ab889ed063dbc06ea?unsigned=true +[17:55:13] [Worker-Main-20/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/610176b0594f3c1ab889ed063dbc06ea?unsigned=true +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameOverlayRendererMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameOverlayRenderer +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin->@Inject::preventInWallOverlayRendering(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkRendererRegionMixin from apoli.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRendererRegion from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegion from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyBlockRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:13] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyFluidRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable +[17:55:13] [Worker-Main-20/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 +[17:55:13] [Worker-Main-20/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: +[17:55:13] [Worker-Main-20/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@378c03cb[id=610176b0-594f-3c1a-b889-ed063dbc06ea,name=Player340,properties={},legacy=false] as the profile does not exist +[17:55:14] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 9360, new limit 31344. +[17:55:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:22] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/give Player340 origins:orb_of_origin' com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] -[11:01:06] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player986: Set own game mode to Creative Mode] -[11:01:06] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Creative Mode -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinCreativePlayerInventoryGui from fabric-item-groups-v0.mixins.json into net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 doesn't use it's CallbackInfo -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 has 0 override(s) in child classes -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 won't be passed a CallbackInfo as a result -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::setSelectedTab(Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 does use it's CallbackInfo -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::renderTabTooltipIfHovered(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::isClickInTab(Lnet/minecraft/item/ItemGroup;DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable -[11:01:07] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::renderTabIcon(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 does use it's CallbackInfo -[11:01:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:17] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode survival' +[17:55:22] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player340: Gave 1 [Orb of Origin] to Player340] +[17:55:22] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Gave 1 [Orb of Origin] to Player340 +[17:55:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:sync_power" +[17:55:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:open_origin_screen" +[17:55:23] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... +[17:55:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:55:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:55:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action +[17:55:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data +[17:55:24] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:choose_origin" +[17:55:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:24] [Server thread/INFO] (io.github.apace100.origins.Origins) Player Player340 chose Origin: aspects:pyro, for layer: aspects:elements +[17:55:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:confirm_origin" +[17:55:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:27] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:choose_origin" +[17:55:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:27] [Server thread/INFO] (io.github.apace100.origins.Origins) Player Player340 chose Origin: aspects:ignis, for layer: aspects:origins +[17:55:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:confirm_origin" +[17:55:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:27] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/610176b0594f3c1ab889ed063dbc06ea?unsigned=false +[17:55:27] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/610176b0594f3c1ab889ed063dbc06ea?unsigned=false +[17:55:27] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 +[17:55:27] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: +[17:55:27] [Worker-Main-26/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@6253c911[id=610176b0-594f-3c1a-b889-ed063dbc06ea,name=Player340,properties={},legacy=false] as the profile does not exist +[17:55:28] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:choose_origin" +[17:55:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:28] [Server thread/INFO] (io.github.apace100.origins.Origins) Player chose Origin: origins:human, for layer: origins:origin +[17:55:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "origins:confirm_origin" +[17:55:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:28] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... +[17:55:28] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:55:28] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:55:28] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action +[17:55:28] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data +[17:55:30] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 144. +[17:55:31] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SpawnRestrictionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.SpawnRestriction +[17:55:31] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:31] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V to callRegister_$md$c0fc93$0 in fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor +[17:55:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:33] [Render thread/WARN] (net.minecraft.client.sound.SoundSystem) Unable to play empty soundEvent: minecraft:entity.cod.ambient +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:41] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/locatebiome minecraft:snowy_plains' com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] -[11:01:17] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player986: Set own game mode to Survival Mode] -[11:01:17] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Survival Mode -[11:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:open_origin_screen" -[11:01:19] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... -[11:01:19] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[11:01:19] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[11:01:19] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[11:01:19] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[11:01:25] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:choose_origin" -[11:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:25] [Server thread/INFO] (io.github.apace100.origins.Origins) Player Player986 chose Origin: aspects:geo, for layer: aspects:elements -[11:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:confirm_origin" -[11:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:30] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:choose_origin" -[11:01:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:30] [Server thread/INFO] (io.github.apace100.origins.Origins) Player Player986 chose Origin: aspects:dendro, for layer: aspects:origins -[11:01:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:confirm_origin" -[11:01:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:30] [Worker-Main-28/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/ad740e1c84c33b1690646e382083a878?unsigned=false -[11:01:30] [Worker-Main-28/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/ad740e1c84c33b1690646e382083a878?unsigned=false -[11:01:31] [Worker-Main-28/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 -[11:01:31] [Worker-Main-28/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: -[11:01:31] [Worker-Main-28/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@116d4957[id=ad740e1c-84c3-3b16-9064-6e382083a878,name=Player986,properties={},legacy=false] as the profile does not exist -[11:01:31] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:choose_origin" -[11:01:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:31] [Server thread/INFO] (io.github.apace100.origins.Origins) Player Player986 chose Origin: origins:human, for layer: origins:origin -[11:01:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "origins:confirm_origin" -[11:01:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 144. -[11:01:36] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:use_active_powers" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_power" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:use_active_powers" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_power" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:42] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:use_active_powers" -[11:01:42] [Server thread/WARN] (net.minecraft.entity.Entity) Unable to add mob to team "Dendro" (that team probably doesn't exist) -[11:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_power" -[11:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:51] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:01:51] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:52] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:use_active_powers" -[11:01:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_power" -[11:01:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_power" -[11:01:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:01:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:sync_status_effect" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:01:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player986 was blown up by Creeper -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player986 was blown up by Creeper -[11:02:03] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 21 advancements -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "apoli:set_attacker" -[11:02:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player986) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[11:02:20] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Stopping! -[11:02:21] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Player986 lost connection: Disconnected -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player986 left the game -[11:02:21] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Stopping singleplayer server as player logged out -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Stopping server -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving players -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving worlds -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[11:02:21] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (New World): All chunks are saved -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM1): All chunks are saved -[11:02:21] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage: All dimensions are saved +[17:55:41] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] The nearest minecraft:snowy_plains is at [512, ~, -640] (790 blocks away) +[17:55:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:43] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/tp @s 512 ~ -640' +com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] +[17:55:43] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player340: Teleported Player340 to 512.500000, 67.000000, -639.500000] +[17:55:43] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Teleported Player340 to 512.500000, 67.000000, -639.500000 +[17:55:46] [Server thread/WARN] (net.minecraft.server.MinecraftServer) Can't keep up! Is the server overloaded? Running 2831ms or 56 ticks behind +[17:55:46] [Server thread/WARN] (net.minecraft.server.network.ServerPlayNetworkHandler) Player340 moved wrongly! +[17:55:46] [Server thread/WARN] (net.minecraft.server.network.ServerPlayNetworkHandler) Player340 moved wrongly! +[17:55:47] [Server thread/WARN] (net.minecraft.server.network.ServerPlayNetworkHandler) Player340 moved wrongly! +[17:55:47] [Server thread/WARN] (net.minecraft.server.network.ServerPlayNetworkHandler) Player340 moved wrongly! +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:49] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode spectator' +com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] +[17:55:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player340: Set own game mode to Spectator Mode] +[17:55:49] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Spectator Mode +[17:55:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:53] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) Mixing TypeAwareTradeMixin from fabric-object-builder-v1.mixins.json into net.minecraft.village.TradeOffers$TypeAwareBuyForOneEmeraldFactory +[17:55:53] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[17:55:53] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin->@Inject::failOnNullItem(Lnet/minecraft/entity/Entity;Ljava/util/Random;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;)V from mod fabric-object-builder-api-v1 does use it's CallbackInfoReturnable +[17:55:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode survival' +com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] +[17:55:56] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player340: Set own game mode to Survival Mode] +[17:55:56] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Survival Mode +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:55:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:16] [Server thread/INFO] (net.minecraft.entity.Entity) Villager VillagerEntity['Villager'/658, l='ServerLevel[New World]', x=624.72, y=98.56, z=-571.37] died, message: 'Villager suffocated in a wall' +[17:56:16] [Render thread/INFO] (net.minecraft.entity.Entity) Villager VillagerEntity['Villager'/658, l='ClientLevel', x=624.72, y=98.56, z=-571.37] died, message: 'Villager died' +[17:56:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:25] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 7 advancements +[17:56:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:29] [Render thread/WARN] (net.minecraft.client.sound.SoundSystem) Unable to play empty soundEvent: minecraft:entity.salmon.ambient +[17:56:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "cardinal-components:entity_sync" +[17:56:30] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player340 took a bath for too long +[17:56:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player340) Handling inbound packet from channel with name "apoli:set_attacker" +[17:56:30] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player340 took a bath for too long +[17:56:31] [Server thread/INFO] (net.minecraft.server.world.ServerChunkManager) Skipping update from removed player 'ServerPlayerEntity['Player340'/168, l='ServerLevel[New World]', x=480.62, y=60.40, z=-649.70, removed=KILLED]' +[17:56:32] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Stopping! +[17:56:32] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Player340 lost connection: Disconnected +[17:56:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player340 left the game +[17:56:32] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Stopping singleplayer server as player logged out +[17:56:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Stopping server +[17:56:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving players +[17:56:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving worlds +[17:56:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action +[17:56:33] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (New World): All chunks are saved +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[17:56:33] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage: All dimensions are saved diff --git a/run/logs/latest.log b/run/logs/latest.log index 9aef377..5349cac 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,5 +1,5 @@ -[11:00:14] [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/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10 +[17:54:34] [main/INFO] (FabricLoader) Loading 61 mods: - apoli 2.2.0 - aspects ${version} - calio 1.4.2 @@ -61,13 +61,13 @@ - origins 1.3.0 - playerabilitylib 1.3.0 - reach-entity-attributes 2.1.1 -[11:00:15] [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 -[11:00:15] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! -[11:00:15] [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. -[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' -[11:00:23] [Render thread/ERROR] (Minecraft) Failed to verify authentication +[17:54:35] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited. +[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 +[17:54:35] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! +[17:54:35] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 +[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. +[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' +[17:54:42] [Render thread/ERROR] (Minecraft) Failed to verify authentication 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.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.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?] ... 13 more -[11:00:23] [Render thread/INFO] (Minecraft) Setting user: Player986 -[11:00:23] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game! -[11:00:23] [Render thread/INFO] (aspects) Hello from Aspects :D -[11:00:23] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun! -[11:00:23] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer! -[11:00:24] [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)) -[11:00:25] [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 -[11:00:28] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default -[11:00:28] [Render thread/INFO] (Minecraft) Sound engine started -[11:00:28] [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 -[11:00:29] [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 -[11:00:29] [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 -[11:00:29] [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 -[11:00:30] [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 -[11:00:30] [Render thread/INFO] (aspects) Hello from Aspects! :D -[11:00:32] [Render thread/INFO] (aspects) Hello from Aspects! :D -[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] -[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] -[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] -[11:00:36] [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, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[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)) -[11:00:36] [Worker-Main-16/ERROR] (MultiJsonDataLoader) Couldn't parse data file aspects:groundtied from aspects:powers/groundtied.json -com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $ - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:505) ~[minecraft-project-@-mapped.jar:?] - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:542) ~[minecraft-project-@-mapped.jar:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.lambda$prepare$1(MultiJsonDataLoader.java:62) ~[calio-v1.4.2.jar:?] - at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:48) ~[calio-v1.4.2.jar:?] - at io.github.apace100.calio.data.MultiJsonDataLoader.prepare(MultiJsonDataLoader.java:24) ~[calio-v1.4.2.jar:?] - at net.minecraft.resource.SinglePreparationResourceReloader.method_18791(SinglePreparationResourceReloader.java:11) ~[minecraft-project-@-mapped.jar:?] - at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?] - at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?] - at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] - at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] - at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] - at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] - at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] -Caused by: java.io.EOFException: End of input at line 1 column 1 path $ - at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1395) ~[gson-2.8.8.jar:?] - at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:548) ~[gson-2.8.8.jar:?] - at com.google.gson.stream.JsonReader.peek(JsonReader.java:424) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:703) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:701) ~[gson-2.8.8.jar:?] - at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:908) ~[gson-2.8.8.jar:?] - at net.minecraft.util.JsonHelper.deserialize(JsonHelper.java:503) ~[minecraft-project-@-mapped.jar:?] - ... 13 more -[11:00:36] [Render thread/INFO] (Minecraft) Loaded 7 recipes -[11:00:36] [Render thread/INFO] (Minecraft) Loaded 1143 advancements -[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 -[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 -[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". -[11:00:36] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 139 powers. -[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:flower_regen" -[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance" -[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:holy_light" -[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:positive_influence" -[11:00:36] [Render thread/ERROR] (Origins) Origin "aspects:ordo" contained unregistered power: "aspects:darkness_damage" -[11:00:36] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 21 origins. -[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements -[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin -[11:00:36] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins -[11:00:36] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers. -[11:00:37] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 2.281 ms -[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' -[11:00:39] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18 -[11:00:39] [Server thread/INFO] (Minecraft) Generating keypair -[11:00:40] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:43] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:44] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:44] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 3% -[11:00:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 16% -[11:00:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 34% -[11:00:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 55% -[11:00:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 69% -[11:00:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 86% -[11:00:53] [Render thread/INFO] (Minecraft) Time elapsed: 13690 ms -[11:00:54] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10 -[11:00:54] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0 -[11:00:59] [Server thread/INFO] (Minecraft) Player986[local:E:840bfa1c] logged in with entity id 168 at (18.943051278628204, 70.0, -31.69999998807907) -[11:00:59] [Server thread/INFO] (Minecraft) Player986 joined the game -[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 +[17:54:42] [Render thread/INFO] (Minecraft) Setting user: Player340 +[17:54:42] [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! +[17:54:43] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun! +[17:54:43] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer! +[17:54:44] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12 +[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)) +[17:54:45] [Render thread/INFO] (aspects) Hello from Aspects! :D +[17:54:46] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id +[17:54:49] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default +[17:54:49] [Render thread/INFO] (Minecraft) Sound engine started +[17:54:49] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas +[17:54:49] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas +[17:54:49] [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/shield_patterns.png-atlas +[17:54:49] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[17:54:49] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[17:54:49] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas +[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas +[17:54:51] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[17:54:51] [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] +[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] +[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] +[17:55:04] [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] +[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) +[17:55:04] [Render thread/INFO] (Minecraft) Loaded 7 recipes +[17:55:05] [Render thread/INFO] (Minecraft) Loaded 1143 advancements +[17:55:05] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 166 powers. +[17:55:05] [Render thread/ERROR] (Origins) Origin "aspects:solus" contained unregistered power: "aspects:holy_flame" +[17:55:05] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance" +[17:55:05] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 23 origins. +[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements +[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin +[17:55:05] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins +[17:55:05] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers. +[17:55:05] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.394 ms +[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' +[17:55:06] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18 +[17:55:06] [Server thread/INFO] (Minecraft) Generating keypair +[17:55:06] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld +[17:55:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% +[17:55:10] [Render thread/INFO] (Minecraft) Preparing spawn area: 29% +[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 31% +[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 47% +[17:55:11] [Render thread/INFO] (Minecraft) Preparing spawn area: 75% +[17:55:12] [Render thread/INFO] (Minecraft) Time elapsed: 5939 ms +[17:55:12] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10 +[17:55:12] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0 +[17:55:12] [Server thread/INFO] (Minecraft) Player340[local:E:1a35f668] logged in with entity id 168 at (-15.044990261906532, 65.0, -56.05896747426518) +[17:55:12] [Server thread/INFO] (Minecraft) Player340 joined the game +[17:55:13] [Render thread/INFO] (Minecraft) Loaded 0 advancements +[17:55:22] [Server thread/INFO] (Minecraft) [Player340: Gave 1 [Orb of Origin] to Player340] +[17:55:22] [Render thread/INFO] (Minecraft) [CHAT] Gave 1 [Orb of Origin] to Player340 +[17:55:23] [Server thread/INFO] (Minecraft) Saving and pausing game... +[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:55:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:55:24] [Server thread/INFO] (Origins) Player Player340 chose Origin: aspects:pyro, for layer: aspects:elements +[17:55:27] [Server thread/INFO] (Origins) Player Player340 chose Origin: aspects:ignis, for layer: aspects:origins +[17:55:28] [Server thread/INFO] (Origins) Player chose Origin: origins:human, for layer: origins:origin +[17:55:28] [Server thread/INFO] (Minecraft) Saving and pausing game... +[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:55:28] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:55:33] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.cod.ambient +[17:55:41] [Render thread/INFO] (Minecraft) [CHAT] The nearest minecraft:snowy_plains is at [512, ~, -640] (790 blocks away) +[17:55:43] [Server thread/INFO] (Minecraft) [Player340: Teleported Player340 to 512.500000, 67.000000, -639.500000] +[17:55:43] [Render thread/INFO] (Minecraft) [CHAT] Teleported Player340 to 512.500000, 67.000000, -639.500000 +[17:55:46] [Server thread/WARN] (Minecraft) Can't keep up! Is the server overloaded? Running 2831ms or 56 ticks behind +[17:55:46] [Server thread/WARN] (Minecraft) Player340 moved wrongly! +[17:55:46] [Server thread/WARN] (Minecraft) Player340 moved wrongly! +[17:55:47] [Server thread/WARN] (Minecraft) Player340 moved wrongly! +[17:55:47] [Server thread/WARN] (Minecraft) Player340 moved wrongly! +[17:55:49] [Server thread/INFO] (Minecraft) [Player340: Set own game mode to Spectator Mode] +[17:55:49] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Spectator Mode +[17:55:56] [Server thread/INFO] (Minecraft) [Player340: Set own game mode to Survival Mode] +[17:55:56] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Survival Mode +[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' +[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' +[17:56:25] [Render thread/INFO] (Minecraft) Loaded 7 advancements +[17:56:29] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.salmon.ambient +[17:56:30] [Server thread/INFO] (Minecraft) Player340 took a bath for too long +[17:56:30] [Render thread/INFO] (Minecraft) [CHAT] Player340 took a bath for too long +[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]' +[17:56:32] [Render thread/INFO] (Minecraft) Stopping! +[17:56:32] [Server thread/INFO] (Minecraft) Player340 lost connection: Disconnected +[17:56:32] [Server thread/INFO] (Minecraft) Player340 left the game +[17:56:32] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out +[17:56:32] [Server thread/INFO] (Minecraft) Stopping server +[17:56:32] [Server thread/INFO] (Minecraft) Saving players +[17:56:32] [Server thread/INFO] (Minecraft) Saving worlds +[17:56:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[17:56:33] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[17:56:33] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved +[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[17:56:33] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved diff --git a/run/saves/New World/DIM-1/data/raids.dat b/run/saves/New World/DIM-1/data/raids.dat index d11abc7..a42985d 100644 Binary files a/run/saves/New World/DIM-1/data/raids.dat and b/run/saves/New World/DIM-1/data/raids.dat differ diff --git a/run/saves/New World/DIM1/data/raids_end.dat b/run/saves/New World/DIM1/data/raids_end.dat index d11abc7..a42985d 100644 Binary files a/run/saves/New World/DIM1/data/raids_end.dat and b/run/saves/New World/DIM1/data/raids_end.dat differ diff --git a/run/saves/New World/advancements/17b67947-156d-3518-9500-f7e04df5e64d.json b/run/saves/New World/advancements/17b67947-156d-3518-9500-f7e04df5e64d.json new file mode 100644 index 0000000..ac18141 --- /dev/null +++ b/run/saves/New World/advancements/17b67947-156d-3518-9500-f7e04df5e64d.json @@ -0,0 +1,52 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2021-12-13 13:31:21 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 13:32:05 -0400", + "minecraft:plains": "2021-12-13 13:31:21 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/21a01de8-0b44-3383-b9a2-01a459723de1.json b/run/saves/New World/advancements/21a01de8-0b44-3383-b9a2-01a459723de1.json new file mode 100644 index 0000000..fe1ddce --- /dev/null +++ b/run/saves/New World/advancements/21a01de8-0b44-3383-b9a2-01a459723de1.json @@ -0,0 +1,69 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2021-12-13 12:46:10 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:spider": "2021-12-13 12:46:10 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:spider": "2021-12-13 12:46:10 -0400" + }, + "done": false + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2021-12-13 12:44:46 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:plains": "2021-12-13 12:44:46 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/2a17dfd1-129d-330b-9eb4-f363ef062eed.json b/run/saves/New World/advancements/2a17dfd1-129d-330b-9eb4-f363ef062eed.json new file mode 100644 index 0000000..9590df3 --- /dev/null +++ b/run/saves/New World/advancements/2a17dfd1-129d-330b-9eb4-f363ef062eed.json @@ -0,0 +1,15 @@ +{ + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:24:35 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:24:35 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/34692304-57b2-31f8-a84c-d22c6ff753f7.json b/run/saves/New World/advancements/34692304-57b2-31f8-a84c-d22c6ff753f7.json new file mode 100644 index 0000000..8bdc432 --- /dev/null +++ b/run/saves/New World/advancements/34692304-57b2-31f8-a84c-d22c6ff753f7.json @@ -0,0 +1,15 @@ +{ + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:30:17 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:30:17 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/376eb988-e6dd-3105-bb50-572ead49ce98.json b/run/saves/New World/advancements/376eb988-e6dd-3105-bb50-572ead49ce98.json new file mode 100644 index 0000000..aeb1437 --- /dev/null +++ b/run/saves/New World/advancements/376eb988-e6dd-3105-bb50-572ead49ce98.json @@ -0,0 +1,16 @@ +{ + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:10:53 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:10:52 -0400", + "minecraft:plains": "2021-12-13 17:10:18 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json b/run/saves/New World/advancements/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json new file mode 100644 index 0000000..25de338 --- /dev/null +++ b/run/saves/New World/advancements/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json @@ -0,0 +1,28 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2021-12-13 16:11:06 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:spider": "2021-12-13 16:11:06 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:spider": "2021-12-13 16:11:06 -0400" + }, + "done": false + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 16:10:40 -0400", + "minecraft:plains": "2021-12-13 16:11:17 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json b/run/saves/New World/advancements/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json new file mode 100644 index 0000000..3ed8fac --- /dev/null +++ b/run/saves/New World/advancements/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json @@ -0,0 +1,52 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2021-12-13 14:49:19 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 14:49:36 -0400", + "minecraft:plains": "2021-12-13 14:49:19 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/610176b0-594f-3c1a-b889-ed063dbc06ea.json b/run/saves/New World/advancements/610176b0-594f-3c1a-b889-ed063dbc06ea.json index e436088..0d6a659 100644 --- a/run/saves/New World/advancements/610176b0-594f-3c1a-b889-ed063dbc06ea.json +++ b/run/saves/New World/advancements/610176b0-594f-3c1a-b889-ed063dbc06ea.json @@ -1,6 +1,46 @@ { + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2021-12-13 17:56:25 -0400" + }, + "done": true + }, "minecraft:adventure/adventuring_time": { "criteria": { + "minecraft:stony_shore": "2021-12-13 15:54:14 -0400", + "minecraft:snowy_plains": "2021-12-13 17:55:46 -0400", + "minecraft:cold_ocean": "2021-12-13 17:56:27 -0400", + "minecraft:frozen_ocean": "2021-12-13 17:56:28 -0400", "minecraft:plains": "2021-12-11 09:29:08 -0400" }, "done": false diff --git a/run/saves/New World/advancements/66212eae-12d0-33f7-bd64-547255e16b3f.json b/run/saves/New World/advancements/66212eae-12d0-33f7-bd64-547255e16b3f.json new file mode 100644 index 0000000..f354b22 --- /dev/null +++ b/run/saves/New World/advancements/66212eae-12d0-33f7-bd64-547255e16b3f.json @@ -0,0 +1,17 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_by_something": "2021-12-13 11:39:16 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 11:37:52 -0400", + "minecraft:forest": "2021-12-13 11:40:04 -0400", + "minecraft:plains": "2021-12-13 11:37:41 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/66397f00-f974-3e3d-944b-5f58f7613e27.json b/run/saves/New World/advancements/66397f00-f974-3e3d-944b-5f58f7613e27.json new file mode 100644 index 0000000..8c5cb7e --- /dev/null +++ b/run/saves/New World/advancements/66397f00-f974-3e3d-944b-5f58f7613e27.json @@ -0,0 +1,35 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2021-12-13 16:24:03 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:skeleton": "2021-12-13 16:24:03 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:skeleton": "2021-12-13 16:24:03 -0400", + "minecraft:creeper": "2021-12-13 16:24:52 -0400" + }, + "done": false + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 16:24:35 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 16:23:50 -0400", + "minecraft:plains": "2021-12-13 16:23:33 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json b/run/saves/New World/advancements/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json new file mode 100644 index 0000000..02032f2 --- /dev/null +++ b/run/saves/New World/advancements/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json @@ -0,0 +1,51 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2021-12-13 13:46:26 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:plains": "2021-12-13 13:46:26 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/73181018-6474-36f0-8722-c7fb6befd317.json b/run/saves/New World/advancements/73181018-6474-36f0-8722-c7fb6befd317.json index 3ac4cec..6cf21ac 100644 --- a/run/saves/New World/advancements/73181018-6474-36f0-8722-c7fb6befd317.json +++ b/run/saves/New World/advancements/73181018-6474-36f0-8722-c7fb6befd317.json @@ -1,10 +1,4 @@ { - "minecraft:recipes/brewing/fermented_spider_eye": { - "criteria": { - "has_spider_eye": "2021-12-12 17:21:58 -0400" - }, - "done": true - }, "minecraft:recipes/tools/fishing_rod": { "criteria": { "has_string": "2021-12-12 17:21:58 -0400" @@ -23,6 +17,24 @@ }, "done": true }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-12 17:21:58 -0400" + }, + "done": true + }, + "minecraft:recipes/food/cooked_salmon": { + "criteria": { + "has_salmon": "2021-12-12 17:21:58 -0400" + }, + "done": true + }, + "minecraft:recipes/brewing/fermented_spider_eye": { + "criteria": { + "has_spider_eye": "2021-12-12 17:21:58 -0400" + }, + "done": true + }, "minecraft:recipes/combat/crossbow": { "criteria": { "has_string": "2021-12-12 17:21:58 -0400" @@ -41,12 +53,6 @@ }, "done": true }, - "minecraft:recipes/building_blocks/white_wool_from_string": { - "criteria": { - "has_string": "2021-12-12 17:21:58 -0400" - }, - "done": true - }, "minecraft:recipes/redstone/tripwire_hook": { "criteria": { "has_string": "2021-12-12 17:21:58 -0400" @@ -59,18 +65,19 @@ }, "done": true }, - "minecraft:recipes/food/cooked_salmon": { - "criteria": { - "has_salmon": "2021-12-12 17:21:58 -0400" - }, - "done": true - }, "minecraft:adventure/adventuring_time": { "criteria": { + "minecraft:stony_shore": "2021-12-13 17:27:45 -0400", "minecraft:forest": "2021-12-12 17:21:58 -0400", "minecraft:plains": "2021-12-12 17:22:02 -0400" }, "done": false }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:27:45 -0400" + }, + "done": true + }, "DataVersion": 2860 } \ No newline at end of file diff --git a/run/saves/New World/advancements/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json b/run/saves/New World/advancements/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json new file mode 100644 index 0000000..80f6899 --- /dev/null +++ b/run/saves/New World/advancements/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json @@ -0,0 +1,10 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 16:19:50 -0400", + "minecraft:plains": "2021-12-13 16:19:57 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json b/run/saves/New World/advancements/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json new file mode 100644 index 0000000..15e3737 --- /dev/null +++ b/run/saves/New World/advancements/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json @@ -0,0 +1,46 @@ +{ + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2021-12-13 17:03:54 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:03:54 -0400", + "minecraft:plains": "2021-12-13 17:04:39 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json b/run/saves/New World/advancements/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json new file mode 100644 index 0000000..2ec1868 --- /dev/null +++ b/run/saves/New World/advancements/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json @@ -0,0 +1,34 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2021-12-13 17:44:55 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:skeleton": "2021-12-13 17:44:55 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:skeleton": "2021-12-13 17:44:55 -0400" + }, + "done": false + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:43:49 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:44:58 -0400", + "minecraft:plains": "2021-12-13 17:43:49 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/af1e0784-3719-3271-9d4b-734c7d03d2c7.json b/run/saves/New World/advancements/af1e0784-3719-3271-9d4b-734c7d03d2c7.json new file mode 100644 index 0000000..3a5f12d --- /dev/null +++ b/run/saves/New World/advancements/af1e0784-3719-3271-9d4b-734c7d03d2c7.json @@ -0,0 +1,16 @@ +{ + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:14:08 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:14:08 -0400", + "minecraft:plains": "2021-12-13 17:14:20 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/baf009ad-51b3-3461-8544-778cef1ada08.json b/run/saves/New World/advancements/baf009ad-51b3-3461-8544-778cef1ada08.json new file mode 100644 index 0000000..8db1ab5 --- /dev/null +++ b/run/saves/New World/advancements/baf009ad-51b3-3461-8544-778cef1ada08.json @@ -0,0 +1,53 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2021-12-13 12:35:49 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 12:37:11 -0400", + "minecraft:forest": "2021-12-13 12:34:51 -0400", + "minecraft:plains": "2021-12-13 12:37:18 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/c016ab36-f8ab-3a42-9127-a875f53562d0.json b/run/saves/New World/advancements/c016ab36-f8ab-3a42-9127-a875f53562d0.json index 7a173e3..8c488a9 100644 --- a/run/saves/New World/advancements/c016ab36-f8ab-3a42-9127-a875f53562d0.json +++ b/run/saves/New World/advancements/c016ab36-f8ab-3a42-9127-a875f53562d0.json @@ -1,4 +1,34 @@ { + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2021-12-12 14:41:56 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2021-12-12 14:41:56 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:zombie": "2021-12-13 16:50:07 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:zombie": "2021-12-13 16:50:07 -0400" + }, + "done": false + }, + "minecraft:recipes/food/cooked_salmon": { + "criteria": { + "has_salmon": "2021-12-12 14:41:47 -0400" + }, + "done": true + }, "minecraft:recipes/transportation/acacia_boat": { "criteria": { "in_water": "2021-12-12 14:41:56 -0400" @@ -17,15 +47,9 @@ }, "done": true }, - "minecraft:recipes/transportation/dark_oak_boat": { + "minecraft:adventure/root": { "criteria": { - "in_water": "2021-12-12 14:41:56 -0400" - }, - "done": true - }, - "minecraft:recipes/transportation/birch_boat": { - "criteria": { - "in_water": "2021-12-12 14:41:56 -0400" + "killed_something": "2021-12-13 16:50:07 -0400" }, "done": true }, @@ -47,15 +71,11 @@ }, "done": true }, - "minecraft:recipes/food/cooked_salmon": { - "criteria": { - "has_salmon": "2021-12-12 14:41:47 -0400" - }, - "done": true - }, "minecraft:adventure/adventuring_time": { "criteria": { - "minecraft:cold_ocean": "2021-12-12 14:41:47 -0400" + "minecraft:stony_shore": "2021-12-13 16:48:25 -0400", + "minecraft:cold_ocean": "2021-12-12 14:41:47 -0400", + "minecraft:plains": "2021-12-13 16:49:57 -0400" }, "done": false }, diff --git a/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json b/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json new file mode 100644 index 0000000..81fa5a9 --- /dev/null +++ b/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json @@ -0,0 +1,28 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2021-12-13 15:47:46 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:creeper": "2021-12-13 15:47:46 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:creeper": "2021-12-13 15:47:46 -0400" + }, + "done": false + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 15:44:23 -0400", + "minecraft:plains": "2021-12-13 15:44:49 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/e8e93d28-80c3-338d-b964-977ebd1f012f.json b/run/saves/New World/advancements/e8e93d28-80c3-338d-b964-977ebd1f012f.json new file mode 100644 index 0000000..d84cc52 --- /dev/null +++ b/run/saves/New World/advancements/e8e93d28-80c3-338d-b964-977ebd1f012f.json @@ -0,0 +1,34 @@ +{ + "minecraft:recipes/misc/firework_rocket_simple": { + "criteria": { + "has_gunpowder": "2021-12-13 16:30:15 -0400" + }, + "done": true + }, + "minecraft:recipes/redstone/tnt": { + "criteria": { + "has_gunpowder": "2021-12-13 16:30:15 -0400" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_by_something": "2021-12-13 16:31:00 -0400" + }, + "done": true + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 16:29:08 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 16:29:08 -0400", + "minecraft:plains": "2021-12-13 16:30:33 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/f32cf69c-7cce-3f6d-81d4-191672800bce.json b/run/saves/New World/advancements/f32cf69c-7cce-3f6d-81d4-191672800bce.json new file mode 100644 index 0000000..11aa976 --- /dev/null +++ b/run/saves/New World/advancements/f32cf69c-7cce-3f6d-81d4-191672800bce.json @@ -0,0 +1,53 @@ +{ + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2021-12-13 15:40:14 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 15:39:51 -0400", + "minecraft:cold_ocean": "2021-12-13 15:40:15 -0400", + "minecraft:plains": "2021-12-13 15:38:56 -0400" + }, + "done": false + }, + "minecraft:husbandry/tame_an_animal": { + "criteria": { + "tamed_animal": "2021-12-13 15:40:45 -0400" + }, + "done": true + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json b/run/saves/New World/advancements/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json new file mode 100644 index 0000000..d064919 --- /dev/null +++ b/run/saves/New World/advancements/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json @@ -0,0 +1,10 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 14:57:07 -0400", + "minecraft:plains": "2021-12-13 14:51:07 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json b/run/saves/New World/advancements/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json new file mode 100644 index 0000000..8da6142 --- /dev/null +++ b/run/saves/New World/advancements/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json @@ -0,0 +1,16 @@ +{ + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2021-12-13 17:33:37 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 17:33:37 -0400", + "minecraft:plains": "2021-12-13 17:34:04 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/data/raids.dat b/run/saves/New World/data/raids.dat index d11abc7..a42985d 100644 Binary files a/run/saves/New World/data/raids.dat and b/run/saves/New World/data/raids.dat differ diff --git a/run/saves/New World/data/scoreboard.dat b/run/saves/New World/data/scoreboard.dat new file mode 100644 index 0000000..855e65d Binary files /dev/null and b/run/saves/New World/data/scoreboard.dat differ diff --git a/run/saves/New World/entities/r.-1.-1.mca b/run/saves/New World/entities/r.-1.-1.mca index a270363..57108bd 100644 Binary files a/run/saves/New World/entities/r.-1.-1.mca and b/run/saves/New World/entities/r.-1.-1.mca differ diff --git a/run/saves/New World/entities/r.-1.0.mca b/run/saves/New World/entities/r.-1.0.mca index 151f5bc..3372325 100644 Binary files a/run/saves/New World/entities/r.-1.0.mca and b/run/saves/New World/entities/r.-1.0.mca differ diff --git a/run/saves/New World/entities/r.0.-1.mca b/run/saves/New World/entities/r.0.-1.mca index 841a638..88fd210 100644 Binary files a/run/saves/New World/entities/r.0.-1.mca and b/run/saves/New World/entities/r.0.-1.mca differ diff --git a/run/saves/New World/entities/r.0.-2.mca b/run/saves/New World/entities/r.0.-2.mca new file mode 100644 index 0000000..c3dabd2 Binary files /dev/null and b/run/saves/New World/entities/r.0.-2.mca differ diff --git a/run/saves/New World/entities/r.0.0.mca b/run/saves/New World/entities/r.0.0.mca index 3f32013..845caa1 100644 Binary files a/run/saves/New World/entities/r.0.0.mca and b/run/saves/New World/entities/r.0.0.mca differ diff --git a/run/saves/New World/entities/r.1.-1.mca b/run/saves/New World/entities/r.1.-1.mca new file mode 100644 index 0000000..12d2976 Binary files /dev/null and b/run/saves/New World/entities/r.1.-1.mca differ diff --git a/run/saves/New World/entities/r.1.-2.mca b/run/saves/New World/entities/r.1.-2.mca new file mode 100644 index 0000000..fae0592 Binary files /dev/null and b/run/saves/New World/entities/r.1.-2.mca differ diff --git a/run/saves/New World/level.dat b/run/saves/New World/level.dat index 6f86c08..e8721cb 100644 Binary files a/run/saves/New World/level.dat and b/run/saves/New World/level.dat differ diff --git a/run/saves/New World/level.dat_old b/run/saves/New World/level.dat_old index 63ebc02..8d877d0 100644 Binary files a/run/saves/New World/level.dat_old and b/run/saves/New World/level.dat_old differ diff --git a/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat b/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat new file mode 100644 index 0000000..e888d21 Binary files /dev/null and b/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat differ diff --git a/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat_old b/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat_old new file mode 100644 index 0000000..ef0b121 Binary files /dev/null and b/run/saves/New World/playerdata/17b67947-156d-3518-9500-f7e04df5e64d.dat_old differ diff --git a/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat b/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat new file mode 100644 index 0000000..a89205f Binary files /dev/null and b/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat differ diff --git a/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat_old b/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat_old new file mode 100644 index 0000000..40b24f6 Binary files /dev/null and b/run/saves/New World/playerdata/21a01de8-0b44-3383-b9a2-01a459723de1.dat_old differ diff --git a/run/saves/New World/playerdata/2a17dfd1-129d-330b-9eb4-f363ef062eed.dat b/run/saves/New World/playerdata/2a17dfd1-129d-330b-9eb4-f363ef062eed.dat new file mode 100644 index 0000000..c9bfcb4 Binary files /dev/null and b/run/saves/New World/playerdata/2a17dfd1-129d-330b-9eb4-f363ef062eed.dat differ diff --git a/run/saves/New World/playerdata/34692304-57b2-31f8-a84c-d22c6ff753f7.dat b/run/saves/New World/playerdata/34692304-57b2-31f8-a84c-d22c6ff753f7.dat new file mode 100644 index 0000000..021c630 Binary files /dev/null and b/run/saves/New World/playerdata/34692304-57b2-31f8-a84c-d22c6ff753f7.dat differ diff --git a/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat b/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat new file mode 100644 index 0000000..8f41a29 Binary files /dev/null and b/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat differ diff --git a/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat_old b/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat_old new file mode 100644 index 0000000..8f41a29 Binary files /dev/null and b/run/saves/New World/playerdata/376eb988-e6dd-3105-bb50-572ead49ce98.dat_old differ diff --git a/run/saves/New World/playerdata/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.dat b/run/saves/New World/playerdata/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.dat new file mode 100644 index 0000000..96fa616 Binary files /dev/null and b/run/saves/New World/playerdata/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.dat differ diff --git a/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat b/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat new file mode 100644 index 0000000..5dd770b Binary files /dev/null and b/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat differ diff --git a/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat_old b/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat_old new file mode 100644 index 0000000..d6b72ac Binary files /dev/null and b/run/saves/New World/playerdata/5648fab5-fa61-330e-8fa7-aea962bdfd7c.dat_old differ diff --git a/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat b/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat index 291394a..f584f90 100644 Binary files a/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat and b/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat differ diff --git a/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat_old b/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat_old index 291394a..6edc3aa 100644 Binary files a/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat_old and b/run/saves/New World/playerdata/610176b0-594f-3c1a-b889-ed063dbc06ea.dat_old differ diff --git a/run/saves/New World/playerdata/66212eae-12d0-33f7-bd64-547255e16b3f.dat b/run/saves/New World/playerdata/66212eae-12d0-33f7-bd64-547255e16b3f.dat new file mode 100644 index 0000000..baf1111 Binary files /dev/null and b/run/saves/New World/playerdata/66212eae-12d0-33f7-bd64-547255e16b3f.dat differ diff --git a/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat b/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat new file mode 100644 index 0000000..0b12343 Binary files /dev/null and b/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat differ diff --git a/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat_old b/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat_old new file mode 100644 index 0000000..93e62c7 Binary files /dev/null and b/run/saves/New World/playerdata/66397f00-f974-3e3d-944b-5f58f7613e27.dat_old differ diff --git a/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat b/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat new file mode 100644 index 0000000..576a70c Binary files /dev/null and b/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat differ diff --git a/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat_old b/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat_old new file mode 100644 index 0000000..06f9de6 Binary files /dev/null and b/run/saves/New World/playerdata/72f1bdc6-4b0d-3d9c-9462-229fd961a627.dat_old differ diff --git a/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat b/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat index 2dea75b..99ea573 100644 Binary files a/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat and b/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat differ diff --git a/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat_old b/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat_old index f1a8069..2dea75b 100644 Binary files a/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat_old and b/run/saves/New World/playerdata/73181018-6474-36f0-8722-c7fb6befd317.dat_old differ diff --git a/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat b/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat new file mode 100644 index 0000000..581b2e2 Binary files /dev/null and b/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat differ diff --git a/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat_old b/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat_old new file mode 100644 index 0000000..581b2e2 Binary files /dev/null and b/run/saves/New World/playerdata/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.dat_old differ diff --git a/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat b/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat new file mode 100644 index 0000000..8c9bab9 Binary files /dev/null and b/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat differ diff --git a/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat_old b/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat_old new file mode 100644 index 0000000..8c9bab9 Binary files /dev/null and b/run/saves/New World/playerdata/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.dat_old differ diff --git a/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat b/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat new file mode 100644 index 0000000..1c50de8 Binary files /dev/null and b/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat differ diff --git a/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat_old b/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat_old new file mode 100644 index 0000000..6dceab7 Binary files /dev/null and b/run/saves/New World/playerdata/a7d84b43-620c-3be0-bbc6-d96e040e37ab.dat_old differ diff --git a/run/saves/New World/playerdata/af1e0784-3719-3271-9d4b-734c7d03d2c7.dat b/run/saves/New World/playerdata/af1e0784-3719-3271-9d4b-734c7d03d2c7.dat new file mode 100644 index 0000000..61647a2 Binary files /dev/null and b/run/saves/New World/playerdata/af1e0784-3719-3271-9d4b-734c7d03d2c7.dat differ diff --git a/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat b/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat new file mode 100644 index 0000000..503e2e7 Binary files /dev/null and b/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat differ diff --git a/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat_old b/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat_old new file mode 100644 index 0000000..992405a Binary files /dev/null and b/run/saves/New World/playerdata/baf009ad-51b3-3461-8544-778cef1ada08.dat_old differ diff --git a/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat b/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat index 0f9f033..0ac5b34 100644 Binary files a/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat and b/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat differ diff --git a/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat_old b/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat_old new file mode 100644 index 0000000..c9e3afb Binary files /dev/null and b/run/saves/New World/playerdata/c016ab36-f8ab-3a42-9127-a875f53562d0.dat_old differ diff --git a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat new file mode 100644 index 0000000..874e69a Binary files /dev/null and b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat differ diff --git a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old new file mode 100644 index 0000000..874e69a Binary files /dev/null and b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old differ diff --git a/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat b/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat new file mode 100644 index 0000000..ec7b8c3 Binary files /dev/null and b/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat differ diff --git a/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat_old b/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat_old new file mode 100644 index 0000000..c3f6c4f Binary files /dev/null and b/run/saves/New World/playerdata/e8e93d28-80c3-338d-b964-977ebd1f012f.dat_old differ diff --git a/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat b/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat new file mode 100644 index 0000000..824c713 Binary files /dev/null and b/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat differ diff --git a/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat_old b/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat_old new file mode 100644 index 0000000..43d15f6 Binary files /dev/null and b/run/saves/New World/playerdata/f32cf69c-7cce-3f6d-81d4-191672800bce.dat_old differ diff --git a/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat b/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat new file mode 100644 index 0000000..3bdfba7 Binary files /dev/null and b/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat differ diff --git a/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat_old b/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat_old new file mode 100644 index 0000000..b062fa5 Binary files /dev/null and b/run/saves/New World/playerdata/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.dat_old differ diff --git a/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat b/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat new file mode 100644 index 0000000..dac220b Binary files /dev/null and b/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat differ diff --git a/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat_old b/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat_old new file mode 100644 index 0000000..54ef5d9 Binary files /dev/null and b/run/saves/New World/playerdata/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.dat_old differ diff --git a/run/saves/New World/poi/r.1.-1.mca b/run/saves/New World/poi/r.1.-1.mca new file mode 100644 index 0000000..ce74041 Binary files /dev/null and b/run/saves/New World/poi/r.1.-1.mca differ diff --git a/run/saves/New World/poi/r.1.-2.mca b/run/saves/New World/poi/r.1.-2.mca new file mode 100644 index 0000000..677caa3 Binary files /dev/null and b/run/saves/New World/poi/r.1.-2.mca differ diff --git a/run/saves/New World/region/r.-1.-1.mca b/run/saves/New World/region/r.-1.-1.mca index 3573afe..6b71f56 100644 Binary files a/run/saves/New World/region/r.-1.-1.mca and b/run/saves/New World/region/r.-1.-1.mca differ diff --git a/run/saves/New World/region/r.-1.0.mca b/run/saves/New World/region/r.-1.0.mca index 3011306..c66d033 100644 Binary files a/run/saves/New World/region/r.-1.0.mca and b/run/saves/New World/region/r.-1.0.mca differ diff --git a/run/saves/New World/region/r.0.-1.mca b/run/saves/New World/region/r.0.-1.mca index 19b3ff2..f6e7316 100644 Binary files a/run/saves/New World/region/r.0.-1.mca and b/run/saves/New World/region/r.0.-1.mca differ diff --git a/run/saves/New World/region/r.0.-2.mca b/run/saves/New World/region/r.0.-2.mca index bcf1743..ec02ad1 100644 Binary files a/run/saves/New World/region/r.0.-2.mca and b/run/saves/New World/region/r.0.-2.mca differ diff --git a/run/saves/New World/region/r.0.-3.mca b/run/saves/New World/region/r.0.-3.mca new file mode 100644 index 0000000..148d533 Binary files /dev/null and b/run/saves/New World/region/r.0.-3.mca differ diff --git a/run/saves/New World/region/r.0.0.mca b/run/saves/New World/region/r.0.0.mca index a41a5aa..827af3c 100644 Binary files a/run/saves/New World/region/r.0.0.mca and b/run/saves/New World/region/r.0.0.mca differ diff --git a/run/saves/New World/region/r.1.-1.mca b/run/saves/New World/region/r.1.-1.mca new file mode 100644 index 0000000..8794846 Binary files /dev/null and b/run/saves/New World/region/r.1.-1.mca differ diff --git a/run/saves/New World/region/r.1.-2.mca b/run/saves/New World/region/r.1.-2.mca new file mode 100644 index 0000000..5868928 Binary files /dev/null and b/run/saves/New World/region/r.1.-2.mca differ diff --git a/run/saves/New World/region/r.1.-3.mca b/run/saves/New World/region/r.1.-3.mca new file mode 100644 index 0000000..325deef Binary files /dev/null and b/run/saves/New World/region/r.1.-3.mca differ diff --git a/run/saves/New World/stats/17b67947-156d-3518-9500-f7e04df5e64d.json b/run/saves/New World/stats/17b67947-156d-3518-9500-f7e04df5e64d.json new file mode 100644 index 0000000..198cce4 --- /dev/null +++ b/run/saves/New World/stats/17b67947-156d-3518-9500-f7e04df5e64d.json @@ -0,0 +1 @@ +{"stats":{"minecraft:mined":{"minecraft:grass":1},"minecraft:custom":{"minecraft:jump":60,"minecraft:time_since_rest":4801,"minecraft:crouch_one_cm":120,"minecraft:leave_game":1,"minecraft:sprint_one_cm":6992,"minecraft:play_time":4801,"minecraft:damage_taken":100,"minecraft:time_since_death":4801,"minecraft:walk_one_cm":6022,"minecraft:sneak_time":58,"minecraft:total_world_time":5628,"minecraft:fall_one_cm":3719,"minecraft:fly_one_cm":13163}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/21a01de8-0b44-3383-b9a2-01a459723de1.json b/run/saves/New World/stats/21a01de8-0b44-3383-b9a2-01a459723de1.json new file mode 100644 index 0000000..b1b0811 --- /dev/null +++ b/run/saves/New World/stats/21a01de8-0b44-3383-b9a2-01a459723de1.json @@ -0,0 +1 @@ +{"stats":{"minecraft:mined":{"minecraft:grass":1},"minecraft:killed":{"minecraft:spider":2},"minecraft:custom":{"minecraft:jump":34,"minecraft:time_since_rest":2690,"minecraft:leave_game":1,"minecraft:damage_dealt":310,"minecraft:crouch_one_cm":1,"minecraft:sprint_one_cm":5839,"minecraft:play_time":2690,"minecraft:damage_taken":80,"minecraft:time_since_death":2690,"minecraft:walk_one_cm":8418,"minecraft:sneak_time":109,"minecraft:total_world_time":3389,"minecraft:mob_kills":2,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":6967}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/2a17dfd1-129d-330b-9eb4-f363ef062eed.json b/run/saves/New World/stats/2a17dfd1-129d-330b-9eb4-f363ef062eed.json new file mode 100644 index 0000000..e7f48f5 --- /dev/null +++ b/run/saves/New World/stats/2a17dfd1-129d-330b-9eb4-f363ef062eed.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:time_since_rest":213,"minecraft:leave_game":1,"minecraft:play_time":213,"minecraft:time_since_death":213,"minecraft:walk_one_cm":235,"minecraft:total_world_time":284}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/34692304-57b2-31f8-a84c-d22c6ff753f7.json b/run/saves/New World/stats/34692304-57b2-31f8-a84c-d22c6ff753f7.json new file mode 100644 index 0000000..87f4187 --- /dev/null +++ b/run/saves/New World/stats/34692304-57b2-31f8-a84c-d22c6ff753f7.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:time_since_rest":384,"minecraft:leave_game":1,"minecraft:play_time":384,"minecraft:time_since_death":384,"minecraft:walk_one_cm":705,"minecraft:total_world_time":422}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/376eb988-e6dd-3105-bb50-572ead49ce98.json b/run/saves/New World/stats/376eb988-e6dd-3105-bb50-572ead49ce98.json new file mode 100644 index 0000000..9aa5c1c --- /dev/null +++ b/run/saves/New World/stats/376eb988-e6dd-3105-bb50-572ead49ce98.json @@ -0,0 +1 @@ +{"stats":{"minecraft:picked_up":{"minecraft:bone":2},"minecraft:custom":{"minecraft:jump":2,"minecraft:time_since_rest":425,"minecraft:damage_dealt":29,"minecraft:leave_game":1,"minecraft:sprint_one_cm":315,"minecraft:play_time":425,"minecraft:time_since_death":425,"minecraft:walk_one_cm":5993,"minecraft:total_world_time":1084,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":374}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json b/run/saves/New World/stats/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json new file mode 100644 index 0000000..87d1999 --- /dev/null +++ b/run/saves/New World/stats/538c2a55-7afc-37c7-ab76-b8f0ee8467dd.json @@ -0,0 +1 @@ +{"stats":{"minecraft:killed_by":{"minecraft:skeleton":1},"minecraft:custom":{"minecraft:jump":18,"minecraft:time_since_rest":352,"minecraft:leave_game":1,"minecraft:damage_dealt":200,"minecraft:deaths":1,"minecraft:sprint_one_cm":1133,"minecraft:play_time":771,"minecraft:damage_taken":100,"minecraft:time_since_death":305,"minecraft:walk_one_cm":2738,"minecraft:total_world_time":1203,"minecraft:mob_kills":1,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":3513},"minecraft:killed":{"minecraft:spider":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json b/run/saves/New World/stats/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json new file mode 100644 index 0000000..f4ac505 --- /dev/null +++ b/run/saves/New World/stats/5648fab5-fa61-330e-8fa7-aea962bdfd7c.json @@ -0,0 +1 @@ +{"stats":{"minecraft:mined":{"minecraft:grass":1},"minecraft:custom":{"minecraft:jump":28,"minecraft:time_since_rest":64,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:sprint_one_cm":2041,"minecraft:play_time":617,"minecraft:damage_taken":20,"minecraft:time_since_death":17,"minecraft:walk_one_cm":858,"minecraft:total_world_time":759,"minecraft:fall_one_cm":1031,"minecraft:fly_one_cm":7369}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/610176b0-594f-3c1a-b889-ed063dbc06ea.json b/run/saves/New World/stats/610176b0-594f-3c1a-b889-ed063dbc06ea.json index 9dc4c3f..e1a0ff8 100644 --- a/run/saves/New World/stats/610176b0-594f-3c1a-b889-ed063dbc06ea.json +++ b/run/saves/New World/stats/610176b0-594f-3c1a-b889-ed063dbc06ea.json @@ -1 +1 @@ -{"stats":{"minecraft:custom":{"minecraft:time_since_rest":64,"minecraft:leave_game":1,"minecraft:play_time":64,"minecraft:time_since_death":64,"minecraft:total_world_time":211}},"DataVersion":2860} \ No newline at end of file +{"stats":{"minecraft:picked_up":{"minecraft:arrow":1},"minecraft:custom":{"minecraft:jump":31,"minecraft:time_since_rest":34,"minecraft:deaths":1,"minecraft:damage_dealt":80,"minecraft:walk_on_water_one_cm":340,"minecraft:leave_game":3,"minecraft:play_time":1819,"minecraft:sprint_one_cm":5172,"minecraft:damage_taken":240,"minecraft:time_since_death":0,"minecraft:walk_one_cm":8592,"minecraft:sneak_time":5,"minecraft:total_world_time":2291,"minecraft:walk_under_water_one_cm":1364,"minecraft:fall_one_cm":1022,"minecraft:fly_one_cm":5325}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/66212eae-12d0-33f7-bd64-547255e16b3f.json b/run/saves/New World/stats/66212eae-12d0-33f7-bd64-547255e16b3f.json new file mode 100644 index 0000000..0275a3e --- /dev/null +++ b/run/saves/New World/stats/66212eae-12d0-33f7-bd64-547255e16b3f.json @@ -0,0 +1 @@ +{"stats":{"minecraft:killed_by":{"minecraft:skeleton":1},"minecraft:custom":{"minecraft:jump":58,"minecraft:time_since_rest":972,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:sprint_one_cm":4627,"minecraft:play_time":2396,"minecraft:damage_taken":295,"minecraft:time_since_death":946,"minecraft:walk_one_cm":36023,"minecraft:total_world_time":2502,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":5867}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/66397f00-f974-3e3d-944b-5f58f7613e27.json b/run/saves/New World/stats/66397f00-f974-3e3d-944b-5f58f7613e27.json new file mode 100644 index 0000000..18ac2d2 --- /dev/null +++ b/run/saves/New World/stats/66397f00-f974-3e3d-944b-5f58f7613e27.json @@ -0,0 +1 @@ +{"stats":{"minecraft:picked_up":{"minecraft:arrow":1,"minecraft:bone":1},"minecraft:custom":{"minecraft:jump":35,"minecraft:time_since_rest":1661,"minecraft:leave_game":1,"minecraft:damage_dealt":94,"minecraft:sprint_one_cm":6064,"minecraft:play_time":1661,"minecraft:damage_taken":110,"minecraft:time_since_death":1661,"minecraft:walk_one_cm":18186,"minecraft:total_world_time":1754,"minecraft:mob_kills":2,"minecraft:fall_one_cm":1521,"minecraft:fly_one_cm":7038},"minecraft:killed":{"minecraft:skeleton":1,"minecraft:creeper":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json b/run/saves/New World/stats/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json new file mode 100644 index 0000000..495aed8 --- /dev/null +++ b/run/saves/New World/stats/72f1bdc6-4b0d-3d9c-9462-229fd961a627.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":20,"minecraft:time_since_rest":556,"minecraft:leave_game":1,"minecraft:sprint_one_cm":2038,"minecraft:play_time":556,"minecraft:damage_taken":20,"minecraft:time_since_death":556,"minecraft:walk_one_cm":1483,"minecraft:total_world_time":807,"minecraft:fall_one_cm":1507,"minecraft:fly_one_cm":5282}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/73181018-6474-36f0-8722-c7fb6befd317.json b/run/saves/New World/stats/73181018-6474-36f0-8722-c7fb6befd317.json index 30f3633..ded8e97 100644 --- a/run/saves/New World/stats/73181018-6474-36f0-8722-c7fb6befd317.json +++ b/run/saves/New World/stats/73181018-6474-36f0-8722-c7fb6befd317.json @@ -1 +1 @@ -{"stats":{"minecraft:custom":{"minecraft:jump":31,"minecraft:time_since_rest":1352,"minecraft:leave_game":1,"minecraft:sprint_one_cm":5036,"minecraft:play_time":1352,"minecraft:damage_taken":163,"minecraft:time_since_death":1352,"minecraft:walk_one_cm":5300,"minecraft:total_world_time":1515,"minecraft:fall_one_cm":1091,"minecraft:fly_one_cm":2035}},"DataVersion":2860} \ No newline at end of file +{"stats":{"minecraft:custom":{"minecraft:jump":32,"minecraft:time_since_rest":1584,"minecraft:leave_game":2,"minecraft:play_time":1584,"minecraft:sprint_one_cm":5036,"minecraft:damage_taken":163,"minecraft:time_since_death":1584,"minecraft:walk_one_cm":5825,"minecraft:total_world_time":1765,"minecraft:fall_one_cm":1091,"minecraft:fly_one_cm":2035}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json b/run/saves/New World/stats/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json new file mode 100644 index 0000000..5312fff --- /dev/null +++ b/run/saves/New World/stats/a5b1456e-d1e7-3e67-9fba-f1c12baf4d45.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":4,"minecraft:time_since_rest":177,"minecraft:leave_game":1,"minecraft:sprint_one_cm":172,"minecraft:play_time":177,"minecraft:damage_taken":30,"minecraft:time_since_death":177,"minecraft:walk_one_cm":656,"minecraft:total_world_time":307,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":1204},"minecraft:picked_up":{"minecraft:arrow":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json b/run/saves/New World/stats/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json new file mode 100644 index 0000000..a5b9b16 --- /dev/null +++ b/run/saves/New World/stats/a6b4dba8-2dc6-368b-b6ba-80409a4c8f62.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":31,"minecraft:time_since_rest":1280,"minecraft:damage_dealt":20,"minecraft:leave_game":1,"minecraft:sprint_one_cm":3834,"minecraft:play_time":1280,"minecraft:walk_on_water_one_cm":1000,"minecraft:time_since_death":1280,"minecraft:walk_one_cm":6815,"minecraft:total_world_time":1434,"minecraft:walk_under_water_one_cm":1297,"minecraft:fall_one_cm":1312,"minecraft:fly_one_cm":4802}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json b/run/saves/New World/stats/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json new file mode 100644 index 0000000..7fdafdf --- /dev/null +++ b/run/saves/New World/stats/a7d84b43-620c-3be0-bbc6-d96e040e37ab.json @@ -0,0 +1 @@ +{"stats":{"minecraft:mined":{"minecraft:grass":1},"minecraft:custom":{"minecraft:jump":62,"minecraft:time_since_rest":1195,"minecraft:leave_game":1,"minecraft:damage_dealt":131,"minecraft:crouch_one_cm":5,"minecraft:sprint_one_cm":10921,"minecraft:deaths":2,"minecraft:play_time":3718,"minecraft:damage_taken":410,"minecraft:time_since_death":1167,"minecraft:walk_one_cm":22203,"minecraft:sneak_time":58,"minecraft:total_world_time":4316,"minecraft:mob_kills":1,"minecraft:fall_one_cm":1463,"minecraft:fly_one_cm":11118}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/af1e0784-3719-3271-9d4b-734c7d03d2c7.json b/run/saves/New World/stats/af1e0784-3719-3271-9d4b-734c7d03d2c7.json new file mode 100644 index 0000000..8f9c8af --- /dev/null +++ b/run/saves/New World/stats/af1e0784-3719-3271-9d4b-734c7d03d2c7.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":8,"minecraft:time_since_rest":383,"minecraft:leave_game":1,"minecraft:sprint_one_cm":863,"minecraft:play_time":383,"minecraft:time_since_death":383,"minecraft:walk_one_cm":1378,"minecraft:total_world_time":405,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":1491}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/baf009ad-51b3-3461-8544-778cef1ada08.json b/run/saves/New World/stats/baf009ad-51b3-3461-8544-778cef1ada08.json new file mode 100644 index 0000000..988b2fd --- /dev/null +++ b/run/saves/New World/stats/baf009ad-51b3-3461-8544-778cef1ada08.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":25,"minecraft:time_since_rest":2391,"minecraft:leave_game":1,"minecraft:sprint_one_cm":5918,"minecraft:play_time":2391,"minecraft:damage_taken":54,"minecraft:time_since_death":2391,"minecraft:walk_one_cm":7231,"minecraft:total_world_time":3699,"minecraft:fly_one_cm":6944},"minecraft:picked_up":{"minecraft:rotten_flesh":1,"minecraft:string":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/c016ab36-f8ab-3a42-9127-a875f53562d0.json b/run/saves/New World/stats/c016ab36-f8ab-3a42-9127-a875f53562d0.json index 44c9c20..463d513 100644 --- a/run/saves/New World/stats/c016ab36-f8ab-3a42-9127-a875f53562d0.json +++ b/run/saves/New World/stats/c016ab36-f8ab-3a42-9127-a875f53562d0.json @@ -1 +1 @@ -{"stats":{"minecraft:custom":{"minecraft:jump":1,"minecraft:time_since_rest":577,"minecraft:crouch_one_cm":474,"minecraft:leave_game":1,"minecraft:play_time":577,"minecraft:walk_on_water_one_cm":153,"minecraft:time_since_death":577,"minecraft:walk_one_cm":214,"minecraft:sneak_time":221,"minecraft:total_world_time":599,"minecraft:walk_under_water_one_cm":2967,"minecraft:swim_one_cm":756,"minecraft:fly_one_cm":833}},"DataVersion":2860} \ No newline at end of file +{"stats":{"minecraft:custom":{"minecraft:jump":51,"minecraft:time_since_rest":3688,"minecraft:damage_dealt":60,"minecraft:damage_taken":70,"minecraft:crouch_one_cm":474,"minecraft:sprint_one_cm":12142,"minecraft:leave_game":2,"minecraft:play_time":3688,"minecraft:time_since_death":3688,"minecraft:walk_on_water_one_cm":208,"minecraft:walk_one_cm":14196,"minecraft:sneak_time":221,"minecraft:total_world_time":4304,"minecraft:walk_under_water_one_cm":3872,"minecraft:mob_kills":1,"minecraft:swim_one_cm":756,"minecraft:fall_one_cm":896,"minecraft:fly_one_cm":7053},"minecraft:killed":{"minecraft:zombie":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json b/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json new file mode 100644 index 0000000..830470f --- /dev/null +++ b/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":18,"minecraft:time_since_rest":2858,"minecraft:leave_game":1,"minecraft:damage_dealt":160,"minecraft:crouch_one_cm":21,"minecraft:damage_taken":110,"minecraft:sprint_one_cm":3843,"minecraft:play_time":3670,"minecraft:deaths":1,"minecraft:time_since_death":2824,"minecraft:walk_one_cm":11031,"minecraft:sneak_time":149,"minecraft:total_world_time":4175,"minecraft:mob_kills":1,"minecraft:fly_one_cm":4785},"minecraft:killed":{"minecraft:creeper":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/e8e93d28-80c3-338d-b964-977ebd1f012f.json b/run/saves/New World/stats/e8e93d28-80c3-338d-b964-977ebd1f012f.json new file mode 100644 index 0000000..7751e38 --- /dev/null +++ b/run/saves/New World/stats/e8e93d28-80c3-338d-b964-977ebd1f012f.json @@ -0,0 +1 @@ +{"stats":{"minecraft:picked_up":{"minecraft:gunpowder":1},"minecraft:killed_by":{"minecraft:skeleton":2},"minecraft:custom":{"minecraft:jump":89,"minecraft:time_since_rest":1321,"minecraft:damage_dealt":36,"minecraft:leave_game":1,"minecraft:deaths":2,"minecraft:sprint_one_cm":24681,"minecraft:play_time":3895,"minecraft:damage_taken":741,"minecraft:time_since_death":1293,"minecraft:walk_one_cm":30534,"minecraft:total_world_time":4444,"minecraft:fall_one_cm":2208,"minecraft:fly_one_cm":21572}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/f32cf69c-7cce-3f6d-81d4-191672800bce.json b/run/saves/New World/stats/f32cf69c-7cce-3f6d-81d4-191672800bce.json new file mode 100644 index 0000000..df37216 --- /dev/null +++ b/run/saves/New World/stats/f32cf69c-7cce-3f6d-81d4-191672800bce.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":23,"minecraft:time_since_rest":1763,"minecraft:crouch_one_cm":709,"minecraft:leave_game":1,"minecraft:sprint_one_cm":3498,"minecraft:play_time":1763,"minecraft:walk_on_water_one_cm":236,"minecraft:time_since_death":1763,"minecraft:walk_one_cm":16777,"minecraft:sneak_time":76,"minecraft:total_world_time":2287,"minecraft:walk_under_water_one_cm":927,"minecraft:swim_one_cm":1577,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":12338},"minecraft:picked_up":{"minecraft:rotten_flesh":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json b/run/saves/New World/stats/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json new file mode 100644 index 0000000..d5ebff8 --- /dev/null +++ b/run/saves/New World/stats/fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":14,"minecraft:time_since_rest":671,"minecraft:leave_game":1,"minecraft:sprint_one_cm":2024,"minecraft:play_time":671,"minecraft:time_since_death":671,"minecraft:walk_one_cm":991,"minecraft:total_world_time":7736,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":2314}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json b/run/saves/New World/stats/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json new file mode 100644 index 0000000..fd3a75b --- /dev/null +++ b/run/saves/New World/stats/fcd8643a-136f-38b6-9c1f-4f5463ba5d9d.json @@ -0,0 +1 @@ +{"stats":{"minecraft:mined":{"minecraft:grass":1},"minecraft:custom":{"minecraft:jump":23,"minecraft:time_since_rest":834,"minecraft:leave_game":1,"minecraft:play_time":834,"minecraft:time_since_death":834,"minecraft:walk_one_cm":8190,"minecraft:total_world_time":1033,"minecraft:fly_one_cm":80}},"DataVersion":2860} \ No newline at end of file diff --git a/run/usercache.json b/run/usercache.json index e692e3d..4a52710 100644 --- a/run/usercache.json +++ b/run/usercache.json @@ -1 +1 @@ -[{"name":"Player986","uuid":"ad740e1c-84c3-3b16-9064-6e382083a878","expiresOn":"2022-01-13 11:01:31 -0400"},{"name":"Player152","uuid":"15ed0ee5-be80-3fc7-a560-57720b198cde","expiresOn":"2022-01-13 08:39:28 -0400"},{"name":"Player807","uuid":"8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32","expiresOn":"2022-01-12 20:58:33 -0400"},{"name":"Player531","uuid":"0f12271c-8f6c-3b4a-9805-4e9544c8a791","expiresOn":"2022-01-12 20:55:33 -0400"},{"name":"Player418","uuid":"5bf9c219-9b9d-3293-9d0d-11b90d104d35","expiresOn":"2022-01-12 19:52:15 -0400"},{"name":"Player911","uuid":"e8823481-a39c-3659-a564-a28f5ed6f193","expiresOn":"2022-01-12 18:49:33 -0400"},{"name":"Player679","uuid":"def15adf-07af-3672-a35b-fe69f139863f","expiresOn":"2022-01-12 18:20:38 -0400"},{"name":"Player341","uuid":"19487181-3859-391a-bf75-143cc8396d12","expiresOn":"2022-01-12 17:59:17 -0400"},{"name":"Player297","uuid":"04aedfc4-153f-3d65-bb99-866996994a71","expiresOn":"2022-01-12 17:25:55 -0400"},{"name":"Player444","uuid":"b136c8aa-0654-3583-8db1-8749e12181a1","expiresOn":"2022-01-12 17:24:38 -0400"},{"name":"Player52","uuid":"73181018-6474-36f0-8722-c7fb6befd317","expiresOn":"2022-01-12 17:22:17 -0400"},{"name":"Player158","uuid":"007fdc41-9afa-3dd2-b8c2-6d71f040d4a4","expiresOn":"2022-01-12 17:14:16 -0400"},{"name":"Player733","uuid":"10170aa4-882d-3b2e-9798-50b9f8d93a4b","expiresOn":"2022-01-12 17:05:15 -0400"},{"name":"Player712","uuid":"e4358028-bc3b-38cc-b645-4d08d3b4f456","expiresOn":"2022-01-12 17:01:26 -0400"},{"name":"Player630","uuid":"d95ea71f-9c73-3dc2-8058-efc83bcb1796","expiresOn":"2022-01-12 16:57:56 -0400"},{"name":"Player311","uuid":"d4625839-68ff-34de-8208-19f0e474753e","expiresOn":"2022-01-12 16:32:33 -0400"},{"name":"Player499","uuid":"0de52af9-02ff-3033-a9e5-ba9cb563491f","expiresOn":"2022-01-12 16:29:59 -0400"},{"name":"Player768","uuid":"a9c0d951-c0b6-3353-a779-fe4259ce0834","expiresOn":"2022-01-12 16:26:07 -0400"},{"name":"Player164","uuid":"efc72414-2867-3716-86bc-fef5a53d913b","expiresOn":"2022-01-12 15:41:47 -0400"},{"name":"Player60","uuid":"53335878-3f56-39c8-893b-77b74c9ca2e1","expiresOn":"2022-01-12 15:39:19 -0400"},{"name":"Player363","uuid":"9ef817a1-6950-35d1-b5a8-3ec720c28c3d","expiresOn":"2022-01-12 15:26:56 -0400"},{"name":"Player366","uuid":"7c45a0ca-f821-3da7-8901-484be45197c6","expiresOn":"2022-01-12 15:05:55 -0400"},{"name":"Player247","uuid":"8900053b-f4fc-363a-959f-93166c198461","expiresOn":"2022-01-12 15:03:09 -0400"},{"name":"Player667","uuid":"336cdb69-b175-3ad2-a556-740278ca80ab","expiresOn":"2022-01-12 15:01:22 -0400"},{"name":"Player242","uuid":"062aacfa-27f8-3a16-95b1-e980c0c72c9e","expiresOn":"2022-01-12 14:47:01 -0400"},{"name":"Player579","uuid":"6ae8fe40-3ccb-3755-8fd2-c5445728b386","expiresOn":"2022-01-12 14:45:07 -0400"},{"name":"Player708","uuid":"c016ab36-f8ab-3a42-9127-a875f53562d0","expiresOn":"2022-01-12 14:41:47 -0400"},{"name":"Player937","uuid":"39a095b5-aea9-3421-a918-d077b0105370","expiresOn":"2022-01-12 14:39:48 -0400"},{"name":"Player419","uuid":"08595ff7-f39e-30f7-893e-b08f1a5b2518","expiresOn":"2022-01-12 14:37:10 -0400"},{"name":"Player861","uuid":"2e7f81fe-4dd6-3981-b817-d323711367be","expiresOn":"2022-01-12 14:35:27 -0400"},{"name":"Player852","uuid":"ab110892-c6b2-3de5-8fa5-f01e37cd4065","expiresOn":"2022-01-12 14:30:59 -0400"},{"name":"Player793","uuid":"f594da2a-3dc9-39c1-9261-0e67d02259fd","expiresOn":"2022-01-12 14:28:03 -0400"},{"name":"Player535","uuid":"11827876-1185-3f24-850d-d0e7a71b9795","expiresOn":"2022-01-12 14:21:42 -0400"},{"name":"Player997","uuid":"aa02bf6c-4f02-33d2-9844-c1af5eb9bb36","expiresOn":"2022-01-12 14:19:15 -0400"},{"name":"Player312","uuid":"d566deca-6b21-32cb-af90-4edf09eeac2e","expiresOn":"2022-01-12 14:15:07 -0400"},{"name":"Player778","uuid":"8ab72cec-6ca5-3cfa-9749-08323debf842","expiresOn":"2022-01-12 14:09:56 -0400"},{"name":"Player298","uuid":"e56ec8e1-c640-36ab-8281-ae4d44216993","expiresOn":"2022-01-12 13:55:29 -0400"},{"name":"Player629","uuid":"c1896c31-8159-3c75-9e16-fc454b66b2cc","expiresOn":"2022-01-12 13:51:05 -0400"},{"name":"Player399","uuid":"e93afb92-bc6e-34ce-b382-da5f2dd619b2","expiresOn":"2022-01-12 12:20:28 -0400"},{"name":"Player156","uuid":"fd2b0ed7-411b-3fc7-aa79-261670dbe34f","expiresOn":"2022-01-12 09:51:41 -0400"},{"name":"Player645","uuid":"a5a8f223-bd67-3916-8410-d423aaebf2d5","expiresOn":"2022-01-12 08:21:35 -0400"},{"name":"Player207","uuid":"c5f2027d-c05b-3ad0-bbf1-20e3f4a553c8","expiresOn":"2022-01-11 20:08:41 -0400"},{"name":"Player130","uuid":"b7afed14-2796-3101-8914-97746139b82d","expiresOn":"2022-01-11 20:01:30 -0400"},{"name":"Player600","uuid":"c0f25d98-743c-364e-a2cd-82567612d750","expiresOn":"2022-01-11 19:52:14 -0400"},{"name":"Player674","uuid":"79804575-3cdf-34b1-8aa3-c1036031e749","expiresOn":"2022-01-11 19:49:59 -0400"},{"name":"Player439","uuid":"5a8b675a-352f-385b-94f4-369e3f70aa83","expiresOn":"2022-01-11 19:44:14 -0400"},{"name":"Player602","uuid":"7fef5833-06c9-398a-84c0-fbd3a81ff548","expiresOn":"2022-01-11 19:41:40 -0400"},{"name":"Player888","uuid":"6b45a986-a4aa-3b68-85a3-c5041d0b6192","expiresOn":"2022-01-11 19:36:41 -0400"},{"name":"Player193","uuid":"e6106110-0611-3c88-99d4-92770daab422","expiresOn":"2022-01-11 19:31:45 -0400"},{"name":"Player208","uuid":"a240c974-e4f5-311c-82e7-f92bb39b2584","expiresOn":"2022-01-11 19:22:54 -0400"},{"name":"Player308","uuid":"6db1171d-4fa6-31cb-b425-1896281a26e2","expiresOn":"2022-01-11 19:16:02 -0400"},{"name":"Player754","uuid":"3c02c3d3-91ac-35cd-a553-1c3a94c6fe76","expiresOn":"2022-01-11 19:10:59 -0400"},{"name":"Player975","uuid":"1c38adbd-952c-3cbe-9338-7d9a41f64a2f","expiresOn":"2022-01-11 19:01:28 -0400"},{"name":"Player244","uuid":"f25f601d-4501-33e2-b5d9-0d4e52342d0d","expiresOn":"2022-01-11 18:56:37 -0400"},{"name":"Player491","uuid":"46f780a1-2e26-3e88-a90a-02cf37fe1547","expiresOn":"2022-01-11 18:50:58 -0400"},{"name":"Player776","uuid":"078f5e46-1768-3b85-8c83-1cee0b3b10ab","expiresOn":"2022-01-11 18:08:15 -0400"},{"name":"Player131","uuid":"27903c96-6327-3ab4-9463-21017fd8955d","expiresOn":"2022-01-11 17:01:26 -0400"},{"name":"Player596","uuid":"b6f7a483-95d4-3c1c-a80d-d6147f86003c","expiresOn":"2022-01-11 16:57:40 -0400"},{"name":"Player765","uuid":"5f90bf1f-575d-3542-89d7-731859eee6f2","expiresOn":"2022-01-11 16:50:58 -0400"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2022-01-11 15:38:30 -0400"},{"name":"Player696","uuid":"7b2fc485-d259-389c-bb22-fc20b2865ae3","expiresOn":"2022-01-11 15:30:44 -0400"},{"name":"Player490","uuid":"e3cbbed2-a904-3501-9aba-c8ad5473501b","expiresOn":"2022-01-11 15:08:57 -0400"},{"name":"Player539","uuid":"449546f9-463a-3959-807a-caed6d7d3cca","expiresOn":"2022-01-11 13:25:42 -0400"},{"name":"Player460","uuid":"46c1b760-ca01-3b6f-9924-2c0867885238","expiresOn":"2022-01-11 12:45:23 -0400"},{"name":"Player162","uuid":"857939d7-cfd3-33df-b811-954d0fb8ea8e","expiresOn":"2022-01-11 12:42:56 -0400"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2022-01-11 12:40:13 -0400"},{"name":"Player990","uuid":"f109a640-cd93-3f49-a1e7-75407085bbf0","expiresOn":"2022-01-11 12:35:21 -0400"},{"name":"Player634","uuid":"bdc5f32b-6d6c-3510-b82f-68a782d73b82","expiresOn":"2022-01-11 12:27:50 -0400"},{"name":"Player281","uuid":"b743052f-5855-37e7-a97b-fd551acafef4","expiresOn":"2022-01-11 12:15:47 -0400"},{"name":"Player451","uuid":"efe2ab2d-072a-337a-9d65-10da4f48c969","expiresOn":"2022-01-11 11:56:14 -0400"},{"name":"Player211","uuid":"da0854f1-946e-3e92-942a-afd6fa88ef77","expiresOn":"2022-01-11 11:54:41 -0400"},{"name":"Player180","uuid":"2e271c1a-d081-32c8-843a-f79146152093","expiresOn":"2022-01-11 11:52:45 -0400"},{"name":"Player64","uuid":"46c6e0f0-63e8-3a58-bf04-38eedc04d149","expiresOn":"2022-01-11 11:50:14 -0400"},{"name":"Player756","uuid":"393f993c-07f1-322f-8af5-e61da4aa15d9","expiresOn":"2022-01-11 11:48:17 -0400"},{"name":"Player407","uuid":"da5cc374-3bd7-357d-9ee2-36c8124e8cc4","expiresOn":"2022-01-11 11:45:33 -0400"},{"name":"Player884","uuid":"16352087-2dde-32f0-819a-77046d6a13d3","expiresOn":"2022-01-11 11:43:05 -0400"},{"name":"Player916","uuid":"f7621ff1-653f-32ec-8621-00c0392bfbcc","expiresOn":"2022-01-11 11:38:26 -0400"},{"name":"Player798","uuid":"b91f0a72-af04-3f0f-855e-a1f30159432b","expiresOn":"2022-01-11 11:18:18 -0400"},{"name":"Player250","uuid":"c98187a9-e17b-3f48-8a33-882e62d18d19","expiresOn":"2022-01-11 09:30:21 -0400"},{"name":"Player340","uuid":"610176b0-594f-3c1a-b889-ed063dbc06ea","expiresOn":"2022-01-11 09:29:09 -0400"},{"name":"Player764","uuid":"07f066df-e334-33b1-a24c-2ec414c5ef02","expiresOn":"2022-01-11 09:14:46 -0400"},{"name":"Player355","uuid":"1b8d41ee-20e2-3849-a434-0d774a740ae1","expiresOn":"2022-01-11 07:43:58 -0400"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2022-01-11 07:38:05 -0400"},{"name":"Player891","uuid":"cfc92182-cce0-3b37-884c-2944311ee55d","expiresOn":"2022-01-11 07:18:36 -0400"}] \ No newline at end of file +[{"name":"Player340","uuid":"610176b0-594f-3c1a-b889-ed063dbc06ea","expiresOn":"2022-01-13 17:55:27 -0400"},{"name":"Player590","uuid":"a7d84b43-620c-3be0-bbc6-d96e040e37ab","expiresOn":"2022-01-13 17:44:33 -0400"},{"name":"Player462","uuid":"02d7ab53-cc43-3dbe-bc5a-8521c04d75bb","expiresOn":"2022-01-13 17:39:16 -0400"},{"name":"Player283","uuid":"fcd8643a-136f-38b6-9c1f-4f5463ba5d9d","expiresOn":"2022-01-13 17:33:53 -0400"},{"name":"Player812","uuid":"34692304-57b2-31f8-a84c-d22c6ff753f7","expiresOn":"2022-01-13 17:30:17 -0400"},{"name":"Player52","uuid":"73181018-6474-36f0-8722-c7fb6befd317","expiresOn":"2022-01-13 17:27:44 -0400"},{"name":"Player120","uuid":"2a17dfd1-129d-330b-9eb4-f363ef062eed","expiresOn":"2022-01-13 17:24:35 -0400"},{"name":"Player878","uuid":"af1e0784-3719-3271-9d4b-734c7d03d2c7","expiresOn":"2022-01-13 17:14:08 -0400"},{"name":"Player690","uuid":"376eb988-e6dd-3105-bb50-572ead49ce98","expiresOn":"2022-01-13 17:10:17 -0400"},{"name":"Player610","uuid":"a6b4dba8-2dc6-368b-b6ba-80409a4c8f62","expiresOn":"2022-01-13 17:04:43 -0400"},{"name":"Player708","uuid":"c016ab36-f8ab-3a42-9127-a875f53562d0","expiresOn":"2022-01-13 16:48:41 -0400"},{"name":"Player337","uuid":"e8e93d28-80c3-338d-b964-977ebd1f012f","expiresOn":"2022-01-13 16:29:28 -0400"},{"name":"Player839","uuid":"66397f00-f974-3e3d-944b-5f58f7613e27","expiresOn":"2022-01-13 16:23:46 -0400"},{"name":"Player148","uuid":"a5b1456e-d1e7-3e67-9fba-f1c12baf4d45","expiresOn":"2022-01-13 16:20:01 -0400"},{"name":"Player437","uuid":"538c2a55-7afc-37c7-ab76-b8f0ee8467dd","expiresOn":"2022-01-13 16:10:39 -0400"},{"name":"Player171","uuid":"ca560dd3-ebf9-3fc9-b2e6-088534082c81","expiresOn":"2022-01-13 15:44:56 -0400"},{"name":"Player411","uuid":"f32cf69c-7cce-3f6d-81d4-191672800bce","expiresOn":"2022-01-13 15:39:34 -0400"},{"name":"Player254","uuid":"fcaee4c1-1fdb-389e-bc03-5d6c73d69c2a","expiresOn":"2022-01-13 14:57:00 -0400"},{"name":"Player477","uuid":"5648fab5-fa61-330e-8fa7-aea962bdfd7c","expiresOn":"2022-01-13 14:49:53 -0400"},{"name":"Player264","uuid":"72f1bdc6-4b0d-3d9c-9462-229fd961a627","expiresOn":"2022-01-13 13:46:49 -0400"},{"name":"Player421","uuid":"17b67947-156d-3518-9500-f7e04df5e64d","expiresOn":"2022-01-13 13:31:45 -0400"},{"name":"Player559","uuid":"21a01de8-0b44-3383-b9a2-01a459723de1","expiresOn":"2022-01-13 12:45:31 -0400"},{"name":"Player928","uuid":"baf009ad-51b3-3461-8544-778cef1ada08","expiresOn":"2022-01-13 12:37:09 -0400"},{"name":"Player364","uuid":"66212eae-12d0-33f7-bd64-547255e16b3f","expiresOn":"2022-01-13 11:37:40 -0400"},{"name":"Player986","uuid":"ad740e1c-84c3-3b16-9064-6e382083a878","expiresOn":"2022-01-13 11:01:31 -0400"},{"name":"Player152","uuid":"15ed0ee5-be80-3fc7-a560-57720b198cde","expiresOn":"2022-01-13 08:39:28 -0400"},{"name":"Player807","uuid":"8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32","expiresOn":"2022-01-12 20:58:33 -0400"},{"name":"Player531","uuid":"0f12271c-8f6c-3b4a-9805-4e9544c8a791","expiresOn":"2022-01-12 20:55:33 -0400"},{"name":"Player418","uuid":"5bf9c219-9b9d-3293-9d0d-11b90d104d35","expiresOn":"2022-01-12 19:52:15 -0400"},{"name":"Player911","uuid":"e8823481-a39c-3659-a564-a28f5ed6f193","expiresOn":"2022-01-12 18:49:33 -0400"},{"name":"Player679","uuid":"def15adf-07af-3672-a35b-fe69f139863f","expiresOn":"2022-01-12 18:20:38 -0400"},{"name":"Player341","uuid":"19487181-3859-391a-bf75-143cc8396d12","expiresOn":"2022-01-12 17:59:17 -0400"},{"name":"Player297","uuid":"04aedfc4-153f-3d65-bb99-866996994a71","expiresOn":"2022-01-12 17:25:55 -0400"},{"name":"Player444","uuid":"b136c8aa-0654-3583-8db1-8749e12181a1","expiresOn":"2022-01-12 17:24:38 -0400"},{"name":"Player158","uuid":"007fdc41-9afa-3dd2-b8c2-6d71f040d4a4","expiresOn":"2022-01-12 17:14:16 -0400"},{"name":"Player733","uuid":"10170aa4-882d-3b2e-9798-50b9f8d93a4b","expiresOn":"2022-01-12 17:05:15 -0400"},{"name":"Player712","uuid":"e4358028-bc3b-38cc-b645-4d08d3b4f456","expiresOn":"2022-01-12 17:01:26 -0400"},{"name":"Player630","uuid":"d95ea71f-9c73-3dc2-8058-efc83bcb1796","expiresOn":"2022-01-12 16:57:56 -0400"},{"name":"Player311","uuid":"d4625839-68ff-34de-8208-19f0e474753e","expiresOn":"2022-01-12 16:32:33 -0400"},{"name":"Player499","uuid":"0de52af9-02ff-3033-a9e5-ba9cb563491f","expiresOn":"2022-01-12 16:29:59 -0400"},{"name":"Player768","uuid":"a9c0d951-c0b6-3353-a779-fe4259ce0834","expiresOn":"2022-01-12 16:26:07 -0400"},{"name":"Player164","uuid":"efc72414-2867-3716-86bc-fef5a53d913b","expiresOn":"2022-01-12 15:41:47 -0400"},{"name":"Player60","uuid":"53335878-3f56-39c8-893b-77b74c9ca2e1","expiresOn":"2022-01-12 15:39:19 -0400"},{"name":"Player363","uuid":"9ef817a1-6950-35d1-b5a8-3ec720c28c3d","expiresOn":"2022-01-12 15:26:56 -0400"},{"name":"Player366","uuid":"7c45a0ca-f821-3da7-8901-484be45197c6","expiresOn":"2022-01-12 15:05:55 -0400"},{"name":"Player247","uuid":"8900053b-f4fc-363a-959f-93166c198461","expiresOn":"2022-01-12 15:03:09 -0400"},{"name":"Player667","uuid":"336cdb69-b175-3ad2-a556-740278ca80ab","expiresOn":"2022-01-12 15:01:22 -0400"},{"name":"Player242","uuid":"062aacfa-27f8-3a16-95b1-e980c0c72c9e","expiresOn":"2022-01-12 14:47:01 -0400"},{"name":"Player579","uuid":"6ae8fe40-3ccb-3755-8fd2-c5445728b386","expiresOn":"2022-01-12 14:45:07 -0400"},{"name":"Player937","uuid":"39a095b5-aea9-3421-a918-d077b0105370","expiresOn":"2022-01-12 14:39:48 -0400"},{"name":"Player419","uuid":"08595ff7-f39e-30f7-893e-b08f1a5b2518","expiresOn":"2022-01-12 14:37:10 -0400"},{"name":"Player861","uuid":"2e7f81fe-4dd6-3981-b817-d323711367be","expiresOn":"2022-01-12 14:35:27 -0400"},{"name":"Player852","uuid":"ab110892-c6b2-3de5-8fa5-f01e37cd4065","expiresOn":"2022-01-12 14:30:59 -0400"},{"name":"Player793","uuid":"f594da2a-3dc9-39c1-9261-0e67d02259fd","expiresOn":"2022-01-12 14:28:03 -0400"},{"name":"Player535","uuid":"11827876-1185-3f24-850d-d0e7a71b9795","expiresOn":"2022-01-12 14:21:42 -0400"},{"name":"Player997","uuid":"aa02bf6c-4f02-33d2-9844-c1af5eb9bb36","expiresOn":"2022-01-12 14:19:15 -0400"},{"name":"Player312","uuid":"d566deca-6b21-32cb-af90-4edf09eeac2e","expiresOn":"2022-01-12 14:15:07 -0400"},{"name":"Player778","uuid":"8ab72cec-6ca5-3cfa-9749-08323debf842","expiresOn":"2022-01-12 14:09:56 -0400"},{"name":"Player298","uuid":"e56ec8e1-c640-36ab-8281-ae4d44216993","expiresOn":"2022-01-12 13:55:29 -0400"},{"name":"Player629","uuid":"c1896c31-8159-3c75-9e16-fc454b66b2cc","expiresOn":"2022-01-12 13:51:05 -0400"},{"name":"Player399","uuid":"e93afb92-bc6e-34ce-b382-da5f2dd619b2","expiresOn":"2022-01-12 12:20:28 -0400"},{"name":"Player156","uuid":"fd2b0ed7-411b-3fc7-aa79-261670dbe34f","expiresOn":"2022-01-12 09:51:41 -0400"},{"name":"Player645","uuid":"a5a8f223-bd67-3916-8410-d423aaebf2d5","expiresOn":"2022-01-12 08:21:35 -0400"},{"name":"Player207","uuid":"c5f2027d-c05b-3ad0-bbf1-20e3f4a553c8","expiresOn":"2022-01-11 20:08:41 -0400"},{"name":"Player130","uuid":"b7afed14-2796-3101-8914-97746139b82d","expiresOn":"2022-01-11 20:01:30 -0400"},{"name":"Player600","uuid":"c0f25d98-743c-364e-a2cd-82567612d750","expiresOn":"2022-01-11 19:52:14 -0400"},{"name":"Player674","uuid":"79804575-3cdf-34b1-8aa3-c1036031e749","expiresOn":"2022-01-11 19:49:59 -0400"},{"name":"Player439","uuid":"5a8b675a-352f-385b-94f4-369e3f70aa83","expiresOn":"2022-01-11 19:44:14 -0400"},{"name":"Player602","uuid":"7fef5833-06c9-398a-84c0-fbd3a81ff548","expiresOn":"2022-01-11 19:41:40 -0400"},{"name":"Player888","uuid":"6b45a986-a4aa-3b68-85a3-c5041d0b6192","expiresOn":"2022-01-11 19:36:41 -0400"},{"name":"Player193","uuid":"e6106110-0611-3c88-99d4-92770daab422","expiresOn":"2022-01-11 19:31:45 -0400"},{"name":"Player208","uuid":"a240c974-e4f5-311c-82e7-f92bb39b2584","expiresOn":"2022-01-11 19:22:54 -0400"},{"name":"Player308","uuid":"6db1171d-4fa6-31cb-b425-1896281a26e2","expiresOn":"2022-01-11 19:16:02 -0400"},{"name":"Player754","uuid":"3c02c3d3-91ac-35cd-a553-1c3a94c6fe76","expiresOn":"2022-01-11 19:10:59 -0400"},{"name":"Player975","uuid":"1c38adbd-952c-3cbe-9338-7d9a41f64a2f","expiresOn":"2022-01-11 19:01:28 -0400"},{"name":"Player244","uuid":"f25f601d-4501-33e2-b5d9-0d4e52342d0d","expiresOn":"2022-01-11 18:56:37 -0400"},{"name":"Player491","uuid":"46f780a1-2e26-3e88-a90a-02cf37fe1547","expiresOn":"2022-01-11 18:50:58 -0400"},{"name":"Player776","uuid":"078f5e46-1768-3b85-8c83-1cee0b3b10ab","expiresOn":"2022-01-11 18:08:15 -0400"},{"name":"Player131","uuid":"27903c96-6327-3ab4-9463-21017fd8955d","expiresOn":"2022-01-11 17:01:26 -0400"},{"name":"Player596","uuid":"b6f7a483-95d4-3c1c-a80d-d6147f86003c","expiresOn":"2022-01-11 16:57:40 -0400"},{"name":"Player765","uuid":"5f90bf1f-575d-3542-89d7-731859eee6f2","expiresOn":"2022-01-11 16:50:58 -0400"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2022-01-11 15:38:30 -0400"},{"name":"Player696","uuid":"7b2fc485-d259-389c-bb22-fc20b2865ae3","expiresOn":"2022-01-11 15:30:44 -0400"},{"name":"Player490","uuid":"e3cbbed2-a904-3501-9aba-c8ad5473501b","expiresOn":"2022-01-11 15:08:57 -0400"},{"name":"Player539","uuid":"449546f9-463a-3959-807a-caed6d7d3cca","expiresOn":"2022-01-11 13:25:42 -0400"},{"name":"Player460","uuid":"46c1b760-ca01-3b6f-9924-2c0867885238","expiresOn":"2022-01-11 12:45:23 -0400"},{"name":"Player162","uuid":"857939d7-cfd3-33df-b811-954d0fb8ea8e","expiresOn":"2022-01-11 12:42:56 -0400"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2022-01-11 12:40:13 -0400"},{"name":"Player990","uuid":"f109a640-cd93-3f49-a1e7-75407085bbf0","expiresOn":"2022-01-11 12:35:21 -0400"},{"name":"Player634","uuid":"bdc5f32b-6d6c-3510-b82f-68a782d73b82","expiresOn":"2022-01-11 12:27:50 -0400"},{"name":"Player281","uuid":"b743052f-5855-37e7-a97b-fd551acafef4","expiresOn":"2022-01-11 12:15:47 -0400"},{"name":"Player451","uuid":"efe2ab2d-072a-337a-9d65-10da4f48c969","expiresOn":"2022-01-11 11:56:14 -0400"},{"name":"Player211","uuid":"da0854f1-946e-3e92-942a-afd6fa88ef77","expiresOn":"2022-01-11 11:54:41 -0400"},{"name":"Player180","uuid":"2e271c1a-d081-32c8-843a-f79146152093","expiresOn":"2022-01-11 11:52:45 -0400"},{"name":"Player64","uuid":"46c6e0f0-63e8-3a58-bf04-38eedc04d149","expiresOn":"2022-01-11 11:50:14 -0400"},{"name":"Player756","uuid":"393f993c-07f1-322f-8af5-e61da4aa15d9","expiresOn":"2022-01-11 11:48:17 -0400"},{"name":"Player407","uuid":"da5cc374-3bd7-357d-9ee2-36c8124e8cc4","expiresOn":"2022-01-11 11:45:33 -0400"},{"name":"Player884","uuid":"16352087-2dde-32f0-819a-77046d6a13d3","expiresOn":"2022-01-11 11:43:05 -0400"},{"name":"Player916","uuid":"f7621ff1-653f-32ec-8621-00c0392bfbcc","expiresOn":"2022-01-11 11:38:26 -0400"},{"name":"Player798","uuid":"b91f0a72-af04-3f0f-855e-a1f30159432b","expiresOn":"2022-01-11 11:18:18 -0400"},{"name":"Player250","uuid":"c98187a9-e17b-3f48-8a33-882e62d18d19","expiresOn":"2022-01-11 09:30:21 -0400"},{"name":"Player764","uuid":"07f066df-e334-33b1-a24c-2ec414c5ef02","expiresOn":"2022-01-11 09:14:46 -0400"},{"name":"Player355","uuid":"1b8d41ee-20e2-3849-a434-0d774a740ae1","expiresOn":"2022-01-11 07:43:58 -0400"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2022-01-11 07:38:05 -0400"},{"name":"Player891","uuid":"cfc92182-cce0-3b37-884c-2944311ee55d","expiresOn":"2022-01-11 07:18:36 -0400"}] \ No newline at end of file diff --git a/src/main/resources/data/.DS_Store b/src/main/resources/data/.DS_Store new file mode 100644 index 0000000..b9991d1 Binary files /dev/null and b/src/main/resources/data/.DS_Store differ diff --git a/src/main/resources/data/aspects/.DS_Store b/src/main/resources/data/aspects/.DS_Store new file mode 100644 index 0000000..4d1c274 Binary files /dev/null and b/src/main/resources/data/aspects/.DS_Store differ diff --git a/src/main/resources/data/aspects/functions/anemo_team.mcfunction b/src/main/resources/data/aspects/functions/anemo_team.mcfunction new file mode 100644 index 0000000..99d3609 --- /dev/null +++ b/src/main/resources/data/aspects/functions/anemo_team.mcfunction @@ -0,0 +1,2 @@ +team add Anemo +team modify Anemo color green \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/geo_team.mcfunction b/src/main/resources/data/aspects/functions/geo_team.mcfunction new file mode 100644 index 0000000..cc2bb00 --- /dev/null +++ b/src/main/resources/data/aspects/functions/geo_team.mcfunction @@ -0,0 +1,2 @@ +team add Geo +team modify Geo color yellow \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/hydro_team.mcfunction b/src/main/resources/data/aspects/functions/hydro_team.mcfunction new file mode 100644 index 0000000..eba3bac --- /dev/null +++ b/src/main/resources/data/aspects/functions/hydro_team.mcfunction @@ -0,0 +1,2 @@ +team add Hydro +team modify Hydro color blue \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/icarus.mcfunction b/src/main/resources/data/aspects/functions/icarus.mcfunction new file mode 100644 index 0000000..75c24bc --- /dev/null +++ b/src/main/resources/data/aspects/functions/icarus.mcfunction @@ -0,0 +1,2 @@ +playsound entity.firework_rocket.shoot neutral @s ~ ~ ~ +particle ash ^ ^ ^ ^ ^ ^ 3 20 \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/ordo_team.mcfunction b/src/main/resources/data/aspects/functions/ordo_team.mcfunction new file mode 100644 index 0000000..00a766b --- /dev/null +++ b/src/main/resources/data/aspects/functions/ordo_team.mcfunction @@ -0,0 +1 @@ +team add Ordo \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/perditio_team.mcfunction b/src/main/resources/data/aspects/functions/perditio_team.mcfunction new file mode 100644 index 0000000..7f06bfc --- /dev/null +++ b/src/main/resources/data/aspects/functions/perditio_team.mcfunction @@ -0,0 +1,2 @@ +team add Perditio +team modify Perditio color dark_red \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/pyro_team.mcfunction b/src/main/resources/data/aspects/functions/pyro_team.mcfunction new file mode 100644 index 0000000..3cf7231 --- /dev/null +++ b/src/main/resources/data/aspects/functions/pyro_team.mcfunction @@ -0,0 +1,2 @@ +team add Pyro +team modify Pyro color red \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/start.mcfunction b/src/main/resources/data/aspects/functions/start.mcfunction new file mode 100644 index 0000000..b0d63f6 --- /dev/null +++ b/src/main/resources/data/aspects/functions/start.mcfunction @@ -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 \ No newline at end of file diff --git a/src/main/resources/data/aspects/functions/summon_golems.mcfunction b/src/main/resources/data/aspects/functions/summon_golems.mcfunction index eb7fe38..19ac498 100644 --- a/src/main/resources/data/aspects/functions/summon_golems.mcfunction +++ b/src/main/resources/data/aspects/functions/summon_golems.mcfunction @@ -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,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}]} playsound entity.firework_rocket.twinkle neutral @s particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20 \ No newline at end of file diff --git a/src/main/resources/data/aspects/origin_layers/origins.json b/src/main/resources/data/aspects/origin_layers/origins.json index 7b941f3..21dd3fa 100644 --- a/src/main/resources/data/aspects/origin_layers/origins.json +++ b/src/main/resources/data/aspects/origin_layers/origins.json @@ -8,7 +8,6 @@ "layer": "aspects:elements" }, "origins": [ - "aspects:human", "aspects:magmus", "aspects:ignis", "aspects:navitas" @@ -34,7 +33,6 @@ "layer":"aspects:elements" }, "origins": [ - "aspects:human", "aspects:tempus", "aspects:avis" ] @@ -46,11 +44,30 @@ "layer":"aspects:elements" }, "origins": [ - "aspects:human", "aspects:dendro", "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" + ] + } ], "name": "Type", diff --git a/src/main/resources/data/aspects/origins/anemo.json b/src/main/resources/data/aspects/origins/anemo.json index 9ad1b97..384accc 100644 --- a/src/main/resources/data/aspects/origins/anemo.json +++ b/src/main/resources/data/aspects/origins/anemo.json @@ -4,11 +4,13 @@ "aspects:negate_fall_damage", "aspects:chained", "aspects:windborn", - "aspects:wise" + "aspects:wise", + "aspects:start", + "aspects:anemo_team" ], "icon": { "item": "aspects:anemo_feather" }, - "name": "Anemo", + "name": "§aAnemo", "description": "Anemo users are light on their feet, freeform in combat and wanderers by nature." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/cryo.json b/src/main/resources/data/aspects/origins/cryo.json index 29bc923..26440ed 100644 --- a/src/main/resources/data/aspects/origins/cryo.json +++ b/src/main/resources/data/aspects/origins/cryo.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:snowball" }, - "name": "Cryo", + "name": "§bCryo", "description": "Cold, calculating and precise, Cryo types always get the job done." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/dendro.json b/src/main/resources/data/aspects/origins/dendro.json index 64b93ec..fed7dc9 100644 --- a/src/main/resources/data/aspects/origins/dendro.json +++ b/src/main/resources/data/aspects/origins/dendro.json @@ -11,6 +11,6 @@ "icon": { "item": "minecraft:wheat_seeds" }, - "name": "Dendro", + "name": "§2Dendro", "description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/geo.json b/src/main/resources/data/aspects/origins/geo.json index d5b3869..be9f0f8 100644 --- a/src/main/resources/data/aspects/origins/geo.json +++ b/src/main/resources/data/aspects/origins/geo.json @@ -4,11 +4,13 @@ "aspects:resistance", "aspects:explosion_damage", "aspects:earthborn", - "aspects:deepdweller" + "aspects:deepdweller", + "aspects:start", + "aspects:geo_team" ], "icon": { "item": "aspects:geo_diamond" }, - "name": "Geo", + "name": "§eGeo", "description": "Down-to-earth and grounded, Geo users are all about stability and functionality." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/hydro.json b/src/main/resources/data/aspects/origins/hydro.json index 49f1bfd..5b6a743 100644 --- a/src/main/resources/data/aspects/origins/hydro.json +++ b/src/main/resources/data/aspects/origins/hydro.json @@ -3,11 +3,12 @@ "aspects:water_breathing", "aspects:constitution", "aspects:fire_damage", - "aspects:waterborn" + "aspects:waterborn", + "aspects:hydro_team" ], "icon": { "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." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/ignis.json b/src/main/resources/data/aspects/origins/ignis.json index d0dccbe..b3c3c04 100644 --- a/src/main/resources/data/aspects/origins/ignis.json +++ b/src/main/resources/data/aspects/origins/ignis.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:fire_charge" }, - "name": "Ignis", + "name": "§6Ignis", "description": "Full of energy and power, Ignis types are certainly the life of the party." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/luna.json b/src/main/resources/data/aspects/origins/luna.json new file mode 100644 index 0000000..62291e5 --- /dev/null +++ b/src/main/resources/data/aspects/origins/luna.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/ordo.json b/src/main/resources/data/aspects/origins/ordo.json index 0959c2d..3ee0dd3 100644 --- a/src/main/resources/data/aspects/origins/ordo.json +++ b/src/main/resources/data/aspects/origins/ordo.json @@ -5,7 +5,9 @@ "aspects:darkness_damage", "aspects:night_aversion", "aspects:holy", - "aspects:lightborn" + "aspects:lightborn", + "aspects:start", + "aspects:ordo_team" ], "icon": { "item": "aspects:ordo_star" diff --git a/src/main/resources/data/aspects/origins/perditio.json b/src/main/resources/data/aspects/origins/perditio.json index c1010b5..e31ae00 100644 --- a/src/main/resources/data/aspects/origins/perditio.json +++ b/src/main/resources/data/aspects/origins/perditio.json @@ -4,11 +4,14 @@ "aspects:undead", "aspects:night_strength", "aspects:day_aversion", - "aspects:voidborn" + "aspects:voidborn", + "aspects:wither_damage", + "aspects:start", + "aspects:perditio_team" ], "icon": { "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." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/pyro.json b/src/main/resources/data/aspects/origins/pyro.json index c7c2a3d..5cf551b 100644 --- a/src/main/resources/data/aspects/origins/pyro.json +++ b/src/main/resources/data/aspects/origins/pyro.json @@ -4,11 +4,14 @@ "aspects:nether_buff", "aspects:water_damage", "aspects:lava_vision", - "aspects:flameborn" + "aspects:flameborn", + "aspects:start", + "aspects:melt", + "aspects:pyro_team" ], "icon": { "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." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/solus.json b/src/main/resources/data/aspects/origins/solus.json new file mode 100644 index 0000000..fdf2a84 --- /dev/null +++ b/src/main/resources/data/aspects/origins/solus.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/tempus.json b/src/main/resources/data/aspects/origins/tempus.json index 6efd9ad..c11ab7f 100644 --- a/src/main/resources/data/aspects/origins/tempus.json +++ b/src/main/resources/data/aspects/origins/tempus.json @@ -8,6 +8,6 @@ "icon": { "item": "minecraft:amethyst_shard" }, - "name": "Tempus", + "name": "§5Tempus", "description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/anemo_team.json b/src/main/resources/data/aspects/powers/anemo_team.json new file mode 100644 index 0000000..a997b0c --- /dev/null +++ b/src/main/resources/data/aspects/powers/anemo_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/bonemeal.json b/src/main/resources/data/aspects/powers/bonemeal.json index 7ccb523..422c5fc 100644 --- a/src/main/resources/data/aspects/powers/bonemeal.json +++ b/src/main/resources/data/aspects/powers/bonemeal.json @@ -1,6 +1,12 @@ { "name": "Natural Growth", "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", "bonemeal": { diff --git a/src/main/resources/data/aspects/powers/darkness_damage.json b/src/main/resources/data/aspects/powers/darkness_damage.json index 3836007..c841451 100644 --- a/src/main/resources/data/aspects/powers/darkness_damage.json +++ b/src/main/resources/data/aspects/powers/darkness_damage.json @@ -2,7 +2,10 @@ "type": "origins:action_when_damage_taken", "entity_action": { "type": "origins:damage", - "amount": 2 + "amount": 2, + "source": { + "name": "generic" + } }, "damage_condition": { "type": "origins:name", @@ -10,5 +13,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/day_aversion.json b/src/main/resources/data/aspects/powers/day_aversion.json index 225351e..a5c6277 100644 --- a/src/main/resources/data/aspects/powers/day_aversion.json +++ b/src/main/resources/data/aspects/powers/day_aversion.json @@ -3,12 +3,18 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": -2 + "value": -0.05 }, "tick_rate": 20, "condition": { "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/decay.json b/src/main/resources/data/aspects/powers/decay.json new file mode 100644 index 0000000..83be5e9 --- /dev/null +++ b/src/main/resources/data/aspects/powers/decay.json @@ -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 + } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/deepdweller.json b/src/main/resources/data/aspects/powers/deepdweller.json index 855294e..b4e4b57 100644 --- a/src/main/resources/data/aspects/powers/deepdweller.json +++ b/src/main/resources/data/aspects/powers/deepdweller.json @@ -15,5 +15,11 @@ } }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/dendro_secondary.json b/src/main/resources/data/aspects/powers/dendro_secondary.json index b3ffcd1..1668447 100644 --- a/src/main/resources/data/aspects/powers/dendro_secondary.json +++ b/src/main/resources/data/aspects/powers/dendro_secondary.json @@ -4,14 +4,16 @@ "type": "origins:execute_command", "command": "function aspects:summon_golems" }, - "cooldown": 2400, + "cooldown": 3400, "hud_render": { "should_render": true, - "inverted":true + "inverted":true, + "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png", + "bar_index":8 }, "key": { "key": "key.origins.secondary_active" }, "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." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/explosion_damage.json b/src/main/resources/data/aspects/powers/explosion_damage.json index 8e07057..cf5e92b 100644 --- a/src/main/resources/data/aspects/powers/explosion_damage.json +++ b/src/main/resources/data/aspects/powers/explosion_damage.json @@ -14,5 +14,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/fire_resistance.json b/src/main/resources/data/aspects/powers/fire_resistance.json new file mode 100644 index 0000000..b87b03c --- /dev/null +++ b/src/main/resources/data/aspects/powers/fire_resistance.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/fire_strength.json b/src/main/resources/data/aspects/powers/fire_strength.json index e7fe868..dc3071a 100644 --- a/src/main/resources/data/aspects/powers/fire_strength.json +++ b/src/main/resources/data/aspects/powers/fire_strength.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 3 }, "tick_rate": 20, "condition": { diff --git a/src/main/resources/data/aspects/powers/flower_regen.json b/src/main/resources/data/aspects/powers/flower_regen.json index ec6cc54..6a19ac1 100644 --- a/src/main/resources/data/aspects/powers/flower_regen.json +++ b/src/main/resources/data/aspects/powers/flower_regen.json @@ -13,12 +13,22 @@ "condition": { "type": "origins:block_in_radius", "block_condition": { - "type": "origins:block", - "block": "minecraft:flower" + "type": "origins:in_tag", + "tag": "minecraft:flowers" }, "radius": 5, "shape": "cube", "comparison": ">=", "compare_to": 1 - } - } \ No newline at end of file + }, + "badges": [ + { + "sprite": "aspects:textures/gui/badge/check.png", + "text": "Positive" + } + ], + "name":"Flower Regeneration", + "description":"You are healed when you are nearby flowers." + } + + diff --git a/src/main/resources/data/aspects/powers/full_moon.json b/src/main/resources/data/aspects/powers/full_moon.json new file mode 100644 index 0000000..1ea6a81 --- /dev/null +++ b/src/main/resources/data/aspects/powers/full_moon.json @@ -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" + } + ] +} diff --git a/src/main/resources/data/aspects/powers/geo_team.json b/src/main/resources/data/aspects/powers/geo_team.json new file mode 100644 index 0000000..28020be --- /dev/null +++ b/src/main/resources/data/aspects/powers/geo_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/grass_speed.json b/src/main/resources/data/aspects/powers/grass_speed.json index 0fccf0f..c99a0e9 100644 --- a/src/main/resources/data/aspects/powers/grass_speed.json +++ b/src/main/resources/data/aspects/powers/grass_speed.json @@ -14,5 +14,11 @@ } }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/groundtied.json b/src/main/resources/data/aspects/powers/groundtied.json deleted file mode 100644 index e69de29..0000000 diff --git a/src/main/resources/data/aspects/powers/heavy_as_stone.json b/src/main/resources/data/aspects/powers/heavy_as_stone.json index cbd5af5..7137e7e 100644 --- a/src/main/resources/data/aspects/powers/heavy_as_stone.json +++ b/src/main/resources/data/aspects/powers/heavy_as_stone.json @@ -6,5 +6,11 @@ "operation": "addition" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/holy.json b/src/main/resources/data/aspects/powers/holy.json index dd40b6e..75093b3 100644 --- a/src/main/resources/data/aspects/powers/holy.json +++ b/src/main/resources/data/aspects/powers/holy.json @@ -13,6 +13,12 @@ "group": "undead" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/holy_light,json b/src/main/resources/data/aspects/powers/holy_light.json similarity index 55% rename from src/main/resources/data/aspects/powers/holy_light,json rename to src/main/resources/data/aspects/powers/holy_light.json index a400155..035077e 100644 --- a/src/main/resources/data/aspects/powers/holy_light,json +++ b/src/main/resources/data/aspects/powers/holy_light.json @@ -3,12 +3,18 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 1 }, "tick_rate": 20, "condition": { "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/hydro_team.json b/src/main/resources/data/aspects/powers/hydro_team.json new file mode 100644 index 0000000..3d1270f --- /dev/null +++ b/src/main/resources/data/aspects/powers/hydro_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/ignis_secondary.json b/src/main/resources/data/aspects/powers/ignis_secondary.json index 5a13d51..d7c1649 100644 --- a/src/main/resources/data/aspects/powers/ignis_secondary.json +++ b/src/main/resources/data/aspects/powers/ignis_secondary.json @@ -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", "cooldown": 1400, "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." } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/invisibility.json b/src/main/resources/data/aspects/powers/invisibility.json new file mode 100644 index 0000000..e55562d --- /dev/null +++ b/src/main/resources/data/aspects/powers/invisibility.json @@ -0,0 +1,9 @@ +{ + "type": "origins:invisibility", + "render_armor": true, + "condition": { + "type": "origins:power_active", + "power": "aspects:luna_primary" + }, + "hidden":true + } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/lightborn.json b/src/main/resources/data/aspects/powers/lightborn.json index e971c44..3d87e2b 100644 --- a/src/main/resources/data/aspects/powers/lightborn.json +++ b/src/main/resources/data/aspects/powers/lightborn.json @@ -1,14 +1,6 @@ { - "type": "origins:self_glow", - "bientity_condition": { - "type": "origins:can_see" - }, - "condition": { - "type": "origins:exposed_to_sun" - }, - "use_teams": false, - "red": 0.0, - "green": 0.0, - "blue": 0.0, + "type": "origins:particle", + "particle": "minecraft:enchant", + "frequency": 20, "hidden":true } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/luna_primary.json b/src/main/resources/data/aspects/powers/luna_primary.json new file mode 100644 index 0000000..b98a433 --- /dev/null +++ b/src/main/resources/data/aspects/powers/luna_primary.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/luna_secondary.json b/src/main/resources/data/aspects/powers/luna_secondary.json new file mode 100644 index 0000000..7528673 --- /dev/null +++ b/src/main/resources/data/aspects/powers/luna_secondary.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/melt.json b/src/main/resources/data/aspects/powers/melt.json new file mode 100644 index 0000000..1dfe1aa --- /dev/null +++ b/src/main/resources/data/aspects/powers/melt.json @@ -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" + } + ] + } + } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/night_aversion.json b/src/main/resources/data/aspects/powers/night_aversion.json index 4361250..01893ca 100644 --- a/src/main/resources/data/aspects/powers/night_aversion.json +++ b/src/main/resources/data/aspects/powers/night_aversion.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": -2 + "value": -0.05 }, "tick_rate": 20, "condition": { @@ -11,5 +11,11 @@ "inverted":true }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/night_strength.json b/src/main/resources/data/aspects/powers/night_strength.json index a989408..64623ea 100644 --- a/src/main/resources/data/aspects/powers/night_strength.json +++ b/src/main/resources/data/aspects/powers/night_strength.json @@ -3,7 +3,7 @@ "modifier": { "attribute": "minecraft:generic.attack_damage", "operation": "addition", - "value": 2 + "value": 1 }, "tick_rate": 20, "condition": { @@ -11,5 +11,11 @@ "inverted": true }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/nightwalker.json b/src/main/resources/data/aspects/powers/nightwalker.json new file mode 100644 index 0000000..b3a1038 --- /dev/null +++ b/src/main/resources/data/aspects/powers/nightwalker.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/ordo_team.json b/src/main/resources/data/aspects/powers/ordo_team.json new file mode 100644 index 0000000..855051e --- /dev/null +++ b/src/main/resources/data/aspects/powers/ordo_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/perditio_team.json b/src/main/resources/data/aspects/powers/perditio_team.json new file mode 100644 index 0000000..4f62404 --- /dev/null +++ b/src/main/resources/data/aspects/powers/perditio_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/poison_resistance.json b/src/main/resources/data/aspects/powers/poison_resistance.json index 1e959c6..7ed275d 100644 --- a/src/main/resources/data/aspects/powers/poison_resistance.json +++ b/src/main/resources/data/aspects/powers/poison_resistance.json @@ -8,7 +8,13 @@ "type": "origins:name", "name":"magic" }, - "cooldown": 1, + "cooldown": 0.5, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/positive_influence.json b/src/main/resources/data/aspects/powers/positive_influence.json index 0ff4fdb..98e999c 100644 --- a/src/main/resources/data/aspects/powers/positive_influence.json +++ b/src/main/resources/data/aspects/powers/positive_influence.json @@ -2,14 +2,14 @@ "type": "origins:action_over_time", "entity_action": { "type": "origins:chance", + "chance": 0.05, "action": { "type": "origins:apply_effect", "effect": { "effect": "minecraft:hero_of_the_village", "duration": 12000, "amplifier": 0 - }, - "chance": 0.05 + } } }, "interval": 24000, @@ -17,5 +17,11 @@ "type": "origins:daytime" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/pyro_team.json b/src/main/resources/data/aspects/powers/pyro_team.json new file mode 100644 index 0000000..6e2c5e0 --- /dev/null +++ b/src/main/resources/data/aspects/powers/pyro_team.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/resistance.json b/src/main/resources/data/aspects/powers/resistance.json index 08cffcb..a6f5425 100644 --- a/src/main/resources/data/aspects/powers/resistance.json +++ b/src/main/resources/data/aspects/powers/resistance.json @@ -6,5 +6,11 @@ "operation": "addition" }, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/solus_primary.json b/src/main/resources/data/aspects/powers/solus_primary.json new file mode 100644 index 0000000..3629424 --- /dev/null +++ b/src/main/resources/data/aspects/powers/solus_primary.json @@ -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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/solus_secondary.json b/src/main/resources/data/aspects/powers/solus_secondary.json new file mode 100644 index 0000000..b8a0331 --- /dev/null +++ b/src/main/resources/data/aspects/powers/solus_secondary.json @@ -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!" +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/start.json b/src/main/resources/data/aspects/powers/start.json new file mode 100644 index 0000000..c9551be --- /dev/null +++ b/src/main/resources/data/aspects/powers/start.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/sun_bar.json b/src/main/resources/data/aspects/powers/sun_bar.json new file mode 100644 index 0000000..39fe461 --- /dev/null +++ b/src/main/resources/data/aspects/powers/sun_bar.json @@ -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 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/sunbaked.json b/src/main/resources/data/aspects/powers/sunbaked.json new file mode 100644 index 0000000..e9df1b8 --- /dev/null +++ b/src/main/resources/data/aspects/powers/sunbaked.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/tempus_secondary.json b/src/main/resources/data/aspects/powers/tempus_secondary.json index 34c4eb5..ffecb5a 100644 --- a/src/main/resources/data/aspects/powers/tempus_secondary.json +++ b/src/main/resources/data/aspects/powers/tempus_secondary.json @@ -23,7 +23,7 @@ "radius": 10, "bientity_action": { "type": "origins:damage", - "amount": 5, + "amount": 4, "source": { "name": "lightningBolt", "bypasses_armor": true diff --git a/src/main/resources/data/aspects/powers/undead.json b/src/main/resources/data/aspects/powers/undead.json index 6ddab00..21676f3 100644 --- a/src/main/resources/data/aspects/powers/undead.json +++ b/src/main/resources/data/aspects/powers/undead.json @@ -2,5 +2,11 @@ "type": "origins:entity_group", "group": "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/void.json b/src/main/resources/data/aspects/powers/void.json index aa8d272..7e6ef13 100644 --- a/src/main/resources/data/aspects/powers/void.json +++ b/src/main/resources/data/aspects/powers/void.json @@ -27,5 +27,11 @@ }, "cooldown": 1, "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" + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/voidborn.json b/src/main/resources/data/aspects/powers/voidborn.json index 4cebf0b..f7115fc 100644 --- a/src/main/resources/data/aspects/powers/voidborn.json +++ b/src/main/resources/data/aspects/powers/voidborn.json @@ -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", "particle": "minecraft:mycelium", - "frequency": 20 - }, -"hidden":true + "frequency": 20, + "hidden":true } \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/wither_damage.json b/src/main/resources/data/aspects/powers/wither_damage.json new file mode 100644 index 0000000..b1cb3fd --- /dev/null +++ b/src/main/resources/data/aspects/powers/wither_damage.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/wolf_affinity.json b/src/main/resources/data/aspects/powers/wolf_affinity.json new file mode 100644 index 0000000..79738dc --- /dev/null +++ b/src/main/resources/data/aspects/powers/wolf_affinity.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_first_quarter.json b/src/main/resources/data/aspects/predicates/at_night/is_first_quarter.json new file mode 100644 index 0000000..03b840c --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_first_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 157000, + "max": 167400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_full_moon.json b/src/main/resources/data/aspects/predicates/at_night/is_full_moon.json new file mode 100644 index 0000000..5434c78 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_full_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 13000, + "max": 23400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_new_moon.json b/src/main/resources/data/aspects/predicates/at_night/is_new_moon.json new file mode 100644 index 0000000..a96cd84 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_new_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 109000, + "max": 119400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_third_quarter.json b/src/main/resources/data/aspects/predicates/at_night/is_third_quarter.json new file mode 100644 index 0000000..290accb --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_third_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 61000, + "max": 71400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_waning_crescent.json b/src/main/resources/data/aspects/predicates/at_night/is_waning_crescent.json new file mode 100644 index 0000000..17ea24e --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_waning_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 85000, + "max": 95400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_waning_gibbous.json b/src/main/resources/data/aspects/predicates/at_night/is_waning_gibbous.json new file mode 100644 index 0000000..03a0fbe --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_waning_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 37000, + "max": 47400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_waxing_crescent.json b/src/main/resources/data/aspects/predicates/at_night/is_waxing_crescent.json new file mode 100644 index 0000000..66f1f6a --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_waxing_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 133000, + "max": 143400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/at_night/is_waxing_gibbous.json b/src/main/resources/data/aspects/predicates/at_night/is_waxing_gibbous.json new file mode 100644 index 0000000..7459c94 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/at_night/is_waxing_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 181000, + "max": 191400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_first_quarter.json b/src/main/resources/data/aspects/predicates/general/is_first_quarter.json new file mode 100644 index 0000000..4612cd3 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_first_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 144000, + "max": 167400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_full_moon.json b/src/main/resources/data/aspects/predicates/general/is_full_moon.json new file mode 100644 index 0000000..a844234 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_full_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 0, + "max": 23400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_new_moon.json b/src/main/resources/data/aspects/predicates/general/is_new_moon.json new file mode 100644 index 0000000..782a8cd --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_new_moon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 96000, + "max": 119400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_third_quarter.json b/src/main/resources/data/aspects/predicates/general/is_third_quarter.json new file mode 100644 index 0000000..22413a6 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_third_quarter.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 48000, + "max": 71400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_waning_crescent.json b/src/main/resources/data/aspects/predicates/general/is_waning_crescent.json new file mode 100644 index 0000000..e563508 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_waning_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 72000, + "max": 95400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_waning_gibbous.json b/src/main/resources/data/aspects/predicates/general/is_waning_gibbous.json new file mode 100644 index 0000000..073877f --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_waning_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 24000, + "max": 47400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_waxing_crescent.json b/src/main/resources/data/aspects/predicates/general/is_waxing_crescent.json new file mode 100644 index 0000000..4f6ee38 --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_waxing_crescent.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 120000, + "max": 143400 + }, + "period": 192000 +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/predicates/general/is_waxing_gibbous.json b/src/main/resources/data/aspects/predicates/general/is_waxing_gibbous.json new file mode 100644 index 0000000..a962ecb --- /dev/null +++ b/src/main/resources/data/aspects/predicates/general/is_waxing_gibbous.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 168000, + "max": 191400 + }, + "period": 192000 +} \ No newline at end of file