1.17-pre2

This commit is contained in:
modmuss50 2021-05-31 17:41:07 +01:00
parent 3dfb211309
commit 3e13cdb4a6
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ public class PlayerInventorySlot extends Slot {
} }
@Override @Override
public boolean doDrawHoveringEffect() { public boolean isEnabled() {
return doDraw; return doDraw;
} }
} }

View file

@ -82,8 +82,8 @@ allprojects {
// Shared deps between TR and RC // Shared deps between TR and RC
dependencies { dependencies {
minecraft "com.mojang:minecraft:1.17-pre1" minecraft "com.mojang:minecraft:1.17-pre2"
mappings "net.fabricmc:yarn:1.17-pre1+build.4:v2" mappings "net.fabricmc:yarn:1.17-pre2+build.1:v2"
modImplementation "net.fabricmc:fabric-loader:0.11.3" modImplementation "net.fabricmc:fabric-loader:0.11.3"
//Fabric api //Fabric api