1.20.3-pre3

Just mapping updates
This commit is contained in:
modmuss50 2023-11-27 16:17:03 +00:00
parent e0858cfb7b
commit f6e85ac2bb
3 changed files with 3 additions and 3 deletions
fabric-item-group-api-v1/src/client/java/net/fabricmc/fabric/impl/client/itemgroup
fabric-screen-api-v1/src/testmodClient/java/net/fabricmc/fabric/test/screen
gradle.properties

View file

@ -52,7 +52,7 @@ public class FabricCreativeGuiComponents {
}
@Override
protected void renderButton(DrawContext drawContext, int mouseX, int mouseY, float delta) {
protected void renderWidget(DrawContext drawContext, int mouseX, int mouseY, float delta) {
this.active = extensions.fabric_isButtonEnabled(type);
this.visible = extensions.fabric_isButtonVisible(type);

View file

@ -28,7 +28,7 @@ class StopSoundButton extends PressableWidget {
}
@Override
protected void renderButton(DrawContext drawContext, int mouseX, int mouseY, float delta) {
protected void renderWidget(DrawContext drawContext, int mouseX, int mouseY, float delta) {
drawContext.drawGuiTexture(ScreenTests.ARMOR_FULL_TEXTURE, this.getX(), this.getY(), this.width, this.height);
if (this.isHovered()) {

View file

@ -3,7 +3,7 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true
version=0.91.1
minecraft_version=1.20.3-pre2
minecraft_version=1.20.3-pre3
yarn_version=+build.1
loader_version=0.14.23
installer_version=0.11.1