DragonSurvivalTeam / DragonSurvival

Other
49 stars 41 forks source link

Misc clean up #582

Closed SiverDX closed 2 months ago

SiverDX commented 2 months ago
SiverDX commented 2 months ago

Also atm when spawning a knight the game crashes due to missing model json

seelderr commented 2 months ago

that is fine, that whole section is under construction

SiverDX commented 2 months ago

personally I disagree just makes it harder to differentiate if all files start with mixin

seelderr commented 2 months ago

personally I disagree just makes it harder to differentiate if all files start with mixin

we have been naming all of our mixin files Mixin(name), why change now?

it is also pretty normal conventions, all the other mods i've worked on do the same format of Mixin(name)

seelderr commented 2 months ago

if you do want to change the format, rename all of the mixin files so it is consistent

SiverDX commented 2 months ago

it is also pretty normal conventions, all the other mods i've worked on do the same format of Mixin(name)

fabric api (the official one) doesn't, neither do sodium, apotheosis dev or modernfix dev

we have been naming all of our mixin files Mixin(name), why change now?

because in general the code base could need some cleanup especially in formatting etc

SiverDX commented 2 months ago

if you do want to change the format, rename all of the mixin files so it is consistent

the plan would be to eventually go through all mixins and do that

seelderr commented 2 months ago

it is also pretty normal conventions, all the other mods i've worked on do the same format of Mixin(name)

fabric api (the official one) doesn't, neither do sodium, apotheosis dev or modernfix dev

we have been naming all of our mixin files Mixin(name), why change now?

because in general the code base could need some cleanup especially in formatting etc

go for the change, i'm convinced, i might've been a bit mistaken. just make sure to rename them all like i said.