-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.AbstractMethodError when searching in REI #58
Comments
What the fuck It says it cannot call the method protected static void adjustEntity(Entity entity, NbtCompound itemNbt, InspecioConfig.EntitiesConfig config) {
if (entity instanceof Bucketable bucketable) {
bucketable.copyDataFromNbt(itemNbt);
if (entity instanceof PufferfishEntity pufferfish) {
pufferfish.setPuffState(config.getPufferFishPuffState());
} else if (entity instanceof TropicalFishEntity tropicalFish) {
if (itemNbt.contains("BucketVariantTag", NbtElement.INT_TYPE)) {
tropicalFish.setVariant(itemNbt.getInt("BucketVariantTag"));
}
}
}
} Like, it does check if it can use that method, there's no way for it to call it unless it does implement that interface???? Is there a mod that allows you to bucket bats? |
Ok, the issue is coming from the mod Vanilla Disable due to a bad mixin. Not an Inspecio issue. |
thanks, my search query was "ba" for basic shields, sorry for wrong report i'll send this log to vanilla disable 🙏 |
Fixed, and the source code has been pushed to GitHub. I will release it later this week, until then, there are GitHub actions builds that you can use. If you are unsure how to use them, ping me on discord. |
found and downloaded, will test , thank you both so much for the help and quick response ❤️ |
No problem - it was my bad for doing something quite stupid in my code, and it was quite an easy fix. |
Fixed in the affected mod. |
game crashes when i search in REI (may be related to #56 ?)
using inspecio 1.2.1+1.18 and REI 7.1.357
[crash logs here]
The text was updated successfully, but these errors were encountered: