update to hotfix2
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user