Posted March 7, 20223 yr Hi, I recently (re)tried to learn Modding in 1.18.1 and I have a problem for creating a custom recipe in a custom recipe block. Everything works "great" until i tried to implements all CustomRecipe set (like the block, the be, the screen, container etc.) I think there's a problem when i'm trying to create the json file with the recipe in it. Could you please help me ? Here's my github repo : https://github.com/TiboLatte/ChemistryMod1.18.1 Here's the crash report : [14:47:03] [Worker-Main-4/ERROR] [minecraft/TagLoader]: Couldn't read tag list minecraft:soul_speed_blocks from minecraft:tags/blocks/soul_speed_blocks.json java.io.FileNotFoundException: minecraft:tags/blocks/soul_speed_blocks.json at net.minecraft.server.packs.resources.SimpleReloadableResourceManager.getResources(SimpleReloadableResourceManager.java:76) ~[forge-1.18.1-39.1.1_mapped_official_1.18.1-recomp.jar%2377!/:?] {re:classloading} at net.minecraft.tags.TagLoader.load(TagLoader.java:55) ~[forge-1.18.1-39.1.1_mapped_official_1.18.1-recomp.jar%2377!/:?] {re:classloading} at net.minecraft.tags.TagLoader.loadAndBuild(TagLoader.java:169) ~[forge-1.18.1-39.1.1_mapped_official_1.18.1-recomp.jar%2377!/:?] {re:classloading} at net.minecraft.tags.TagManager.lambda$createLoader$6(TagManager.java:74) ~[forge-1.18.1-39.1.1_mapped_official_1.18.1-recomp.jar%2377!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] {} [14:47:03] [Worker-Main-4/ERROR] [minecraft/TagLoader]: Couldn't load tag minecraft:azalea_root_replaceable as it is missing following references: #minecraft:lush_ground_replaceable (from Default),#minecraft:terracotta (from Default) It's only a part of the crash report but it's the same template with many other blocks / items Thanks
March 7, 20223 yr Author My bad ! I fixed it : https://github.com/TiboLatte/ChemistryMod1.18.1 Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.