Skip to content

Commit

Permalink
Merge pull request #1970 from KellenHurrey/master
Browse files Browse the repository at this point in the history
Make RBMK Rods actually be a SimpleComponent
  • Loading branch information
HbmMods authored Mar 5, 2025
2 parents e21fe3e + 3bf5264 commit 23928d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import li.cil.oc.api.machine.Arguments;
import li.cil.oc.api.machine.Callback;
import li.cil.oc.api.machine.Context;
import li.cil.oc.api.network.SimpleComponent;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.item.ItemStack;
Expand All @@ -42,7 +43,7 @@
import java.util.List;

@Optional.InterfaceList({@Optional.Interface(iface = "li.cil.oc.api.network.SimpleComponent", modid = "OpenComputers")})
public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBMKFluxReceiver, IRBMKLoadable, IInfoProviderEC, CompatHandler.OCComponent {
public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBMKFluxReceiver, IRBMKLoadable, IInfoProviderEC, SimpleComponent, CompatHandler.OCComponent {

// New system!!
// Used for receiving flux (calculating outbound flux/burning rods)
Expand Down

0 comments on commit 23928d3

Please sign in to comment.