CloudburstMC / Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
https://cloudburstmc.org
GNU General Public License v3.0
1.22k stars 419 forks source link

Missing recipes in latest build. #2119

Closed jacobscgc closed 1 year ago

jacobscgc commented 1 year ago

Expected Behavior

I expect to be able to see all recipes. Minecraft_v1 19_recipes Minecraft_v1 19_server_screenshot

Minecraft_v1 20_server_screenshot

Minecraft_v1 20_recipes

Actual Behavior

When changing from the v1.19 release to the v1.20 release, I no longer am able to see the recipes for weapons, axes etc. I can still make them if I use the right combination of materials, but the recipes are no longer shown. In the tab, only the recipes for arrows are shown.

Steps to Reproduce

Download both versions:

wget -O nukkit_1.20.jar https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar wget -O nukkit_1.19.jar https://ci.opencollab.dev/job/NukkitX/job/Nukkit/job/master/1061/artifact/target/nukkit-1.0-SNAPSHOT.jar

Set the ip in the server.properties. Run first v1.19 and check the recipes, then run v1.20 and check the recipes. Lots are missing.

Debug information

debugpaste 21:28:45 [INFO ] ---- Server status ---- 21:28:45 [INFO ] Uptime: 0 days 0 hours 7 minutes 4 seconds 21:28:45 [INFO ] Current TPS: 20.0 21:28:45 [INFO ] Load: 1.7% 21:28:45 [INFO ] Network upload: 0.0 kB/s 21:28:45 [INFO ] Network download: 0.0 kB/s 21:28:45 [INFO ] Thread count: 15 21:28:45 [INFO ] Used memory: 37.09 MB. (3.86%) 21:28:45 [INFO ] Total memory: 66.0 MB. 21:28:45 [INFO ] Maximum VM memory: 962.0 MB. 21:28:45 [INFO ] Available processors: 4 21:28:45 [INFO ] Players: 0 online, 20 max. 21:28:45 [INFO ] World "world": 8 chunks, 0 entities, 0 blockEntities. Time 0.0ms 21:28:45 [INFO ] World "nether": 0 chunks, 0 entities, 0 blockEntities. Time 0.0ms 21:28:46 [ERROR] Throwing java.io.IOException: Server returned HTTP response code: 401 for URL: https://hastebin.com/documents at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924) ~[?:?] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) ~[?:?] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250) ~[?:?] at cn.nukkit.utils.HastebinUtility.upload(HastebinUtility.java:30) ~[nukkit_1.20.jar:?] at cn.nukkit.utils.HastebinUtility.upload(HastebinUtility.java:62) ~[nukkit_1.20.jar:?] at cn.nukkit.command.defaults.DebugPasteCommand$1.onRun(DebugPasteCommand.java:36) [nukkit_1.20.jar:?] at cn.nukkit.scheduler.AsyncTask.run(AsyncTask.java:23) [nukkit_1.20.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?]

Crashdump, Backtrace or Other Files

Checklist:

jacobscgc commented 1 year ago

Thank you very much for the quick fix! Much appreciated!