update to hotfix2

This commit is contained in:
ZHAY10086
2025-11-17 15:35:44 +08:00
parent 034eda5b37
commit af1c6af3e8
19 changed files with 123 additions and 67 deletions
@@ -1,6 +1,6 @@
#modloaded astralsorcery
#loader mixin
#clientonly
#sideonly client
import native.hellfirepvp.astralsorcery.client.ClientScheduler;
import native.net.minecraft.client.renderer.BufferBuilder;
@@ -140,4 +140,4 @@ zenClass AstralRelayHalo_RenderTranslucentItem {
GlStateManager.enableTexture2D();
GlStateManager.popMatrix();
}
}
}
@@ -1,5 +1,6 @@
#modloaded astralsorcery
#loader mixin
#sideonly client
import native.hellfirepvp.astralsorcery.common.tile.TileAttunementRelay;
@@ -56,4 +57,4 @@ zenClass MixinTESRAttunementRelay_RenderFix {
// Fully replace original method body
ci.cancel();
}
}
}
@@ -46,4 +46,4 @@ zenClass MixinBlockAttunementRelay_OnActivateGuard {
if (!current.isEmpty() && ItemStack.areItemsEqual(current, held) && ItemStack.areItemStackTagsEqual(current, held))
cir.setReturnValue(true);
}
}
}
@@ -1,6 +1,6 @@
#modloaded bewitchment
#loader mixin
#clientonly
#sideonly client
import native.mezz.jei.api.IModRegistry;
import native.mezz.jei.api.recipe.transfer.IRecipeTransferRegistry;