Update mappings
This commit is contained in:
parent
d01ada5353
commit
f7c664fc25
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ group = 'TechReborn'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:1.15.2-pre2"
|
minecraft "com.mojang:minecraft:1.15.2-pre2"
|
||||||
mappings "net.fabricmc:yarn:1.15.2-pre2+build.1:v2"
|
mappings "net.fabricmc:yarn:1.15.2-pre2+build.5:v2"
|
||||||
modImplementation "net.fabricmc:fabric-loader:0.7.4+build.177"
|
modImplementation "net.fabricmc:fabric-loader:0.7.4+build.177"
|
||||||
|
|
||||||
//Fabric api
|
//Fabric api
|
||||||
|
|
|
@ -115,7 +115,7 @@ public abstract class BaseDynamicFluidBakedModel implements BakedModel, FabricBa
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean hasDepthInGui() {
|
public boolean hasDepth() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ public abstract class BaseDynamicFluidBakedModel implements BakedModel, FabricBa
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean method_24304() {
|
public boolean isSideLit() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue