我是一个备份
This commit is contained in:
parent
33a8e85028
commit
7480050a9e
Binary file not shown.
Binary file not shown.
|
|
@ -1,32 +1,42 @@
|
|||
[19:45:38] [Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key
|
||||
com.mojang.authlib.exceptions.MinecraftClientException: Failed to read from https://api.minecraftservices.com/publickeys due to api.minecraftservices.com
|
||||
at knot/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:111) ~[authlib-6.0.58.jar:?]
|
||||
at knot/com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:56) ~[authlib-6.0.58.jar:?]
|
||||
at knot/com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.fetch(YggdrasilServicesKeyInfo.java:114) ~[authlib-6.0.58.jar:?]
|
||||
at knot/com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo$1.run(YggdrasilServicesKeyInfo.java:89) ~[authlib-6.0.58.jar:?]
|
||||
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
|
||||
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
|
||||
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
|
||||
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
|
||||
Caused by: java.net.UnknownHostException: api.minecraftservices.com
|
||||
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) ~[?:?]
|
||||
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
|
||||
at java.base/java.net.Socket.connect(Socket.java:751) ~[?:?]
|
||||
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) ~[?:?]
|
||||
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) ~[?:?]
|
||||
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531) ~[?:?]
|
||||
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1282) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1123) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599) ~[?:?]
|
||||
at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:531) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:307) ~[?:?]
|
||||
at knot/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:82) ~[authlib-6.0.58.jar:?]
|
||||
... 9 more
|
||||
[00:08:00] [Async-Tick-Pool-Thread-86/ERROR]: Error in async tick, switching to synchronous Entity Type: entity.minecraft.villager, UUID: e245d7b5-5be8-4566-9ec9-7cfceebd3cb7
|
||||
java.util.concurrent.CompletionException: java.lang.NullPointerException
|
||||
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
|
||||
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) [?:?]
|
||||
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) [?:?]
|
||||
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
|
||||
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?]
|
||||
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?]
|
||||
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?]
|
||||
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?]
|
||||
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?]
|
||||
Caused by: java.lang.NullPointerException
|
||||
at java.base/java.util.Objects.requireNonNull(Objects.java:233) ~[?:?]
|
||||
at java.base/java.util.Optional.of(Optional.java:113) ~[?:?]
|
||||
at java.base/java.util.stream.FindOps$FindSink$OfRef.get(FindOps.java:194) ~[?:?]
|
||||
at java.base/java.util.stream.FindOps$FindSink$OfRef.get(FindOps.java:191) ~[?:?]
|
||||
at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) ~[?:?]
|
||||
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
|
||||
at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647) ~[?:?]
|
||||
at knot/net.minecraft.class_4218.method_19588(class_4218.java:92) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_4218.method_47004(class_4218.java:62) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_7898$1.trigger(class_7898.java:53) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_7894.method_18922(class_7894.java:20) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_4095.method_18891(class_4095.java:1244) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_4095.method_19542(class_4095.java:500) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1646.method_5958(class_1646.java:290) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1308.method_6023(class_1308.java:724) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1309.method_6007(class_1309.java:2874) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1308.method_6007(class_1308.java:478) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1296.method_6007(class_1296.java:131) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1309.method_5773(class_1309.java:2650) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1308.method_5773(class_1308.java:350) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_1646.method_5773(class_1646.java:331) ~[server-intermediary.jar:?]
|
||||
at knot/net.minecraft.class_3218.method_18762(class_3218.java:768) ~[server-intermediary.jar:?]
|
||||
at knot/com.axalotl.async.common.ParallelProcessor.performAsyncEntityTick(ParallelProcessor.java:142) ~[async-fabric-0.1.7+alpha.7-1.21.5.jar:?]
|
||||
at knot/com.axalotl.async.common.ParallelProcessor.lambda$callEntityTick$3(ParallelProcessor.java:84) ~[async-fabric-0.1.7+alpha.7-1.21.5.jar:?]
|
||||
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
|
||||
... 6 more
|
||||
[00:20:15] [Server thread/INFO]: Happywater_ lost connection: Disconnected
|
||||
[00:20:15] [Server thread/INFO]: Happywater_ left the game
|
||||
[00:27:02] [Async-Tick-Pool-Thread-85/INFO]: Villager class_1646['Villager'/838829, l='ServerLevel[world]', x=62.70, y=68.00, z=216.66] died, message: 'Villager suffocated in a wall'
|
||||
[00:33:32] [Async-Tick-Pool-Thread-77/INFO]: Villager class_1646['Villager'/841434, l='ServerLevel[world]', x=62.70, y=68.00, z=216.40] died, message: 'Villager suffocated in a wall'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
[{"name":"Happywater_","uuid":"573a0363-2c59-36af-873c-13110f7bec39","expiresOn":"2026-06-09 21:57:51 +0800"},{"name":"hsds","uuid":"02cfc44a-a7ff-4ada-94e9-23d9fee52e68","expiresOn":"2026-06-09 14:32:04 +0800"},{"name":"zhenai_","uuid":"db5bd537-0ba8-3cc2-acea-0bffe56c4377","expiresOn":"2026-06-09 13:36:36 +0800"},{"name":"Alex","uuid":"ec561538-f3fd-461d-aff5-086b22154bce","expiresOn":"2026-06-06 20:06:36 +0800"},{"name":"Home","uuid":"0b6c014d-2051-4007-b9c6-55a4ec398fe7","expiresOn":"2026-05-23 16:35:40 +0800"},{"name":"456","uuid":"dc24e0b2-4cec-4e88-8c1c-03bf0925b487","expiresOn":"2025-11-03 21:12:09 +0800"},{"name":"Happywater_","uuid":"a85ad29c-cf39-4faf-942d-46784dec2d87","expiresOn":"2025-10-11 15:37:54 +0800"},{"name":"list","uuid":"884a0d8c-27fa-4824-b3ef-94f50ea94b5f","expiresOn":"2025-11-03 12:29:50 +0800"},{"name":"ljyZJBNB","uuid":"80b92c5c-6527-4e3a-bfed-30efbe2f0b1a","expiresOn":"2025-10-11 15:40:13 +0800"},{"name":"Chance23","uuid":"79cbdf54-73b6-4d91-973e-184ca7adbf26","expiresOn":"2025-10-11 15:39:58 +0800"},{"name":"zhenai_","uuid":"d8162b17-392e-4a64-baeb-53adab683f0e","expiresOn":"2025-10-11 15:13:41 +0800"}]
|
||||
[{"name":"Happywater_","uuid":"573a0363-2c59-36af-873c-13110f7bec39","expiresOn":"2026-06-17 23:57:14 +0800"},{"name":"zhenai_","uuid":"db5bd537-0ba8-3cc2-acea-0bffe56c4377","expiresOn":"2026-06-17 19:41:24 +0800"},{"name":"hsds","uuid":"02cfc44a-a7ff-4ada-94e9-23d9fee52e68","expiresOn":"2026-06-09 14:32:04 +0800"},{"name":"Alex","uuid":"ec561538-f3fd-461d-aff5-086b22154bce","expiresOn":"2026-06-06 20:06:36 +0800"},{"name":"Home","uuid":"0b6c014d-2051-4007-b9c6-55a4ec398fe7","expiresOn":"2026-05-23 16:35:40 +0800"},{"name":"456","uuid":"dc24e0b2-4cec-4e88-8c1c-03bf0925b487","expiresOn":"2025-11-03 21:12:09 +0800"},{"name":"Happywater_","uuid":"a85ad29c-cf39-4faf-942d-46784dec2d87","expiresOn":"2025-10-11 15:37:54 +0800"},{"name":"list","uuid":"884a0d8c-27fa-4824-b3ef-94f50ea94b5f","expiresOn":"2025-11-03 12:29:50 +0800"},{"name":"ljyZJBNB","uuid":"80b92c5c-6527-4e3a-bfed-30efbe2f0b1a","expiresOn":"2025-10-11 15:40:13 +0800"},{"name":"Chance23","uuid":"79cbdf54-73b6-4d91-973e-184ca7adbf26","expiresOn":"2025-10-11 15:39:58 +0800"},{"name":"zhenai_","uuid":"d8162b17-392e-4a64-baeb-53adab683f0e","expiresOn":"2025-10-11 15:13:41 +0800"}]
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -7,13 +7,26 @@
|
|||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:ice_spikes": "2026-04-04 14:46:36 +0800",
|
||||
"minecraft:frozen_river": "2026-05-02 12:11:04 +0800",
|
||||
"minecraft:badlands": "2026-05-18 00:03:21 +0800",
|
||||
"minecraft:beach": "2026-05-17 15:03:55 +0800",
|
||||
"minecraft:forest": "2025-10-03 21:37:10 +0800",
|
||||
"minecraft:sparse_jungle": "2026-05-18 00:01:33 +0800",
|
||||
"minecraft:river": "2025-10-03 21:37:05 +0800",
|
||||
"minecraft:lukewarm_ocean": "2026-05-18 00:02:33 +0800",
|
||||
"minecraft:snowy_plains": "2026-04-04 14:47:26 +0800",
|
||||
"minecraft:stony_shore": "2026-05-18 00:07:21 +0800",
|
||||
"minecraft:dripstone_caves": "2025-10-03 21:33:42 +0800",
|
||||
"minecraft:plains": "2025-10-03 21:03:58 +0800"
|
||||
"minecraft:ice_spikes": "2026-04-04 14:46:36 +0800",
|
||||
"minecraft:desert": "2026-05-18 00:02:37 +0800",
|
||||
"minecraft:frozen_river": "2026-05-02 12:11:04 +0800",
|
||||
"minecraft:ocean": "2026-05-18 00:16:21 +0800",
|
||||
"minecraft:jungle": "2026-05-18 00:01:40 +0800",
|
||||
"minecraft:swamp": "2026-05-17 16:01:55 +0800",
|
||||
"minecraft:windswept_hills": "2026-05-17 16:26:49 +0800",
|
||||
"minecraft:savanna": "2026-05-17 23:59:05 +0800",
|
||||
"minecraft:wooded_badlands": "2026-05-18 00:07:30 +0800",
|
||||
"minecraft:plains": "2025-10-03 21:03:58 +0800",
|
||||
"minecraft:warm_ocean": "2026-05-18 00:02:38 +0800"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
|
|
@ -320,12 +333,15 @@
|
|||
"minecraft:adventure/kill_all_mobs": {
|
||||
"criteria": {
|
||||
"minecraft:skeleton": "2025-10-03 21:28:56 +0800",
|
||||
"minecraft:zombified_piglin": "2026-05-17 15:39:45 +0800",
|
||||
"minecraft:enderman": "2026-05-02 21:46:58 +0800",
|
||||
"minecraft:witch": "2026-05-02 21:49:56 +0800",
|
||||
"minecraft:spider": "2025-10-03 21:30:10 +0800",
|
||||
"minecraft:zombie": "2025-10-03 21:32:29 +0800",
|
||||
"minecraft:creeper": "2025-10-03 22:42:50 +0800",
|
||||
"minecraft:zombie_villager": "2026-05-02 21:49:34 +0800"
|
||||
"minecraft:drowned": "2026-05-17 16:22:12 +0800",
|
||||
"minecraft:zombie_villager": "2026-05-02 21:49:34 +0800",
|
||||
"minecraft:slime": "2026-05-17 16:17:50 +0800"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
|
|
@ -457,7 +473,9 @@
|
|||
},
|
||||
"minecraft:husbandry/balanced_diet": {
|
||||
"criteria": {
|
||||
"apple": "2026-05-17 16:19:30 +0800",
|
||||
"bread": "2025-10-03 21:43:18 +0800",
|
||||
"cooked_chicken": "2026-05-17 20:10:38 +0800",
|
||||
"rotten_flesh": "2025-10-03 22:56:30 +0800",
|
||||
"cooked_mutton": "2025-10-03 21:31:19 +0800",
|
||||
"cooked_beef": "2025-10-03 22:02:37 +0800",
|
||||
|
|
@ -1912,5 +1930,671 @@
|
|||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_planks": {
|
||||
"criteria": {
|
||||
"has_logs": "2026-05-17 14:44:04 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_wood": {
|
||||
"criteria": {
|
||||
"has_log": "2026-05-17 14:44:04 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_bricks": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_slab_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_stairs_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_slab_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_bricks_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_slab": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/chiseled_stone_bricks_stone_from_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_stairs_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/stone_button": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/stonecutter": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/stone_pressure_plate": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/smooth_stone": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/stone_brick_walls_from_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_stairs": {
|
||||
"criteria": {
|
||||
"has_stone": "2026-05-17 14:45:54 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cake": {
|
||||
"criteria": {
|
||||
"has_egg": "2026-05-17 14:55:30 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/blast_furnace": {
|
||||
"criteria": {
|
||||
"has_smooth_stone": "2026-05-17 14:57:57 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/smooth_stone_slab": {
|
||||
"criteria": {
|
||||
"has_smooth_stone": "2026-05-17 14:57:57 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/smooth_stone_slab_from_smooth_stone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_smooth_stone": "2026-05-17 14:57:57 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/sandstone": {
|
||||
"criteria": {
|
||||
"has_sand": "2026-05-17 15:04:09 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/minecraft_trials_edition": {
|
||||
"criteria": {
|
||||
"minecraft_trials_edition": "2026-05-17 15:32:22 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/repeater": {
|
||||
"criteria": {
|
||||
"has_redstone_torch": "2026-05-17 15:38:16 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_axe": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_pickaxe": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/gold_nugget": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_shovel": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/golden_apple": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_boots": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_helmet": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_sword": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/gold_block": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_chestplate": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_hoe": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/light_weighted_pressure_plate": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_leggings": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-17 15:38:41 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/observer": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/comparator": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/diorite": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/granite": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/quartz_block": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/daylight_detector": {
|
||||
"criteria": {
|
||||
"has_quartz": "2026-05-17 15:49:14 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/copper_block": {
|
||||
"criteria": {
|
||||
"has_copper_ingot": "2026-05-17 15:56:31 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/brush": {
|
||||
"criteria": {
|
||||
"has_copper_ingot": "2026-05-17 15:56:31 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/copper_door": {
|
||||
"criteria": {
|
||||
"has_copper_ingot": "2026-05-17 15:56:31 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/lightning_rod": {
|
||||
"criteria": {
|
||||
"has_copper_ingot": "2026-05-17 15:56:31 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/copper_trapdoor": {
|
||||
"criteria": {
|
||||
"has_copper_ingot": "2026-05-17 15:56:31 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/stone_brick_wall": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_slab_from_stone_bricks_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cracked_stone_bricks": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_stairs_from_stone_bricks_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_slab": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone_brick_stairs": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/chiseled_stone_bricks_from_stone_bricks_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/chiseled_stone_bricks": {
|
||||
"criteria": {
|
||||
"has_tag": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/stone_brick_wall_from_stone_bricks_stonecutting": {
|
||||
"criteria": {
|
||||
"has_stone_bricks": "2026-05-17 15:56:53 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/white_dye": {
|
||||
"criteria": {
|
||||
"has_bone_meal": "2026-05-17 15:57:16 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/bone_block": {
|
||||
"criteria": {
|
||||
"has_bone_meal": "2026-05-17 15:57:16 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/lime_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/light_blue_dye_from_blue_white_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/white_bundle": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/light_gray_dye_from_gray_white_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/dye_white_carpet": {
|
||||
"criteria": {
|
||||
"has_needed_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/dye_white_wool": {
|
||||
"criteria": {
|
||||
"has_needed_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/white_candle": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/pink_dye_from_red_white_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/gray_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/light_gray_dye_from_black_white_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/dye_white_bed": {
|
||||
"criteria": {
|
||||
"has_needed_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/magenta_dye_from_blue_red_white_dye": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/white_stained_glass_pane_from_glass_pane": {
|
||||
"criteria": {
|
||||
"has_white_dye": "2026-05-17 15:57:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/white_stained_glass_pane": {
|
||||
"criteria": {
|
||||
"has_glass": "2026-05-17 15:57:26 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/sugar_from_sugar_cane": {
|
||||
"criteria": {
|
||||
"has_sugar_cane": "2026-05-17 16:04:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/paper": {
|
||||
"criteria": {
|
||||
"has_reeds": "2026-05-17 16:04:18 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/bowl": {
|
||||
"criteria": {
|
||||
"has_brown_mushroom": "2026-05-17 16:08:13 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/mushroom_stew": {
|
||||
"criteria": {
|
||||
"has_brown_mushroom": "2026-05-17 16:08:13 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/light_blue_dye_from_blue_orchid": {
|
||||
"criteria": {
|
||||
"has_blue_orchid": "2026-05-17 16:14:03 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/suspicious_stew_from_blue_orchid": {
|
||||
"criteria": {
|
||||
"has_blue_orchid": "2026-05-17 16:14:03 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/sticky_piston": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:18:15 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/slime_block": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:18:15 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/lead": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:18:15 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/leaf_litter": {
|
||||
"criteria": {
|
||||
"has_leaves": "2026-05-17 19:42:51 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/armor_stand": {
|
||||
"criteria": {
|
||||
"has_stone_slab": "2026-05-17 20:13:03 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/slime_ball": {
|
||||
"criteria": {
|
||||
"has_slime_block": "2026-05-17 20:47:20 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/flint_and_steel": {
|
||||
"criteria": {
|
||||
"has_obsidian": "2026-05-17 20:48:09 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/form_obsidian": {
|
||||
"criteria": {
|
||||
"obsidian": "2026-05-17 20:48:09 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/enchanting_table": {
|
||||
"criteria": {
|
||||
"has_obsidian": "2026-05-17 20:48:09 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/redstone_lamp": {
|
||||
"criteria": {
|
||||
"has_glowstone": "2026-05-17 21:02:06 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/light_gray_dye_from_azure_bluet": {
|
||||
"criteria": {
|
||||
"has_azure_bluet": "2026-05-17 21:28:20 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/suspicious_stew_from_azure_bluet": {
|
||||
"criteria": {
|
||||
"has_azure_bluet": "2026-05-17 21:28:20 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/bookshelf": {
|
||||
"criteria": {
|
||||
"has_book": "2026-05-17 23:13:00 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/lectern": {
|
||||
"criteria": {
|
||||
"has_book": "2026-05-17 23:13:00 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/chiseled_bookshelf": {
|
||||
"criteria": {
|
||||
"has_book": "2026-05-17 23:13:00 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/writable_book": {
|
||||
"criteria": {
|
||||
"has_book": "2026-05-17 23:13:00 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-05-17 23:22:48 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-05-17 23:22:48 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/fletching_table": {
|
||||
"criteria": {
|
||||
"has_flint": "2026-05-17 23:26:04 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/arrow": {
|
||||
"criteria": {
|
||||
"has_flint": "2026-05-17 23:26:04 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/gold_ingot_from_nuggets": {
|
||||
"criteria": {
|
||||
"has_gold_nugget": "2026-05-17 23:31:08 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/golden_carrot": {
|
||||
"criteria": {
|
||||
"has_gold_nugget": "2026-05-17 23:31:08 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/red_dye_from_beetroot": {
|
||||
"criteria": {
|
||||
"has_beetroot": "2026-05-17 23:31:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/beetroot_soup": {
|
||||
"criteria": {
|
||||
"has_beetroot": "2026-05-17 23:31:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/trade": {
|
||||
"criteria": {
|
||||
"traded": "2026-05-17 23:44:09 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/melon_seeds": {
|
||||
"criteria": {
|
||||
"has_melon": "2026-05-18 00:09:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/glistering_melon_slice": {
|
||||
"criteria": {
|
||||
"has_melon": "2026-05-18 00:09:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/brown_dye": {
|
||||
"criteria": {
|
||||
"has_cocoa_beans": "2026-05-18 00:13:40 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/melon": {
|
||||
"criteria": {
|
||||
"has_melon": "2026-05-18 00:09:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/stick_from_bamboo_item": {
|
||||
"criteria": {
|
||||
"has_bamboo": "2026-05-18 00:09:43 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cookie": {
|
||||
"criteria": {
|
||||
"has_cocoa": "2026-05-18 00:13:40 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/bamboo_block": {
|
||||
"criteria": {
|
||||
"has_bamboo": "2026-05-18 00:09:43 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/scaffolding": {
|
||||
"criteria": {
|
||||
"has_bamboo": "2026-05-18 00:09:43 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 4325
|
||||
}
|
||||
|
|
@ -11,7 +11,9 @@
|
|||
"minecraft:forest": "2025-10-08 14:20:21 +0800",
|
||||
"minecraft:river": "2025-10-08 14:43:51 +0800",
|
||||
"minecraft:swamp": "2025-10-08 14:19:23 +0800",
|
||||
"minecraft:snowy_plains": "2026-05-17 15:04:36 +0800",
|
||||
"minecraft:windswept_gravelly_hills": "2025-10-08 14:19:02 +0800",
|
||||
"minecraft:windswept_hills": "2026-05-17 15:00:34 +0800",
|
||||
"minecraft:dripstone_caves": "2025-10-08 15:08:16 +0800",
|
||||
"minecraft:plains": "2025-10-03 12:30:38 +0800"
|
||||
},
|
||||
|
|
@ -1055,12 +1057,15 @@
|
|||
"minecraft:skeleton": "2026-04-22 19:57:39 +0800",
|
||||
"minecraft:phantom": "2026-04-23 01:45:32 +0800",
|
||||
"minecraft:zombified_piglin": "2026-03-20 23:58:16 +0800",
|
||||
"minecraft:spider": "2026-03-18 17:32:11 +0800",
|
||||
"minecraft:witch": "2026-05-17 14:42:26 +0800",
|
||||
"minecraft:wither_skeleton": "2026-05-09 14:04:53 +0800",
|
||||
"minecraft:ghast": "2026-03-20 23:54:48 +0800",
|
||||
"minecraft:enderman": "2026-05-17 14:37:04 +0800",
|
||||
"minecraft:spider": "2026-03-18 17:32:11 +0800",
|
||||
"minecraft:zombie": "2025-10-08 15:06:05 +0800",
|
||||
"minecraft:creeper": "2026-04-22 20:11:57 +0800",
|
||||
"minecraft:zombie_villager": "2026-03-22 21:59:51 +0800",
|
||||
"minecraft:ghast": "2026-03-20 23:54:48 +0800"
|
||||
"minecraft:slime": "2026-05-17 16:24:39 +0800"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
|
|
@ -2231,6 +2236,30 @@
|
|||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/glowstone": {
|
||||
"criteria": {
|
||||
"has_glowstone_dust": "2026-05-09 13:54:01 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/spectral_arrow": {
|
||||
"criteria": {
|
||||
"has_glowstone_dust": "2026-05-09 13:54:01 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/redstone_lamp": {
|
||||
"criteria": {
|
||||
"has_glowstone": "2026-05-09 13:55:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:nether/find_fortress": {
|
||||
"criteria": {
|
||||
"fortress": "2026-05-09 13:56:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_axe": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
|
|
@ -2273,83 +2302,113 @@
|
|||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:nether/obtain_blaze_rod": {
|
||||
"criteria": {
|
||||
"blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_sword": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/redstone_lamp": {
|
||||
"criteria": {
|
||||
"has_glowstone": "2026-05-09 13:55:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/gold_block": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/blaze_powder": {
|
||||
"criteria": {
|
||||
"has_blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_chestplate": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/glowstone": {
|
||||
"criteria": {
|
||||
"has_glowstone_dust": "2026-05-09 13:54:01 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/golden_hoe": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/spectral_arrow": {
|
||||
"criteria": {
|
||||
"has_glowstone_dust": "2026-05-09 13:54:01 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:nether/find_fortress": {
|
||||
"criteria": {
|
||||
"fortress": "2026-05-09 13:56:46 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/light_weighted_pressure_plate": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/brewing_stand": {
|
||||
"criteria": {
|
||||
"has_blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/golden_leggings": {
|
||||
"criteria": {
|
||||
"has_gold_ingot": "2026-05-09 14:02:45 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:nether/obtain_blaze_rod": {
|
||||
"criteria": {
|
||||
"blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/blaze_powder": {
|
||||
"criteria": {
|
||||
"has_blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/brewing/brewing_stand": {
|
||||
"criteria": {
|
||||
"has_blaze_rod": "2026-05-09 14:08:34 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_cod_from_smoking": {
|
||||
"criteria": {
|
||||
"has_cod": "2026-05-17 15:05:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_cod_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_cod": "2026-05-17 15:05:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_cod": {
|
||||
"criteria": {
|
||||
"has_cod": "2026-05-17 15:05:25 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/leaf_litter": {
|
||||
"criteria": {
|
||||
"has_leaves": "2026-05-17 16:03:16 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/bowl": {
|
||||
"criteria": {
|
||||
"has_brown_mushroom": "2026-05-17 16:14:05 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/mushroom_stew": {
|
||||
"criteria": {
|
||||
"has_brown_mushroom": "2026-05-17 16:14:05 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/sticky_piston": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:25:10 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/slime_block": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:25:10 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/lead": {
|
||||
"criteria": {
|
||||
"has_slime_ball": "2026-05-17 16:25:10 +0800"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 4325
|
||||
}
|
||||
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.
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.
BIN
world/level.dat
BIN
world/level.dat
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.
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.
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.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue