Moved dissolve shader to Minecraft's new custom shader rendertype.

This commit is contained in:
Christian Knaapen
2021-09-26 19:38:02 +02:00
parent 4b1997e44f
commit 43d0a02faf
10 changed files with 151 additions and 329 deletions

View File

@@ -1,7 +1,6 @@
buildscript {
repositories {
maven { url = 'https://files.minecraftforge.net/maven' }
jcenter()
mavenCentral()
}
dependencies {
@@ -12,9 +11,8 @@ apply plugin: 'net.minecraftforge.gradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply from: 'https://raw.githubusercontent.com/SizableShrimp/Forge-Class-Remapper/main/classremapper.gradle'
version = '1.16.3-2.24'
version = '1.17.1-2.24'
group = 'nl.requios.effortlessbuilding' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'effortlessbuilding'