File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/circulation/random_complement/mixin/mmce Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 99import appeng .helpers .IInterfaceHost ;
1010import com .circulation .random_complement .common .interfaces .RCIConfigManager ;
1111import com .circulation .random_complement .common .interfaces .RCIConfigurableObject ;
12- import com .glodblock .github .common .tile .TileDualInterface ;
1312import com .google .common .collect .ImmutableSet ;
1413import github .kasuminova .mmce .common .tile .MEPatternProvider ;
1514import github .kasuminova .mmce .common .tile .base .MEMachineComponent ;
@@ -37,7 +36,7 @@ public abstract class MixinMEPatternProvider extends MEMachineComponent implemen
3736 @ Inject (method = "<init>" , at = @ At ("TAIL" ))
3837 public void onInit (CallbackInfo ci ) {
3938 if (soft$getInterfaceDuality () == null ) {
40- r$d = new DualityInterface (this .proxy , new TileDualInterface () );
39+ r$d = new DualityInterface (this .proxy , this );
4140 }
4241 }
4342
You can’t perform that action at this time.
0 commit comments