more fabric stuff

This commit is contained in:
dfsek
2021-02-22 22:23:57 -07:00
parent 415df211ed
commit 98c1fea7fd
11 changed files with 57 additions and 18 deletions

View File

@@ -21,6 +21,7 @@ public class BufferedStateManipulator implements BufferedItem {
state.update(false);
} catch(Exception e) {
main.getLogger().warning("Could not apply BlockState at " + origin + ": " + e.getMessage());
main.getDebugLogger().stack(e);
}
}
}