9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

Block type fixes

This commit is contained in:
Daniel Mills
2020-08-01 07:20:54 -04:00
parent 3b76bb64a9
commit 71c90c6d31
5 changed files with 30 additions and 18 deletions

View File

@@ -25,15 +25,6 @@ public class BlockDataTools
if(bdx == null)
{
Iris.warn("Unknown Block Data '" + bd + "'");
try
{
throw new RuntimeException("Unknown Block Data");
}
catch(Throwable e)
{
e.printStackTrace();
}
nulls.add(bd);
return bdx;
}
@@ -46,7 +37,6 @@ public class BlockDataTools
catch(Throwable e)
{
Iris.warn("Unknown Block Data '" + bd + "'");
e.printStackTrace();
}
return null;