1.17-pre2
This commit is contained in:
parent
3dfb211309
commit
3e13cdb4a6
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ public class PlayerInventorySlot extends Slot {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean doDrawHoveringEffect() {
|
public boolean isEnabled() {
|
||||||
return doDraw;
|
return doDraw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue