Initial Commit

This commit is contained in:
2021-04-27 18:00:20 -04:00
commit ca919dbcad
277 changed files with 5028 additions and 0 deletions
@@ -0,0 +1 @@
Class,Method,Signature,Interface
1 Class Method Signature Interface
@@ -0,0 +1 @@
Mixin Implementation Report generated on 2021-04-27 15:52:44
@@ -0,0 +1,8 @@
#Indigo properties file
#Tue Apr 27 15:53:02 EDT 2021
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
ambient-occlusion-mode=hybrid
always-tesselate-blocks=auto
fix-smooth-lighting-offset=auto
fix-luminous-block-ambient-occlusion=auto
@@ -0,0 +1,122 @@
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 4/27/21, 12:09 PM
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'glowstonedust'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:420)
at net.minecraft.client.main.Main.main(Main.java:149)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.ExceptionInInitializerError
at me.parsell.glowstonedust.GlowstoneDust.onInitialize(GlowstoneDust.java:15)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
... 12 more
Caused by: java.lang.IllegalArgumentException: Cannot set property EnumProperty{name=north, clazz=class net.minecraft.block.enums.WireConnection, values=[up, side, none]} as it does not exist in Block{minecraft:air}
at net.minecraft.state.State.with(State.java:105)
at me.parsell.glowstonedust.common.GlowstoneDustBlock.<init>(GlowstoneDustBlock.java:18)
at me.parsell.glowstonedust.core.glowBlocks.<clinit>(glowBlocks.java:12)
... 14 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.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:420)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:149)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 5.7.0-0.bpo.2-amd64
Java Version: 11.0.9.1, Debian
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Debian
Memory: 343251456 bytes (327 MB) / 585105408 bytes (558 MB) up to 2034237440 bytes (1940 MB)
CPUs: 4
JVM Flags: 3 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:44499,server=n,suspend=y
Fabric Mods:
fabric: Fabric API 0.32.5+1.16
fabric-api-base: Fabric API Base 0.2.1+9354966b7d
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.5+351679a77d
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.2+2868a2287d
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+2868a2287d
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.6+2868a2287d
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.7+8183d3957d
fabricloader: Fabric Loader 0.11.3
glowstonedust: Glowstone Dust ${version}
java: OpenJDK 64-Bit Server VM 11
minecraft: Minecraft 1.16.5
Launched Version: Fabric
Backend library: LWJGL version 3.2.2 build 10
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU: <unknown>
@@ -0,0 +1,134 @@
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 4/27/21, 2:20 PM
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'glowstonedust'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:420)
at net.minecraft.client.main.Main.main(Main.java:149)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'glowstonedust'
at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:186)
at net.fabricmc.loader.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:37)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
... 12 more
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: me.parsell.glowstonedust.GlowstoneDustClients
at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:47)
at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:112)
at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:99)
at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:184)
... 14 more
Caused by: java.lang.ClassNotFoundException: me.parsell.glowstonedust.GlowstoneDustClients
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:168)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:45)
... 17 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.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:420)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:149)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 5.7.0-0.bpo.2-amd64
Java Version: 11.0.9.1, Debian
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Debian
Memory: 157289984 bytes (150 MB) / 760217600 bytes (725 MB) up to 2034237440 bytes (1940 MB)
CPUs: 4
JVM Flags: 3 total; -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=localhost:41919,server=n,suspend=y
Fabric Mods:
fabric: Fabric API 0.32.5+1.16
fabric-api-base: Fabric API Base 0.2.1+9354966b7d
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.5+351679a77d
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.2+2868a2287d
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+2868a2287d
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.6+2868a2287d
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.7+8183d3957d
fabricloader: Fabric Loader 0.11.3
glowstonedust: Glowstone Dust ${version}
java: OpenJDK 64-Bit Server VM 11
minecraft: Minecraft 1.16.5
Launched Version: Fabric
Backend library: LWJGL version 3.2.2 build 10
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU: <unknown>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1322
View File
File diff suppressed because it is too large Load Diff
+218
View File
@@ -0,0 +1,218 @@
[15:52:43] [main/INFO] (FabricLoader) Loading for game Minecraft 1.16.5
[15:52:43] [main/INFO] (Fabric|Loader) [FabricLoader] Loading 48 mods: fabric-renderer-api-v1@0.4.2+2868a2287d, fabric-screen-handler-api-v1@1.1.5+9354966b7d, fabric-networking-blockentity-v0@0.2.8+ca58154a7d, minecraft@1.16.5, fabric-keybindings-v0@0.2.1+ca58154a7d, fabric-command-api-v1@1.1.1+351679a77d, fabricloader@0.11.3, fabric-screen-api-v1@1.0.0+c045166c7d, fabric-tool-attribute-api-v1@1.2.7+8183d3957d, fabric-renderer-indigo@0.4.4+ca58154a7d, fabric-structure-api-v1@1.1.4+ca58154a7d, fabric-containers-v0@0.1.11+9354966b7d, fabric-dimensions-v1@2.0.6+9354966b7d, fabric-object-builder-api-v1@1.9.4+9354966b7d, java@11, fabric-item-api-v1@1.2.1+ca58154a7d, fabric-events-interaction-v0@0.4.2+ca58154a7d, fabric-crash-report-info-v1@0.1.3+ca58154a7d, fabric-game-rule-api-v1@1.0.6+ca58154a7d, fabric-entity-events-v1@1.0.3+ca58154a7d, fabric-api-base@0.2.1+9354966b7d, fabric-rendering-v0@1.1.2+ca58154a7d, fabric-rendering-v1@1.6.0+2868a2287d, fabric-key-binding-api-v1@1.0.4+9354966b7d, fabric-rendering-data-attachment-v1@0.1.5+ca58154a7d, fabric-resource-loader-v0@0.4.6+2868a2287d, fabric-textures-v0@1.0.6+ca58154a7d, fabric-content-registries-v0@0.2.1+ca58154a7d, fabric-tag-extensions-v0@1.1.1+ca58154a7d, fabric-biome-api-v1@3.1.1+ca58154a7d, glowstonedust@${version}, fabric-rendering-fluids-v1@0.1.13+ca58154a7d, fabric-commands-v0@0.2.2+ca58154a7d, fabric-registry-sync-v0@0.7.4+ca58154a7d, fabric-blockrenderlayer-v1@1.1.5+ca58154a7d, fabric-lifecycle-events-v1@1.2.1+ca58154a7d, fabric-mining-levels-v0@0.1.3+ca58154a7d, fabric-renderer-registries-v1@2.2.1+ca58154a7d, fabric-networking-api-v1@1.0.1+ca58154a7d, fabric-loot-tables-v1@1.0.2+ca58154a7d, fabric-events-lifecycle-v0@0.2.1+ca58154a7d, fabric@0.32.5+1.16, fabric-models-v0@0.2.1+ca58154a7d, fabric-item-groups-v0@0.2.5+351679a77d, fabric-particles-v1@0.2.4+ca58154a7d, fabric-object-builders-v0@0.7.2+ca58154a7d, fabric-networking-v0@0.3.2+ca58154a7d, fabric-api-lookup-api-v1@1.0.0+dc716ea17d
[15:52:43] [main/WARN] (Fabric|Loader) Mod `glowstonedust` (${version}) does not respect SemVer - comparison support is limited.
[15:52:44] [main/INFO] (mixin) SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/justi/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.9.2+mixin.0.8.2/12c437eebf031967eaa7daad861e115932772cc7/sponge-mixin-0.9.2+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT
[15:52:44] [main/INFO] (Fabric|MixinBootstrap) Loaded Fabric development mappings for mixin remapper!
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-networking-blockentity-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-structure-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-renderer-registries-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-object-builders-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-tag-extensions-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-tool-attribute-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain
[15:52:45] [main/INFO] (mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator is public in fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask is public in fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory is public in fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/client/font/FontManager$1 is public in fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/server/command/GameRuleCommand$1 is public in fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1 is public in fabric-game-rule-api-v1.mixins.json:client.RuleListWidgetVisitorMixin and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/client/particle/ParticleManager$SimpleSpriteProvider is public in fabric-particles-v1.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/tag/Tag$1 is public in fabric-tag-extensions-v0.mixins.json:MixinTagImpl and should be specified in value
[15:52:45] [main/WARN] (mixin) @Mixin target net/minecraft/tag/RequiredTagList$TagWrapper is public in fabric-tag-extensions-v0.mixins.json:MixinTagImpl and should be specified in value
[15:52:56] [main/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:53:01] [main/ERROR] (Minecraft) Failed to verify authentication
com.mojang.authlib.exceptions.AuthenticationUnavailableException: null
at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.checkPrivileges(YggdrasilSocialInteractionsService.java:97) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.<init>(YggdrasilSocialInteractionsService.java:40) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createSocialInteractionsService(YggdrasilAuthenticationService.java:152) ~[authlib-2.1.28.jar:?]
at net.minecraft.client.MinecraftClient.method_31382(MinecraftClient.java:563) [minecraft-1.16.5-mapped-net.fabricmc.yarn-1.16.5+build.6-v2.jar:?]
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:398) [minecraft-1.16.5-mapped-net.fabricmc.yarn-1.16.5+build.6-v2.jar:?]
at net.minecraft.client.main.Main.main(Main.java:149) [minecraft-1.16.5-mapped-net.fabricmc.yarn-1.16.5+build.6-v2.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.3.jar:?]
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146) [fabric-loader-0.11.3.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.3.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
[15:53:01] [main/INFO] (Minecraft) Setting user: Player299
[15:53:02] [main/INFO] (Minecraft) [STDOUT]: Hello Fabric world!
[15:53:02] [main/INFO] (Indigo) [Indigo] Registering Indigo renderer!
[15:53:03] [main/INFO] (Minecraft) Backend library: LWJGL version 3.2.2 build 10
[15:53:08] [main/INFO] (Minecraft) Narrator library successfully loaded
[15:53:08] [main/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer API (v1), Fabric Screen Handler API (v1), Fabric Networking Block Entity (v0), Fabric Key Bindings (v0), Fabric Command API (v1), Fabric Loader, Fabric Screen API (v1), Fabric Tool Attribute API (v1), Fabric Renderer - Indigo, Fabric Structure API (v1), Fabric Containers (v0), Fabric Object Builder API (v1), Fabric Item API (v1), Fabric Events Interaction (v0), Fabric Crash Report Info (v1), Fabric Game Rule API (v1), Fabric Entity Events (v1), Fabric API Base, Fabric Rendering (v0), Fabric Rendering (v1), Fabric Key Binding API (v1), Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Textures (v0), Fabric Content Registries (v0), Fabric Tag Extensions (v0), Fabric Biome API (v1), Glowstone Dust, Fabric Rendering Fluids (v1), Fabric Commands (v0), Fabric Registry Sync (v0), Fabric BlockRenderLayer Registration (v1), Fabric Lifecycle Events (v1), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Networking API (v1), Fabric Loot Tables (v1), Fabric Events Lifecycle (v0), Fabric API, Fabric Models (v0), Fabric Item Groups (v0), Fabric Particles (v1), Fabric Object Builders (v0), Fabric Networking (v0), Fabric API Lookup API (v1))
[15:53:15] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
[15:53:19] [Worker-Main-4/WARN] (Minecraft) Unable to load model: 'glowstonedust:glowstone_wire#inventory' referenced from: glowstonedust:glowstone_wire#inventory: java.io.FileNotFoundException: glowstonedust:models/item/glowstone_wire.json
[15:53:23] [main/INFO] (Minecraft) OpenAL initialized.
[15:53:23] [main/INFO] (Minecraft) Sound engine started
[15:53:24] [main/INFO] (Minecraft) Created: 1024x1024x0 minecraft:textures/atlas/blocks.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/signs.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 1024x512x0 minecraft:textures/atlas/banner_patterns.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 1024x512x0 minecraft:textures/atlas/shield_patterns.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas
[15:53:24] [main/INFO] (Minecraft) Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas
[15:53:26] [main/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[15:53:27] [main/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[15:53:27] [main/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[15:53:35] [main/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[15:53:35] [main/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:53:35] [main/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:53:35] [main/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[15:53:35] [main/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:53:35] [main/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1))
[15:53:38] [main/INFO] (Minecraft) Loaded 7 recipes
[15:53:39] [main/INFO] (Minecraft) Loaded 927 advancements
[15:53:39] [main/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 79 new biomes in 3.804 ms
[15:53:43] [main/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:53:43] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.16.5
[15:53:43] [Server thread/INFO] (Minecraft) Generating keypair
[15:53:44] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:46] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:47] [main/INFO] (Minecraft) Preparing spawn area: 0%
[15:53:47] [main/INFO] (Minecraft) Preparing spawn area: 74%
[15:53:48] [main/INFO] (Minecraft) Time elapsed: 3726 ms
[15:53:48] [Server thread/INFO] (Minecraft) Changing view distance to 2, from 10
[15:53:54] [Server thread/INFO] (Minecraft) Player299[local:E:9ae845e8] logged in with entity id 1 at (13.969691654976028, 61.16229538900777, 19.217745841800234)
[15:53:54] [Server thread/INFO] (Minecraft) Player299 joined the game
[15:53:55] [Server thread/INFO] (Minecraft) Saving and pausing game...
[15:53:55] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:overworld
[15:53:56] [main/INFO] (Minecraft) Loaded 25 advancements
[15:53:57] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_nether
[15:53:57] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_end
[15:53:57] [Server thread/WARN] (Minecraft) Can't keep up! Is the server overloaded? Running 3183ms or 63 ticks behind
[15:54:02] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:05] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:05] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:05] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:54:08] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:08] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:08] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:54:08] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:08] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:08] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:54:09] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:09] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:09] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:54:10] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:10] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:10] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:54:10] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:54:10] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:54:10] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:42] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:42] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:42] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:42] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:42] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:42] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:43] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:43] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:43] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:43] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:43] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:43] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:44] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:45] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:46] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:46] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:46] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:47] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:47] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:47] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:48] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:55:48] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:48] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:55:48] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:55:51] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:56:02] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:02] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:04] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:04] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:04] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:04] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:05] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:05] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:05] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:05] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:06] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:06] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:07] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:07] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:07] [main/INFO] (Minecraft) [STDOUT]: onUse
[15:56:07] [Server thread/INFO] (Minecraft) [STDOUT]: onUse
[15:56:09] [Server thread/INFO] (Minecraft) [STDOUT]: Neighbor update
[15:57:00] [Server thread/INFO] (Minecraft) Saving and pausing game...
[15:57:00] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:overworld
[15:57:00] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_nether
[15:57:00] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_end
[15:57:01] [Server thread/INFO] (Minecraft) Player299 lost connection: Disconnected
[15:57:01] [Server thread/INFO] (Minecraft) Player299 left the game
[15:57:01] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
[15:57:01] [Server thread/INFO] (Minecraft) Stopping server
[15:57:01] [Server thread/INFO] (Minecraft) Saving players
[15:57:01] [Server thread/INFO] (Minecraft) Saving worlds
[15:57:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:overworld
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (Testing World (1)): All chunks are saved
[15:57:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_nether
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[15:57:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[Testing World]'/minecraft:the_end
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (Testing World (1)): All chunks are saved
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[15:57:01] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[15:57:02] [main/INFO] (Minecraft) Stopping!
+119
View File
@@ -0,0 +1,119 @@
version:2586
autoJump:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
snooperEnabled:false
showSubtitles:false
touchscreen:false
fullscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
mouseSensitivity:0.5
fov:0.0
screenEffectScale:0.0
fovEffectScale:0.0
gamma:1.0
renderDistance:2
entityDistanceScaling:0.5
guiScale:2
particles:2
maxFps:260
difficulty:2
graphicsMode:0
ao:0
biomeBlendRadius:0
renderClouds:false
resourcePacks:["Fabric Mods"]
incompatibleResourcePacks:[]
lastServer:
lang:en_us
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatDelay: 0.0
chatHeightUnfocused:0.44366195797920227
chatScale:1.0
chatWidth:1.0
mipmapLevels:0
useNativeTransport:true
mainHand:right
attackIndicator:1
narrator:0
tutorialStep:none
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
hideMatchedNames:true
joinedFirstServer:true
syncChunkWrites:false
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,147 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 14:45:29 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 14:45:29 -0400"
},
"done": false
},
"DataVersion": 2586
}
@@ -0,0 +1,147 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:23:23 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:23:23 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:22:45 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 14:23:17 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 14:22:45 -0400"
},
"done": false
},
"DataVersion": 2586
}
@@ -0,0 +1,153 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:54 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/repeater": {
"criteria": {
"has_redstone_torch": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 15:53:55 -0400"
},
"done": false
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:54 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:54 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:54 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:54 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 15:53:55 -0400"
},
"done": true
},
"DataVersion": 2586
}
@@ -0,0 +1,147 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 14:49:26 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 14:49:26 -0400"
},
"done": false
},
"DataVersion": 2586
}
@@ -0,0 +1,147 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 14:34:03 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 14:34:04 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 14:34:04 -0400"
},
"done": false
},
"DataVersion": 2586
}
@@ -0,0 +1,153 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/repeater": {
"criteria": {
"has_redstone_torch": "2021-04-27 15:50:24 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 15:49:13 -0400"
},
"done": false
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 15:49:13 -0400"
},
"done": true
},
"DataVersion": 2586
}
@@ -0,0 +1,129 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 14:04:29 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 13:55:57 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 13:54:41 -0400"
},
"done": false
},
"DataVersion": 2586
}
@@ -0,0 +1,147 @@
{
"minecraft:recipes/building_blocks/sandstone_slab": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/smooth_sandstone": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
"criteria": {
"has_cut_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/note_block": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/sandstone_stairs": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_block": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/target": {
"criteria": {
"has_redstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
"criteria": {
"has_sandstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:recipes/redstone/redstone_lamp": {
"criteria": {
"has_glowstone": "2021-04-27 15:43:57 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:desert": "2021-04-27 15:43:57 -0400"
},
"done": false
},
"DataVersion": 2586
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
@@ -0,0 +1 @@
{"stats":{"minecraft:used":{"glowstonedust:glowstone_wire":1},"minecraft:custom":{"minecraft:time_since_rest":477,"minecraft:play_one_minute":477,"minecraft:leave_game":1,"minecraft:time_since_death":477,"minecraft:walk_one_cm":1711}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:used":{"minecraft:redstone":2,"glowstonedust:glowstone_wire":2,"minecraft:glowstone":1},"minecraft:custom":{"minecraft:jump":2,"minecraft:time_since_rest":3651,"minecraft:play_one_minute":3651,"minecraft:leave_game":1,"minecraft:time_since_death":3651,"minecraft:walk_one_cm":7999}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":1,"minecraft:time_since_rest":3656,"minecraft:play_one_minute":3656,"minecraft:leave_game":1,"minecraft:time_since_death":3656,"minecraft:walk_one_cm":1862},"minecraft:used":{"glowstonedust:glowstone_wire":4}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":1003,"minecraft:play_one_minute":1003,"minecraft:leave_game":1,"minecraft:time_since_death":1003,"minecraft:walk_one_cm":2936},"minecraft:used":{"glowstonedust:glowstone_wire":1}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:used":{"minecraft:redstone":27,"minecraft:sandstone":6},"minecraft:picked_up":{"minecraft:redstone":1},"minecraft:custom":{"minecraft:jump":6,"minecraft:time_since_rest":3312,"minecraft:crouch_one_cm":35,"minecraft:play_one_minute":3312,"minecraft:leave_game":1,"minecraft:sprint_one_cm":353,"minecraft:time_since_death":3312,"minecraft:walk_one_cm":16012,"minecraft:sneak_time":3}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":1,"minecraft:time_since_rest":4144,"minecraft:play_one_minute":4144,"minecraft:leave_game":1,"minecraft:sprint_one_cm":14,"minecraft:time_since_death":4144,"minecraft:walk_one_cm":6223,"minecraft:sneak_time":31},"minecraft:used":{"minecraft:redstone":6,"glowstonedust:glowstone_wire":5,"minecraft:glowstone":1,"minecraft:sandstone":4,"minecraft:redstone_torch":2}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:used":{"minecraft:redstone":1,"glowstonedust:glowstone_wire":38,"minecraft:sandstone":3},"minecraft:custom":{"minecraft:jump":4,"minecraft:time_since_rest":2515,"minecraft:crouch_one_cm":426,"minecraft:play_one_minute":2515,"minecraft:leave_game":1,"minecraft:sprint_one_cm":386,"minecraft:time_since_death":2515,"minecraft:walk_one_cm":10755,"minecraft:sneak_time":156}},"DataVersion":2586}
@@ -0,0 +1 @@
{"stats":{"minecraft:used":{"minecraft:redstone":1,"glowstonedust:glowstone_wire":2},"minecraft:custom":{"minecraft:time_since_rest":4855,"minecraft:play_one_minute":4855,"minecraft:leave_game":1,"minecraft:time_since_death":4855,"minecraft:walk_one_cm":1057}},"DataVersion":2586}
+1
View File
@@ -0,0 +1 @@
[{"name":"Player299","uuid":"2a17739c-8096-3f15-9cf7-abffa922ad8e","expiresOn":"2021-05-27 15:53:54 -0400"},{"name":"Player189","uuid":"43c314ca-2c75-349f-b8fe-ad7c6fada15e","expiresOn":"2021-05-27 15:49:13 -0400"},{"name":"Player432","uuid":"d752da32-446a-32a0-876c-33f203010ff8","expiresOn":"2021-05-27 15:43:56 -0400"},{"name":"Player532","uuid":"3e1fbeae-13f8-3fbb-9842-63bc739da918","expiresOn":"2021-05-27 14:49:26 -0400"},{"name":"Player810","uuid":"24a37f0a-2af1-3ac4-9024-e5424f979e18","expiresOn":"2021-05-27 14:45:29 -0400"},{"name":"Player865","uuid":"42c8facc-cbd2-36d2-8ac3-7dd20c6ce2a1","expiresOn":"2021-05-27 14:34:03 -0400"},{"name":"Player108","uuid":"27630cc8-9d92-34f7-8c10-85caa979d8b3","expiresOn":"2021-05-27 14:22:44 -0400"},{"name":"Player696","uuid":"7b2fc485-d259-389c-bb22-fc20b2865ae3","expiresOn":"2021-05-27 13:54:41 -0400"},{"name":"Player514","uuid":"4ed9b5cf-d91a-3bc8-9000-b0476eccd342","expiresOn":"2021-05-27 13:35:26 -0400"},{"name":"Player376","uuid":"97ca14d5-9f19-3536-8732-0f9262f3eb17","expiresOn":"2021-05-27 13:33:28 -0400"},{"name":"Player382","uuid":"1b5803ef-dab8-3673-85ae-9a9160028e1f","expiresOn":"2021-05-27 13:23:43 -0400"},{"name":"Player786","uuid":"8280f006-3f61-3ece-adfd-8952041aff70","expiresOn":"2021-05-27 12:59:24 -0400"},{"name":"Player578","uuid":"25b11e49-a7c5-3d9c-8271-d4f68f211051","expiresOn":"2021-05-27 12:51:22 -0400"},{"name":"Player641","uuid":"34c6f761-a0d4-3d62-b5ee-df15e4530215","expiresOn":"2021-05-27 12:29:42 -0400"},{"name":"Player133","uuid":"acd62baf-1f62-3e9e-a7f5-5e27309e35be","expiresOn":"2021-05-27 12:26:57 -0400"},{"name":"Player813","uuid":"fb8576b0-fae6-3c1e-b44e-6422260d3c41","expiresOn":"2021-05-27 12:18:25 -0400"},{"name":"Player705","uuid":"a288cb29-a681-33d0-bc05-44996f7b6ce1","expiresOn":"2021-05-27 12:13:37 -0400"},{"name":"Player634","uuid":"bdc5f32b-6d6c-3510-b82f-68a782d73b82","expiresOn":"2021-05-27 10:50:14 -0400"}]