Gilly7CE / Carpet-Addons-Not-Found

Addons for the Fabric Carpet mod
MIT License
6 stars 0 forks source link

Update minecraft version to 1.19.4 #76

Closed Gilly7CE closed 1 year ago

Gilly7CE commented 1 year ago

Provides support for the latest version of Minecraft at time of writing, which is 1.19.4.

Only code change required is in PhantomSpawnerMixin, where a BlockPos object was being instantiated. The constructor being used has been removed in 1.19.4. The fix is to use the Entity.getBlockPos method as that is essentially all that was being done in the code snippet anyway.

Also updates carpet to latest supported version for 1.19.4, which is 1.4.101+v230319.

Closes #47