Migrate to minecraft 1.20 #70
No reviewers
Labels
No Label
Focus/Block Entities
Focus/Blocks
Focus/CC
Focus/Effects
Focus/Forge
Focus/Ores
Focus/Recipes
Focus/Rendering
Focus/Texturing
Focus/UI
Focus/Wiki
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bans-minecraft/utamacraft#70
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BlakeRain/utamacraft:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Terrifying migration of the mod to Minecraft v1.20.1. There are a few things I'm not entirely happy about:
consumer()
call from the message builder inModMessages
forDumpInsolatorFluidPacket
, 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: #69getResultItem()
method takes aRegistryAccess
, but I'm not sure where to get one. In the JEI and the block entity I'm just usingnull
for now, which is probably not ideal.InsolatorScreen
we used to have tooltips on the dump button. Now there's nothing.