fixed some stuff
|
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 5.0 KiB |
6
bin/main/assets/aspects/models/item/anemo_feather.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "aspects:item/anemo_feather"
|
||||
}
|
||||
}
|
||||
6
bin/main/assets/aspects/models/item/hydro_kelp.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "aspects:item/hydro_kelp"
|
||||
}
|
||||
}
|
||||
6
bin/main/assets/aspects/models/item/pyro_fire.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "aspects:item/pyro_fire"
|
||||
}
|
||||
}
|
||||
BIN
bin/main/assets/aspects/textures/gui/badge/cross.png
Normal file
|
After Width: | Height: | Size: 581 B |
BIN
bin/main/assets/aspects/textures/gui/badge/equal.png
Normal file
|
After Width: | Height: | Size: 606 B |
BIN
bin/main/assets/aspects/textures/item/anemo_feather.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
bin/main/assets/aspects/textures/item/hydro_kelp.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
bin/main/assets/aspects/textures/item/pyro_fire.png
Normal file
|
After Width: | Height: | Size: 1006 B |
2
bin/main/data/aspects/functions/fire_light.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
playsound item.firecharge.use neutral @s
|
||||
particle flame ~ ~ ~ 1 1 1 3 10
|
||||
@@ -1,3 +1,3 @@
|
||||
particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 5 normal @a
|
||||
particle minecraft:snowflake ~ ~ ~ 1 1 1 1 5 normal @a
|
||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
|
||||
playsound block.snow.place neutral @a ~ ~ ~ 5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
particle snowflake ~ ~ ~ 1 1 1 1 10 normal
|
||||
particle snowflake ~ ~ ~ 3 3 3 5 10 normal
|
||||
playsound block.glass.break neutral @a ~ ~ ~ 5
|
||||
2
bin/main/data/aspects/functions/raging_gales.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
particle electric_spark ~ ~ ~ 3 3 3 5 10 normal
|
||||
playsound entity.lightning_bolt.thunder neutral @a ~ ~ ~ 5
|
||||
2
bin/main/data/aspects/functions/ring_of_fire.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
particle flame ~ ~ ~ 2 2 2 1 10 normal
|
||||
playsound entity.blaze.shoot neutral @a ~ ~ ~ 5
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"order": 0,
|
||||
"order": -1,
|
||||
"origins": [
|
||||
"aspects:anemo",
|
||||
"aspects:hydro",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"order": 1,
|
||||
"order": 0,
|
||||
"origins": [
|
||||
{
|
||||
"condition": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"aspects:wise"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "aspects:anemo_feather"
|
||||
},
|
||||
"name": "Anemo",
|
||||
"description": "Anemo users are light on their feet, freeform in combat and wanderers by nature."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"aspects:cryo_secondary"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "minecraft:snowball"
|
||||
},
|
||||
"name": "Cryo",
|
||||
"description": "Cold, calculating and precise, Cryo types always get the job done."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"aspects:waterborn"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "aspects:hydro_kelp"
|
||||
},
|
||||
"name": "Hydro",
|
||||
"description": "Fluid and ever-changing, Hydro users are flexible and aware of the intent behind the actions of their enemies in order to better defy them."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"aspects:fire_strength"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "minecraft:fire_charge"
|
||||
},
|
||||
"name": "Ignis",
|
||||
"description": "Full of energy and power, Ignis types are certainly the life of the party."
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"aspects:flameborn"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "aspects:pyro_fire"
|
||||
},
|
||||
"name": "Pyro",
|
||||
"description": "fire go weeee"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"aspects:tempus_secondary"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:zombie_head"
|
||||
"item": "minecraft:amethyst_shard"
|
||||
},
|
||||
"name": "Tempus",
|
||||
"description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads."
|
||||
|
||||
@@ -13,6 +13,11 @@
|
||||
|
||||
"tick_rate": 20,
|
||||
"name":"Chained",
|
||||
"description":"When you aren't exposed to the sky, you become slower in combat."
|
||||
|
||||
"description":"When you aren't exposed to the sky, you become slower in combat.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14,5 +14,11 @@
|
||||
},
|
||||
"cooldown": 20,
|
||||
"name":"Evaporation",
|
||||
"description":"Fire hurts you a lot more than it normally would."
|
||||
"description":"Fire hurts you a lot more than it normally would.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"operation": "addition",
|
||||
"value": 0.4
|
||||
"value": 2
|
||||
},
|
||||
"tick_rate": 20,
|
||||
"condition": {
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
"operation": "addition"
|
||||
},
|
||||
"name":"Like Lightning",
|
||||
"description":"You are an even faster variant of Anemo."
|
||||
"description":"You are an even faster variant of Anemo.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
@@ -31,5 +31,11 @@
|
||||
}
|
||||
},
|
||||
"name":"Frost Walker",
|
||||
"description":"Water beneath you will turn into ice. Deactivates when you are falling, sneaking, or under the water."
|
||||
"description":"Water beneath you will turn into ice. Deactivates when you are falling, sneaking, or under the water.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||
"text": "Neutral"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,24 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions": [
|
||||
{
|
||||
"type": "origins:set_on_fire",
|
||||
"duration": 15
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command":"function aspects:fire_light"
|
||||
}
|
||||
],
|
||||
"cooldown": 300,
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"bar_index": 7,
|
||||
"inverted":true
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
"name":"Ignition",
|
||||
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions": [
|
||||
{
|
||||
"type": "origins:area_of_effect",
|
||||
"radius": 10,
|
||||
"bientity_action": {
|
||||
@@ -13,8 +16,16 @@
|
||||
"bientity_condition": {
|
||||
"type": "origins:can_see"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command":"function aspects:ring_of_fire"
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
"key":"key.origins.secondary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"As your secondary ability, you can light entites around you on fire for a few seconds."
|
||||
"name":"Ring of Fire",
|
||||
"description":"As your secondary ability, you can light entites around you on fire for a few seconds."
|
||||
}
|
||||
@@ -288,5 +288,11 @@
|
||||
}
|
||||
},
|
||||
"name":"Negate Falling",
|
||||
"description":"You cannot take fall damage, but the more fall damage that is absorbed by the atmosphere, the more your movement speed will temporarily decrease."
|
||||
"description":"You cannot take fall damage, but the more fall damage that is absorbed by the atmosphere, the more your movement speed will temporarily decrease.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||
"text": "Neutral"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -11,5 +11,11 @@
|
||||
"predicate": "aspects:weather/is_thunderstorm"
|
||||
},
|
||||
"name":"Storm Strength",
|
||||
"description":"During thunderstorms, you do significantly more damage to others."
|
||||
"description":"During thunderstorms, you do significantly more damage to others.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"sprite_location": "origins:textures/gui/resource_bar.png",
|
||||
"bar_index":7,
|
||||
"bar_index":2,
|
||||
"inverted":true
|
||||
},
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"radius": 10,
|
||||
"bientity_action": {
|
||||
"type": "origins:damage",
|
||||
"amount": 10,
|
||||
"amount": 5,
|
||||
"source": {
|
||||
"name": "lightningBolt",
|
||||
"bypasses_armor": true
|
||||
@@ -37,6 +37,10 @@
|
||||
{
|
||||
"type": "origins:heal",
|
||||
"amount": 6
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command":"function aspects:raging_gales"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -44,10 +48,11 @@
|
||||
"should_render": true,
|
||||
"inverted":true,
|
||||
"sprite_location": "origins:textures/gui/resource_bar.png",
|
||||
"bar_index":8
|
||||
"bar_index":3
|
||||
|
||||
},
|
||||
"key":"key.origins.secondary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
|
||||
"cooldown": 400,
|
||||
"name":"Raging Gales",
|
||||
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
|
||||
}
|
||||
@@ -26,5 +26,11 @@
|
||||
]
|
||||
},
|
||||
"name":"Water Damage",
|
||||
"description":"When you touch water, you receive damage."
|
||||
"description":"When you touch water, you receive damage.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Sun Dec 12 15:41:17 AST 2021
|
||||
#Sun Dec 12 17:25:29 AST 2021
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
|
||||
196
run/crash-reports/crash-2021-12-12_16.13.03-client.txt
Normal file
@@ -0,0 +1,196 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Everything's going to plan. No, really, that was supposed to happen.
|
||||
|
||||
Time: 2021-12-12, 4:13 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'aspects'
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.reflect.InvocationTargetException
|
||||
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:60)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
|
||||
... 13 more
|
||||
Caused by: java.lang.reflect.InvocationTargetException
|
||||
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
||||
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
|
||||
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
|
||||
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:58)
|
||||
... 15 more
|
||||
Caused by: java.lang.Error: Unresolved compilation problems:
|
||||
Item cannot be resolved to a type
|
||||
Duplicate field Aspects.FABRIC_ITEM
|
||||
Item cannot be resolved to a type
|
||||
FabricItemSettings cannot be resolved to a type
|
||||
ItemGroup cannot be resolved to a variable
|
||||
Syntax error on tokens, delete these tokens
|
||||
Duplicate field Aspects.FABRIC_ITEM
|
||||
Item cannot be resolved to a type
|
||||
FabricItemSettings cannot be resolved to a type
|
||||
ItemGroup cannot be resolved to a variable
|
||||
Registry cannot be resolved
|
||||
Registry cannot be resolved to a variable
|
||||
Identifier cannot be resolved to a type
|
||||
Item cannot be resolved to a type
|
||||
|
||||
at net.fabricmc.fishplex.Aspects.<init>(Aspects.java:14)
|
||||
... 21 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 1290913760 bytes (1231 MiB) / 2772434944 bytes (2644 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 17998.45
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1474.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64131,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.47.42-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// You're mean.
|
||||
|
||||
Time: 2021-12-12, 4:47 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1102 and 1103 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zjb000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 1920048800 bytes (1831 MiB) / 3418357760 bytes (3260 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18686.69
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64700,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.48.18-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Quite honestly, I wouldn't worry myself about that.
|
||||
|
||||
Time: 2021-12-12, 4:48 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1101 and 1102 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zjk000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 1500192008 bytes (1430 MiB) / 3045064704 bytes (2904 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18563.52
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64713,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.49.18-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Don't be sad. I'll do better next time, I promise!
|
||||
|
||||
Time: 2021-12-12, 4:49 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1101 and 1102 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zfa000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 2104653352 bytes (2007 MiB) / 2768240640 bytes (2640 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18355.66
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64722,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.50.49-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// I feel sad now :(
|
||||
|
||||
Time: 2021-12-12, 4:50 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1102 and 1103 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zzl000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 2892616224 bytes (2758 MiB) / 4420796416 bytes (4216 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 19012.75
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64736,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.51.44-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Why is it breaking :(
|
||||
|
||||
Time: 2021-12-12, 4:51 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1101 and 1102 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zkp000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 1734898272 bytes (1654 MiB) / 3145728000 bytes (3000 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18356.25
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64748,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.53.28-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// I just don't know what went wrong :(
|
||||
|
||||
Time: 2021-12-12, 4:53 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1101 and 1102 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zzc000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 1190954272 bytes (1135 MiB) / 2952790016 bytes (2816 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18025.05
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64759,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
172
run/crash-reports/crash-2021-12-12_16.55.00-client.txt
Normal file
@@ -0,0 +1,172 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Ouch. That hurt :(
|
||||
|
||||
Time: 2021-12-12, 4:55 p.m.
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'aspects'!
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
Caused by: java.lang.RuntimeException: Attempted to register object anemo_feather twice! (at raw IDs 1102 and 1103 )
|
||||
at net.minecraft.util.registry.SimpleRegistry.handler$zzk000$setPre(SimpleRegistry.java:638)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java)
|
||||
at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:66)
|
||||
at net.minecraft.util.registry.DefaultedRegistry.set(DefaultedRegistry.java:27)
|
||||
at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:97)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:424)
|
||||
at net.minecraft.util.registry.Registry.register(Registry.java:420)
|
||||
at net.fabricmc.fishplex.Aspects.onInitialize(Aspects.java:22)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||
... 12 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:452)
|
||||
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:197)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602)
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.18
|
||||
Minecraft Version ID: 1.18
|
||||
Operating System: Mac OS X (x86_64) version 10.15.1
|
||||
Java Version: 17.0.1, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 2308642576 bytes (2201 MiB) / 3137339392 bytes (2992 MiB) up to 8589934592 bytes (8192 MiB)
|
||||
CPUs: 16
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
|
||||
Identifier: Intel64 Family 6 Model 158 Stepping 13
|
||||
Microarchitecture: Coffee Lake
|
||||
Frequency (GHz): 2.30
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 8
|
||||
Number of logical CPUs: 16
|
||||
Graphics card #0 name: Intel UHD Graphics 630
|
||||
Graphics card #0 vendor: Intel
|
||||
Graphics card #0 VRAM (MB): 1536.00
|
||||
Graphics card #0 deviceId: 0x3e9b
|
||||
Graphics card #0 versionInfo: Revision ID: 0x0002, gMux Version: 5.0.0
|
||||
Graphics card #1 name: AMD Radeon Pro 5500M
|
||||
Graphics card #1 vendor: AMD (0x1002)
|
||||
Graphics card #1 VRAM (MB): 8192.00
|
||||
Graphics card #1 deviceId: 0x7340
|
||||
Graphics card #1 versionInfo: Revision ID: 0x0040, ROM Revision: 113-D3220E-190, VBIOS Version: 113-D32206U1-020, Option ROM Version: 113-D32206U1-020, EFI Driver Version: 01.A1.190, gMux Version: 5.0.0
|
||||
Memory slot #0 capacity (MB): 16384.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 16384.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Virtual memory max (MB): 35840.00
|
||||
Virtual memory used (MB): 18476.92
|
||||
Swap memory total (MB): 3072.00
|
||||
Swap memory used (MB): 1410.25
|
||||
JVM Flags: 4 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:64793,server=n,suspend=y -XX:+ShowCodeDetailsInExceptionMessages
|
||||
Fabric Mods:
|
||||
apoli: Apoli 2.2.0
|
||||
aspects: Aspects ${version}
|
||||
calio: Calio 1.4.2
|
||||
cardinal-components-base: Cardinal Components API (base) 4.0.0-alpha.1+21w37a
|
||||
cardinal-components-entity: Cardinal Components API (entities) 4.0.0-alpha.1+21w37a
|
||||
cloth-basic-math: cloth-basic-math 0.6.0
|
||||
cloth-config: Cloth Config v6 6.0.42
|
||||
fabric: Fabric API 0.44.0+1.18
|
||||
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8
|
||||
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.4.0+16d92c47c8
|
||||
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a9c8
|
||||
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d95c8
|
||||
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d95c8
|
||||
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cdc8
|
||||
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c6c8
|
||||
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73dc8
|
||||
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d95c8
|
||||
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 1.0.0+3fec4ad9c8
|
||||
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d29571c8
|
||||
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378ac8
|
||||
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8
|
||||
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d95c8
|
||||
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.5+03d159cfc8
|
||||
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b5c8
|
||||
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d95c8
|
||||
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8
|
||||
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cdc8
|
||||
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca335c8
|
||||
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d95c8
|
||||
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d95c8
|
||||
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cdc8
|
||||
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d95c8
|
||||
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8
|
||||
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cdc8
|
||||
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842ec8
|
||||
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d95c8
|
||||
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1acc8
|
||||
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.5+3ac43d95c8
|
||||
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d95c8
|
||||
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d95c8
|
||||
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cdc8
|
||||
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d7c8
|
||||
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d95c8
|
||||
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cdc8
|
||||
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378ac8
|
||||
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8
|
||||
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d95c8
|
||||
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d95c8
|
||||
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a7c8
|
||||
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8
|
||||
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d95c8
|
||||
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f55c8
|
||||
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.5+b4f4f6cdc8
|
||||
fabricloader: Fabric Loader 0.12.10
|
||||
java: Java HotSpot(TM) 64-Bit Server VM 17
|
||||
minecraft: Minecraft 1.18
|
||||
modmenu: Mod Menu 3.0.0
|
||||
origins: Origins 1.3.0
|
||||
playerabilitylib: Pal 1.3.0
|
||||
reach-entity-attributes: Reach Entity Attributes 2.1.1
|
||||
Launched Version: Fabric
|
||||
Backend library: LWJGL version 3.2.1 build 12
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
5352
run/logs/debug.log
@@ -1,5 +1,5 @@
|
||||
[15:41:10] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
|
||||
[15:41:10] [main/INFO] (FabricLoader) Loading 61 mods:
|
||||
[17:25:21] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
|
||||
[17:25:21] [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
|
||||
[15:41:10] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
|
||||
[15:41:10] [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
|
||||
[15:41:10] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
||||
[15:41:10] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
||||
[15:41:14] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zzk000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
|
||||
[15:41:16] [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'
|
||||
[15:41:17] [Render thread/ERROR] (Minecraft) Failed to verify authentication
|
||||
[17:25:21] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
|
||||
[17:25:21] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
|
||||
[17:25:21] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
||||
[17:25:21] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
||||
[17:25:26] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zlm000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
|
||||
[17:25:28] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
||||
[17:25:28] [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,87 +89,86 @@ 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
|
||||
[15:41:17] [Render thread/INFO] (Minecraft) Setting user: Player164
|
||||
[15:41:17] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
|
||||
[15:41:17] [Render thread/INFO] (aspects) Hello Fabric world!
|
||||
[15:41:17] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
|
||||
[15:41:17] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
||||
[15:41:18] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
|
||||
[15:41:19] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Lifecycle Events (v1), Fabric Events Lifecycle (v0), Fabric Registry Sync (v0), Fabric Tool Attribute API (v1), Fabric Rendering Data Attachment (v1), Fabric Data Generation API (v1), Fabric Networking (v0), Fabric BlockRenderLayer Registration (v1), Fabric Item API (v1), Cloth Config v6, Fabric Command API (v1), Mod Menu, Fabric Key Binding API (v1), Origins, Fabric API, Fabric Object Builder API (v1), Fabric Renderer Registries (v1), Aspects, Fabric Rendering Fluids (v1), Fabric Screen API (v1), Calio, Fabric Biome API (v1), Fabric Renderer - Indigo, Fabric API Lookup API (v1), Fabric Loot Tables (v1), Fabric Content Registries (v0), Fabric Events Interaction (v0), Fabric Renderer API (v1), Fabric Transfer API (v1), Fabric Resource Loader (v0), Fabric Screen Handler API (v1), Fabric Structure API (v1), Fabric Commands (v0), Fabric Tag Extensions (v0), Fabric Containers (v0), Fabric Entity Events (v1), Fabric Loader, Fabric API Base, Fabric Game Rule API (v1), Fabric Mining Level API (v1), Fabric Crash Report Info (v1), Fabric Networking API (v1), Fabric Dimensions API (v1), Fabric Object Builders (v0), Fabric Mining Levels (v0), Reach Entity Attributes, Fabric Rendering (v1), Fabric Particles (v1), Pal, Fabric Rendering (v0), Fabric Key Bindings (v0), Fabric Textures (v0), Fabric Models (v0), Fabric Game Test API (v1), Fabric Item Groups (v0), Apoli)
|
||||
[15:41:19] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
|
||||
[15:41:19] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Sound engine started
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
||||
[15:41:22] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
||||
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
||||
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
||||
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
||||
[15:41:24] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
|
||||
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[15:41:35] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1), Origins, Aspects, Fabric Game Test API (v1), Apoli)
|
||||
[15:41:35] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
||||
[15:41:35] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
|
||||
[15:41:35] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 113 powers.
|
||||
[15:41:35] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 17 origins.
|
||||
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
|
||||
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
|
||||
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
|
||||
[15:41:35] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
|
||||
[15:41:35] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.825 ms
|
||||
[15:41:37] [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'
|
||||
[15:41:37] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
|
||||
[15:41:37] [Server thread/INFO] (Minecraft) Generating keypair
|
||||
[15:41:37] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
||||
[15:41:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[15:41:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[15:41:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[15:41:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 1%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 44%
|
||||
[15:41:42] [Render thread/INFO] (Minecraft) Preparing spawn area: 70%
|
||||
[15:41:42] [Render thread/INFO] (Minecraft) Preparing spawn area: 95%
|
||||
[15:41:42] [Render thread/INFO] (Minecraft) Time elapsed: 5532 ms
|
||||
[15:41:42] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
||||
[15:41:42] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
||||
[15:41:43] [Server thread/INFO] (Minecraft) Player164[local:E:399041de] logged in with entity id 130 at (-127.4562101438491, 64.0, -54.08572986406972)
|
||||
[15:41:43] [Server thread/INFO] (Minecraft) Player164 joined the game
|
||||
[15:41:44] [Render thread/INFO] (Minecraft) Loaded 11 advancements
|
||||
[15:41:46] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||
[15:42:08] [Server thread/INFO] (Origins) Player Player164 chose Origin: origins:enderian, for layer: origins:origin
|
||||
[15:42:16] [Server thread/INFO] (Origins) Player Player164 chose Origin: aspects:anemo, for layer: aspects:elements
|
||||
[15:42:17] [Server thread/INFO] (Origins) Player Player164 chose Origin: aspects:tempus, for layer: aspects:origins
|
||||
[15:42:27] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||
[15:42:29] [Render thread/INFO] (Minecraft) Stopping!
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Player164 lost connection: Disconnected
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Player164 left the game
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Stopping server
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Saving players
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Saving worlds
|
||||
[15:42:29] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
||||
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
||||
[17:25:28] [Render thread/INFO] (Minecraft) Setting user: Player297
|
||||
[17:25:28] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
|
||||
[17:25:29] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
|
||||
[17:25:29] [Render thread/INFO] (aspects) Hello from Aspects :D
|
||||
[17:25:29] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
||||
[17:25:29] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
|
||||
[17:25:31] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Commands (v0), Fabric Object Builder API (v1), Fabric Data Generation API (v1), Fabric Key Bindings (v0), Fabric Rendering (v1), Fabric Particles (v1), Fabric Loader, Fabric Item Groups (v0), Fabric API Base, Apoli, Fabric Loot Tables (v1), Fabric Screen API (v1), Fabric Object Builders (v0), Fabric Networking API (v1), Fabric Screen Handler API (v1), Fabric Renderer - Indigo, Fabric Containers (v0), Fabric API Lookup API (v1), Fabric API, Fabric Command API (v1), Fabric Events Interaction (v0), Fabric Resource Loader (v0), Mod Menu, Fabric Tool Attribute API (v1), Fabric Mining Level API (v1), Fabric Game Test API (v1), Fabric Events Lifecycle (v0), Reach Entity Attributes, Fabric Crash Report Info (v1), Fabric Content Registries (v0), Fabric Tag Extensions (v0), Fabric Key Binding API (v1), Fabric Networking (v0), Fabric Renderer Registries (v1), Fabric Item API (v1), Pal, Cloth Config v6, Fabric Registry Sync (v0), Fabric Structure API (v1), Origins, Fabric Mining Levels (v0), Fabric Textures (v0), Fabric Biome API (v1), Fabric Models (v0), Aspects, Fabric Lifecycle Events (v1), Fabric Game Rule API (v1), Fabric Rendering Data Attachment (v1), Fabric Transfer API (v1), Fabric Entity Events (v1), Calio, Fabric Rendering Fluids (v1), Fabric Rendering (v0), Fabric Renderer API (v1), Fabric Dimensions API (v1), Fabric BlockRenderLayer Registration (v1))
|
||||
[17:25:31] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
||||
[17:25:31] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Sound engine started
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
||||
[17:25:34] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
||||
[17:25:35] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
||||
[17:25:36] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
||||
[17:25:36] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
||||
[17:25:36] [Render thread/INFO] (aspects) Hello from Aspects! :D
|
||||
[17:25:40] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[17:25:40] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[17:25:40] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||
[17:25:40] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
|
||||
[17:25:40] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
|
||||
[17:25:40] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Apoli, Fabric Tool Attribute API (v1), Fabric Game Test API (v1), Origins, Aspects)
|
||||
[17:25:41] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
||||
[17:25:41] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
|
||||
[17:25:41] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 113 powers.
|
||||
[17:25:41] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 17 origins.
|
||||
[17:25:41] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
|
||||
[17:25:41] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
|
||||
[17:25:41] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
|
||||
[17:25:41] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
|
||||
[17:25:41] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 2.408 ms
|
||||
[17:25:43] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
||||
[17:25:43] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
|
||||
[17:25:43] [Server thread/INFO] (Minecraft) Generating keypair
|
||||
[17:25:43] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
||||
[17:25:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:45] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:46] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:46] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:47] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
|
||||
[17:25:52] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
|
||||
[17:25:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 45%
|
||||
[17:25:53] [Render thread/INFO] (Minecraft) Preparing spawn area: 55%
|
||||
[17:25:54] [Render thread/INFO] (Minecraft) Preparing spawn area: 77%
|
||||
[17:25:54] [Render thread/INFO] (Minecraft) Time elapsed: 10902 ms
|
||||
[17:25:54] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
||||
[17:25:54] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
||||
[17:25:55] [Server thread/INFO] (Minecraft) Player297[local:E:98d2a8e8] logged in with entity id 147 at (-128.64816139641422, 71.0, 73.07484948963514)
|
||||
[17:25:55] [Server thread/INFO] (Minecraft) Player297 joined the game
|
||||
[17:25:55] [Render thread/INFO] (Minecraft) Loaded 12 advancements
|
||||
[17:26:22] [Render thread/INFO] (Minecraft) Stopping!
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Player297 lost connection: Disconnected
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Player297 left the game
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Stopping server
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Saving players
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Saving worlds
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
||||
[17:26:22] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
||||
|
||||
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/kill_a_mob": {
|
||||
"criteria": {
|
||||
"minecraft:zombified_piglin": "2021-12-12 17:13:41 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/kill_all_mobs": {
|
||||
"criteria": {
|
||||
"minecraft:zombified_piglin": "2021-12-12 17:13:41 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2021-12-12 17:13:41 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:15:06 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:river": "2021-12-12 17:15:02 -0400",
|
||||
"minecraft:forest": "2021-12-12 17:15:30 -0400",
|
||||
"minecraft:plains": "2021-12-12 17:11:15 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2021-12-12 17:25:55 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:30:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:cold_ocean": "2021-12-12 16:29:59 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2021-12-12 17:06:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2021-12-12 17:04:50 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:21:58 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:forest": "2021-12-12 17:21:58 -0400",
|
||||
"minecraft:plains": "2021-12-12 17:22:02 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:cold_ocean": "2021-12-12 16:26:07 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2021-12-12 17:24:38 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:cold_ocean": "2021-12-12 16:32:03 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:cold_ocean": "2021-12-12 16:57:39 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||
@@ -0,0 +1,132 @@
|
||||
{
|
||||
"minecraft:recipes/tools/fishing_rod": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/candle": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/bow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/white_wool_from_string": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/kill_a_mob": {
|
||||
"criteria": {
|
||||
"minecraft:spider": "2021-12-12 17:01:47 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/kill_all_mobs": {
|
||||
"criteria": {
|
||||
"minecraft:skeleton": "2021-12-12 17:02:02 -0400",
|
||||
"minecraft:spider": "2021-12-12 17:01:47 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/fermented_spider_eye": {
|
||||
"criteria": {
|
||||
"has_spider_eye": "2021-12-12 17:02:48 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/crossbow": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_smoking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/loom": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2021-12-12 17:01:47 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/tripwire_hook": {
|
||||
"criteria": {
|
||||
"has_string": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_salmon": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2021-12-12 17:00:53 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:stony_shore": "2021-12-12 17:01:19 -0400",
|
||||
"minecraft:cold_ocean": "2021-12-12 17:00:53 -0400",
|
||||
"minecraft:plains": "2021-12-12 17:01:42 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 2860
|
||||
}
|
||||