CreativeMD / ItemPhysic

GNU Lesser General Public License v3.0
32 stars 17 forks source link

Guns dropping badly #199

Closed iulikjulik closed 1 month ago

iulikjulik commented 1 month ago

Hi, the guns from MrCrayfish are rotated on half under ground when ItemPhysic used, if i could set somehow vanillaRendering only for a list of item or change the angle, it would fix the issue, but i am too dumb and don't know java to be able to do this

CreativeMD commented 1 month ago

Other mods can make their items use the vanilla rendering quite easily. All they need to do is to set the field skipPhysicRenderer in ItemEntity to true. There is also an option to change that behavior using the config. Use the command /cmdclientconfig -> itemphysic -> rendering -> vanillaRendered. There you can add items which rendering behavior should revert back to normal.