1...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#modloaded astralsorcery
|
||||
#loader mixin
|
||||
|
||||
|
||||
import mixin.CallbackInfoReturnable;
|
||||
import native.net.minecraft.item.ItemStack;
|
||||
|
||||
#mixin {targets: "appeng.core.features.registries.P2PTunnelRegistry"}
|
||||
zenClass MixinP2PTunnelRegistry {
|
||||
#mixin Inject {method: "getTunnelTypeByItem", at: {value: "HEAD"}}
|
||||
function ignoreStack(trigger as ItemStack, cir as mixin.CallbackInfoReturnable) as void {
|
||||
cir.setReturnValue(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user