Migrate to minecraft 1.20 #70

Merged
BlakeRain merged 1 commits from BlakeRain/utamacraft:main into main 2024-02-11 17:02:40 +00:00
Owner

Terrifying migration of the mod to Minecraft v1.20.1. There are a few things I'm not entirely happy about:

  1. I had to remove the consumer() call from the message builder in ModMessages for DumpInsolatorFluidPacket, which means that the message sent when the dump button is pressed in the Insolator UI, the server won't handle the message. I'm not sure where I can adequately handle the mesage now, so a new issues has been created to track this: #69
  2. In our insolator recipies the getResultItem() method takes a RegistryAccess, but I'm not sure where to get one. In the JEI and the block entity I'm just using null for now, which is probably not ideal.
  3. In the InsolatorScreen we used to have tooltips on the dump button. Now there's nothing.
Terrifying migration of the mod to Minecraft v1.20.1. There are a few things I'm not entirely happy about: 1. I had to remove the `consumer()` call from the message builder in `ModMessages` for `DumpInsolatorFluidPacket`, which means that the message sent when the dump button is pressed in the Insolator UI, the server won't handle the message. I'm not sure where I can adequately handle the mesage now, so a new issues has been created to track this: #69 2. In our insolator recipies the `getResultItem()` method takes a `RegistryAccess`, but I'm not sure where to get one. In the JEI and the block entity I'm just using `null` for now, which is probably not ideal. 3. In the `InsolatorScreen` we used to have tooltips on the dump button. Now there's nothing.
BlakeRain added the
Kind/Enhancement
label 2024-02-11 17:02:31 +00:00
BlakeRain self-assigned this 2024-02-11 17:02:31 +00:00
BlakeRain added 1 commit 2024-02-11 17:02:32 +00:00
BlakeRain merged commit f0225c4c8c into main 2024-02-11 17:02:40 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bans-minecraft/utamacraft#70
No description provided.