Woodcutter Forge

Woodcutter Forge

132k Downloads

unknown recipe category errors

Syndaryl opened this issue ยท 8 comments

commented

I'm getting a lot of unknown recipe category errors ("[11:13:49] [Render thread/WARN]: Unknown recipe category: woodcutter:woodcutter/woodcutter:stripped_dark_oak_log_from_dark_oak_log", that sort of thing)

I still see a recipe for this in game, and for a few others I spot checked, so I'm not sure what's going on... possibly the recipe unlock achievements?

I've popped my log up into a Gist:
https://gist.github.com/Syndaryl/cbba69de3a61e6d7c6e2003a9735c9dd

commented

oh fun, it seems like trying to disable the logger doesn't work, time to apply some bytecode manipulation

commented

Actually, I'm creating a datapack for Biomes You'll Go (see #3) and it's giving me recipe type not found exceptions for all my recipes. Your Curseforge page says the recipe type is woodcutter:woodcutting but I took a butchers hook into your jar and you're using 'woodcutter:woodcutter' - you might want to update the curse page :)

commented

that's odd, where do I use woodcutter:woodcutter for the type?
image

commented

image
This is from right out of the JAR "woodcutter-1.1-1.16.1.jar" from the Woodcutter Forge thingy delivered by the Twitch Launcher, so presumably from Curse.

commented

I'm dyslectic, so believe you me I went back and forth and back and forth to make sure I wasn't garbaging things up with my eyes :/

commented

fixed in 1.2

commented

To avoid log spam when a mod is not installed, you can add a condition to the recipes.

See here:
https://github.com/cech12/CeramicBucket/blob/1.16/src/main/resources/data/botanypots/recipes/soil/lava_from_ceramic_bucket.json

commented

this is logspam even with only the vanilla compat because mojang, anyways this was fixed.