MrCrayfish's Furniture Mod: Refurbished

MrCrayfish's Furniture Mod: Refurbished

4M Downloads

[FABRIC] Gamecrash with better combat

BoxingJoost opened this issue ยท 4 comments

commented

Fabric:
1.20.1 0.16.0

Mods:
Fabric API
Framework
Furniture Refurbished
Player Animation Lib
Cloth Config API
Better Combat

My game crashed when i try to hold a knife/spatula while having the Better Combat mod activated.

crash-2024-07-20_14.41.37-client.txt

commented

private void registerRecipeBookCategory(RecipeBookCategoryHolder holder)

because of this asm, it will cause all ItemStack mixin of fabric to fail!!

commented

@SAGESSE-CN Thanks for pointing this out. It seems I will have to disable the recipe book support on Fabric.

commented

@SAGESSE-CN Thanks for pointing this out. It seems I will have to disable the recipe book support on Fabric.

this happens to me on forge I think

commented

Thanks for the report. Fixed in 33423a8