Add LibCD Support (#1851)
* First ugly commit for LibCD support * fix all the ugly hacks, add rolling machine + fluid gen recipes * be a bit more lenient with fluid generator names * add test script, fix a few bugs * get rid of ShapedRecipeSerializer stuff that's no longer needed * Add a warning to the sample script
This commit is contained in:
parent
bfce163c99
commit
989e4601af
12 changed files with 801 additions and 0 deletions
|
@ -46,6 +46,9 @@ repositories {
|
|||
maven {
|
||||
url 'https://jitpack.io'
|
||||
}
|
||||
maven {
|
||||
url 'http://server.bbkr.space:8081/artifactory/libs-release'
|
||||
}
|
||||
}
|
||||
|
||||
version = "3.0.16"
|
||||
|
@ -80,6 +83,7 @@ dependencies {
|
|||
//Thanks for moving the project breaking gradle...
|
||||
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
||||
}
|
||||
modCompile 'io.github.cottonmc:LibCD:1.3.3+1.14.4'
|
||||
|
||||
def rcVersion = 'RebornCore:RebornCore-1.14.4:+'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue