Fix Start-up crash + new version

This commit is contained in:
modmuss50 2016-09-27 19:34:18 +01:00
parent 0aaa00fd03
commit 38f965917f
2 changed files with 3 additions and 4 deletions

View file

@ -62,7 +62,7 @@ configurations {
}
version = "1.4.5"
version = "1.4.6"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {

View file

@ -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){