We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47edb4 commit db9deb6Copy full SHA for db9deb6
src/main/java/kport/modularmagic/common/tile/TileImpetusComponent.java
@@ -108,11 +108,11 @@ public void onLoad() {
108
ThaumicAugmentation.proxy.registerRenderableImpetusNode(node);
109
}
110
111
- @Override
112
- public void onChunkUnload() {
113
- node.unload();
114
- ThaumicAugmentation.proxy.deregisterRenderableImpetusNode(node);
115
- }
+// @Override
+// public void onChunkUnload() {
+// node.unload();
+// ThaumicAugmentation.proxy.deregisterRenderableImpetusNode(node);
+// }
116
117
@Override
118
public boolean receiveClientEvent(int id, int type) {
0 commit comments