fabric-community / the-hallow

Fabric Community mod for Hacktoberfest!
MIT License
14 stars 19 forks source link

update to 1.15-pre3 #186

Closed TwilightFlower closed 4 years ago

TwilightFlower commented 4 years ago

1.15 is on the doorstep. Time to update.

Major changes: Lots of renames. Temporarily disabled config functionality, as TinyConfig has not updated. Temporarily disabled trinkets functionality, as Trinkets has not updated. 1.15 rendering changes. Lots of them.

Shotgun projectile rendering is broken, but the shotgun has two outstanding crash bugs so I considered it low priority.

LemmaEOF commented 4 years ago

@Nuclearfarts Trinkets and TinyConfig are now both updated. Are you able to update them here or should I do it after merge?

LemmaEOF commented 4 years ago

Awesome! Don't forget to fix all the TODO-marked places we have trinkets stuff commented out!

TwilightFlower commented 4 years ago

Alright, back at my normal PC instead of my laptop that Gradle dislikes. Uncommented the trinkets stuff, but I can't do the rendering quite yet as trinkets doesn't pass on the MatrixStack or VertexConsumerProvider.

LemmaEOF commented 4 years ago

Ah, that’s weird. Thought it did.

TwilightFlower commented 4 years ago

alright then. Trinkets rendering has been fixed, though I had to write my own version of a trinkets utility method as it still used GlStateManager. Even though the tinyconfig github does show a 1.15 version, there doesn't seem to be a build anywhere, so I switched to just using jankson. (I thought the config worked before, it didn't, I'd forgotten to uncomment it.) I found out that the option to disable pumpkins on mobs' heads never worked while testing this and fixed that as well.