hammy275 / immersive-mc

A Minecraft mod to make Minecraft more immersive!
GNU Lesser General Public License v3.0
63 stars 9 forks source link

Backpack #39

Closed hammy275 closed 2 years ago

hammy275 commented 2 years ago

I expect this to be iterated on a lot, and have progress made both during and between versions.

Ideas so far:

hammy275 commented 2 years ago

I'm not sure yet if I want to use AABB's for approximate hitboxes that would be much easier to implement or writing up a OBB system that would be much more accurate.

Might do the first then switch to the second later; not sure

hammy275 commented 2 years ago

Going to stick with AABBs, they actually aren't too far off even at the worst angles.

hammy275 commented 2 years ago

Dealing with roll for it is currently being a huge pain for me, so for now, I'm thinking of disabling everything related to roll so we can get Alpha 3 out the door.

hammy275 commented 2 years ago

A couple things:

hammy275 commented 2 years ago

The backpack is in a very very MVP state (just barely at a point where if for some reason, I never worked on this mod again, I'd be happy with it) as of https://github.com/hammy3502/immersive-mc/commit/d8374ac1553552894f06bd664ddcca4c6837a7f0 . Finally can get Alpha 3 out the door. I'll leave this issue to open to track any future ideas.

hammy275 commented 2 years ago

TODO for Beta 1:

hammy275 commented 2 years ago

TODO for Beta 2: