Fix Start-up crash + new version
This commit is contained in:
parent
0aaa00fd03
commit
38f965917f
2 changed files with 3 additions and 4 deletions
|
@ -62,7 +62,7 @@ configurations {
|
|||
}
|
||||
|
||||
|
||||
version = "1.4.5"
|
||||
version = "1.4.6"
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
|
|
@ -247,11 +247,10 @@ public class ModRecipes
|
|||
|
||||
for (String i : ItemDusts.types)
|
||||
{
|
||||
if (!i.equals(ModItems.META_PLACEHOLDER) && i.equals(ModItems.META_PLACEHOLDER))
|
||||
if (!i.equals(ModItems.META_PLACEHOLDER))
|
||||
{
|
||||
continue;
|
||||
ScrapboxList.addItemStackToList(ItemDusts.getDustByName(i));
|
||||
}
|
||||
ScrapboxList.addItemStackToList(ItemDusts.getDustByName(i));
|
||||
}
|
||||
|
||||
for (String i : ItemNuggets.types){
|
||||
|
|
Loading…
Reference in a new issue