Easy Steel & More  [FORGE/NEOFORGE]

Easy Steel & More [FORGE/NEOFORGE]

202k Downloads

Minor errors during server startup

Lurmey opened this issue ยท 2 comments

commented

latest.log

As the title says, just a couple of errors showing up during server startup. These errors are not fatal but I thought it best to report them anyways. Uploaded log file but I'll highlight the errors below too.

Lines 70-93
[28Oct2019 00:04:28.055] [Server-Worker-1/ERROR] [net.minecraft.tags.TagCollection/]: Couldn't read block tag list forge:ores/copper from forge:tags/blocks/ores/copper.json in data pack EasySteel-1.14.4-1.0.45.jar com.google.gson.JsonParseException: Unknown value 'easy_steel:copper_powder' at net.minecraft.tags.Tag$Builder.lambda$fromJson$0(Tag.java:156) ~[?:?] at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_221] at net.minecraft.tags.Tag$Builder.func_219783_a(Tag.java:155) ~[?:?] at net.minecraft.tags.TagCollection.lambda$reload$3(TagCollection.java:101) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_221] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_221] [28Oct2019 00:04:28.091] [Server-Worker-1/ERROR] [net.minecraft.tags.TagCollection/]: Couldn't read block tag list forge:ores/tin from forge:tags/blocks/ores/tin.json in data pack EasySteel-1.14.4-1.0.45.jar com.google.gson.JsonParseException: Unknown value 'easy_steel:tin_powder' at net.minecraft.tags.Tag$Builder.lambda$fromJson$0(Tag.java:156) ~[?:?] at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_221] at net.minecraft.tags.Tag$Builder.func_219783_a(Tag.java:155) ~[?:?] at net.minecraft.tags.TagCollection.lambda$reload$3(TagCollection.java:101) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_221] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_221] at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_221]

commented

Thanks, I will take a look.

commented

Unnecessary forge tags removed in latest release.