Skip to content

Commit

Permalink
Networking With RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
DaNussi committed Mar 27, 2024
1 parent 88d0d66 commit 049553e
Show file tree
Hide file tree
Showing 24 changed files with 1,038 additions and 525 deletions.
Binary file modified redis/data/dump.rdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
import appeng.api.storage.IStorageMounts;
import appeng.api.storage.IStorageProvider;
import appeng.api.storage.MEStorage;
import appeng.api.storage.cells.StorageCell;
import appeng.blockentity.inventory.AppEngCellInventory;
import appeng.blockentity.storage.DriveBlockEntity;
import appeng.core.definitions.AEItems;
import appeng.me.storage.DriveWatcher;
import com.mojang.logging.LogUtils;
import com.rabbitmq.client.Channel;
import net.minecraft.world.item.Item;
import net.nussi.dedicated_applied_energistics.blockentities.InterDimensionalInterfaceBlockEntity;
import net.nussi.dedicated_applied_energistics.providers.virtualdisk.VirtualDiskClient;
import net.nussi.dedicated_applied_energistics.providers.virtualdisk.VirtualDiskHost;
import net.nussi.dedicated_applied_energistics.providers.virtualdisk.VirtualDiskInfo;
import org.slf4j.Logger;
import redis.clients.jedis.Jedis;

Expand Down Expand Up @@ -109,7 +107,7 @@ public void indexGrid() {
return;
}

LOGGER.info(instance.getUuid() + " | Indexing grid!");
// LOGGER.info(instance.getUuid() + " | Indexing grid!");
// LOGGER.info(instance.getUuid() + " | Machine Classe: " + instance.getMainNode().getGrid().getMachineClasses().toString());

List<MEStorage> storageCells = new ArrayList<>();
Expand Down

This file was deleted.

Loading

0 comments on commit 049553e

Please sign in to comment.