FirEmerald / AvatarStatsLoader

Allows loading of customized avatar stats in BoneLab
MIT License
2 stars 3 forks source link

Fix page creation to be compatible with BoneLib 3.1.0+ #9

Closed Sebby37 closed 2 months ago

Sebby37 commented 2 months ago

After creating #8, I decided to do a little digging into BoneLib and these errors in hopes of solving them, and then I found Page.Root.CreatePage! Builds and runs with the latest BoneLib on Bonelab patch 5 with MelonLoader v0.6.4 perfectly fine!

Changes

FirEmerald commented 2 months ago

sigh And this, people, is why you mark methods for deprecation instead of just flat-out removing them without warning. Not to mention there really wasn't any reason to remove it in the first place, having it as a helper method to make a new root page just makes sense.