Jump to content

[1.18.1] Crash while creating a custom RecipeType, especially when creating json file


Recommended Posts

Posted

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

  • 3 weeks later...
Posted
On 3/7/2022 at 6:49 AM, RelativeCommand said:

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: #minecraf

This isn't what crashed your game and pertains in no way to your mod. There are no references in the stack trace to your mod's namespace or any of its classes so this error is on Minecraft's end. Please post the WHOLE crash report.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.