Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Updated to Minecraft 1.20.2 #26

Merged
merged 4 commits into from
Nov 12, 2023
Merged

Updated to Minecraft 1.20.2 #26

merged 4 commits into from
Nov 12, 2023

Conversation

replaceitem
Copy link
Contributor

This updates the mod to Minecraft 1.20.2

The main changes for this are:

  • Splitting texture files (like it was done in vanilla)
  • Moving gui textures to textures/gui/sprites and using DrawContext.drawGuiTexture
  • Using ButtonTextures
  • Adapting occurences of Recipe<?> to RecipeEntry<?>
  • Fix mouseScrolled methods to have the new horizontal scroll parameter

I did some testing to make sure it works, but there might be a few details i missed.

@Bawnorton
Copy link
Owner

Thanks, seems to be working as intended. I will likely be merging this mod with another mod I'm working on that in-houses the randomiser too so that I don't have to mixin to everywhere.

@Bawnorton Bawnorton merged commit 64dcb76 into Bawnorton:main Nov 12, 2023
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants