mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
1.15.2
This commit is contained in:
parent
203491ea23
commit
aea78a258d
4 changed files with 7 additions and 7 deletions
|
@ -12,8 +12,8 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.4.28"
|
||||
static def mcVersion = "1.15.2-pre1"
|
||||
static def baseVersion = "0.4.29"
|
||||
static def mcVersion = "1.15.2"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
||||
|
@ -224,7 +224,7 @@ curseforge {
|
|||
project {
|
||||
id = '306612'
|
||||
changelog = 'A changelog can be found at https://github.com/FabricMC/fabric/commits/master'
|
||||
releaseType = 'alpha'
|
||||
releaseType = 'beta'
|
||||
addGameVersion '1.15-Snapshot'
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||
displayName = "[$Globals.mcVersion] Fabric API $Globals.baseVersion build $ENV.BUILD_NUMBER"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-renderer-api-v1"
|
||||
version = getSubprojectVersion(project, "0.2.8")
|
||||
version = getSubprojectVersion(project, "0.2.9")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
|
@ -68,8 +68,8 @@ public abstract class ForwardingBakedModel implements BakedModel, FabricBakedMod
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean hasDepthInGui() {
|
||||
return wrapped.hasDepthInGui();
|
||||
public boolean hasDepth() {
|
||||
return wrapped.hasDepth();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -57,7 +57,7 @@ public class DamageModel extends ForwardingBakedModel {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean method_24304() {
|
||||
public boolean isSideLit() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue