This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dev-qt/qtwebkit-4.8.7 pulled in by: | |
| kde-apps/plasma-runtime-16.04.3 requires >=dev-qt/qtwebkit-4.8.5:4 | |
| kde-frameworks/kdelibs-4.14.32 requires >=dev-qt/qtwebkit-4.8.5:4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Better Placement (betterplacement) | |
| Caused by: java.lang.NoClassDefFoundError: Lnet/minecraft/client/renderer/RenderGlobal; | |
| at java.lang.Class.getDeclaredFields0(Native Method) | |
| at java.lang.Class.privateGetDeclaredFields(Class.java:2583) | |
| at java.lang.Class.getDeclaredField(Class.java:2068) | |
| at net.minecraftforge.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:108) | |
| at com.tterrag.betterplacement.BetterPlacement.<clinit>(BetterPlacement.java:42) | |
| at java.lang.Class.forName0(Native Method) | |
| at java.lang.Class.forName(Class.java:348) | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git diff --staged | |
| diff --git a/build.gradle.kts b/build.gradle.kts | |
| index a671967e..ba5ec292 100644 | |
| --- a/build.gradle.kts | |
| +++ b/build.gradle.kts | |
| @@ -11,16 +11,10 @@ import nl.javadude.gradle.plugins.license.LicenseExtension | |
| import nl.javadude.gradle.plugins.license.LicensePlugin | |
| import org.ajoberstar.grgit.Grgit | |
| import org.ajoberstar.grgit.operation.DescribeOp | |
| -import org.gradle.api.JavaVersion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git diff --staged | |
| diff --git a/build.gradle.kts b/build.gradle.kts | |
| index a671967e..ba5ec292 100644 | |
| --- a/build.gradle.kts | |
| +++ b/build.gradle.kts | |
| @@ -11,16 +11,10 @@ import nl.javadude.gradle.plugins.license.LicenseExtension | |
| import nl.javadude.gradle.plugins.license.LicensePlugin | |
| import org.ajoberstar.grgit.Grgit | |
| import org.ajoberstar.grgit.operation.DescribeOp | |
| -import org.gradle.api.JavaVersion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build.gradle.kts b/build.gradle.kts | |
| index a671967e..ba5ec292 100644 | |
| --- a/build.gradle.kts | |
| +++ b/build.gradle.kts | |
| @@ -11,16 +11,10 @@ import nl.javadude.gradle.plugins.license.LicenseExtension | |
| import nl.javadude.gradle.plugins.license.LicensePlugin | |
| import org.ajoberstar.grgit.Grgit | |
| import org.ajoberstar.grgit.operation.DescribeOp | |
| -import org.gradle.api.JavaVersion | |
| -import org.gradle.api.NamedDomainObjectContainer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override public void drawForeground(GuiRenderer renderer, int mouseX, int mouseY, float partialTick) { | |
| renderer.next(); | |
| Tessellator.getInstance().draw(); | |
| ITextureObject blockTexture = Minecraft.getMinecraft().getTextureManager().getTexture(TextureMap.LOCATION_BLOCKS_TEXTURE); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set<IBlockState> blockStates = new HashSet<IBlockState>(); | |
| Block.REGISTRY.forEach(block -> { | |
| if (!block.hasTileEntity(block.getDefaultState())) { | |
| blockStates.add(block.getDefaultState()); | |
| } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override | |
| public void drawForeground(GuiRenderer renderer, int mouseX, int mouseY, float partialTick) { | |
| ClipArea area = this.getClipArea(); | |
| for (UIComponent<?> c : components) { | |
| int x = c.screenX(); | |
| int y = c.screenY(); | |
| int X = x + c.getWidth(); | |
| int Y = y + c.getHeight(); | |
| if (MathUtil.rangesIntersect(x, X, area.x, area.X) && MathUtil.rangesIntersect(y, Y, area.y, area.Y)) { | |
| c.draw(renderer, mouseX, mouseY, partialTick); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MalisisCore (malisiscore) | |
| Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.texture.TextureAtlasSprite.maxU from class net.malisis.core.renderer.icon.Icon | |
| at net.malisis.core.renderer.icon.Icon.<init>(Icon.java:116) | |
| at net.malisis.core.renderer.icon.ProxyIcon.<init>(ProxyIcon.java:44) | |
| at net.malisis.core.renderer.icon.Icon$1.<init>(Icon.java:74) | |
| at net.malisis.core.renderer.icon.Icon.<clinit>(Icon.java:73) | |
| at java.lang.Class.forName0(Native Method) | |
| at java.lang.Class.forName(Class.java:264) | |
| at net.malisis.core.MalisisCore.autoLoadClasses(MalisisCore.java:197) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| label354: | |
| while(true) { | |
| ClassInheritanceMultiMap classinheritancemultimap; | |
| Iterator var30; | |
| do { | |
| if (!iterInfosEntities.hasNext()) { | |
| blockpos$pooledmutableblockpos.release(); | |
| Entity entityOutline; | |
| if (!list2.isEmpty()) { |