Closed Fluffyalien1422 closed 4 months ago
add two script events:
fluffyalien_energisticscore:update_block_network
MachineNetwork.get(block)?.destroy()
fluffyalien_energisticscore:update_block_adjacent_networks
MachineNetwork.updateAdjacent(block)
and add functions to call these in the public API
add two script events:
fluffyalien_energisticscore:update_block_network
- callsMachineNetwork.get(block)?.destroy()
using the block that called the script eventfluffyalien_energisticscore:update_block_adjacent_networks
- callsMachineNetwork.updateAdjacent(block)
using the block that called the script eventand add functions to call these in the public API