Skip to content

Commit

Permalink
Expand machine api visibility (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz authored Sep 25, 2024
1 parent d8e153a commit 8020de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public abstract class BasicMultiblockMachineBlockEntity extends MultiblockMachineBlockEntity implements Tickable, MultiblockInventoryComponentHolder
{
private ShapeMatcher shapeMatcher;
protected ShapeMatcher shapeMatcher;

protected OperatingState operatingState = OperatingState.NOT_MATCHED;

Expand Down Expand Up @@ -64,7 +64,7 @@ public void tick()
this.link();
}

private void link()
protected void link()
{
if(shapeMatcher == null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class AbstractSteamMultipliedCraftingMultiblockBlockEntity exten
{
protected final OverclockComponent overclock;

private boolean steel;
protected boolean steel;

public AbstractSteamMultipliedCraftingMultiblockBlockEntity(BEP bep, ResourceLocation id, ShapeTemplate[] shapeTemplates,
List<OverclockComponent.Catalyst> overclockCatalysts)
Expand Down

0 comments on commit 8020de1

Please sign in to comment.