
Cant de-face pumpkin when used with Apotheosis
transbiod opened this issue ยท 8 comments
Hi, Aphotheosis adds shears that replace vannilla ones, so it just makes vanilla carved pumkin. Am i doing something wrong or is there no integration with modded shears?
Yeah, seems that one of my mods is messing with this feature, because all of the shears make vanilla carved pumpkin when used
sounds like an issue on their side. On forge to see if something is a shear i just use Forge API to check that using if they can perform a forge shear action with stack.canPerformAction(ToolActions.SHEARS_CARVE);
Ok, i will test with shears from other mods. It's first time that i'm using this mod. so can you please help with the steps to make custom carved pumpkin? I place vanilla pumpkin, then use shears on it and interact with either sword or knife. Is this right?