l33tmaan / ACulinaryArtillery---.NET7

4 stars 10 forks source link

1.19 update baseline fixes #12

Closed Pursec closed 7 months ago

Pursec commented 8 months ago

Basic changes and update to make the mod load correctly with 1.19 (as of 1.19 RC 4).

Added missing implements for BlockExpandedClayOven for IIgnitable and swapped over the old MeshRef and UploadMesh() for the new MultiTextureMeshRef and UploadMultiTextureMeshRef() where applicable.

Tested on 1.19 RC 4 on a new creative world.

Logs attached for server and client main. Also checked associated Debug logs and nothing unusual there. client-main.txt server-main.txt

l33tmaan commented 7 months ago

Thanks for the help, I'll try these out!