Technici4n / Modern-Dynamics

Modern item and fluid transport Minecraft mod.
GNU Lesser General Public License v3.0
21 stars 14 forks source link

1.19.3 #56

Closed BonbonGit closed 1 year ago

BonbonGit commented 1 year ago

Tried to port to 1.19.3

I have honestly no idea what I am doing and just tried to find equivalent classes/methods in the new versions of Fabric and Minecraft.

Which results in missing textures for pipes for now, but otherwise the mod seems to work.

Also you may want to merge it in another branch since I don't think build for 1.19.3 can be made compatible with older versions.

Technici4n commented 1 year ago

Oh, and you need to run gradlew runData to generate some models, the recipes, the attachment upgrades, etc...

BonbonGit commented 1 year ago

Looks like a good start, thank you. For the creative tab: tabs are now directly responsible for their contents. For MD the registration order is fine: we can simply add all Item registry entries that live in the MD namespace.

Added items to the creative tab. Not sure that's how you meant to do it but it works.

Oh, and you need to run gradlew runData to generate some models, the recipes, the attachment upgrades, etc...

I get recipes, upgrades, etc. now and from what I understand models load too but not textures:

image

But I don't undestand what is supposed to load the textures so I'm stuck here.

Technici4n commented 1 year ago

Thanks a lot, I'll have a look in a few days. I have another feature in the pipeline that I want done before I merge this.

ewpratten commented 1 year ago

Hey, just hopping in to say that I have been running this branch on a small server for a few days, and everything works great!

Technici4n commented 1 year ago

Good to know. However there won't be any official 1.19.3 release, and I'm waiting on 1.20 instead.