Add CraftTweaker Support (#1751)
* Register the recipe types with the correct name * Add CraftTweaker to the build.gradle Going to change this to compile only when I'm done * Add ARC support * Add BloodAltar support * Add Alchemy Array support * Add TartaricForge Support * Add AlchemyTable support * Update CraftTweaker
This commit is contained in:
parent
3a3e619225
commit
1fa7f88a77
7 changed files with 344 additions and 5 deletions
|
@ -118,6 +118,9 @@ dependencies {
|
|||
|
||||
compileOnly fg.deobf("vazkii.patchouli:Patchouli:${patchouli_version}:api")
|
||||
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${patchouli_version}")
|
||||
|
||||
compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.16.4:7.1.0.84")
|
||||
|
||||
// You may put jars on which you depend on in ./libs or you may define them like so..
|
||||
// compile "some.group:artifact:version:classifier"
|
||||
// compile "some.group:artifact:version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue