Changed the .gitignore, and started adding a few recipe changes

Got distracted due to wanting to change the Hellfire Forge recipes.
This commit is contained in:
WayofTime 2021-01-17 14:34:24 -05:00
parent 1fa7f88a77
commit 99792acbb7
12 changed files with 72 additions and 51 deletions

View file

@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.16.3-3.0.6-11'
version = '1.16.3-3.1.0-12'
group = 'com.yourname.modid' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'BloodMagic'
@ -106,7 +106,7 @@ dependencies {
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.16.3-34.1.11'
minecraft 'net.minecraftforge:forge:1.16.4-35.1.37'
// compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
// runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")