diff --git a/bin/main/assets/aspects/models/item/geo_diamond.json b/bin/main/assets/aspects/models/item/geo_diamond.json new file mode 100644 index 0000000..3a9e3c9 --- /dev/null +++ b/bin/main/assets/aspects/models/item/geo_diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/geo_diamond" + } + } \ No newline at end of file diff --git a/bin/main/assets/aspects/models/item/ordo_star.json b/bin/main/assets/aspects/models/item/ordo_star.json new file mode 100644 index 0000000..04c098c --- /dev/null +++ b/bin/main/assets/aspects/models/item/ordo_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/ordo_star" + } + } \ No newline at end of file diff --git a/bin/main/assets/aspects/models/item/perditio_bone.json b/bin/main/assets/aspects/models/item/perditio_bone.json new file mode 100644 index 0000000..08bdfac --- /dev/null +++ b/bin/main/assets/aspects/models/item/perditio_bone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/perditio_bone" + } + } \ No newline at end of file diff --git a/bin/main/assets/aspects/textures/item/geo_diamond.png b/bin/main/assets/aspects/textures/item/geo_diamond.png new file mode 100644 index 0000000..10c8c92 Binary files /dev/null and b/bin/main/assets/aspects/textures/item/geo_diamond.png differ diff --git a/bin/main/assets/aspects/textures/item/ordo_star.png b/bin/main/assets/aspects/textures/item/ordo_star.png new file mode 100644 index 0000000..c282c65 Binary files /dev/null and b/bin/main/assets/aspects/textures/item/ordo_star.png differ diff --git a/bin/main/assets/aspects/textures/item/perditio_bone.png b/bin/main/assets/aspects/textures/item/perditio_bone.png new file mode 100644 index 0000000..5a8497e Binary files /dev/null and b/bin/main/assets/aspects/textures/item/perditio_bone.png differ diff --git a/bin/main/data/aspects/functions/summon_golems.mcfunction b/bin/main/data/aspects/functions/summon_golems.mcfunction new file mode 100644 index 0000000..eb7fe38 --- /dev/null +++ b/bin/main/data/aspects/functions/summon_golems.mcfunction @@ -0,0 +1,4 @@ +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}]} +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 5d44350..7b941f3 100644 --- a/bin/main/data/aspects/origin_layers/origins.json +++ b/bin/main/data/aspects/origin_layers/origins.json @@ -36,11 +36,21 @@ "origins": [ "aspects:human", "aspects:tempus", - "aspects:avis", - "aspects:sophos", - "icarus:icarae" + "aspects:avis" ] - } + }, + { + "condition": { + "type":"origins:origin", + "origin":"aspects:geo", + "layer":"aspects:elements" + }, + "origins": [ + "aspects:human", + "aspects:dendro", + "idkarockthingmining" + ] + } ], "name": "Type", diff --git a/bin/main/data/aspects/origins/dendro.json b/bin/main/data/aspects/origins/dendro.json new file mode 100644 index 0000000..64b93ec --- /dev/null +++ b/bin/main/data/aspects/origins/dendro.json @@ -0,0 +1,16 @@ +{ + "powers": [ + "aspects:flower_regen", + "aspects:bonemeal", + "aspects:grass_speed", + "aspects:dendro_primary", + "aspects:dendro_secondary", + "aspects:poison_resistance", + "aspects:suspicious_substance" + ], + "icon": { + "item": "minecraft:wheat_seeds" + }, + "name": "Dendro", + "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 new file mode 100644 index 0000000..d5b3869 --- /dev/null +++ b/bin/main/data/aspects/origins/geo.json @@ -0,0 +1,14 @@ +{ + "powers": [ + "aspects:heavy_as_stone", + "aspects:resistance", + "aspects:explosion_damage", + "aspects:earthborn", + "aspects:deepdweller" + ], + "icon": { + "item": "aspects:geo_diamond" + }, + "name": "Geo", + "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/ordo.json b/bin/main/data/aspects/origins/ordo.json new file mode 100644 index 0000000..0959c2d --- /dev/null +++ b/bin/main/data/aspects/origins/ordo.json @@ -0,0 +1,15 @@ +{ + "powers": [ + "aspects:holy_light", + "aspects:positive_influence", + "aspects:darkness_damage", + "aspects:night_aversion", + "aspects:holy", + "aspects:lightborn" + ], + "icon": { + "item": "aspects:ordo_star" + }, + "name": "Ordo", + "description": "Vigilant and organized, Ordo users are kind, diligent and natural leaders." +} \ No newline at end of file diff --git a/bin/main/data/aspects/origins/perditio.json b/bin/main/data/aspects/origins/perditio.json new file mode 100644 index 0000000..c1010b5 --- /dev/null +++ b/bin/main/data/aspects/origins/perditio.json @@ -0,0 +1,14 @@ +{ + "powers": [ + "aspects:void", + "aspects:undead", + "aspects:night_strength", + "aspects:day_aversion", + "aspects:voidborn" + ], + "icon": { + "item": "aspects:perditio_bone" + }, + "name": "Perditio", + "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 c834565..c7c2a3d 100644 --- a/bin/main/data/aspects/origins/pyro.json +++ b/bin/main/data/aspects/origins/pyro.json @@ -10,5 +10,5 @@ "item": "aspects:pyro_fire" }, "name": "Pyro", - "description": "fire go weeee" + "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/powers/bonemeal.json b/bin/main/data/aspects/powers/bonemeal.json new file mode 100644 index 0000000..7ccb523 --- /dev/null +++ b/bin/main/data/aspects/powers/bonemeal.json @@ -0,0 +1,692 @@ +{ + "name": "Natural Growth", + "description": "When you sneak and press the use button, you can grow the block you are looking at.", + "type": "origins:multiple", + "bonemeal": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:bonemeal", + "effects": true + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "nether_wart": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 2 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + }, + "else_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 1 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + }, + "else_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 0 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=1]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + } + } + } + }, + "block_condition": + { + "type": "origins:block", + "block": "nether_wart" + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "sugarcane": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:offset", + "action": + { + "type": "origins:set_block", + "block": "sugar_cane" + }, + "y": 1 + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "sugar_cane" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:block", + "block": "air" + }, + "y": 1 + }, + { + "type": "origins:offset", + "condition": + { + "inverted": true, + "type": "origins:block", + "block": "sugar_cane" + }, + "y": -2 + } + ] + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "cactus": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:offset", + "action": + { + "type": "origins:set_block", + "block": "cactus" + }, + "y": 1 + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "cactus" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:block", + "block": "air" + }, + "y": 1 + }, + { + "type": "origins:offset", + "condition": + { + "inverted": true, + "type": "origins:block", + "block": "cactus" + }, + "y": -2 + } + ] + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "pumpkin": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:choice", + "actions": + [ + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "x": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "x": -1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "z": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "z": -1 + } + } + ] + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "pumpkin_stem" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 7 + }, + { + "type": "origins:adjacent", + "adjacent_condition": + { + "type": "origins:block", + "block": "pumpkin" + }, + "comparison": "==", + "compare_to": 0 + } + ] + } + }, + "melon": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:choice", + "actions": + [ + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "x": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "x": -1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "z": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "z": -1 + } + } + ] + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "melon_stem" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 7 + }, + { + "type": "origins:adjacent", + "adjacent_condition": + { + "type": "origins:block", + "block": "melon" + }, + "comparison": "==", + "compare_to": 0 + } + ] + } + } +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/darkness_damage.json b/bin/main/data/aspects/powers/darkness_damage.json new file mode 100644 index 0000000..3836007 --- /dev/null +++ b/bin/main/data/aspects/powers/darkness_damage.json @@ -0,0 +1,14 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:damage", + "amount": 2 + }, + "damage_condition": { + "type": "origins:name", + "name":"wither" + }, + "cooldown": 1, + "name":"Darkness Damage", + "description":"You take more damage from wither damage." +} \ 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 new file mode 100644 index 0000000..225351e --- /dev/null +++ b/bin/main/data/aspects/powers/day_aversion.json @@ -0,0 +1,14 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": -2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime" + }, + "name":"Day Aversion", + "description":"You are weakened at daytime." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/deepdweller.json b/bin/main/data/aspects/powers/deepdweller.json new file mode 100644 index 0000000..855294e --- /dev/null +++ b/bin/main/data/aspects/powers/deepdweller.json @@ -0,0 +1,19 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 4 + }, + "tick_rate": 20, + "condition": { + "type": "origins:on_block", + "block_condition": { + "type": "origins:height", + "comparison": "<=", + "compare_to": 30 + } + }, +"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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/dendro_primary.json b/bin/main/data/aspects/powers/dendro_primary.json new file mode 100644 index 0000000..0579698 --- /dev/null +++ b/bin/main/data/aspects/powers/dendro_primary.json @@ -0,0 +1,22 @@ +{ + "type": "origins:active_self", + "entity_action": { + "type": "origins:spawn_effect_cloud", + "radius": 10.0, + "wait_time": 40, + "effect": { + "effect": "minecraft:poison", + "amplifier": 2, + "duration": 20 + } + }, + "cooldown": 500, + "hud_render": { + "should_render": true, + "sprite_location":"origins:textures/gui/resource_bar.png", + "bar_index":8, + "inverted":true + }, + "name":"Poison Cloud", + "description":"As your primary ability, you can spawn a poison cloud around you." +} diff --git a/bin/main/data/aspects/powers/dendro_secondary.json b/bin/main/data/aspects/powers/dendro_secondary.json new file mode 100644 index 0000000..b3ffcd1 --- /dev/null +++ b/bin/main/data/aspects/powers/dendro_secondary.json @@ -0,0 +1,17 @@ +{ + "type": "origins:active_self", + "entity_action": { + "type": "origins:execute_command", + "command": "function aspects:summon_golems" + }, + "cooldown": 2400, + "hud_render": { + "should_render": true, + "inverted":true + }, + "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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/earthborn.json b/bin/main/data/aspects/powers/earthborn.json new file mode 100644 index 0000000..d6f9572 --- /dev/null +++ b/bin/main/data/aspects/powers/earthborn.json @@ -0,0 +1,6 @@ +{ + "type": "origins:particle", + "particle": "minecraft:falling_spore_blossom", + "frequency": 80, + "hidden":true +} \ 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 new file mode 100644 index 0000000..8e07057 --- /dev/null +++ b/bin/main/data/aspects/powers/explosion_damage.json @@ -0,0 +1,18 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:damage", + "amount": 4, + "source": { + "name": "explosion", + "bypasses_armor": false + } + }, + "damage_condition": { + "type": "origins:name", + "name": "inWall" + }, + "cooldown": 1, + "name":"Crystalline", + "description":"You take more damage from explosions." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/flower_regen.json b/bin/main/data/aspects/powers/flower_regen.json new file mode 100644 index 0000000..ec6cc54 --- /dev/null +++ b/bin/main/data/aspects/powers/flower_regen.json @@ -0,0 +1,24 @@ +{ + "type": "origins:action_over_time", + "entity_action": { + "type":"origins:and", + "actions": [ + { + "type": "origins:heal", + "amount": 0.3 + } + ] + }, + "interval": 20, + "condition": { + "type": "origins:block_in_radius", + "block_condition": { + "type": "origins:block", + "block": "minecraft:flower" + }, + "radius": 5, + "shape": "cube", + "comparison": ">=", + "compare_to": 1 + } + } \ 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 new file mode 100644 index 0000000..0fccf0f --- /dev/null +++ b/bin/main/data/aspects/powers/grass_speed.json @@ -0,0 +1,18 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.movement_speed", + "operation": "addition", + "value": 0.05 + }, + "tick_rate": 20, + "condition": { + "type": "origins:on_block", + "block_condition": { + "type": "origins:block", + "block": "minecraft:grass_block" + } + }, + "name":"Grassfeet", + "description":"When on grass blocks, your movement speed is increased." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/groundtied.json b/bin/main/data/aspects/powers/groundtied.json new file mode 100644 index 0000000..e69de29 diff --git a/bin/main/data/aspects/powers/heavy_as_stone.json b/bin/main/data/aspects/powers/heavy_as_stone.json new file mode 100644 index 0000000..cbd5af5 --- /dev/null +++ b/bin/main/data/aspects/powers/heavy_as_stone.json @@ -0,0 +1,10 @@ +{ + "type": "origins:attribute", + "modifier": { + "attribute": "minecraft:generic.movement_speed", + "value": -0.0002, + "operation": "addition" + }, + "name":"Heavy As Stone", + "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/holy.json b/bin/main/data/aspects/powers/holy.json new file mode 100644 index 0000000..dd40b6e --- /dev/null +++ b/bin/main/data/aspects/powers/holy.json @@ -0,0 +1,18 @@ +{ + "type": "origins:action_on_hit", + "bientity_action": { + "type": "origins:damage", + "amount": 3, + "source": { + "name": "generic", + "bypasses_armor": true + } + }, + "condition": { + "type": "origins:entity_group", + "group": "undead" + }, + "name":"Holy Affinity", + "description":"You do more damage against the undead." + +} \ 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 new file mode 100644 index 0000000..a400155 --- /dev/null +++ b/bin/main/data/aspects/powers/holy_light,json @@ -0,0 +1,14 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime" + }, + "name":"Holy Light", + "description":"You do more damage during the daytime." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/lightborn.json b/bin/main/data/aspects/powers/lightborn.json new file mode 100644 index 0000000..e971c44 --- /dev/null +++ b/bin/main/data/aspects/powers/lightborn.json @@ -0,0 +1,14 @@ +{ + "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, + "hidden":true +} \ 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 new file mode 100644 index 0000000..4361250 --- /dev/null +++ b/bin/main/data/aspects/powers/night_aversion.json @@ -0,0 +1,15 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": -2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime", + "inverted":true + }, + "name":"Night Aversion", + "description":"You are weakened at nighttime." +} \ 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 new file mode 100644 index 0000000..a989408 --- /dev/null +++ b/bin/main/data/aspects/powers/night_strength.json @@ -0,0 +1,15 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime", + "inverted": true + }, + "name":"Night Strength", + "description":"You do more damage during the nighttime." +} \ 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 new file mode 100644 index 0000000..1e959c6 --- /dev/null +++ b/bin/main/data/aspects/powers/poison_resistance.json @@ -0,0 +1,14 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:clear_effect", + "effect": "minecraft:poison" + }, + "damage_condition": { + "type": "origins:name", + "name":"magic" + }, + "cooldown": 1, + "name":"Poison Ivy", + "description":"You cannot receive the poison status effect." +} \ 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 new file mode 100644 index 0000000..0ff4fdb --- /dev/null +++ b/bin/main/data/aspects/powers/positive_influence.json @@ -0,0 +1,21 @@ +{ + "type": "origins:action_over_time", + "entity_action": { + "type": "origins:chance", + "action": { + "type": "origins:apply_effect", + "effect": { + "effect": "minecraft:hero_of_the_village", + "duration": 12000, + "amplifier": 0 + }, + "chance": 0.05 + } + }, + "interval": 24000, + "condition": { + "type": "origins:daytime" + }, + "name":"Positive Influence", + "description":"As every morning passes, you have a small chance to gain the Hero of the Village effect." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/resistance.json b/bin/main/data/aspects/powers/resistance.json new file mode 100644 index 0000000..08cffcb --- /dev/null +++ b/bin/main/data/aspects/powers/resistance.json @@ -0,0 +1,10 @@ +{ + "type": "origins:attribute", + "modifier": { + "attribute": "minecraft:generic.armor", + "value": 4, + "operation": "addition" + }, + "name":"Resistance", + "description":"You have more natural armour points than other aspect users." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/undead.json b/bin/main/data/aspects/powers/undead.json new file mode 100644 index 0000000..6ddab00 --- /dev/null +++ b/bin/main/data/aspects/powers/undead.json @@ -0,0 +1,6 @@ +{ + "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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/void.json b/bin/main/data/aspects/powers/void.json new file mode 100644 index 0000000..aa8d272 --- /dev/null +++ b/bin/main/data/aspects/powers/void.json @@ -0,0 +1,31 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:and", + "actions":[ +{ + "type": "origins:execute_command", + "command": "execute as @s in minecraft:overworld run teleport 0 190 0" + }, +{ + "type": "origins:apply_effect", + "effect": { + "effect": "minecraft:slow_falling", + "duration": 400, + "amplifier": 2 + } +} + + + ] + + + }, + "damage_condition": { + "type": "origins:name", + "name":"outOfWorld" + }, + "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." +} \ No newline at end of file diff --git a/bin/main/data/aspects/powers/voidborn.json b/bin/main/data/aspects/powers/voidborn.json new file mode 100644 index 0000000..4cebf0b --- /dev/null +++ b/bin/main/data/aspects/powers/voidborn.json @@ -0,0 +1,16 @@ +{ + "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 +} \ No newline at end of file diff --git a/bin/main/net/fabricmc/fishplex/Aspects.class b/bin/main/net/fabricmc/fishplex/Aspects.class index 803901d..a8a4e19 100644 Binary files a/bin/main/net/fabricmc/fishplex/Aspects.class and b/bin/main/net/fabricmc/fishplex/Aspects.class differ diff --git a/run/config/fabric/indigo-renderer.properties b/run/config/fabric/indigo-renderer.properties index 536a9f6..1ad83a6 100644 --- a/run/config/fabric/indigo-renderer.properties +++ b/run/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Sun Dec 12 18:06:31 AST 2021 +#Mon Dec 13 11:00:23 AST 2021 debug-compare-lighting=auto fix-exterior-vertex-lighting=auto ambient-occlusion-mode=hybrid diff --git a/run/logs/2021-12-12-1.log.gz b/run/logs/2021-12-12-1.log.gz index 1a36717..eef6884 100644 Binary files a/run/logs/2021-12-12-1.log.gz and b/run/logs/2021-12-12-1.log.gz differ diff --git a/run/logs/2021-12-12-2.log.gz b/run/logs/2021-12-12-2.log.gz index be3d4d9..081cdc6 100644 Binary files a/run/logs/2021-12-12-2.log.gz and b/run/logs/2021-12-12-2.log.gz differ diff --git a/run/logs/2021-12-12-3.log.gz b/run/logs/2021-12-12-3.log.gz index 788bf3b..a2593fc 100644 Binary files a/run/logs/2021-12-12-3.log.gz and b/run/logs/2021-12-12-3.log.gz differ diff --git a/run/logs/2021-12-12-4.log.gz b/run/logs/2021-12-12-4.log.gz index f99f007..63f84be 100644 Binary files a/run/logs/2021-12-12-4.log.gz and b/run/logs/2021-12-12-4.log.gz differ diff --git a/run/logs/2021-12-12-5.log.gz b/run/logs/2021-12-12-5.log.gz index 352d925..f6e84cf 100644 Binary files a/run/logs/2021-12-12-5.log.gz and b/run/logs/2021-12-12-5.log.gz differ diff --git a/run/logs/2021-12-12-6.log.gz b/run/logs/2021-12-12-6.log.gz index 4e468d0..c19fc92 100644 Binary files a/run/logs/2021-12-12-6.log.gz and b/run/logs/2021-12-12-6.log.gz differ diff --git a/run/logs/2021-12-12-7.log.gz b/run/logs/2021-12-12-7.log.gz deleted file mode 100644 index eef6884..0000000 Binary files a/run/logs/2021-12-12-7.log.gz and /dev/null differ diff --git a/run/logs/2021-12-13-1.log.gz b/run/logs/2021-12-13-1.log.gz new file mode 100644 index 0000000..7875b28 Binary files /dev/null and b/run/logs/2021-12-13-1.log.gz differ diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index 0e23e5b..8bc9df3 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 a3e00f5..48adb0b 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 bb5715c..d4a7726 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 7a21957..0d30624 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 aa1441f..c480364 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 23c5dc0..d4caa4e 100644 --- a/run/logs/debug.log +++ b/run/logs/debug.log @@ -1,14 +1,14 @@ -[18:06:23] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10 -[18:06:23] [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} -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Patching game constructor (Lnet/minecraft/client/RunArgs;)V -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/server/MinecraftServer::getServerModName -[18:06:23] [main/DEBUG] (FabricLoader/GamePatch) Patched 3 classs -[18:06:23] [main/DEBUG] (FabricLoader/Discovery) Mod discovery time: 39.3 ms -[18:06:23] [main/DEBUG] (FabricLoader/Resolution) Mod resolution time: 40.5 ms -[18:06:23] [main/INFO] (FabricLoader) Loading 61 mods: +[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: - 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 -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/bin/main to classpath. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [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. -[18:06:23] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited. -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.client.LegacyClientEventInvokers for mod fabric-events-lifecycle-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers for mod fabric-events-lifecycle-v0 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.integration.ModMenuIntegration for mod origins (key modmenu) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.OriginsClient for mod origins (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.Origins for mod origins (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.registry.ModComponents for mod origins (key cardinal-components-entity) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes for mod reach-entity-attributes (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fishplex.Aspects for mod aspects (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.ClientLifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.structure.FabricStructureImpl for mod fabric-structure-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldClientNetworkingHooks for mod fabric-networking-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldNetworkingHooks for mod fabric-networking-v0 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking for mod fabric-screen-handler-api-v1 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.lookup.ApiLookupImpl for mod fabric-api-lookup-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliServer for mod apoli (key server) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.integration.ModMenuIntegration for mod apoli (key modmenu) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliClient for mod apoli (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key cardinal-components-entity) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.clothconfig2.fabric.ClothConfigModMenuDemo for mod cloth-config (key modmenu) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.autoconfig.example.ExampleInits::exampleCommonInit for mod cloth-config (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.tool.attribute.ToolHandlers for mod fabric-tool-attribute-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CcaEntityClientNw::initClient for mod cardinal-components-entity (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CardinalComponentsEntity::init for mod cardinal-components-entity (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouterClient for mod fabric-events-interaction-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouter for mod fabric-events-interaction-v0 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenuModMenuCompat for mod modmenu (key modmenu) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenu for mod modmenu (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryClientInit for mod fabric-registry-sync-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryInit for mod fabric-registry-sync-v0 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.gametest.FabricGameTestModInitializer for mod fabric-gametest-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.ladysnake.pal.Pal for mod playerabilitylib (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.container.ScreenProviderRegistryImpl::init for mod fabric-containers-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.client.ClientNetworkingImpl::clientInit for mod fabric-networking-api-v1 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.NetworkingImpl::init for mod fabric-networking-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.rendering.RenderingCallbackInvoker for mod fabric-rendering-v0 (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioServer for mod calio (key server) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioClient for mod calio (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.Calio for mod calio (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.mininglevel.FabricMiningLevelInit for mod fabric-mining-level-api-v1 (key main) -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.indigo.Indigo for mod fabric-renderer-indigo (key client) -[18:06:23] [main/DEBUG] (FabricLoader/Mappings) Loading mappings took 127 ms -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) MixinService [Knot/Fabric] was successfully booted in jdk.internal.loader.ClassLoaders$AppClassLoader@42110406 -[18:06:23] [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 -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Error cleaning class output directory: .mixin.out -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Initialising Mixin Platform Manager -[18:06:23] [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) -[18:06:23] [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) -[18:06:23] [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) -[18:06:23] [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) -[18:06:23] [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) -[18:06:23] [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)] -[18:06:23] [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)] -[18:06:23] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-renderer-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[18:06:23] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tag-extensions-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-content-registries-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-blockrenderlayer-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-data-generation-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-lifecycle-events-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-structure-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builder-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-handler-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-dimensions-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-command-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-models-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-biome-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-transfer-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-api-lookup-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-groups-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-tables-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tool-attribute-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-textures-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-crash-report-info-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-entity-events-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-events-interaction-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-particles-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-key-binding-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-fluids-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-registry-sync-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-gametest-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.accurate.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-networking-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builders-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-loader-v0.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-mining-level-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-indigo.mixins.json does not specify "minVersion" property -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-game-rule-api-v1.mixins.json does not specify "minVersion" property -[18:06:23] [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. -[18:06:23] [main/DEBUG] (FabricLoader/Entrypoint) No subscribers for entrypoint 'preLaunch' -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins for MixinEnvironment[DEFAULT] -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.debughud.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tag-extensions-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tag-extensions-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-content-registries-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-blockrenderlayer-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config origins.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Origins-1.18-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.reach-entity-attributes.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap refmap.reach-entity-attributes.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-data-generation-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-data-generation-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config aspects.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-lifecycle-events-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-structure-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-structure-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builder-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-handler-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-dimensions-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-command-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-models-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-biome-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-transfer-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-transfer-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-api-lookup-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config apoli.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Apoli-1.18-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-groups-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-tables-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tool-attribute-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tool-attribute-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.cardinal_components_entity.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap cardinal-components-entity-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-textures-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-crash-report-info-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-entity-events-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-events-interaction-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-particles-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-key-binding-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.modmenu.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap modmenu-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-fluids-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-registry-sync-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-gametest-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-gametest-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.playerabilitylib.common.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap pal-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.accurate.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-networking-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builders-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builders-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config calio.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Calio-1.18-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-data-attachment-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-loader-v0.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-mining-level-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-mining-level-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-indigo.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-game-rule-api-v1.mixins.json -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.mixins.json (4) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.debughud.mixins.json (1) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tag-extensions-v0.mixins.json (9) -[18:06:23] [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 -[18:06:23] [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 -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-api-v1.mixins.json (6) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-api-v1.mixins.json (6) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-content-registries-v0.mixins.json (8) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-blockrenderlayer-v1.mixins.json (1) -[18:06:23] [main/DEBUG] (FabricLoader/Mixin) Preparing origins.mixins.json (11) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.reach-entity-attributes.json (13) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-v1.mixins.json (14) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-data-generation-api-v1.mixins.json (4) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing aspects.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-lifecycle-events-v1.mixins.json (12) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-structure-api-v1.mixins.json (4) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builder-v1.mixins.json (16) -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-handler-api-v1.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-dimensions-v1.mixins.json (2) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-command-api-v1.mixins.json (6) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-models-v0.mixins.json (2) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-biome-api-v1.mixins.json (4) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-transfer-api-v1.mixins.json (6) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-api-lookup-api-v1.mixins.json (2) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing apoli.mixins.json (50) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/screen/PlayerScreenHandler$1 is public in apoli.mixins.json:PlayerScreenHandlerMixin and should be specified in value -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-groups-v0.mixins.json (3) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-tables-v1.mixins.json (6) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tool-attribute-api-v1.mixins.json (3) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.cardinal_components_entity.json (6) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-textures-v0.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-crash-report-info-v1.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-entity-events-v1.mixins.json (10) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-events-interaction-v0.mixins.json (5) -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-particles-v1.mixins.json (3) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-key-binding-api-v1.mixins.json (3) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.modmenu.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-fluids-v1.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-registry-sync-v0.mixins.json (16) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-gametest-api-v1.mixins.json (6) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.playerabilitylib.common.json (2) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.accurate.mixins.json (1) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-networking-api-v1.mixins.json (14) -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builders-v0.mixins.json (2) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing calio.mixins.json (9) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-data-attachment-v1.mixins.json (4) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-loader-v0.mixins.json (15) -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-mining-level-api-v1.mixins.json (4) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-indigo.mixins.json (7) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-game-rule-api-v1.mixins.json (9) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Prepared 313 mixins in 0.479 sec (1.5ms avg) (0ms load, 0ms transform, 0ms plugin) -[18:06:24] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework -[18:06:24] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple -[18:06:24] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [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) -[18:06:24] [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 mda45a96$lambda$preventArmorDispensing$8$0 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$restoreKeptInventory$7(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to mda45a96$lambda$restoreKeptInventory$7$1 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$6(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to mda45a96$lambda$dropAdditionalInventory$6$2 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$5(Lio/github/apace100/apoli/power/InventoryPower;)V to mda45a96$lambda$dropAdditionalInventory$5$3 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$4(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)V to mda45a96$lambda$invokeWakeUpAction$4$4 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$3(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)Z to mda45a96$lambda$invokeWakeUpAction$3$5 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [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 mda45a96$lambda$preventEntityInteraction$2$6 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [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 mda45a96$lambda$preventEntityInteraction$1$7 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$modifyEatenItemStack$0$8 in apoli.mixins.json:PlayerEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.LivingEntity -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EyeHeightAccess from apoli.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$23(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$modifyEatenItemStack$23$0 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventDeath$22(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/PreventDeathPower;)Z to mda45a96$lambda$preventDeath$22$1 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$21(Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to mda45a96$lambda$preventPushing$21$2 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$20(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to mda45a96$lambda$preventPushing$20$3 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySlipperiness$19(Lio/github/apace100/apoli/power/ModifySlipperinessPower;)Z to mda45a96$lambda$modifySlipperiness$19$4 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyJumpVelocity$18(Lio/github/apace100/apoli/power/ModifyJumpPower;)Z to mda45a96$lambda$modifyJumpVelocity$18$5 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeKillAction$17(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnKillPower;)V to mda45a96$lambda$invokeKillAction$17$6 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$16(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/TargetActionOnHitPower;)V to mda45a96$lambda$invokeHitActions$16$7 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$15(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnHitPower;)V to mda45a96$lambda$invokeHitActions$15$8 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$14(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/AttackerActionWhenHitPower;)V to mda45a96$lambda$invokeHitActions$14$9 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$13(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionWhenHitPower;)V to mda45a96$lambda$invokeHitActions$13$a in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$12(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionOnHitPower;)V to mda45a96$lambda$invokeHitActions$12$b in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$11(Lio/github/apace100/apoli/power/ActionOnHitPower;)Z to mda45a96$lambda$invokeHitActions$11$c in apoli.mixins.json:LivingEntityMixin -[18:06:24] [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 mda45a96$lambda$invokeHitActions$10$d in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$9(Lio/github/apace100/apoli/power/ActionWhenHitPower;)Z to mda45a96$lambda$invokeHitActions$9$e in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$8(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/ModifyDamageTakenPower;)V to mda45a96$lambda$modifyDamageTaken$8$f in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$7(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ModifyDamageTakenPower;)Z to mda45a96$lambda$modifyDamageTaken$7$10 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$6(Lnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)V to mda45a96$lambda$modifyDamageTaken$6$11 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [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 mda45a96$lambda$modifyDamageTaken$5$12 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyWalkableFluids$4(Lnet/minecraft/fluid/Fluid;Lio/github/apace100/apoli/power/WalkOnFluidPower;)Z to mda45a96$lambda$modifyWalkableFluids$4$13 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [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 mda45a96$lambda$addEquipmentPowers$3$14 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [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 mda45a96$lambda$removeEquipmentPowers$2$15 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectDurationPower;)Z to mda45a96$lambda$modifyStatusEffect$1$16 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectAmplifierPower;)Z to mda45a96$lambda$modifyStatusEffect$0$17 in apoli.mixins.json:LivingEntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityParticleMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityAccessor from apoli.mixins.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from apoli.mixins.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$3(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventGameEventPower;)V to mda45a96$lambda$preventGameEvents$3$0 in apoli.mixins.json:EntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$2(Lnet/minecraft/world/event/GameEvent;Lio/github/apace100/apoli/power/PreventGameEventPower;)Z to mda45a96$lambda$preventGameEvents$2$1 in apoli.mixins.json:EntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$pushOutOfBlocks$1(DDDLio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$pushOutOfBlocks$1$2 in apoli.mixins.json:EntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeOriginInvulnerable$0(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/InvulnerablePower;)Z to mda45a96$lambda$makeOriginInvulnerable$0$3 in apoli.mixins.json:EntityMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntity from mixins.cardinal_components_entity.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.Entity -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.World -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinViewableWorld from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.WorldView -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.world.ServerWorld -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to mda45a96$lambda$fabric_invalidateCache$5$0 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to mda45a96$lambda$fabric_invalidateCache$4$1 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to mda45a96$lambda$fabric_invalidateCache$3$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to mda45a96$lambda$fabric_invalidateCache$2$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to mda45a96$lambda$fabric_registerCache$1$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List; to mda45a96$lambda$fabric_registerCache$0$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerWorld from mixins.cardinal_components_entity.json into net.minecraft.server.world.ServerWorld -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerEntityMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[18:06:24] [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) -[18:06:24] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/ClientPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity -[18:06:24] [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) -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:24] [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 -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing ScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ScreenHandler -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinCrashReport from fabric-crash-report-info-v1.mixins.json into net.minecraft.util.SystemDetails -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fillSystemDetails$0()Ljava/lang/String; to mda45a96$lambda$fillSystemDetails$0$0 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBootstrap from fabric-registry-sync-v0.mixins.json into net.minecraft.Bootstrap -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$1(Lnet/minecraft/fluid/Fluid;)Ljava/util/Collection; to mda45a96$lambda$initialize$1$0 in fabric-registry-sync-v0.mixins.json:MixinBootstrap -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$0(Lnet/minecraft/block/Block;)Ljava/util/Collection; to mda45a96$lambda$initialize$0$1 in fabric-registry-sync-v0.mixins.json:MixinBootstrap -[18:06:25] [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 -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getROOT()Lnet/minecraft/util/registry/MutableRegistry; to getROOT_$md$a45a96$0 in fabric-registry-sync-v0.mixins.json:AccessorRegistry -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry -[18:06:25] [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) -[18:06:25] [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 mda45a96$lambda$new$5$0 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [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 mda45a96$lambda$new$4$1 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [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 mda45a96$lambda$new$3$2 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [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 mda45a96$lambda$new$2$3 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [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 mda45a96$lambda$new$1$4 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [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 mda45a96$lambda$new$0$5 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinSimpleRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry -[18:06:25] [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) -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.fluid.Fluid -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlock from fabric-object-builder-v1.mixins.json into net.minecraft.block.Block -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinBlock from fabric-object-builders-v0.mixins.json into net.minecraft.block.Block -[18:06:25] [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) -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [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 -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock -[18:06:25] [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) -[18:06:25] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock -[18:06:25] [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) -[18:06:25] [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 mda45a96$lambda$modifyBlockBreakSpeed$0$0 in apoli.mixins.json:AbstractBlockMixin -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.Item -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from mixins.reach-entity-attributes.json into net.minecraft.item.Item -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.Item -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from apoli.mixins.json into net.minecraft.item.Item -[18:06:26] [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) -[18:06:26] [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 mda45a96$lambda$forgeItem$1$0 in apoli.mixins.json:ItemMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeItemEdible$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$makeItemEdible$0$1 in apoli.mixins.json:ItemMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinItem from fabric-object-builders-v0.mixins.json into net.minecraft.item.Item -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockEntityTypeAccessor from fabric-api-lookup-api-v1.mixins.json into net.minecraft.block.entity.BlockEntityType -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerType -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getBiomeTypeToIdMap()Ljava/util/Map; to getBiomeTypeToIdMap_$md$a45a96$0 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;)Lnet/minecraft/village/VillagerType; to callRegister_$md$a45a96$1 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerProfessionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerProfession -[18:06:26] [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) -[18:06:26] [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$a45a96$0 in fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing PointOfInterestTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.poi.PointOfInterestType -[18:06:26] [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) -[18:06:26] [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$a45a96$0 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;II)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$a45a96$1 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callSetup(Lnet/minecraft/world/poi/PointOfInterestType;)Lnet/minecraft/world/poi/PointOfInterestType; to callSetup_$md$a45a96$2 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing StructureFeatureAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.feature.StructureFeature -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setSurfaceAdjustingStructures(Ljava/util/List;)V to setSurfaceAdjustingStructures_$md$a45a96$0 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor -[18:06:26] [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$a45a96$1 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTheEndBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.TheEndBiomeSource -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRequiredTagListRegistry from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagListRegistry -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.SetTag -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagList$TagWrapper -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing BedBlockMixin from fabric-entity-events-v1.mixins.json into net.minecraft.block.BedBlock -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.DetectorRailBlock -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/entity/Entity;)Z to mda45a96$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinFireBlock from fabric-content-registries-v0.mixins.json into net.minecraft.block.FireBlock -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing DropperBlockMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.DropperBlock -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookDispense$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mda45a96$lambda$hookDispense$0$0 in fabric-transfer-api-v1.mixins.json:DropperBlockMixin -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooSaplingBlock -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooBlock -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.block.Oxidizable -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdList from fabric-registry-sync-v0.mixins.json into net.minecraft.util.collection.IdList -[18:06:26] [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) -[18:06:26] [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 mda45a96$lambda$fabric_remapIds$0$0 in fabric-registry-sync-v0.mixins.json:MixinIdList -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MaterialBuilderAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.Material$Builder -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState -[18:06:26] [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) -[18:06:26] [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 mda45a96$lambda$preventBlockSelection$0$0 in apoli.mixins.json:AbstractBlockStateMixin -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntity from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.block.entity.BlockEntity -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.LootableContainerBlockEntity -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler -[18:06:26] [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) -[18:06:26] [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 mda45a96$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinAbstractFurnaceBlockEntity from fabric-content-registries-v0.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.BrewingStandBlockEntity -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$3(Ljava/util/List;Lio/github/apace100/apoli/power/TooltipPower;)V to mda45a96$lambda$addEquipmentPowerTooltips$3$0 in apoli.mixins.json:ItemStackMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$2(Lio/github/apace100/apoli/power/TooltipPower;)Z to mda45a96$lambda$addEquipmentPowerTooltips$2$1 in apoli.mixins.json:ItemStackMixin -[18:06:26] [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 mda45a96$lambda$addEquipmentPowerTooltips$1$2 in apoli.mixins.json:ItemStackMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$0(Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)Z to mda45a96$lambda$addEquipmentPowerTooltips$0$3 in apoli.mixins.json:ItemStackMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemStack from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing DontOverwriteAttrModsMixin from calio.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayItem from calio.mixins.json into net.minecraft.item.ItemStack -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing EnderChestBlockEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.EnderChestBlockEntity -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$RemoveNonItalicOnRename from calio.mixins.json into net.minecraft.screen.AnvilScreenHandler -[18:06:26] [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) -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [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 -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing ForgingScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ForgingScreenHandler -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Mixing HopperBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.HopperBlockEntity -[18:06:26] [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) -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookExtract$1(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mda45a96$lambda$hookExtract$1$0 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin -[18:06:26] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookInsert$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to mda45a96$lambda$hookInsert$0$1 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin -[18:06:26] [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 -[18:06:26] [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 -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.block.entity.ConduitBlockEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing PersistentProjectileEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.PersistentProjectileEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to mda45a96$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:PersistentProjectileEntityMixin -[18:06:27] [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 mda45a96$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:PersistentProjectileEntityMixin -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.entity.ExperienceOrbEntity -[18:06:27] [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) -[18:06:27] [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 -[18:06:27] [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 -[18:06:27] [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 -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.entity.mob.CreeperEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectTargetGoal$0(Lnet/minecraft/entity/LivingEntity;)Z to mda45a96$lambda$redirectTargetGoal$0$0 in origins.mixins.json:ScareCreepersMixin -[18:06:27] [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 -[18:06:27] [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 -[18:06:27] [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 -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing TridentEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.TridentEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to mda45a96$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:TridentEntityMixin -[18:06:27] [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 mda45a96$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:TridentEntityMixin -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [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 mda45a96$lambda$preventAvianSleep$0$0 in apoli.mixins.json:ServerPlayerEntityMixin -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerPlayerEntity from mixins.cardinal_components_entity.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityAccessor from fabric-containers-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:27] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-containers-v0.accurate.mixins.json into net.minecraft.server.network.ServerPlayerEntity -[18:06:27] [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) -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.vehicle.StorageMinecartEntity -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing client.WorldChunkMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.chunk.WorldChunk -[18:06:28] [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) -[18:06:28] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zem000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing StructuresConfigAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.StructuresConfig -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.item.BlockItem -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing ArmorItemMixin from apoli.mixins.json into net.minecraft.item.ArmorItem -[18:06:28] [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) -[18:06:28] [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 mda45a96$lambda$preventArmorEquipping$0$0 in apoli.mixins.json:ArmorItemMixin -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing SwordItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.SwordItem -[18:06:28] [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) -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.ShovelItem -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates_$md$a45a96$0 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing MiningToolItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.MiningToolItem -[18:06:28] [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) -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.AxeItem -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks_$md$a45a96$0 in fabric-content-registries-v0.mixins.json:AxeItemAccessor -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks_$md$a45a96$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoeItem -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions_$md$a45a96$0 in fabric-content-registries-v0.mixins.json:HoeItemAccessor -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing ShearsItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.ShearsItem -[18:06:28] [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) -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoneycombItem -[18:06:28] [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) -[18:06:28] [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 -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup -[18:06:28] [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) -[18:06:28] [main/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup -[18:06:28] [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) -[18:06:28] [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 -[18:06:28] [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 -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.entity.effect.StatusEffectInstance -[18:06:29] [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) -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing ChestStateManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.ViewerCountManager -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerInventory -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.screen.slot.CraftingResultSlot -[18:06:29] [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) -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing LootPoolEntryTypesAccessor from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.entry.LootPoolEntryTypes -[18:06:29] [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) -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/util/JsonSerializer;)Lnet/minecraft/loot/entry/LootPoolEntryType; to register_$md$a45a96$0 in fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinMultiNoiseBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.MultiNoiseBiomeSource$Preset -[18:06:29] [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) -[18:06:29] [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 mda45a96$lambda$appendNetherBiomes$1$0 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$0(Lnet/minecraft/world/biome/Biome;)Lnet/minecraft/world/biome/Biome; to mda45a96$lambda$appendNetherBiomes$0$1 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource -[18:06:29] [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 -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing FlatChunkGeneratorConfigMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig -[18:06:29] [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) -[18:06:29] [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 -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry -[18:06:29] [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) -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry_$md$a45a96$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor -[18:06:29] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry -[18:06:29] [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) -[18:06:29] [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 -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$1(Lio/github/apace100/apoli/power/SelfGlowPower;)Z to mda45a96$lambda$makeEntitiesGlow$1$0 in apoli.mixins.json:MinecraftClientMixin -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/EntityGlowPower;)Z to mda45a96$lambda$makeEntitiesGlow$0$1 in apoli.mixins.json:MinecraftClientMixin -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftClient from fabric-events-interaction-v0.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMinecraftClient from fabric-registry-sync-v0.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.MinecraftClientAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.client.MinecraftClient -[18:06:29] [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) -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [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 -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[18:06:29] [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) -[18:06:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screen.Screen -[18:06:29] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AspectsMixin from aspects.mixins.json into net.minecraft.client.gui.screen.TitleScreen -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTitleScreen from mixins.modmenu.json into net.minecraft.client.gui.screen.TitleScreen -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientWorld from mixins.cardinal_components_entity.json into net.minecraft.client.world.ClientWorld -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HandledScreenFocusedSlotAccessor from calio.mixins.json into net.minecraft.client.gui.screen.ingame.HandledScreen -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerAccessor from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getInfos()Ljava/util/Map; to getInfos_$md$a45a96$0 in fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDynamicRegistryManager from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerMixin from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager$Impl -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientBuiltinResourcePackProviderMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.ClientBuiltinResourcePackProvider -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackProfileAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackProfile -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing FileResourcePackProviderAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.FileResourcePackProvider -[18:06:30] [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) -[18:06:30] [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' -[18:06:30] [Render thread/DEBUG] (com.mojang.authlib.minecraft.client.MinecraftClient) Connecting to https://api.minecraftservices.com/player/attributes -[18:06:30] [Render thread/ERROR] (net.minecraft.client.MinecraftClient) Failed to verify authentication +[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 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,956 +1213,1012 @@ 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 -[18:06:30] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Setting user: Player679 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap_$md$a45a96$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyCodeAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'main' -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftServer from fabric-tag-extensions-v0.mixins.json into net.minecraft.server.MinecraftServer -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to mda45a96$lambda$endResourceReload$0$0 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.MinecraftServer -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/INFO] (io.github.apace100.origins.Origins) Origins 1.3.0 is initializing. Have fun! -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DamageSourceAccessor from calio.mixins.json into net.minecraft.entity.damage.DamageSource -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method createDamageSource(Ljava/lang/String;)Lnet/minecraft/entity/damage/DamageSource; to createDamageSource_$md$a45a96$0 in calio.mixins.json:DamageSourceAccessor -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:root has been marked as modded, registry entry apoli:power_factory was changed -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:block has been marked as modded, registry entry origins:temporary_cobweb was changed -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:item has been marked as modded, registry entry origins:orb_of_origin was changed -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ServerLoginNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler -[18:06:30] [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) -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayNetworkHandler -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler -[18:06:30] [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) -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [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 -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:enchantment has been marked as modded, registry entry origins:water_protection was changed -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:entity_type has been marked as modded, registry entry origins:enderian_pearl was changed -[18:06:30] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_condition_type has been marked as modded, registry entry origins:origin was changed -[18:06:30] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootManager from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootManager -[18:06:31] [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) -[18:06:31] [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 mda45a96$lambda$apply$2$0 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[18:06:31] [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 mda45a96$lambda$apply$1$1 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$0(Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to mda45a96$lambda$apply$0$2 in fabric-loot-tables-v1.mixins.json:MixinLootManager -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.loot.LootManager -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootSupplierBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable$Builder -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.advancement.criterion.Criteria -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/advancement/criterion/Criterion;)Lnet/minecraft/advancement/criterion/Criterion; to callRegister_$md$a45a96$1 in fabric-object-builder-v1.mixins.json:CriteriaAccessor -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaRegistryInvoker from calio.mixins.json into net.minecraft.advancement.criterion.Criteria -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:attribute has been marked as modded, registry entry reach-entity-attributes:reach was changed -[18:06:31] [Render thread/INFO] (aspects) Hello from Aspects :D -[18:06:31] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:recipe_serializer has been marked as modded, registry entry apoli:power_restricted was changed -[18:06:31] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_function_type has been marked as modded, registry entry apoli:add_power was changed -[18:06:31] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Apoli 2.2.0 has initialized. Ready to power up your game! -[18:06:31] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'client' -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.render.GameRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameRendererMixin from mixins.reach-entity-attributes.json into net.minecraft.client.render.GameRenderer -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.render.GameRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getEyePos$7(Ljava/util/HashSet;Lnet/minecraft/util/math/BlockPos;)V to mda45a96$lambda$getEyePos$7$0 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventThirdPerson$6(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$preventThirdPerson$6$1 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$beforeRender$5$2 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$beforeRender$4$3 in apoli.mixins.json:GameRendererMixin -[18:06:31] [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 mda45a96$lambda$disableShaderToggle$3$4 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOverlayPowers$2(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to mda45a96$lambda$renderOverlayPowers$2$5 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPower$1(Lio/github/apace100/apoli/power/ShaderPower;)V to mda45a96$lambda$loadShaderFromPower$1$6 in apoli.mixins.json:GameRendererMixin -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/apace100/apoli/power/ShaderPower;)V to mda45a96$lambda$loadShaderFromPowerOnCameraEntity$0$7 in apoli.mixins.json:GameRendererMixin -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinSpriteAtlasTexture from fabric-renderer-api-v1.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinSpriteAtlasTexture from fabric-textures-v0.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler$1 -[18:06:31] [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) -[18:06:31] [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 mda45a96$lambda$preventArmorInsertion$0$0 in apoli.mixins.json:PlayerScreenHandlerMixin -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.item.ItemRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.item.ItemRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Lnet/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext; to mda45a96$lambda$new$0$0 in fabric-renderer-indigo.mixins.json:MixinItemRenderer -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientLoginNetworkHandler -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientPlayNetworkHandler from fabric-content-registries-v0.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.ElytraFeatureRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinArmorFeatureRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.ArmorFeatureRenderer -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.ClientConnection -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/INFO] (net.fabricmc.fabric.impl.client.indigo.Indigo) [Indigo] Registering Indigo renderer! -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinGameOptions from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.GameOptions -[18:06:31] [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) -[18:06:31] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameOptionsMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.option.GameOptions -[18:06:31] [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) -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [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 -[18:06:31] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Backend library: LWJGL version 3.2.1 build 12 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MouseMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Mouse -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyboardMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Keyboard -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ReloadableResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ReloadableResourceManagerImpl -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getResourcePackNames$0(Lnet/minecraft/resource/ResourcePack;)Ljava/lang/String; to mda45a96$lambda$getResourcePackNames$0$0 in fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.language.LanguageManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.texture.TextureManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.sound.SoundManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.FontManagerResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.font.FontManager$1 -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBlockColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.block.BlockColors -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.item.ItemColors -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBakedModelManager from fabric-models-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.block.BlockRenderManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBuiltinModelItemRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.item.BuiltinModelItemRenderer -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemModelMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.render.item.ItemModels -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityRenderDispatcherMixin from apoli.mixins.json into net.minecraft.client.render.entity.EntityRenderDispatcher -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventRenderingEntities$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityRenderPower;)Z to mda45a96$lambda$preventRenderingEntities$0$0 in apoli.mixins.json:EntityRenderDispatcherMixin -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.HeldItemRendererMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.render.item.HeldItemRenderer -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinModelLoader from fabric-models-v0.mixins.json into net.minecraft.client.render.model.ModelLoader -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.BakedModel -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LightmapTextureManagerMixin from apoli.mixins.json into net.minecraft.client.render.LightmapTextureManager -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockModelRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinAmbientOcclusionCalculator from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer$AmbientOcclusionCalculator -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinFluidRenderer from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.render.block.FluidRenderer -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to mda45a96$lambda$new$0$0 in fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinWorldRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.WorldRenderer -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.render.WorldRenderer -[18:06:32] [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) -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.WorldRenderer -[18:06:32] [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) -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [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 -[18:06:32] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (IIII)V -[18:06:32] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 9360. -[18:06:32] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 20. -[18:06:32] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 -[18:06:32] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 -[18:06:32] [Render thread/DEBUG] (io.netty.util.internal.ThreadLocalRandom) -Dio.netty.initialSeedUniquifier: 0xb89c6f4f46f64653 -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinParticleManager from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinParticleManager from fabric-registry-sync-v0.mixins.json into net.minecraft.client.particle.ParticleManager -[18:06:33] [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) -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager$SimpleSpriteProvider -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinInGameHud from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.hud.InGameHud -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameHudMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameHud -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOnHud$0(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to mda45a96$lambda$renderOnHud$0$0 in apoli.mixins.json:InGameHudMixin -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayHud from calio.mixins.json into net.minecraft.client.gui.hud.InGameHud -[18:06:33] [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) -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDebugHud from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.hud.DebugHud -[18:06:33] [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) -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer API (v1), Fabric Tag Extensions (v0), Fabric Screen API (v1), Fabric Item API (v1), Fabric Content Registries (v0), Fabric BlockRenderLayer Registration (v1), Fabric Events Lifecycle (v0), Origins, Reach Entity Attributes, Fabric Rendering (v1), Fabric Data Generation API (v1), Aspects, Fabric Lifecycle Events (v1), Fabric Structure API (v1), Fabric Object Builder API (v1), Fabric Networking (v0), Fabric Screen Handler API (v1), Fabric Dimensions API (v1), Fabric Command API (v1), Fabric Models (v0), Fabric Biome API (v1), Fabric Transfer API (v1), Fabric API Lookup API (v1), Apoli, Fabric Item Groups (v0), Fabric Loot Tables (v1), Cloth Config v6, Fabric Tool Attribute API (v1), Fabric API Base, Fabric Textures (v0), Fabric Crash Report Info (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Particles (v1), Fabric Key Binding API (v1), Mod Menu, Fabric Commands (v0), Fabric Rendering Fluids (v1), Fabric Registry Sync (v0), Fabric Game Test API (v1), Pal, Fabric Containers (v0), Fabric API, Fabric Networking API (v1), Fabric Rendering (v0), Fabric Key Bindings (v0), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Object Builders (v0), Calio, Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Mining Level API (v1), Fabric Renderer - Indigo, Fabric Game Rule API (v1), Fabric Loader) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method fabric$accessor_getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier; to fabric$accessor_getMetadataPath_$md$a45a96$0 in fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager -[18:06:33] [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) -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [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 -[18:06:33] [Render thread/INFO] (aspects) Hello from Aspects! :D -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BackgroundRendererMixin from apoli.mixins.json into net.minecraft.client.render.BackgroundRenderer -[18:06:33] [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) -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$redirectFogEnd$4$0 in apoli.mixins.json:BackgroundRendererMixin -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$3(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$redirectFogEnd$3$1 in apoli.mixins.json:BackgroundRendererMixin -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$2(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$redirectFogStart$2$2 in apoli.mixins.json:BackgroundRendererMixin -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$1(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$redirectFogStart$1$3 in apoli.mixins.json:BackgroundRendererMixin -[18:06:33] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyD$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to mda45a96$lambda$modifyD$0$4 in apoli.mixins.json:BackgroundRendererMixin -[18:06:33] [Realms Notification Availability checker #1/INFO] (net.minecraft.client.realms.RealmsClient) Could not authorize you against Realms server: Invalid session id -[18:06:36] [Render thread/INFO] (net.minecraft.client.sound.SoundEngine) OpenAL initialized on device CoreAudio Default -[18:06:36] [Render thread/INFO] (net.minecraft.client.sound.SoundSystem) Sound engine started -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas -[18:06:37] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMultipartBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.MultipartBakedModel -[18:06:37] [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) -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinWeightedBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.WeightedBakedModel -[18:06:37] [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) -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModels -[18:06:37] [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) -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModelLayers -[18:06:37] [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) -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers_$md$a45a96$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.block.entity.BlockEntityRendererFactories -[18:06:37] [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) -[18:06:37] [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 mda45a96$lambda$init$0$0 in fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.EntityRenderers -[18:06:37] [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) -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$onRegisterRenderers$0(Lnet/minecraft/entity/EntityType;Lnet/minecraft/client/render/entity/EntityRendererFactory;)V to mda45a96$lambda$onRegisterRenderers$0$0 in fabric-rendering-v1.mixins.json:MixinEntityRenderers -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer -[18:06:37] [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) -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer -[18:06:37] [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) -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$renderColorChangedModel$3$0 in apoli.mixins.json:LivingEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$renderColorChangedModel$2$1 in apoli.mixins.json:LivingEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$renderColorChangedModel$1$2 in apoli.mixins.json:LivingEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventFeatureRendering$0(Ljava/lang/Class;Lio/github/apace100/apoli/power/PreventFeatureRenderPower;)Z to mda45a96$lambda$preventFeatureRendering$0$3 in apoli.mixins.json:LivingEntityRendererMixin -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [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 -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.PlayerEntityRenderer -[18:06:37] [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) -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$5(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeSleeveTranslucent$5$0 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$4(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeSleeveTranslucent$4$1 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeSleeveTranslucent$3$2 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeArmTranslucent$2$3 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeArmTranslucent$1$4 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:37] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$0(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to mda45a96$lambda$makeArmTranslucent$0$5 in apoli.mixins.json:PlayerEntityRendererMixin -[18:06:38] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas -[18:06:38] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas -[18:06:38] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas -[18:06:38] [Render thread/INFO] (aspects) Hello from Aspects! :D -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.CreateWorldScreenMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.gui.screen.world.CreateWorldScreen -[18:19:47] [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) -[18:19:47] [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 -[18:19:47] [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 -[18:19:47] [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 -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules -[18:19:47] [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) -[18:19:47] [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$a45a96$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes_$md$a45a96$1 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RuleKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$Key -[18:19:47] [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) -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BooleanRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$BooleanRule -[18:19:47] [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) -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeCreate(ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/GameRules$Type; to invokeCreate_$md$a45a96$0 in fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor -[18:19:47] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing IntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$IntRule -[18:19:47] [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) -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/biome has been marked as modded, registry entry minecraft:the_void was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_carver has been marked as modded, registry entry minecraft:cave was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_feature has been marked as modded, registry entry minecraft:seagrass_short was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/placed_feature has been marked as modded, registry entry minecraft:crimson_fungi was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_structure_feature has been marked as modded, registry entry minecraft:pillager_outpost was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/processor_list has been marked as modded, registry entry minecraft:empty was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/template_pool has been marked as modded, registry entry minecraft:empty was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise has been marked as modded, registry entry minecraft:temperature was changed -[18:19:48] [Render thread/DEBUG] (net.fabricmc.fabric.impl.registry.sync.DynamicRegistrySync) Setting up synchronisation of new BuiltinRegistries entries to the built-in DynamicRegistryManager -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[18:19:48] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManager from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManager -[18:19:48] [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) -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[18:19:48] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistryOps from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.dynamic.RegistryOps -[18:19:48] [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) -[18:19:48] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.RegistryOpsMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.dynamic.RegistryOps -[18:19:48] [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) -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AccessorLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session -[18:19:48] [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) -[18:19:48] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session -[18:19:48] [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) -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [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 -[18:19:48] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayerInteractionManager -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[18:19:49] [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) -[18:19:49] [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 mda45a96$lambda$executeBlockUseActions$4$0 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[18:19:49] [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 mda45a96$lambda$executeBlockUseActions$3$1 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[18:19:49] [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 mda45a96$lambda$preventBlockInteraction$2$2 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$1(ZZLnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)V to mda45a96$lambda$actionOnBlockBreak$1$3 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$0(Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)Z to mda45a96$lambda$actionOnBlockBreak$0$4 in apoli.mixins.json:ServerPlayerInteractionManagerMixin -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerInteractionManager -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerAccessor from apoli.mixins.json into net.minecraft.recipe.RecipeManager -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.recipe.RecipeManager -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/recipe/Recipe;)Z to mda45a96$lambda$prioritizeModifiedRecipes$1$0 in apoli.mixins.json:RecipeManagerMixin -[18:19:49] [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 mda45a96$lambda$prioritizeModifiedRecipes$0$1 in apoli.mixins.json:RecipeManagerMixin -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.recipe.RecipeManager -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootPool from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootSupplier from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.ServerAdvancementLoader -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManagerLoader from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManagerLoader -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.tag.TagManagerLoader -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-command-api-v1.mixins.json into net.minecraft.server.command.CommandManager -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.command.CommandManager -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteSet(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteSet_$md$a45a96$0 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteQuery_$md$a45a96$1 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandVisitorMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand$1 -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HelpCommandAccessor from fabric-command-api-v1.mixins.json into net.minecraft.server.command.HelpCommand -[18:19:49] [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) -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getFailedException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getFailedException_$md$a45a96$0 in fabric-command-api-v1.mixins.json:HelpCommandAccessor -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TeleportCommandMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.command.TeleportCommand -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [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] -[18:19:49] [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] -[18:19:49] [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] -[18:19:49] [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] -[18:19:49] [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] -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TestFunctionsMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.test.TestFunctions -[18:19:49] [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) -[18:19:49] [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 -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.function.FunctionLoader -[18:19:49] [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) -[18:19:49] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Origins, Aspects, Apoli, Fabric Tool Attribute API (v1), Fabric Game Test API (v1)) -[18:19:49] [Worker-Main-32/DEBUG] (FabricLoader/Mixin) Mixing MixinTagBuilder from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.Tag$Builder -[18:19:49] [Worker-Main-32/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) -[18:19:49] [Worker-Main-32/DEBUG] (FabricLoader/Mixin) Mixing TagBuilderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.tag.Tag$Builder -[18:19:49] [Worker-Main-32/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) -[18:19:49] [Worker-Main-32/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 -[18:19:49] [Worker-Main-32/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 -[18:19:49] [Worker-Main-32/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 -[18:19:49] [Render thread/INFO] (net.minecraft.recipe.RecipeManager) Loaded 7 recipes -[18:19:49] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool$Builder -[18:19:49] [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) -[18:19:49] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 1143 advancements -[18:19:49] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Finished loading powers from data files. Registry contains 113 powers. -[18:19:49] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origins from data files. Registry contains 17 origins. -[18:19:49] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:elements -[18:19:49] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: origins:origin -[18:19:49] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:origins -[18:19:49] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origin layers from data files. Read 3 layers. -[18:19:49] [Render thread/INFO] (net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.498 ms -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.1 -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.2 -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:19:49] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:19:50] [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' -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from apoli.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$1(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to mda45a96$lambda$syncPowerTypes$1$0 in apoli.mixins.json:LoginMixin -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to mda45a96$lambda$syncPowerTypes$0$1 in apoli.mixins.json:LoginMixin -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from origins.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$2(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to mda45a96$lambda$openOriginsGui$2$2 in origins.mixins.json:LoginMixin -[18:19:50] [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 mda45a96$lambda$openOriginsGui$1$3 in origins.mixins.json:LoginMixin -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to mda45a96$lambda$openOriginsGui$0$4 in origins.mixins.json:LoginMixin -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinPlayerManager from mixins.cardinal_components_entity.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinPlayerManager from fabric-registry-sync-v0.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RegistrySyncMixin from calio.mixins.json into net.minecraft.server.PlayerManager -[18:19:50] [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) -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Starting integrated minecraft server version 1.18 -[18:19:50] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Generating keypair -[18:19:50] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld$ServerEntityHandler -[18:19:50] [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) -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ThreadedAnvilChunkStorageMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage -[18:19:50] [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) -[18:19:50] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ThreadedAnvilChunkStorageAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage -[18:19:50] [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) -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [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 -[18:19:50] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Preparing start region for dimension minecraft:overworld -[18:19:51] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkSerializerMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.ChunkSerializer -[18:19:51] [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) -[18:19:51] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mda45a96$lambda$static$0$0 in fabric-structure-api-v1.mixins.json:ChunkSerializerMixin -[18:19:51] [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 -[18:19:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:51] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 32% -[18:19:55] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 53% -[18:19:55] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 73% -[18:19:56] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Time elapsed: 5369 ms -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.EntityTrackerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntityTrackerEntry from mixins.cardinal_components_entity.json into net.minecraft.server.network.EntityTrackerEntry -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.EntityTrackerEntry -[18:19:56] [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) -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing view distance to 12, from 10 -[18:19:56] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing simulation distance to 12, from 0 -[18:19:56] [Render thread/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 32 -[18:19:56] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false -[18:19:56] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512 -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 17 -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable +[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 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] @@ -2214,8 +2270,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:?] -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable +[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 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) ~[?:?] @@ -2269,1152 +2325,1055 @@ 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:?] -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, int): unavailable -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 8589934592 bytes (maybe) -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: /var/folders/hd/4xsb86b57kxgdy1rw0c11hn00000gn/T (java.io.tmpdir) -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model) -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: MacOS -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1 -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false -[18:19:56] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available -[18:19:56] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 17777 (auto-detected) -[18:19:56] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false -[18:19:56] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false -[18:19:56] [Render thread/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0) -[18:19:56] [Render thread/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128 -[18:19:56] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected) -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 32 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 32 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 11 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 16777216 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: true -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0 -[18:19:56] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384 -[18:19:56] [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 -[18:19:56] [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) -[18:19:56] [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 -[18:19:56] [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) -[18:19:56] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096 -[18:19:56] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxSharedCapacityFactor: 2 -[18:19:56] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.linkCapacity: 16 -[18:19:56] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8 -[18:19:56] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.delayedQueue.ratio: 8 -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 0 and channel with name origins:handshake -[18:19:56] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true -[18:19:56] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true -[18:19:56] [Server thread/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@383beb79 -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 1 and channel with name fabric-networking-api-v1:early_registration -[18:19:56] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:8da1f0a0) Handling inbound login query with id 0 -[18:19:56] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Received accepted channels from the server -[18:19:56] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the server -[18:19:56] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:8da1f0a0) Handling inbound login query with id 1 -[18:19:56] [Netty Server IO #1/DEBUG] (fabric-networking-api-v1) Received accepted channels from the client for "com.mojang.authlib.GameProfile@26ef8ae6[id=def15adf-07af-3672-a35b-fe69f139863f,name=Player679,properties={},legacy=false] (local:E:8da1f0a0)" -[18:19:56] [Server thread/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the client for "com.mojang.authlib.GameProfile@26ef8ae6[id=def15adf-07af-3672-a35b-fe69f139863f,name=Player679,properties={},legacy=false] (local:E:8da1f0a0)" -[18:19:56] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing HungerManagerMixin from apoli.mixins.json into net.minecraft.entity.player.HungerManager -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeAdditionalEatAction$4(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$executeAdditionalEatAction$4$0 in apoli.mixins.json:HungerManagerMixin -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$3(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to mda45a96$lambda$modifySaturation$3$1 in apoli.mixins.json:HungerManagerMixin -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$2(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$modifySaturation$2$2 in apoli.mixins.json:HungerManagerMixin -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$1(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to mda45a96$lambda$modifyHunger$1$3 in apoli.mixins.json:HungerManagerMixin -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to mda45a96$lambda$modifyHunger$0$4 in apoli.mixins.json:HungerManagerMixin -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryAccessor from apoli.mixins.json into net.minecraft.inventory.CraftingInventory -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.inventory.CraftingInventory -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing OriginUpgradeMixin from origins.mixins.json into net.minecraft.advancement.PlayerAdvancementTracker -[18:19:56] [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) -[18:19:56] [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 mda45a96$lambda$checkOriginUpgrade$0$0 in origins.mixins.json:OriginUpgradeMixin -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed -[18:19:56] [Server thread/INFO] (net.minecraft.server.PlayerManager) Player679[local:E:8da1f0a0] logged in with entity id 64 at (-114.51266071143392, 60.82412442536817, 255.2570813465739) -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Creating registry sync packet -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:game_event -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:sound_event -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:fluid -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:block -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:enchantment -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:entity_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:item -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:potion -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:particle_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_entity_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:motive -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:custom_stat -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:chunk_status -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:rule_test -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:pos_rule_test -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:menu -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_serializer -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:attribute -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:position_source_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:stat_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_profession -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:point_of_interest_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:memory_module_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:sensor_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:schedule -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:activity -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_pool_entry_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_function_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_condition_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_number_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_nbt_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_score_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:float_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:int_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:height_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_predicate_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/carver -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_feature -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_piece -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/placement_modifier_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/block_state_provider_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/foliage_placer_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/trunk_placer_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/tree_decorator_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature_size_type -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/biome_source -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/chunk_generator -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_rule -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_processor -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_pool_element -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:power_factory -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:damage_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:fluid_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:biome_condition -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_action -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_action -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_action -[18:19:56] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_action -[18:19:56] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player679 joined the game -[18:19:56] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing ClientAdvancementManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientAdvancementManager -[18:19:56] [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) -[18:19:56] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing client.ClientCommandSourceMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientCommandSource -[18:19:56] [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) -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "minecraft:register" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "minecraft:brand" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "fabric:registry/sync" -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[18:19:56] [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) -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.client.network.ClientPlayerInteractionManager -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[18:19:56] [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) -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[18:19:56] [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) -[18:19:56] [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 mda45a96$lambda$executeBlockUseActions$1$0 in apoli.mixins.json:ClientPlayerInteractionManagerMixin -[18:19:56] [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 mda45a96$lambda$preventBlockInteraction$0$1 in apoli.mixins.json:ClientPlayerInteractionManagerMixin -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinClientPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [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) -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:power_list" -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientChunkManagerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientChunkManager -[18:19:56] [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) -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld$ClientEntityHandler -[18:19:56] [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) -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "origins:origin_list" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "origins:layer_list" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "origins:badge_list" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.DimensionEffects -[18:19:56] [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) -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap_$md$a45a96$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockRenderLayer from fabric-blockrenderlayer-v1.mixins.json into net.minecraft.client.render.RenderLayers -[18:19:56] [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) -[18:19:56] [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 -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk -[18:19:56] [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) -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRebuildTask from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk$RebuildTask -[18:19:56] [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) -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [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 -[18:19:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderData from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$ChunkData -[18:19:56] [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) -[18:19:56] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SpawnRestrictionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.SpawnRestriction -[18:19:56] [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) -[18:19:56] [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$a45a96$0 in fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor -[18:19:56] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "minecraft:brand" -[18:19:56] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "minecraft:register" -[18:19:57] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 15 advancements -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegionBuilder from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegionBuilder -[18:19:57] [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) -[18:19:57] [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 -[18:19:57] [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 -[18:19:57] [Worker-Main-23/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/def15adf07af3672a35bfe69f139863f?unsigned=true -[18:19:57] [Worker-Main-23/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/def15adf07af3672a35bfe69f139863f?unsigned=true -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameOverlayRendererMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameOverlayRenderer -[18:19:57] [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) -[18:19:57] [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 -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Worker-Main-23/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 -[18:19:57] [Worker-Main-23/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: -[18:19:57] [Worker-Main-23/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@6e25b86b[id=def15adf-07af-3672-a35b-fe69f139863f,name=Player679,properties={},legacy=false] as the profile does not exist -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry -[18:19:57] [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) -[18:19:57] [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$a45a96$0 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistrySpecificAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry -[18:19:57] [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) -[18:19:57] [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$a45a96$1 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor -[18:19:57] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 144. -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkRendererRegionMixin from apoli.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[18:19:57] [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) -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegion from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[18:19:57] [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) -[18:19:57] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRendererRegion from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion -[18:19:57] [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) -[18:19:57] [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 -[18:19:57] [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 -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:58] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 9360, new limit 25584. -[18:19:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:19:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinCreativePlayerInventoryGui from fabric-item-groups-v0.mixins.json into net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen -[18:20:00] [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) -[18:20:00] [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 -[18:20:00] [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 -[18:20:00] [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 -[18:20:00] [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 -[18:20:00] [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 -[18:20:00] [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 -[18:20:00] [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 -[18:20:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from apoli.mixins.json into net.minecraft.util.collection.WeightedList$Entry -[18:20:06] [Server 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) -[18:20:06] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from calio.mixins.json into net.minecraft.util.collection.WeightedList$Entry -[18:20:06] [Server 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) -[18:20:06] [Server thread/DEBUG] (FabricLoader/Mixin) Unexpected: Registered method getWeight()I in net.minecraft.util.collection.WeightedList$Entry was not merged -[18:20:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:32] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... -[18:20:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:32] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:20:32] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:20:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:34] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... -[18:20:34] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:34] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:34] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:20:34] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:20:37] [Worker-Main-37/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/def15adf07af3672a35bfe69f139863f?unsigned=false -[18:20:37] [Worker-Main-37/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/def15adf07af3672a35bfe69f139863f?unsigned=false -[18:20:38] [Worker-Main-37/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204 -[18:20:38] [Worker-Main-37/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: -[18:20:38] [Worker-Main-37/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@26ef8ae6[id=def15adf-07af-3672-a35b-fe69f139863f,name=Player679,properties={},legacy=false] as the profile does not exist -[18:20:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:20:49] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game... -[18:20:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:20:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:21:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:12] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player679 was struck by lightning -[18:21:12] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player679 was struck by lightning -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:24] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:21:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:21:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:28] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:21:37] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:21:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:set_attacker" -[18:21:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:21:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:set_attacker" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:46] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:49] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:51] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:58] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/origin set Player679 aspects:elements aspects:hydro' +[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' com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] -[18:21:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:58] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player679: Set origin of Player679 in layer Aspect to Hydro.] -[18:21:58] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set origin of Player679 in layer Aspect to Hydro. -[18:21:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:21:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:02] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:17] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/origin set Player679 aspects:origins aspects:cryo' +[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' com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE] -[18:22:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:17] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player679: Set origin of Player679 in layer Type to Cryo.] -[18:22:17] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set origin of Player679 in layer Type to Cryo. -[18:22:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:19] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:22:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:22:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:20] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:use_active_powers" -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:set_attacker" -[18:22:20] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player679 has made the advancement [Monster Hunter] -[18:22:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "apoli:sync_power" -[18:22:20] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player679 has made the advancement [Monster Hunter] -[18:22:20] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 39 advancements -[18:22:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player679) Handling inbound packet from channel with name "cardinal-components:entity_sync" -[18:22:26] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Stopping! -[18:22:26] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Player679 lost connection: Disconnected -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player679 left the game -[18:22:26] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Stopping singleplayer server as player logged out -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Stopping server -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving players -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving worlds -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action -[18:22:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (New World): All chunks are saved -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM1): All chunks are saved -[18:22:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage: All dimensions are saved +[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 diff --git a/run/logs/latest.log b/run/logs/latest.log index 09d6b7e..9aef377 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,5 +1,5 @@ -[18:06:23] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10 -[18:06:23] [main/INFO] (FabricLoader) Loading 61 mods: +[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: - 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 -[18:06:23] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited. -[18:06:23] [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 -[18:06:23] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! -[18:06:23] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 -[18:06:28] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zem000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. -[18:06:30] [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' -[18:06:30] [Render thread/ERROR] (Minecraft) Failed to verify authentication +[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 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,96 +89,144 @@ 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 -[18:06:30] [Render thread/INFO] (Minecraft) Setting user: Player679 -[18:06:30] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun! -[18:06:31] [Render thread/INFO] (aspects) Hello from Aspects :D -[18:06:31] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game! -[18:06:31] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer! -[18:06:31] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12 -[18:06:33] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer API (v1), Fabric Tag Extensions (v0), Fabric Screen API (v1), Fabric Item API (v1), Fabric Content Registries (v0), Fabric BlockRenderLayer Registration (v1), Fabric Events Lifecycle (v0), Origins, Reach Entity Attributes, Fabric Rendering (v1), Fabric Data Generation API (v1), Aspects, Fabric Lifecycle Events (v1), Fabric Structure API (v1), Fabric Object Builder API (v1), Fabric Networking (v0), Fabric Screen Handler API (v1), Fabric Dimensions API (v1), Fabric Command API (v1), Fabric Models (v0), Fabric Biome API (v1), Fabric Transfer API (v1), Fabric API Lookup API (v1), Apoli, Fabric Item Groups (v0), Fabric Loot Tables (v1), Cloth Config v6, Fabric Tool Attribute API (v1), Fabric API Base, Fabric Textures (v0), Fabric Crash Report Info (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Particles (v1), Fabric Key Binding API (v1), Mod Menu, Fabric Commands (v0), Fabric Rendering Fluids (v1), Fabric Registry Sync (v0), Fabric Game Test API (v1), Pal, Fabric Containers (v0), Fabric API, Fabric Networking API (v1), Fabric Rendering (v0), Fabric Key Bindings (v0), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Object Builders (v0), Calio, Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Mining Level API (v1), Fabric Renderer - Indigo, Fabric Game Rule API (v1), Fabric Loader) -[18:06:33] [Render thread/INFO] (aspects) Hello from Aspects! :D -[18:06:33] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id -[18:06:36] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default -[18:06:36] [Render thread/INFO] (Minecraft) Sound engine started -[18:06:37] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas -[18:06:37] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas -[18:06:38] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas -[18:06:38] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas -[18:06:38] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas -[18:06:38] [Render thread/INFO] (aspects) Hello from Aspects! :D -[18:19:49] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[18:19:49] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[18:19:49] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[18:19:49] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[18:19:49] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[18:19:49] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Origins, Aspects, Apoli, Fabric Tool Attribute API (v1), Fabric Game Test API (v1)) -[18:19:49] [Render thread/INFO] (Minecraft) Loaded 7 recipes -[18:19:49] [Render thread/INFO] (Minecraft) Loaded 1143 advancements -[18:19:49] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 113 powers. -[18:19:49] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 17 origins. -[18:19:49] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements -[18:19:49] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin -[18:19:49] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins -[18:19:49] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers. -[18:19:49] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.498 ms -[18:19:50] [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' -[18:19:50] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18 -[18:19:50] [Server thread/INFO] (Minecraft) Generating keypair -[18:19:50] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld -[18:19:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 0% -[18:19:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 32% -[18:19:55] [Render thread/INFO] (Minecraft) Preparing spawn area: 53% -[18:19:55] [Render thread/INFO] (Minecraft) Preparing spawn area: 73% -[18:19:56] [Render thread/INFO] (Minecraft) Time elapsed: 5369 ms -[18:19:56] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10 -[18:19:56] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0 -[18:19:56] [Server thread/INFO] (Minecraft) Player679[local:E:8da1f0a0] logged in with entity id 64 at (-114.51266071143392, 60.82412442536817, 255.2570813465739) -[18:19:56] [Server thread/INFO] (Minecraft) Player679 joined the game -[18:19:57] [Render thread/INFO] (Minecraft) Loaded 15 advancements -[18:20:32] [Server thread/INFO] (Minecraft) Saving and pausing game... -[18:20:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:20:34] [Server thread/INFO] (Minecraft) Saving and pausing game... -[18:20:34] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:34] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:34] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:20:49] [Server thread/INFO] (Minecraft) Saving and pausing game... -[18:20:49] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:20:49] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:20:49] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:21:12] [Server thread/INFO] (Minecraft) Player679 was struck by lightning -[18:21:12] [Render thread/INFO] (Minecraft) [CHAT] Player679 was struck by lightning -[18:21:58] [Server thread/INFO] (Minecraft) [Player679: Set origin of Player679 in layer Aspect to Hydro.] -[18:21:58] [Render thread/INFO] (Minecraft) [CHAT] Set origin of Player679 in layer Aspect to Hydro. -[18:22:17] [Server thread/INFO] (Minecraft) [Player679: Set origin of Player679 in layer Type to Cryo.] -[18:22:17] [Render thread/INFO] (Minecraft) [CHAT] Set origin of Player679 in layer Type to Cryo. -[18:22:20] [Server thread/INFO] (Minecraft) Player679 has made the advancement [Monster Hunter] -[18:22:20] [Render thread/INFO] (Minecraft) [CHAT] Player679 has made the advancement [Monster Hunter] -[18:22:20] [Render thread/INFO] (Minecraft) Loaded 39 advancements -[18:22:26] [Render thread/INFO] (Minecraft) Stopping! -[18:22:26] [Server thread/INFO] (Minecraft) Player679 lost connection: Disconnected -[18:22:26] [Server thread/INFO] (Minecraft) Player679 left the game -[18:22:26] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out -[18:22:26] [Server thread/INFO] (Minecraft) Stopping server -[18:22:26] [Server thread/INFO] (Minecraft) Saving players -[18:22:26] [Server thread/INFO] (Minecraft) Saving worlds -[18:22:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[18:22:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[18:22:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[18:22:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved -[18:22:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved -[18:22:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved -[18:22:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved +[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 diff --git a/run/options.txt b/run/options.txt index 66c30a5..7e745a0 100644 --- a/run/options.txt +++ b/run/options.txt @@ -20,14 +20,14 @@ toggleSprint:false darkMojangStudiosBackground:false hideLightningFlashes:false mouseSensitivity:0.5 -fov:0.0 +fov:0.025 screenEffectScale:1.0 fovEffectScale:1.0 gamma:0.5 renderDistance:12 simulationDistance:12 entityDistanceScaling:1.0 -guiScale:0 +guiScale:4 particles:0 maxFps:120 difficulty:2 @@ -111,7 +111,7 @@ key_key.origins.primary_active:key.keyboard.g key_key.origins.secondary_active:key.keyboard.h key_key.origins.view_origin:key.keyboard.o soundCategory_master:1.0 -soundCategory_music:1.0 +soundCategory_music:0.0 soundCategory_record:1.0 soundCategory_weather:1.0 soundCategory_block:1.0 diff --git a/run/saves/New World/DIM-1/data/raids.dat b/run/saves/New World/DIM-1/data/raids.dat index 7391acb..d11abc7 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 7391acb..d11abc7 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/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json b/run/saves/New World/advancements/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json new file mode 100644 index 0000000..980f5d6 --- /dev/null +++ b/run/saves/New World/advancements/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json @@ -0,0 +1,9 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:plains": "2021-12-12 20:55:34 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/15ed0ee5-be80-3fc7-a560-57720b198cde.json b/run/saves/New World/advancements/15ed0ee5-be80-3fc7-a560-57720b198cde.json new file mode 100644 index 0000000..5bfae43 --- /dev/null +++ b/run/saves/New World/advancements/15ed0ee5-be80-3fc7-a560-57720b198cde.json @@ -0,0 +1,16 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_by_something": "2021-12-13 08:40:14 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 08:38:17 -0400", + "minecraft:plains": "2021-12-13 08:38:10 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json b/run/saves/New World/advancements/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json new file mode 100644 index 0000000..ff216a7 --- /dev/null +++ b/run/saves/New World/advancements/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json @@ -0,0 +1,9 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:plains": "2021-12-12 19:51:44 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json b/run/saves/New World/advancements/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json new file mode 100644 index 0000000..dae6bb4 --- /dev/null +++ b/run/saves/New World/advancements/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json @@ -0,0 +1,28 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_by_something": "2021-12-12 20:58:51 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:zombie": "2021-12-12 20:59:46 -0400" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:zombie": "2021-12-12 20:59:46 -0400" + }, + "done": false + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-12 20:58:55 -0400", + "minecraft:plains": "2021-12-12 20:57:39 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/ad740e1c-84c3-3b16-9064-6e382083a878.json b/run/saves/New World/advancements/ad740e1c-84c3-3b16-9064-6e382083a878.json new file mode 100644 index 0000000..6a536ba --- /dev/null +++ b/run/saves/New World/advancements/ad740e1c-84c3-3b16-9064-6e382083a878.json @@ -0,0 +1,16 @@ +{ + "minecraft:adventure/root": { + "criteria": { + "killed_by_something": "2021-12-13 11:02:03 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-13 11:00:59 -0400", + "minecraft:plains": "2021-12-13 11:01:39 -0400" + }, + "done": false + }, + "DataVersion": 2860 +} \ No newline at end of file diff --git a/run/saves/New World/advancements/e8823481-a39c-3659-a564-a28f5ed6f193.json b/run/saves/New World/advancements/e8823481-a39c-3659-a564-a28f5ed6f193.json new file mode 100644 index 0000000..347b05e --- /dev/null +++ b/run/saves/New World/advancements/e8823481-a39c-3659-a564-a28f5ed6f193.json @@ -0,0 +1,10 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:stony_shore": "2021-12-12 18:48:57 -0400", + "minecraft:plains": "2021-12-12 18:49:19 -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 7391acb..d11abc7 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/entities/r.-1.-1.mca b/run/saves/New World/entities/r.-1.-1.mca index 57dadce..a270363 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 25d9c00..151f5bc 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 d0097b5..841a638 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.0.mca b/run/saves/New World/entities/r.0.0.mca index beae8cd..3f32013 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/level.dat b/run/saves/New World/level.dat index fbb4130..6f86c08 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 a501284..63ebc02 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/0f12271c-8f6c-3b4a-9805-4e9544c8a791.dat b/run/saves/New World/playerdata/0f12271c-8f6c-3b4a-9805-4e9544c8a791.dat new file mode 100644 index 0000000..5074d07 Binary files /dev/null and b/run/saves/New World/playerdata/0f12271c-8f6c-3b4a-9805-4e9544c8a791.dat differ diff --git a/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat b/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat new file mode 100644 index 0000000..3e888da Binary files /dev/null and b/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat differ diff --git a/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat_old b/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat_old new file mode 100644 index 0000000..3021981 Binary files /dev/null and b/run/saves/New World/playerdata/15ed0ee5-be80-3fc7-a560-57720b198cde.dat_old differ diff --git a/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat b/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat new file mode 100644 index 0000000..6ecc249 Binary files /dev/null and b/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat differ diff --git a/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat_old b/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat_old new file mode 100644 index 0000000..3ecde36 Binary files /dev/null and b/run/saves/New World/playerdata/5bf9c219-9b9d-3293-9d0d-11b90d104d35.dat_old differ diff --git a/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat b/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat new file mode 100644 index 0000000..819124a Binary files /dev/null and b/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat differ diff --git a/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat_old b/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat_old new file mode 100644 index 0000000..0bb6f2f Binary files /dev/null and b/run/saves/New World/playerdata/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.dat_old differ diff --git a/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat b/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat new file mode 100644 index 0000000..8365b7a Binary files /dev/null and b/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat differ diff --git a/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat_old b/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat_old new file mode 100644 index 0000000..865a18f Binary files /dev/null and b/run/saves/New World/playerdata/ad740e1c-84c3-3b16-9064-6e382083a878.dat_old differ diff --git a/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat b/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat new file mode 100644 index 0000000..82173da Binary files /dev/null and b/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat differ diff --git a/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat_old b/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat_old new file mode 100644 index 0000000..1b52946 Binary files /dev/null and b/run/saves/New World/playerdata/e8823481-a39c-3659-a564-a28f5ed6f193.dat_old differ diff --git a/run/saves/New World/region/r.-1.-1.mca b/run/saves/New World/region/r.-1.-1.mca index 5ddf4f6..3573afe 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 5a71053..3011306 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 9b48377..19b3ff2 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.0.mca b/run/saves/New World/region/r.0.0.mca index 5558726..a41a5aa 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/stats/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json b/run/saves/New World/stats/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json new file mode 100644 index 0000000..12a53ac --- /dev/null +++ b/run/saves/New World/stats/0f12271c-8f6c-3b4a-9805-4e9544c8a791.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":1,"minecraft:time_since_rest":412,"minecraft:leave_game":1,"minecraft:sprint_one_cm":474,"minecraft:play_time":412,"minecraft:time_since_death":412,"minecraft:walk_one_cm":1032,"minecraft:total_world_time":423,"minecraft:fly_one_cm":190}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/15ed0ee5-be80-3fc7-a560-57720b198cde.json b/run/saves/New World/stats/15ed0ee5-be80-3fc7-a560-57720b198cde.json new file mode 100644 index 0000000..b6caf14 --- /dev/null +++ b/run/saves/New World/stats/15ed0ee5-be80-3fc7-a560-57720b198cde.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":38,"minecraft:time_since_rest":13,"minecraft:leave_game":1,"minecraft:crouch_one_cm":163,"minecraft:deaths":1,"minecraft:sprint_one_cm":9040,"minecraft:play_time":1651,"minecraft:damage_taken":268,"minecraft:time_since_death":0,"minecraft:walk_one_cm":8631,"minecraft:sneak_time":25,"minecraft:total_world_time":2504,"minecraft:fall_one_cm":1045,"minecraft:fly_one_cm":10756},"minecraft:killed_by":{"minecraft:zombie":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json b/run/saves/New World/stats/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json new file mode 100644 index 0000000..b07d50b --- /dev/null +++ b/run/saves/New World/stats/5bf9c219-9b9d-3293-9d0d-11b90d104d35.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":3,"minecraft:time_since_rest":387,"minecraft:leave_game":1,"minecraft:play_time":387,"minecraft:time_since_death":387,"minecraft:walk_one_cm":493,"minecraft:total_world_time":751,"minecraft:fall_one_cm":209}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json b/run/saves/New World/stats/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json new file mode 100644 index 0000000..0d4a0ba --- /dev/null +++ b/run/saves/New World/stats/8c4d07ef-5a2e-3e89-afcd-48fd7e18bf32.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":45,"minecraft:time_since_rest":52,"minecraft:damage_dealt":87,"minecraft:leave_game":1,"minecraft:deaths":3,"minecraft:sprint_one_cm":3859,"minecraft:play_time":2408,"minecraft:damage_taken":650,"minecraft:time_since_death":0,"minecraft:walk_one_cm":13890,"minecraft:total_world_time":2846,"minecraft:mob_kills":4,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":6614},"minecraft:killed":{"minecraft:zombie":3},"minecraft:mined":{"minecraft:tall_grass":1,"minecraft:grass":1},"minecraft:used":{"minecraft:zombie_spawn_egg":7},"minecraft:killed_by":{"minecraft:zombie":3}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/ad740e1c-84c3-3b16-9064-6e382083a878.json b/run/saves/New World/stats/ad740e1c-84c3-3b16-9064-6e382083a878.json new file mode 100644 index 0000000..b50ec93 --- /dev/null +++ b/run/saves/New World/stats/ad740e1c-84c3-3b16-9064-6e382083a878.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":8,"minecraft:time_since_rest":345,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:sprint_one_cm":1910,"minecraft:play_time":1374,"minecraft:damage_taken":344,"minecraft:time_since_death":136,"minecraft:walk_one_cm":9459,"minecraft:total_world_time":1632,"minecraft:fall_one_cm":267,"minecraft:fly_one_cm":1514},"minecraft:killed_by":{"minecraft:creeper":1}},"DataVersion":2860} \ No newline at end of file diff --git a/run/saves/New World/stats/e8823481-a39c-3659-a564-a28f5ed6f193.json b/run/saves/New World/stats/e8823481-a39c-3659-a564-a28f5ed6f193.json new file mode 100644 index 0000000..5921b24 --- /dev/null +++ b/run/saves/New World/stats/e8823481-a39c-3659-a564-a28f5ed6f193.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:jump":25,"minecraft:time_since_rest":563,"minecraft:leave_game":1,"minecraft:sprint_one_cm":4709,"minecraft:play_time":563,"minecraft:time_since_death":563,"minecraft:walk_one_cm":954,"minecraft:total_world_time":1630,"minecraft:fall_one_cm":1939,"minecraft:fly_one_cm":6821}},"DataVersion":2860} \ No newline at end of file diff --git a/run/usercache.json b/run/usercache.json index c87bf2b..e692e3d 100644 --- a/run/usercache.json +++ b/run/usercache.json @@ -1 +1 @@ -[{"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":"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 diff --git a/src/main/java/net/fabricmc/fishplex/Aspects.java b/src/main/java/net/fabricmc/fishplex/Aspects.java index 5067d83..9535c2b 100644 --- a/src/main/java/net/fabricmc/fishplex/Aspects.java +++ b/src/main/java/net/fabricmc/fishplex/Aspects.java @@ -16,6 +16,9 @@ public class Aspects implements ModInitializer { public static final Item ANEMO_FEATHER = new Item(new FabricItemSettings()); public static final Item PYRO_FIRE = new Item(new FabricItemSettings()); public static final Item HYDRO_KELP = new Item(new FabricItemSettings()); + public static final Item GEO_DIAMOND = new Item(new FabricItemSettings()); + public static final Item ORDO_STAR = new Item(new FabricItemSettings()); + public static final Item PERDITIO_BONE = new Item(new FabricItemSettings()); public static final Logger LOGGER = LogManager.getLogger("aspects"); @Override @@ -23,6 +26,9 @@ public class Aspects implements ModInitializer { Registry.register(Registry.ITEM, new Identifier("aspects", "anemo_feather"), ANEMO_FEATHER); Registry.register(Registry.ITEM, new Identifier("aspects", "pyro_fire"), PYRO_FIRE); Registry.register(Registry.ITEM, new Identifier("aspects", "hydro_kelp"), HYDRO_KELP); + Registry.register(Registry.ITEM, new Identifier("aspects", "geo_diamond"), GEO_DIAMOND); + Registry.register(Registry.ITEM, new Identifier("aspects", "ordo_star"), ORDO_STAR); + Registry.register(Registry.ITEM, new Identifier("aspects", "perditio_bone"), PERDITIO_BONE); LOGGER.info("Hello from Aspects :D"); } diff --git a/src/main/resources/assets/aspects/models/item/geo_diamond.json b/src/main/resources/assets/aspects/models/item/geo_diamond.json new file mode 100644 index 0000000..3a9e3c9 --- /dev/null +++ b/src/main/resources/assets/aspects/models/item/geo_diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/geo_diamond" + } + } \ No newline at end of file diff --git a/src/main/resources/assets/aspects/models/item/ordo_star.json b/src/main/resources/assets/aspects/models/item/ordo_star.json new file mode 100644 index 0000000..04c098c --- /dev/null +++ b/src/main/resources/assets/aspects/models/item/ordo_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/ordo_star" + } + } \ No newline at end of file diff --git a/src/main/resources/assets/aspects/models/item/perditio_bone.json b/src/main/resources/assets/aspects/models/item/perditio_bone.json new file mode 100644 index 0000000..08bdfac --- /dev/null +++ b/src/main/resources/assets/aspects/models/item/perditio_bone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "aspects:item/perditio_bone" + } + } \ No newline at end of file diff --git a/src/main/resources/assets/aspects/textures/item/geo_diamond.png b/src/main/resources/assets/aspects/textures/item/geo_diamond.png new file mode 100644 index 0000000..10c8c92 Binary files /dev/null and b/src/main/resources/assets/aspects/textures/item/geo_diamond.png differ diff --git a/src/main/resources/assets/aspects/textures/item/ordo_star.png b/src/main/resources/assets/aspects/textures/item/ordo_star.png new file mode 100644 index 0000000..c282c65 Binary files /dev/null and b/src/main/resources/assets/aspects/textures/item/ordo_star.png differ diff --git a/src/main/resources/assets/aspects/textures/item/perditio_bone.png b/src/main/resources/assets/aspects/textures/item/perditio_bone.png new file mode 100644 index 0000000..5a8497e Binary files /dev/null and b/src/main/resources/assets/aspects/textures/item/perditio_bone.png differ diff --git a/src/main/resources/data/aspects/functions/summon_golems.mcfunction b/src/main/resources/data/aspects/functions/summon_golems.mcfunction new file mode 100644 index 0000000..eb7fe38 --- /dev/null +++ b/src/main/resources/data/aspects/functions/summon_golems.mcfunction @@ -0,0 +1,4 @@ +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}]} +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 5d44350..7b941f3 100644 --- a/src/main/resources/data/aspects/origin_layers/origins.json +++ b/src/main/resources/data/aspects/origin_layers/origins.json @@ -36,11 +36,21 @@ "origins": [ "aspects:human", "aspects:tempus", - "aspects:avis", - "aspects:sophos", - "icarus:icarae" + "aspects:avis" ] - } + }, + { + "condition": { + "type":"origins:origin", + "origin":"aspects:geo", + "layer":"aspects:elements" + }, + "origins": [ + "aspects:human", + "aspects:dendro", + "idkarockthingmining" + ] + } ], "name": "Type", diff --git a/src/main/resources/data/aspects/origins/dendro.json b/src/main/resources/data/aspects/origins/dendro.json new file mode 100644 index 0000000..64b93ec --- /dev/null +++ b/src/main/resources/data/aspects/origins/dendro.json @@ -0,0 +1,16 @@ +{ + "powers": [ + "aspects:flower_regen", + "aspects:bonemeal", + "aspects:grass_speed", + "aspects:dendro_primary", + "aspects:dendro_secondary", + "aspects:poison_resistance", + "aspects:suspicious_substance" + ], + "icon": { + "item": "minecraft:wheat_seeds" + }, + "name": "Dendro", + "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 new file mode 100644 index 0000000..d5b3869 --- /dev/null +++ b/src/main/resources/data/aspects/origins/geo.json @@ -0,0 +1,14 @@ +{ + "powers": [ + "aspects:heavy_as_stone", + "aspects:resistance", + "aspects:explosion_damage", + "aspects:earthborn", + "aspects:deepdweller" + ], + "icon": { + "item": "aspects:geo_diamond" + }, + "name": "Geo", + "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/ordo.json b/src/main/resources/data/aspects/origins/ordo.json new file mode 100644 index 0000000..0959c2d --- /dev/null +++ b/src/main/resources/data/aspects/origins/ordo.json @@ -0,0 +1,15 @@ +{ + "powers": [ + "aspects:holy_light", + "aspects:positive_influence", + "aspects:darkness_damage", + "aspects:night_aversion", + "aspects:holy", + "aspects:lightborn" + ], + "icon": { + "item": "aspects:ordo_star" + }, + "name": "Ordo", + "description": "Vigilant and organized, Ordo users are kind, diligent and natural leaders." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/origins/perditio.json b/src/main/resources/data/aspects/origins/perditio.json new file mode 100644 index 0000000..c1010b5 --- /dev/null +++ b/src/main/resources/data/aspects/origins/perditio.json @@ -0,0 +1,14 @@ +{ + "powers": [ + "aspects:void", + "aspects:undead", + "aspects:night_strength", + "aspects:day_aversion", + "aspects:voidborn" + ], + "icon": { + "item": "aspects:perditio_bone" + }, + "name": "Perditio", + "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 c834565..c7c2a3d 100644 --- a/src/main/resources/data/aspects/origins/pyro.json +++ b/src/main/resources/data/aspects/origins/pyro.json @@ -10,5 +10,5 @@ "item": "aspects:pyro_fire" }, "name": "Pyro", - "description": "fire go weeee" + "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/powers/bonemeal.json b/src/main/resources/data/aspects/powers/bonemeal.json new file mode 100644 index 0000000..7ccb523 --- /dev/null +++ b/src/main/resources/data/aspects/powers/bonemeal.json @@ -0,0 +1,692 @@ +{ + "name": "Natural Growth", + "description": "When you sneak and press the use button, you can grow the block you are looking at.", + "type": "origins:multiple", + "bonemeal": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:bonemeal", + "effects": true + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "nether_wart": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 2 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + }, + "else_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 1 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + }, + "else_action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "nether_wart" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 0 + } + ] + }, + "if_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "setblock ~ ~ ~ minecraft:nether_wart[age=1]", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + } + ] + } + } + } + }, + "block_condition": + { + "type": "origins:block", + "block": "nether_wart" + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "sugarcane": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:offset", + "action": + { + "type": "origins:set_block", + "block": "sugar_cane" + }, + "y": 1 + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "sugar_cane" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:block", + "block": "air" + }, + "y": 1 + }, + { + "type": "origins:offset", + "condition": + { + "inverted": true, + "type": "origins:block", + "block": "sugar_cane" + }, + "y": -2 + } + ] + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "cactus": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:offset", + "action": + { + "type": "origins:set_block", + "block": "cactus" + }, + "y": 1 + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "cactus" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:block", + "block": "air" + }, + "y": 1 + }, + { + "type": "origins:offset", + "condition": + { + "inverted": true, + "type": "origins:block", + "block": "cactus" + }, + "y": -2 + } + ] + }, + "condition": + { + "type": "origins:sneaking" + } + }, + "pumpkin": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:choice", + "actions": + [ + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "x": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "x": -1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "z": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "pumpkin" + } + }, + "z": -1 + } + } + ] + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "pumpkin_stem" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 7 + }, + { + "type": "origins:adjacent", + "adjacent_condition": + { + "type": "origins:block", + "block": "pumpkin" + }, + "comparison": "==", + "compare_to": 0 + } + ] + } + }, + "melon": + { + "type": "origins:action_on_block_use", + "block_action": + { + "type": "origins:and", + "actions": + [ + { + "type": "origins:execute_command", + "command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal", + "permission_level": 4 + }, + { + "type": "origins:execute_command", + "command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1", + "permission_level": 4 + }, + { + "type": "origins:choice", + "actions": + [ + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "x": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "x": -1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "z": 1 + } + }, + { + "weight": 1, + "element": + { + "type": "origins:offset", + "action": + { + "type": "origins:if_else", + "condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "air" + }, + { + "type": "origins:offset", + "condition": + { + "type": "origins:in_tag", + "tag": "minecraft:dirt" + }, + "y": -1 + } + ] + }, + "if_action": + { + "type": "origins:set_block", + "block": "melon" + } + }, + "z": -1 + } + } + ] + } + ] + }, + "block_condition": + { + "type": "origins:and", + "conditions": + [ + { + "type": "origins:block", + "block": "melon_stem" + }, + { + "type": "origins:block_state", + "property": "age", + "comparison": "==", + "compare_to": 7 + }, + { + "type": "origins:adjacent", + "adjacent_condition": + { + "type": "origins:block", + "block": "melon" + }, + "comparison": "==", + "compare_to": 0 + } + ] + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/darkness_damage.json b/src/main/resources/data/aspects/powers/darkness_damage.json new file mode 100644 index 0000000..3836007 --- /dev/null +++ b/src/main/resources/data/aspects/powers/darkness_damage.json @@ -0,0 +1,14 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:damage", + "amount": 2 + }, + "damage_condition": { + "type": "origins:name", + "name":"wither" + }, + "cooldown": 1, + "name":"Darkness Damage", + "description":"You take more damage from wither damage." +} \ 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 new file mode 100644 index 0000000..225351e --- /dev/null +++ b/src/main/resources/data/aspects/powers/day_aversion.json @@ -0,0 +1,14 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": -2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime" + }, + "name":"Day Aversion", + "description":"You are weakened at daytime." +} \ 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 new file mode 100644 index 0000000..855294e --- /dev/null +++ b/src/main/resources/data/aspects/powers/deepdweller.json @@ -0,0 +1,19 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 4 + }, + "tick_rate": 20, + "condition": { + "type": "origins:on_block", + "block_condition": { + "type": "origins:height", + "comparison": "<=", + "compare_to": 30 + } + }, +"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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/dendro_primary.json b/src/main/resources/data/aspects/powers/dendro_primary.json new file mode 100644 index 0000000..0579698 --- /dev/null +++ b/src/main/resources/data/aspects/powers/dendro_primary.json @@ -0,0 +1,22 @@ +{ + "type": "origins:active_self", + "entity_action": { + "type": "origins:spawn_effect_cloud", + "radius": 10.0, + "wait_time": 40, + "effect": { + "effect": "minecraft:poison", + "amplifier": 2, + "duration": 20 + } + }, + "cooldown": 500, + "hud_render": { + "should_render": true, + "sprite_location":"origins:textures/gui/resource_bar.png", + "bar_index":8, + "inverted":true + }, + "name":"Poison Cloud", + "description":"As your primary ability, you can spawn a poison cloud around you." +} diff --git a/src/main/resources/data/aspects/powers/dendro_secondary.json b/src/main/resources/data/aspects/powers/dendro_secondary.json new file mode 100644 index 0000000..b3ffcd1 --- /dev/null +++ b/src/main/resources/data/aspects/powers/dendro_secondary.json @@ -0,0 +1,17 @@ +{ + "type": "origins:active_self", + "entity_action": { + "type": "origins:execute_command", + "command": "function aspects:summon_golems" + }, + "cooldown": 2400, + "hud_render": { + "should_render": true, + "inverted":true + }, + "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." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/earthborn.json b/src/main/resources/data/aspects/powers/earthborn.json new file mode 100644 index 0000000..d6f9572 --- /dev/null +++ b/src/main/resources/data/aspects/powers/earthborn.json @@ -0,0 +1,6 @@ +{ + "type": "origins:particle", + "particle": "minecraft:falling_spore_blossom", + "frequency": 80, + "hidden":true +} \ 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 new file mode 100644 index 0000000..8e07057 --- /dev/null +++ b/src/main/resources/data/aspects/powers/explosion_damage.json @@ -0,0 +1,18 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:damage", + "amount": 4, + "source": { + "name": "explosion", + "bypasses_armor": false + } + }, + "damage_condition": { + "type": "origins:name", + "name": "inWall" + }, + "cooldown": 1, + "name":"Crystalline", + "description":"You take more damage from explosions." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/flower_regen.json b/src/main/resources/data/aspects/powers/flower_regen.json new file mode 100644 index 0000000..ec6cc54 --- /dev/null +++ b/src/main/resources/data/aspects/powers/flower_regen.json @@ -0,0 +1,24 @@ +{ + "type": "origins:action_over_time", + "entity_action": { + "type":"origins:and", + "actions": [ + { + "type": "origins:heal", + "amount": 0.3 + } + ] + }, + "interval": 20, + "condition": { + "type": "origins:block_in_radius", + "block_condition": { + "type": "origins:block", + "block": "minecraft:flower" + }, + "radius": 5, + "shape": "cube", + "comparison": ">=", + "compare_to": 1 + } + } \ 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 new file mode 100644 index 0000000..0fccf0f --- /dev/null +++ b/src/main/resources/data/aspects/powers/grass_speed.json @@ -0,0 +1,18 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.movement_speed", + "operation": "addition", + "value": 0.05 + }, + "tick_rate": 20, + "condition": { + "type": "origins:on_block", + "block_condition": { + "type": "origins:block", + "block": "minecraft:grass_block" + } + }, + "name":"Grassfeet", + "description":"When on grass blocks, your movement speed is increased." +} \ 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 new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/data/aspects/powers/heavy_as_stone.json b/src/main/resources/data/aspects/powers/heavy_as_stone.json new file mode 100644 index 0000000..cbd5af5 --- /dev/null +++ b/src/main/resources/data/aspects/powers/heavy_as_stone.json @@ -0,0 +1,10 @@ +{ + "type": "origins:attribute", + "modifier": { + "attribute": "minecraft:generic.movement_speed", + "value": -0.0002, + "operation": "addition" + }, + "name":"Heavy As Stone", + "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects." +} \ 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 new file mode 100644 index 0000000..dd40b6e --- /dev/null +++ b/src/main/resources/data/aspects/powers/holy.json @@ -0,0 +1,18 @@ +{ + "type": "origins:action_on_hit", + "bientity_action": { + "type": "origins:damage", + "amount": 3, + "source": { + "name": "generic", + "bypasses_armor": true + } + }, + "condition": { + "type": "origins:entity_group", + "group": "undead" + }, + "name":"Holy Affinity", + "description":"You do more damage against the undead." + +} \ 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 new file mode 100644 index 0000000..a400155 --- /dev/null +++ b/src/main/resources/data/aspects/powers/holy_light,json @@ -0,0 +1,14 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime" + }, + "name":"Holy Light", + "description":"You do more damage during the daytime." +} \ 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 new file mode 100644 index 0000000..e971c44 --- /dev/null +++ b/src/main/resources/data/aspects/powers/lightborn.json @@ -0,0 +1,14 @@ +{ + "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, + "hidden":true +} \ 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 new file mode 100644 index 0000000..4361250 --- /dev/null +++ b/src/main/resources/data/aspects/powers/night_aversion.json @@ -0,0 +1,15 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": -2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime", + "inverted":true + }, + "name":"Night Aversion", + "description":"You are weakened at nighttime." +} \ 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 new file mode 100644 index 0000000..a989408 --- /dev/null +++ b/src/main/resources/data/aspects/powers/night_strength.json @@ -0,0 +1,15 @@ +{ + "type": "origins:conditioned_attribute", + "modifier": { + "attribute": "minecraft:generic.attack_damage", + "operation": "addition", + "value": 2 + }, + "tick_rate": 20, + "condition": { + "type": "origins:daytime", + "inverted": true + }, + "name":"Night Strength", + "description":"You do more damage during the nighttime." +} \ 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 new file mode 100644 index 0000000..1e959c6 --- /dev/null +++ b/src/main/resources/data/aspects/powers/poison_resistance.json @@ -0,0 +1,14 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:clear_effect", + "effect": "minecraft:poison" + }, + "damage_condition": { + "type": "origins:name", + "name":"magic" + }, + "cooldown": 1, + "name":"Poison Ivy", + "description":"You cannot receive the poison status effect." +} \ 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 new file mode 100644 index 0000000..0ff4fdb --- /dev/null +++ b/src/main/resources/data/aspects/powers/positive_influence.json @@ -0,0 +1,21 @@ +{ + "type": "origins:action_over_time", + "entity_action": { + "type": "origins:chance", + "action": { + "type": "origins:apply_effect", + "effect": { + "effect": "minecraft:hero_of_the_village", + "duration": 12000, + "amplifier": 0 + }, + "chance": 0.05 + } + }, + "interval": 24000, + "condition": { + "type": "origins:daytime" + }, + "name":"Positive Influence", + "description":"As every morning passes, you have a small chance to gain the Hero of the Village effect." +} \ 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 new file mode 100644 index 0000000..08cffcb --- /dev/null +++ b/src/main/resources/data/aspects/powers/resistance.json @@ -0,0 +1,10 @@ +{ + "type": "origins:attribute", + "modifier": { + "attribute": "minecraft:generic.armor", + "value": 4, + "operation": "addition" + }, + "name":"Resistance", + "description":"You have more natural armour points than other aspect users." +} \ No newline at end of file diff --git a/src/main/resources/data/aspects/powers/undead.json b/src/main/resources/data/aspects/powers/undead.json new file mode 100644 index 0000000..6ddab00 --- /dev/null +++ b/src/main/resources/data/aspects/powers/undead.json @@ -0,0 +1,6 @@ +{ + "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." +} \ 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 new file mode 100644 index 0000000..aa8d272 --- /dev/null +++ b/src/main/resources/data/aspects/powers/void.json @@ -0,0 +1,31 @@ +{ + "type": "origins:action_when_damage_taken", + "entity_action": { + "type": "origins:and", + "actions":[ +{ + "type": "origins:execute_command", + "command": "execute as @s in minecraft:overworld run teleport 0 190 0" + }, +{ + "type": "origins:apply_effect", + "effect": { + "effect": "minecraft:slow_falling", + "duration": 400, + "amplifier": 2 + } +} + + + ] + + + }, + "damage_condition": { + "type": "origins:name", + "name":"outOfWorld" + }, + "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." +} \ 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 new file mode 100644 index 0000000..4cebf0b --- /dev/null +++ b/src/main/resources/data/aspects/powers/voidborn.json @@ -0,0 +1,16 @@ +{ + "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 +} \ No newline at end of file