mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Update JEI properly damn it
This commit is contained in:
parent
34dbefc9e6
commit
0d7340474f
2 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.8.9-r24"
|
version = "1.8.9-r25"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -86,4 +86,9 @@ public class JEIActuallyAdditionsPlugin implements IModPlugin{
|
||||||
public void onRecipeRegistryAvailable(IRecipeRegistry recipeRegistry){
|
public void onRecipeRegistryAvailable(IRecipeRegistry recipeRegistry){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onRuntimeAvailable(IJeiRuntime jeiRuntime){
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue