mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 11:45:09 +01:00
Update to 19w34a
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
|||||||
id 'idea'
|
id 'idea'
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
id 'com.matthewprenger.cursegradle' version '1.0.9'
|
id 'com.matthewprenger.cursegradle' version '1.0.9'
|
||||||
id 'fabric-loom' version '0.2.4-SNAPSHOT'
|
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');
|
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
minecraft_version=1.14.4
|
minecraft_version=19w34a
|
||||||
|
|
||||||
mod_version=1.0.5
|
mod_version=1.0.5
|
||||||
|
|
||||||
fabric_loader_version=0.4.8+build.157
|
fabric_loader_version=0.5.0+build.162
|
||||||
fabric_version=0.3.0+build.200
|
fabric_version=0.3.1+build.208
|
||||||
mappings_version=1.14.4+build.2
|
mappings_version=19w34a+build.10
|
||||||
|
|
||||||
# Satin library
|
# Satin library
|
||||||
satin_version = 1.3.2
|
satin_version = 1.15-SNAPSHOT
|
||||||
|
|
||||||
project_id=268324
|
project_id=268324
|
||||||
release_type=release
|
release_type=release
|
||||||
|
|||||||
Reference in New Issue
Block a user