mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 16:05:29 +00:00
properly handle BufferedStateManipulator application exception
This commit is contained in:
parent
a38eba2916
commit
aa406d9b8b
@ -19,7 +19,7 @@ public class BufferedStateManipulator implements BufferedItem {
|
||||
try {
|
||||
state.applyState(data);
|
||||
state.update(false);
|
||||
} catch(ClassCastException e) {
|
||||
} catch(Exception e) {
|
||||
main.getLogger().warning("Could not apply BlockState at " + origin + ": " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user