File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/mekanism/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public void onEntitySpawn(EntityJoinLevelEvent event) {
9090 entity .discard ();
9191 event .setCanceled (true );
9292 }
93- } else if (fallbackItemCollector != null && event .getEntity () instanceof ItemEntity entity && fallbackItemCollector .test (entity .getItem ())) {
93+ } else if (! event . getLevel (). isClientSide && fallbackItemCollector != null && event .getEntity () instanceof ItemEntity entity && fallbackItemCollector .test (entity .getItem ())) {
9494 //If we have a fallback item collector active and the entity that is being added is an item,
9595 // try to let our fallback collector handle the item and keep track of it instead of actually adding it to the world
9696 entity .discard ();
You can’t perform that action at this time.
0 commit comments