Jump to content

[1.7.10][SOLVED] Problem with custom rendered Block after Exporting to.jar


Pythonschlange

Recommended Posts

From the beginning: I have a customrendered block. It renders in the world as it should, it renders in my inventory as it should and if I hold it in my hand it still renders as it should. But if I export my mod to an .jar file and put it into my Local Minecarft (not the test-environment) the Block stops rendering in my hand and inventory. If I place it into the world, the Block gets rendered normally. One thing I noticed is that if I start eclipse, the test-environment inside eclipse and then Minecarft (with both eclipse and the test-environment running) the block will sometimes render correctly in my inventory, hand. I hope you guys can help me.

EDIT: It sometimes works without eclipse (Problem still unsolved)

EDIT#2: the solution to this problem is in my last post (down below)

Block.class:

package blocks.PortableVoid;

import org.Python.StuffForMC.StuffForMC;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import tileEntitys.PortableVoid.TileEntityFullyBrockenBedrock;
import javafx.scene.control.Tab;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

public class Block_Fully_Brocken_Bedrock extends BlockContainer {

public Block_Fully_Brocken_Bedrock(Material material) {
	super(material);
	this.setCreativeTab(StuffForMC.tabStuffForMC);
	this.setLightLevel(1.0F);
	this.setHardness(5.0F);
	this.setStepSound(Block.soundTypeStone);
	this.setBlockName("Block_Fully_Brocken_Bedrock");
}

public int getRenderType(){
	return -1;
}
public boolean isOpaqueCube() {
	return false;
}
public boolean renderAsNormalBlock() {
	return false;
}
@Override
public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_) {
	return new TileEntityFullyBrockenBedrock();
}
@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister iconRegister){
	this.blockIcon = iconRegister.registerIcon("StuffForMC" + ":" + "fullybrockenbedrockbreakingpartickles");
}
}

Model.class:

package models.PortableVoid;

import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;

public class FullyBrockenBedrock extends ModelBase
{
  //fields
    ModelRenderer Shape1;
    ModelRenderer Shape2;
    ModelRenderer Shape3;
    ModelRenderer Shape4;
    ModelRenderer Shape5;
    ModelRenderer Shape6;
    ModelRenderer Shape7;
    ModelRenderer Shape8;
    ModelRenderer Shape9;
    ModelRenderer Shape10;
    ModelRenderer Shape11;
    ModelRenderer Shape12;
    ModelRenderer Shape13;
    ModelRenderer Shape14;
    ModelRenderer Shape15;
    ModelRenderer Shape16;
    ModelRenderer Shape17;
    ModelRenderer Shape18;
    ModelRenderer Shape19;
    ModelRenderer Shape20;
    ModelRenderer Shape21;
    ModelRenderer Shape22;
    ModelRenderer Shape23;
    ModelRenderer Shape24;
    ModelRenderer Shape25;
    ModelRenderer Shape26;
    ModelRenderer Shape27;
    ModelRenderer Shape28;
    ModelRenderer Shape29;
    ModelRenderer Shape30;
    ModelRenderer Shape31;
    ModelRenderer Shape32;
    ModelRenderer Shape33;
    ModelRenderer Shape34;
    ModelRenderer Shape35;
    ModelRenderer Shape36;
    ModelRenderer Shape37;
    ModelRenderer Shape38;
    ModelRenderer Shape39;
    ModelRenderer Shape40;
    ModelRenderer Shape41;
    ModelRenderer Shape42;
    ModelRenderer Shape43;
    ModelRenderer Shape44;
    ModelRenderer Shape45;
    ModelRenderer Shape46;
    ModelRenderer Shape47;
    ModelRenderer Shape48;
    ModelRenderer Shape49;
    ModelRenderer Shape50;
    ModelRenderer Shape51;
    ModelRenderer Shape52;
    ModelRenderer Shape53;
    ModelRenderer Shape54;
    ModelRenderer Shape55;
    ModelRenderer Shape56;
    ModelRenderer Shape57;
    ModelRenderer Shape58;
    ModelRenderer Shape59;
    ModelRenderer Shape60;
    ModelRenderer Shape61;
    ModelRenderer Shape62;
    ModelRenderer Shape63;
    ModelRenderer Shape64;
    ModelRenderer Shape65;
    ModelRenderer Shape66;
    ModelRenderer Shape67;
    ModelRenderer Shape68;
    ModelRenderer Shape69;
    ModelRenderer Shape70;
    ModelRenderer Shape71;
    ModelRenderer Shape72;
    ModelRenderer Shape73;
    ModelRenderer Shape74;
    ModelRenderer Shape75;
    ModelRenderer Shape76;
    ModelRenderer Shape77;
    ModelRenderer Shape78;
    ModelRenderer Shape79;
    ModelRenderer Shape80;
    ModelRenderer Shape81;
    ModelRenderer Shape82;
    ModelRenderer Shape83;
    ModelRenderer Shape84;
    ModelRenderer Shape85;
    ModelRenderer Shape86;
    ModelRenderer Shape87;
    ModelRenderer Shape88;
    ModelRenderer Shape89;
    ModelRenderer Shape90;
    ModelRenderer Shape91;
    ModelRenderer Shape92;
    ModelRenderer Shape93;
    ModelRenderer Shape94;
    ModelRenderer Shape95;
    ModelRenderer Shape96;
    ModelRenderer Shape97;
    ModelRenderer Shape98;
    ModelRenderer Shape99;
    ModelRenderer Shape100;
    ModelRenderer Shape101;
    ModelRenderer Shape102;
    ModelRenderer Shape103;
    ModelRenderer Shape104;
    ModelRenderer Shape105;
    ModelRenderer Shape106;
    ModelRenderer Shape107;
    ModelRenderer Shape108;
    ModelRenderer Shape109;
    ModelRenderer Shape110;
    ModelRenderer Shape111;
    ModelRenderer Shape112;
    ModelRenderer Shape113;
    ModelRenderer Shape114;
    ModelRenderer Shape115;
    ModelRenderer Shape116;
    ModelRenderer Shape117;
    ModelRenderer Shape118;
    ModelRenderer Shape119;
    ModelRenderer Shape120;
    ModelRenderer Shape121;
    ModelRenderer Shape122;
    ModelRenderer Shape123;
    ModelRenderer Shape124;
    ModelRenderer Shape125;
    ModelRenderer Shape126;
    ModelRenderer Shape127;
    ModelRenderer Shape128;
    ModelRenderer Shape129;
    ModelRenderer Shape130;
    ModelRenderer Shape131;
    ModelRenderer Shape132;
    ModelRenderer Shape133;
    ModelRenderer Shape134;
    ModelRenderer Shape135;
    ModelRenderer Shape136;
    ModelRenderer Shape137;
    ModelRenderer Shape138;
    ModelRenderer Shape139;
    ModelRenderer Shape140;
    ModelRenderer Shape141;
    ModelRenderer Shape142;
    ModelRenderer Shape143;
    ModelRenderer Shape144;
    ModelRenderer Shape145;
    ModelRenderer Shape146;
    ModelRenderer Shape147;
    ModelRenderer Shape148;
    ModelRenderer Shape149;
    ModelRenderer Shape150;
    ModelRenderer Shape151;
    ModelRenderer Shape152;
    ModelRenderer Shape153;
    ModelRenderer Shape154;
  
  public FullyBrockenBedrock()
  {
    textureWidth = 256;
    textureHeight = 64;
    
      Shape1 = new ModelRenderer(this, 0, 0);
      Shape1.addBox(0F, 0F, 0F, 12, 12, 12);
      Shape1.setRotationPoint(-6F, 10F, -6F);
      Shape1.setTextureSize(256, 64);
      Shape1.mirror = true;
      setRotation(Shape1, 0F, 0F, 0F);
      Shape2 = new ModelRenderer(this, 48, 0);
      Shape2.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape2.setRotationPoint(-3F, 9F, -2F);
      Shape2.setTextureSize(256, 64);
      Shape2.mirror = true;
      setRotation(Shape2, 0F, 0F, 0F);
      Shape3 = new ModelRenderer(this, 52, 0);
      Shape3.addBox(0F, 0F, 0F, 1, 5, 1);
      Shape3.setRotationPoint(-7F, 9F, -1F);
      Shape3.setTextureSize(256, 64);
      Shape3.mirror = true;
      setRotation(Shape3, 0F, 0F, 0F);
      Shape4 = new ModelRenderer(this, 48, 6);
      Shape4.addBox(0F, 0F, 0F, 5, 1, 1);
      Shape4.setRotationPoint(0F, 9F, -4F);
      Shape4.setTextureSize(256, 64);
      Shape4.mirror = true;
      setRotation(Shape4, 0F, 0F, 0F);
      Shape5 = new ModelRenderer(this, 56, 0);
      Shape5.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape5.setRotationPoint(-7F, 9F, 0F);
      Shape5.setTextureSize(256, 64);
      Shape5.mirror = true;
      setRotation(Shape5, 0F, 0F, 0F);
      Shape6 = new ModelRenderer(this, 0, 24);
      Shape6.addBox(0F, 0F, 0F, 1, 1, 4);
      Shape6.setRotationPoint(-2F, 9F, 1F);
      Shape6.setTextureSize(256, 64);
      Shape6.mirror = true;
      setRotation(Shape6, 0F, 0F, 0F);
      Shape7 = new ModelRenderer(this, 0, 29);
      Shape7.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape7.setRotationPoint(2F, 9F, -1F);
      Shape7.setTextureSize(256, 64);
      Shape7.mirror = true;
      setRotation(Shape7, 0F, 0F, 0F);
      Shape8 = new ModelRenderer(this, 6, 29);
      Shape8.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape8.setRotationPoint(1F, 9F, -2F);
      Shape8.setTextureSize(256, 64);
      Shape8.mirror = true;
      setRotation(Shape8, 0F, 0F, 0F);
      Shape9 = new ModelRenderer(this, 10, 24);
      Shape9.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape9.setRotationPoint(0F, 9F, 0F);
      Shape9.setTextureSize(256, 64);
      Shape9.mirror = true;
      setRotation(Shape9, 0F, 0F, 0F);
      Shape10 = new ModelRenderer(this, 48, 2);
      Shape10.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape10.setRotationPoint(-1F, 9F, 1F);
      Shape10.setTextureSize(256, 64);
      Shape10.mirror = true;
      setRotation(Shape10, 0F, 0F, 0F);
      Shape11 = new ModelRenderer(this, 90, 19);
      Shape11.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape11.setRotationPoint(2F, 9F, 3F);
      Shape11.setTextureSize(256, 64);
      Shape11.mirror = true;
      setRotation(Shape11, 0F, 0F, 0F);
      Shape12 = new ModelRenderer(this, 57, 2);
      Shape12.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape12.setRotationPoint(0F, 9F, 4F);
      Shape12.setTextureSize(256, 64);
      Shape12.mirror = true;
      setRotation(Shape12, 0F, 0F, 0F);
      Shape13 = new ModelRenderer(this, 16, 24);
      Shape13.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape13.setRotationPoint(-5F, 9F, -7F);
      Shape13.setTextureSize(256, 64);
      Shape13.mirror = true;
      setRotation(Shape13, 0F, 0F, 0F);
      Shape14 = new ModelRenderer(this, 90, 0);
      Shape14.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape14.setRotationPoint(6F, 21F, -0.9777778F);
      Shape14.setTextureSize(256, 64);
      Shape14.mirror = true;
      setRotation(Shape14, 0F, 0F, 0F);
      Shape15 = new ModelRenderer(this, 42, 24);
      Shape15.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape15.setRotationPoint(-5F, 10F, -7F);
      Shape15.setTextureSize(256, 64);
      Shape15.mirror = true;
      setRotation(Shape15, 0F, 0F, 0F);
      Shape16 = new ModelRenderer(this, 49, ;
      Shape16.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape16.setRotationPoint(4F, 15F, -7F);
      Shape16.setTextureSize(256, 64);
      Shape16.mirror = true;
      setRotation(Shape16, 0F, 0F, 0F);
      Shape17 = new ModelRenderer(this, 56, 4);
      Shape17.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape17.setRotationPoint(-3F, 11F, -7F);
      Shape17.setTextureSize(256, 64);
      Shape17.mirror = true;
      setRotation(Shape17, 0F, 0F, 0F);
      Shape18 = new ModelRenderer(this, 52, 14);
      Shape18.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape18.setRotationPoint(1F, 9F, -5F);
      Shape18.setTextureSize(256, 64);
      Shape18.mirror = true;
      setRotation(Shape18, 0F, 0F, 0F);
      Shape19 = new ModelRenderer(this, 48, 12);
      Shape19.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape19.setRotationPoint(-7F, 16F, -7F);
      Shape19.setTextureSize(256, 64);
      Shape19.mirror = true;
      setRotation(Shape19, 0F, 0F, 0F);
      Shape20 = new ModelRenderer(this, 56, 12);
      Shape20.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape20.setRotationPoint(-7F, 15F, -7F);
      Shape20.setTextureSize(256, 64);
      Shape20.mirror = true;
      setRotation(Shape20, 0F, 0F, 0F);
      Shape21 = new ModelRenderer(this, 48, 14);
      Shape21.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape21.setRotationPoint(-7F, 14F, -4F);
      Shape21.setTextureSize(256, 64);
      Shape21.mirror = true;
      setRotation(Shape21, 0F, 0F, 0F);
      Shape22 = new ModelRenderer(this, 24, 24);
      Shape22.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape22.setRotationPoint(-7F, 18F, 0F);
      Shape22.setTextureSize(256, 64);
      Shape22.mirror = true;
      setRotation(Shape22, 0F, 0F, 0F);
      Shape23 = new ModelRenderer(this, 60, 4);
      Shape23.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape23.setRotationPoint(-7F, 15F, 1F);
      Shape23.setTextureSize(256, 64);
      Shape23.mirror = true;
      setRotation(Shape23, 0F, 0F, 0F);
      Shape24 = new ModelRenderer(this, 10, 28);
      Shape24.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape24.setRotationPoint(-7F, 16F, 2F);
      Shape24.setTextureSize(256, 64);
      Shape24.mirror = true;
      setRotation(Shape24, 0F, 0F, 0F);
      Shape25 = new ModelRenderer(this, 18, 28);
      Shape25.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape25.setRotationPoint(-7F, 11F, 3F);
      Shape25.setTextureSize(256, 64);
      Shape25.mirror = true;
      setRotation(Shape25, 0F, 0F, 0F);
      Shape26 = new ModelRenderer(this, 48, 4);
      Shape26.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape26.setRotationPoint(-7F, 14F, 0F);
      Shape26.setTextureSize(256, 64);
      Shape26.mirror = true;
      setRotation(Shape26, 0F, 0F, 0F);
      Shape27 = new ModelRenderer(this, 22, 28);
      Shape27.addBox(0F, 0F, 0F, 1, 2, 2);
      Shape27.setRotationPoint(-7F, 18F, -5F);
      Shape27.setTextureSize(256, 64);
      Shape27.mirror = true;
      setRotation(Shape27, 0F, 0F, 0F);
      Shape28 = new ModelRenderer(this, 32, 26);
      Shape28.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape28.setRotationPoint(-7F, 11F, -5F);
      Shape28.setTextureSize(256, 64);
      Shape28.mirror = true;
      setRotation(Shape28, 0F, 0F, 0F);
      Shape29 = new ModelRenderer(this, 28, 28);
      Shape29.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape29.setRotationPoint(2F, 9F, -7F);
      Shape29.setTextureSize(256, 64);
      Shape29.mirror = true;
      setRotation(Shape29, 0F, 0F, 0F);
      Shape30 = new ModelRenderer(this, 58, 16);
      Shape30.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape30.setRotationPoint(1F, 9F, -6F);
      Shape30.setTextureSize(256, 64);
      Shape30.mirror = true;
      setRotation(Shape30, 0F, 0F, 0F);
      Shape31 = new ModelRenderer(this, 32, 24);
      Shape31.addBox(0F, 0F, 0F, 4, 1, 1);
      Shape31.setRotationPoint(1F, 14F, -7F);
      Shape31.setTextureSize(256, 64);
      Shape31.mirror = true;
      setRotation(Shape31, 0F, 0F, 0F);
      Shape32 = new ModelRenderer(this, 32, 29);
      Shape32.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape32.setRotationPoint(-1F, 19F, -7F);
      Shape32.setTextureSize(256, 64);
      Shape32.mirror = true;
      setRotation(Shape32, 0F, 0F, 0F);
      Shape33 = new ModelRenderer(this, 38, 26);
      Shape33.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape33.setRotationPoint(-3F, 13F, -7F);
      Shape33.setTextureSize(256, 64);
      Shape33.mirror = true;
      setRotation(Shape33, 0F, 0F, 0F);
      Shape34 = new ModelRenderer(this, 42, 26);
      Shape34.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape34.setRotationPoint(-1F, 18F, -7F);
      Shape34.setTextureSize(256, 64);
      Shape34.mirror = true;
      setRotation(Shape34, 0F, 0F, 0F);
      Shape35 = new ModelRenderer(this, 48, 22);
      Shape35.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape35.setRotationPoint(-2F, 16F, -7F);
      Shape35.setTextureSize(256, 64);
      Shape35.mirror = true;
      setRotation(Shape35, 0F, 0F, 0F);
      Shape36 = new ModelRenderer(this, 38, 29);
      Shape36.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape36.setRotationPoint(-1F, 14F, -7F);
      Shape36.setTextureSize(256, 64);
      Shape36.mirror = true;
      setRotation(Shape36, 0F, 0F, 0F);
      Shape37 = new ModelRenderer(this, 42, 30);
      Shape37.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape37.setRotationPoint(3F, 13F, -7F);
      Shape37.setTextureSize(256, 64);
      Shape37.mirror = true;
      setRotation(Shape37, 0F, 0F, 0F);
      Shape38 = new ModelRenderer(this, 42, 28);
      Shape38.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape38.setRotationPoint(-2F, 14F, -7F);
      Shape38.setTextureSize(256, 64);
      Shape38.mirror = true;
      setRotation(Shape38, 0F, 0F, 0F);
      Shape39 = new ModelRenderer(this, 52, 16);
      Shape39.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape39.setRotationPoint(-1F, 11F, -7F);
      Shape39.setTextureSize(256, 64);
      Shape39.mirror = true;
      setRotation(Shape39, 0F, 0F, 0F);
      Shape40 = new ModelRenderer(this, 48, 19);
      Shape40.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape40.setRotationPoint(-3F, 9F, -4F);
      Shape40.setTextureSize(256, 64);
      Shape40.mirror = true;
      setRotation(Shape40, 0F, 0F, 0F);
      Shape41 = new ModelRenderer(this, 56, 19);
      Shape41.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape41.setRotationPoint(4F, 19F, -6.977778F);
      Shape41.setTextureSize(256, 64);
      Shape41.mirror = true;
      setRotation(Shape41, 0F, 0F, 0F);
      Shape42 = new ModelRenderer(this, 46, 26);
      Shape42.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape42.setRotationPoint(6F, 16F, -6.977778F);
      Shape42.setTextureSize(256, 64);
      Shape42.mirror = true;
      setRotation(Shape42, 0F, 0F, 0F);
      Shape43 = new ModelRenderer(this, 48, 17);
      Shape43.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape43.setRotationPoint(6F, 16F, -5.977778F);
      Shape43.setTextureSize(256, 64);
      Shape43.mirror = true;
      setRotation(Shape43, 0F, 0F, 0F);
      Shape44 = new ModelRenderer(this, 50, 24);
      Shape44.addBox(0F, 0F, 0F, 1, 2, 2);
      Shape44.setRotationPoint(6F, 15F, -4.977778F);
      Shape44.setTextureSize(256, 64);
      Shape44.mirror = true;
      setRotation(Shape44, 0F, 0F, 0F);
      Shape45 = new ModelRenderer(this, 46, 30);
      Shape45.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape45.setRotationPoint(6F, 12F, -2.977778F);
      Shape45.setTextureSize(256, 64);
      Shape45.mirror = true;
      setRotation(Shape45, 0F, 0F, 0F);
      Shape46 = new ModelRenderer(this, 56, 21);
      Shape46.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape46.setRotationPoint(6F, 12F, -1.977778F);
      Shape46.setTextureSize(256, 64);
      Shape46.mirror = true;
      setRotation(Shape46, 0F, 0F, 0F);
      Shape47 = new ModelRenderer(this, 60, 21);
      Shape47.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape47.setRotationPoint(6F, 15F, 2.022222F);
      Shape47.setTextureSize(256, 64);
      Shape47.mirror = true;
      setRotation(Shape47, 0F, 0F, 0F);
      Shape48 = new ModelRenderer(this, 60, 24);
      Shape48.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape48.setRotationPoint(6F, 14F, 1.022222F);
      Shape48.setTextureSize(256, 64);
      Shape48.mirror = true;
      setRotation(Shape48, 0F, 0F, 0F);
      Shape49 = new ModelRenderer(this, 56, 24);
      Shape49.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape49.setRotationPoint(6F, 9F, 3.022222F);
      Shape49.setTextureSize(256, 64);
      Shape49.mirror = true;
      setRotation(Shape49, 0F, 0F, 0F);
      Shape50 = new ModelRenderer(this, 56, 27);
      Shape50.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape50.setRotationPoint(6F, 9F, 0.02222222F);
      Shape50.setTextureSize(256, 64);
      Shape50.mirror = true;
      setRotation(Shape50, 0F, 0F, 0F);
      Shape51 = new ModelRenderer(this, 50, 28);
      Shape51.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape51.setRotationPoint(4F, 9F, 0.02222222F);
      Shape51.setTextureSize(256, 64);
      Shape51.mirror = true;
      setRotation(Shape51, 0F, 0F, 0F);
      Shape52 = new ModelRenderer(this, 64, 0);
      Shape52.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape52.setRotationPoint(4F, 9F, -0.9777778F);
      Shape52.setTextureSize(256, 64);
      Shape52.mirror = true;
      setRotation(Shape52, 0F, 0F, 0F);
      Shape53 = new ModelRenderer(this, 68, 0);
      Shape53.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape53.setRotationPoint(6F, 10F, 0.02222222F);
      Shape53.setTextureSize(256, 64);
      Shape53.mirror = true;
      setRotation(Shape53, 0F, 0F, 0F);
      Shape54 = new ModelRenderer(this, 72, 0);
      Shape54.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape54.setRotationPoint(6F, 11F, -1.977778F);
      Shape54.setTextureSize(256, 64);
      Shape54.mirror = true;
      setRotation(Shape54, 0F, 0F, 0F);
      Shape55 = new ModelRenderer(this, 78, 0);
      Shape55.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape55.setRotationPoint(6F, 18F, -1.977778F);
      Shape55.setTextureSize(256, 64);
      Shape55.mirror = true;
      setRotation(Shape55, 0F, 0F, 0F);
      Shape56 = new ModelRenderer(this, 86, 0);
      Shape56.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape56.setRotationPoint(6F, 18F, -2.977778F);
      Shape56.setTextureSize(256, 64);
      Shape56.mirror = true;
      setRotation(Shape56, 0F, 0F, 0F);
      Shape57 = new ModelRenderer(this, 120, 0);
      Shape57.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape57.setRotationPoint(0F, 11F, 6.022222F);
      Shape57.setTextureSize(256, 64);
      Shape57.mirror = true;
      setRotation(Shape57, 0F, 0F, 0F);
      Shape58 = new ModelRenderer(this, 94, 0);
      Shape58.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape58.setRotationPoint(6F, 17F, -0.9777778F);
      Shape58.setTextureSize(256, 64);
      Shape58.mirror = true;
      setRotation(Shape58, 0F, 0F, 0F);
      Shape59 = new ModelRenderer(this, 98, 0);
      Shape59.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape59.setRotationPoint(6F, 18F, 4.022222F);
      Shape59.setTextureSize(256, 64);
      Shape59.mirror = true;
      setRotation(Shape59, 0F, 0F, 0F);
      Shape60 = new ModelRenderer(this, 106, 0);
      Shape60.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape60.setRotationPoint(5F, 18F, 6.022222F);
      Shape60.setTextureSize(256, 64);
      Shape60.mirror = true;
      setRotation(Shape60, 0F, 0F, 0F);
      Shape61 = new ModelRenderer(this, 110, 0);
      Shape61.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape61.setRotationPoint(-2F, 16F, 6.022222F);
      Shape61.setTextureSize(256, 64);
      Shape61.mirror = true;
      setRotation(Shape61, 0F, 0F, 0F);
      Shape62 = new ModelRenderer(this, 64, 23);
      Shape62.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape62.setRotationPoint(3F, 19F, 6.022222F);
      Shape62.setTextureSize(256, 64);
      Shape62.mirror = true;
      setRotation(Shape62, 0F, 0F, 0F);
      Shape63 = new ModelRenderer(this, 72, 30);
      Shape63.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape63.setRotationPoint(5F, 22F, 3.022222F);
      Shape63.setTextureSize(256, 64);
      Shape63.mirror = true;
      setRotation(Shape63, 0F, 0F, 0F);
      Shape64 = new ModelRenderer(this, 124, 0);
      Shape64.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape64.setRotationPoint(-1F, 12F, 6.022222F);
      Shape64.setTextureSize(256, 64);
      Shape64.mirror = true;
      setRotation(Shape64, 0F, 0F, 0F);
      Shape65 = new ModelRenderer(this, 64, 2);
      Shape65.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape65.setRotationPoint(3F, 14F, 6.022222F);
      Shape65.setTextureSize(256, 64);
      Shape65.mirror = true;
      setRotation(Shape65, 0F, 0F, 0F);
      Shape66 = new ModelRenderer(this, 64, 5);
      Shape66.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape66.setRotationPoint(4F, 15F, 6.022222F);
      Shape66.setTextureSize(256, 64);
      Shape66.mirror = true;
      setRotation(Shape66, 0F, 0F, 0F);
      Shape67 = new ModelRenderer(this, 64, 7);
      Shape67.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape67.setRotationPoint(-4F, 9F, 6.022222F);
      Shape67.setTextureSize(256, 64);
      Shape67.mirror = true;
      setRotation(Shape67, 0F, 0F, 0F);
      Shape68 = new ModelRenderer(this, 72, 3);
      Shape68.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape68.setRotationPoint(-5F, 12F, 6.022222F);
      Shape68.setTextureSize(256, 64);
      Shape68.mirror = true;
      setRotation(Shape68, 0F, 0F, 0F);
      Shape69 = new ModelRenderer(this, 90, 2);
      Shape69.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape69.setRotationPoint(-5F, 9F, 4.022222F);
      Shape69.setTextureSize(256, 64);
      Shape69.mirror = true;
      setRotation(Shape69, 0F, 0F, 0F);
      Shape70 = new ModelRenderer(this, 90, 6);
      Shape70.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape70.setRotationPoint(-5F, 9F, 2.022222F);
      Shape70.setTextureSize(256, 64);
      Shape70.mirror = true;
      setRotation(Shape70, 0F, 0F, 0F);
      Shape71 = new ModelRenderer(this, 72, 5);
      Shape71.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape71.setRotationPoint(-5F, 15F, 6.022222F);
      Shape71.setTextureSize(256, 64);
      Shape71.mirror = true;
      setRotation(Shape71, 0F, 0F, 0F);
      Shape72 = new ModelRenderer(this, 90, 9);
      Shape72.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape72.setRotationPoint(-7F, 18F, 5.022222F);
      Shape72.setTextureSize(256, 64);
      Shape72.mirror = true;
      setRotation(Shape72, 0F, 0F, 0F);
      Shape73 = new ModelRenderer(this, 64, 11);
      Shape73.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape73.setRotationPoint(-7F, 15F, 6.022222F);
      Shape73.setTextureSize(256, 64);
      Shape73.mirror = true;
      setRotation(Shape73, 0F, 0F, 0F);
      Shape74 = new ModelRenderer(this, 64, 15);
      Shape74.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape74.setRotationPoint(-6F, 14F, 6.022222F);
      Shape74.setTextureSize(256, 64);
      Shape74.mirror = true;
      setRotation(Shape74, 0F, 0F, 0F);
      Shape75 = new ModelRenderer(this, 68, 13);
      Shape75.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape75.setRotationPoint(-7F, 19F, -0.9777778F);
      Shape75.setTextureSize(256, 64);
      Shape75.mirror = true;
      setRotation(Shape75, 0F, 0F, 0F);
      Shape76 = new ModelRenderer(this, 64, 21);
      Shape76.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape76.setRotationPoint(1F, 20F, 6.022222F);
      Shape76.setTextureSize(256, 64);
      Shape76.mirror = true;
      setRotation(Shape76, 0F, 0F, 0F);
      Shape77 = new ModelRenderer(this, 64, 25);
      Shape77.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape77.setRotationPoint(2F, 19F, 6.022222F);
      Shape77.setTextureSize(256, 64);
      Shape77.mirror = true;
      setRotation(Shape77, 0F, 0F, 0F);
      Shape78 = new ModelRenderer(this, 72, ;
      Shape78.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape78.setRotationPoint(3F, 11F, 6.022222F);
      Shape78.setTextureSize(256, 64);
      Shape78.mirror = true;
      setRotation(Shape78, 0F, 0F, 0F);
      Shape79 = new ModelRenderer(this, 64, 29);
      Shape79.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape79.setRotationPoint(1F, 14F, 6.022222F);
      Shape79.setTextureSize(256, 64);
      Shape79.mirror = true;
      setRotation(Shape79, 0F, 0F, 0F);
      Shape80 = new ModelRenderer(this, 64, 18);
      Shape80.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape80.setRotationPoint(-4F, 19F, 6.022222F);
      Shape80.setTextureSize(256, 64);
      Shape80.mirror = true;
      setRotation(Shape80, 0F, 0F, 0F);
      Shape81 = new ModelRenderer(this, 72, 10);
      Shape81.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape81.setRotationPoint(-3F, 20F, 6.022222F);
      Shape81.setTextureSize(256, 64);
      Shape81.mirror = true;
      setRotation(Shape81, 0F, 0F, 0F);
      Shape82 = new ModelRenderer(this, 68, 4);
      Shape82.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape82.setRotationPoint(-7F, 18F, 4.022222F);
      Shape82.setTextureSize(256, 64);
      Shape82.mirror = true;
      setRotation(Shape82, 0F, 0F, 0F);
      Shape83 = new ModelRenderer(this, 72, 12);
      Shape83.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape83.setRotationPoint(-7F, 12F, 1.022222F);
      Shape83.setTextureSize(256, 64);
      Shape83.mirror = true;
      setRotation(Shape83, 0F, 0F, 0F);
      Shape84 = new ModelRenderer(this, 72, 15);
      Shape84.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape84.setRotationPoint(-7F, 9F, 4.022222F);
      Shape84.setTextureSize(256, 64);
      Shape84.mirror = true;
      setRotation(Shape84, 0F, 0F, 0F);
      Shape85 = new ModelRenderer(this, 68, ;
      Shape85.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape85.setRotationPoint(-7F, 11F, 4.022222F);
      Shape85.setTextureSize(256, 64);
      Shape85.mirror = true;
      setRotation(Shape85, 0F, 0F, 0F);
      Shape86 = new ModelRenderer(this, 68, 10);
      Shape86.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape86.setRotationPoint(-7F, 15F, -1.977778F);
      Shape86.setTextureSize(256, 64);
      Shape86.mirror = true;
      setRotation(Shape86, 0F, 0F, 0F);
      Shape87 = new ModelRenderer(this, 72, 21);
      Shape87.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape87.setRotationPoint(-7F, 22F, -6F);
      Shape87.setTextureSize(256, 64);
      Shape87.mirror = true;
      setRotation(Shape87, 0F, 0F, 0F);
      Shape88 = new ModelRenderer(this, 90, 12);
      Shape88.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape88.setRotationPoint(-7F, 20F, -2F);
      Shape88.setTextureSize(256, 64);
      Shape88.mirror = true;
      setRotation(Shape88, 0F, 0F, 0F);
      Shape89 = new ModelRenderer(this, 68, 15);
      Shape89.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape89.setRotationPoint(-2F, 20F, -7F);
      Shape89.setTextureSize(256, 64);
      Shape89.mirror = true;
      setRotation(Shape89, 0F, 0F, 0F);
      Shape90 = new ModelRenderer(this, 72, 18);
      Shape90.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape90.setRotationPoint(-4F, 18F, -7F);
      Shape90.setTextureSize(256, 64);
      Shape90.mirror = true;
      setRotation(Shape90, 0F, 0F, 0F);
      Shape91 = new ModelRenderer(this, 68, 17);
      Shape91.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape91.setRotationPoint(-5F, 17F, -7F);
      Shape91.setTextureSize(256, 64);
      Shape91.mirror = true;
      setRotation(Shape91, 0F, 0F, 0F);
      Shape92 = new ModelRenderer(this, 90, 16);
      Shape92.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape92.setRotationPoint(-7F, 20F, -7F);
      Shape92.setTextureSize(256, 64);
      Shape92.mirror = true;
      setRotation(Shape92, 0F, 0F, 0F);
      Shape93 = new ModelRenderer(this, 68, 20);
      Shape93.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape93.setRotationPoint(-7F, 20F, -5F);
      Shape93.setTextureSize(256, 64);
      Shape93.mirror = true;
      setRotation(Shape93, 0F, 0F, 0F);
      Shape94 = new ModelRenderer(this, 68, 22);
      Shape94.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape94.setRotationPoint(-7F, 21F, -7F);
      Shape94.setTextureSize(256, 64);
      Shape94.mirror = true;
      setRotation(Shape94, 0F, 0F, 0F);
      Shape95 = new ModelRenderer(this, 114, 0);
      Shape95.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape95.setRotationPoint(-1F, 17F, 6.022222F);
      Shape95.setTextureSize(256, 64);
      Shape95.mirror = true;
      setRotation(Shape95, 0F, 0F, 0F);
      Shape96 = new ModelRenderer(this, 72, 23);
      Shape96.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape96.setRotationPoint(0F, 10F, 6.022222F);
      Shape96.setTextureSize(256, 64);
      Shape96.mirror = true;
      setRotation(Shape96, 0F, 0F, 0F);
      Shape97 = new ModelRenderer(this, 72, 25);
      Shape97.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape97.setRotationPoint(1F, 9F, 5.022222F);
      Shape97.setTextureSize(256, 64);
      Shape97.mirror = true;
      setRotation(Shape97, 0F, 0F, 0F);
      Shape98 = new ModelRenderer(this, 72, 28);
      Shape98.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape98.setRotationPoint(4F, 9F, 3.022222F);
      Shape98.setTextureSize(256, 64);
      Shape98.mirror = true;
      setRotation(Shape98, 0F, 0F, 0F);
      Shape99 = new ModelRenderer(this, 68, 25);
      Shape99.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape99.setRotationPoint(4F, 9F, 5.022222F);
      Shape99.setTextureSize(256, 64);
      Shape99.mirror = true;
      setRotation(Shape99, 0F, 0F, 0F);
      Shape100 = new ModelRenderer(this, 68, 27);
      Shape100.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape100.setRotationPoint(4F, 9F, 6.022222F);
      Shape100.setTextureSize(256, 64);
      Shape100.mirror = true;
      setRotation(Shape100, 0F, 0F, 0F);
      Shape101 = new ModelRenderer(this, 53, ;
      Shape101.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape101.setRotationPoint(6F, 12F, 3.022222F);
      Shape101.setTextureSize(256, 64);
      Shape101.mirror = true;
      setRotation(Shape101, 0F, 0F, 0F);
      Shape102 = new ModelRenderer(this, 90, 22);
      Shape102.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape102.setRotationPoint(6F, 13F, 4.022222F);
      Shape102.setTextureSize(256, 64);
      Shape102.mirror = true;
      setRotation(Shape102, 0F, 0F, 0F);
      Shape103 = new ModelRenderer(this, 59, ;
      Shape103.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape103.setRotationPoint(5F, 13F, 6.022222F);
      Shape103.setTextureSize(256, 64);
      Shape103.mirror = true;
      setRotation(Shape103, 0F, 0F, 0F);
      Shape104 = new ModelRenderer(this, 86, 3);
      Shape104.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape104.setRotationPoint(6F, 15F, 6.022222F);
      Shape104.setTextureSize(256, 64);
      Shape104.mirror = true;
      setRotation(Shape104, 0F, 0F, 0F);
      Shape105 = new ModelRenderer(this, 68, 30);
      Shape105.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape105.setRotationPoint(6F, 16F, 5.022222F);
      Shape105.setTextureSize(256, 64);
      Shape105.mirror = true;
      setRotation(Shape105, 0F, 0F, 0F);
      Shape106 = new ModelRenderer(this, 86, 7);
      Shape106.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape106.setRotationPoint(3F, 9F, -2.977778F);
      Shape106.setTextureSize(256, 64);
      Shape106.mirror = true;
      setRotation(Shape106, 0F, 0F, 0F);
      Shape107 = new ModelRenderer(this, 90, 26);
      Shape107.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape107.setRotationPoint(5F, 9F, -6.977778F);
      Shape107.setTextureSize(256, 64);
      Shape107.mirror = true;
      setRotation(Shape107, 0F, 0F, 0F);
      Shape108 = new ModelRenderer(this, 86, 9);
      Shape108.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape108.setRotationPoint(6F, 10F, -6.977778F);
      Shape108.setTextureSize(256, 64);
      Shape108.mirror = true;
      setRotation(Shape108, 0F, 0F, 0F);
      Shape109 = new ModelRenderer(this, 79, 4);
      Shape109.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape109.setRotationPoint(6F, 11F, -5.977778F);
      Shape109.setTextureSize(256, 64);
      Shape109.mirror = true;
      setRotation(Shape109, 0F, 0F, 0F);
      Shape110 = new ModelRenderer(this, 79, 7);
      Shape110.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape110.setRotationPoint(6F, 12F, -4.977778F);
      Shape110.setTextureSize(256, 64);
      Shape110.mirror = true;
      setRotation(Shape110, 0F, 0F, 0F);
      Shape111 = new ModelRenderer(this, 79, 10);
      Shape111.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape111.setRotationPoint(6F, 13F, -5.977778F);
      Shape111.setTextureSize(256, 64);
      Shape111.mirror = true;
      setRotation(Shape111, 0F, 0F, 0F);
      Shape112 = new ModelRenderer(this, 79, 13);
      Shape112.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape112.setRotationPoint(3F, 9F, -6.977778F);
      Shape112.setTextureSize(256, 64);
      Shape112.mirror = true;
      setRotation(Shape112, 0F, 0F, 0F);
      Shape113 = new ModelRenderer(this, 86, 12);
      Shape113.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape113.setRotationPoint(5F, 11F, -6.977778F);
      Shape113.setTextureSize(256, 64);
      Shape113.mirror = true;
      setRotation(Shape113, 0F, 0F, 0F);
      Shape114 = new ModelRenderer(this, 86, 14);
      Shape114.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape114.setRotationPoint(-5F, 9F, -2.977778F);
      Shape114.setTextureSize(256, 64);
      Shape114.mirror = true;
      setRotation(Shape114, 0F, 0F, 0F);
      Shape115 = new ModelRenderer(this, 86, 20);
      Shape115.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape115.setRotationPoint(3F, 22F, -1.977778F);
      Shape115.setTextureSize(256, 64);
      Shape115.mirror = true;
      setRotation(Shape115, 0F, 0F, 0F);
      Shape116 = new ModelRenderer(this, 79, 15);
      Shape116.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape116.setRotationPoint(-3F, 22F, -0.9777778F);
      Shape116.setTextureSize(256, 64);
      Shape116.mirror = true;
      setRotation(Shape116, 0F, 0F, 0F);
      Shape117 = new ModelRenderer(this, 79, 26);
      Shape117.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape117.setRotationPoint(1F, 22F, -4.977778F);
      Shape117.setTextureSize(256, 64);
      Shape117.mirror = true;
      setRotation(Shape117, 0F, 0F, 0F);
      Shape118 = new ModelRenderer(this, 86, 16);
      Shape118.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape118.setRotationPoint(6F, 20F, 2.022222F);
      Shape118.setTextureSize(256, 64);
      Shape118.mirror = true;
      setRotation(Shape118, 0F, 0F, 0F);
      Shape119 = new ModelRenderer(this, 86, 22);
      Shape119.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape119.setRotationPoint(-2F, 22F, -0.9777778F);
      Shape119.setTextureSize(256, 64);
      Shape119.mirror = true;
      setRotation(Shape119, 0F, 0F, 0F);
      Shape120 = new ModelRenderer(this, 79, 18);
      Shape120.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape120.setRotationPoint(-2F, 22F, -3.977778F);
      Shape120.setTextureSize(256, 64);
      Shape120.mirror = true;
      setRotation(Shape120, 0F, 0F, 0F);
      Shape121 = new ModelRenderer(this, 98, 4);
      Shape121.addBox(0F, 0F, 0F, 1, 1, 3);
      Shape121.setRotationPoint(2F, 22F, 2.022222F);
      Shape121.setTextureSize(256, 64);
      Shape121.mirror = true;
      setRotation(Shape121, 0F, 0F, 0F);
      Shape122 = new ModelRenderer(this, 79, 20);
      Shape122.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape122.setRotationPoint(0F, 22F, 3.022222F);
      Shape122.setTextureSize(256, 64);
      Shape122.mirror = true;
      setRotation(Shape122, 0F, 0F, 0F);
      Shape123 = new ModelRenderer(this, 118, 3);
      Shape123.addBox(0F, 0F, 0F, 4, 1, 1);
      Shape123.setRotationPoint(3F, 22F, -0.9777778F);
      Shape123.setTextureSize(256, 64);
      Shape123.mirror = true;
      setRotation(Shape123, 0F, 0F, 0F);
      Shape124 = new ModelRenderer(this, 86, 24);
      Shape124.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape124.setRotationPoint(2F, 17F, -6.977778F);
      Shape124.setTextureSize(256, 64);
      Shape124.mirror = true;
      setRotation(Shape124, 0F, 0F, 0F);
      Shape125 = new ModelRenderer(this, 79, 28);
      Shape125.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape125.setRotationPoint(1F, 22F, -3.977778F);
      Shape125.setTextureSize(256, 64);
      Shape125.mirror = true;
      setRotation(Shape125, 0F, 0F, 0F);
      Shape126 = new ModelRenderer(this, 50, 30);
      Shape126.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape126.setRotationPoint(-1F, 22F, -2.977778F);
      Shape126.setTextureSize(256, 64);
      Shape126.mirror = true;
      setRotation(Shape126, 0F, 0F, 0F);
      Shape127 = new ModelRenderer(this, 112, 4);
      Shape127.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape127.setRotationPoint(-5F, 22F, -4.977778F);
      Shape127.setTextureSize(256, 64);
      Shape127.mirror = true;
      setRotation(Shape127, 0F, 0F, 0F);
      Shape128 = new ModelRenderer(this, 112, 13);
      Shape128.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape128.setRotationPoint(-7F, 21F, 0.02222222F);
      Shape128.setTextureSize(256, 64);
      Shape128.mirror = true;
      setRotation(Shape128, 0F, 0F, 0F);
      Shape129 = new ModelRenderer(this, 79, 22);
      Shape129.addBox(0F, 0F, 0F, 1, 2, 2);
      Shape129.setRotationPoint(2F, 21F, -6.977778F);
      Shape129.setTextureSize(256, 64);
      Shape129.mirror = true;
      setRotation(Shape129, 0F, 0F, 0F);
      Shape130 = new ModelRenderer(this, 112, 7);
      Shape130.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape130.setRotationPoint(-4F, 22F, -3.977778F);
      Shape130.setTextureSize(256, 64);
      Shape130.mirror = true;
      setRotation(Shape130, 0F, 0F, 0F);
      Shape131 = new ModelRenderer(this, 86, 27);
      Shape131.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape131.setRotationPoint(-2F, 21F, -6.977778F);
      Shape131.setTextureSize(256, 64);
      Shape131.mirror = true;
      setRotation(Shape131, 0F, 0F, 0F);
      Shape132 = new ModelRenderer(this, 112, 10);
      Shape132.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape132.setRotationPoint(-3F, 22F, -6.977778F);
      Shape132.setTextureSize(256, 64);
      Shape132.mirror = true;
      setRotation(Shape132, 0F, 0F, 0F);
      Shape133 = new ModelRenderer(this, 98, ;
      Shape133.addBox(0F, 0F, 0F, 3, 1, 1);
      Shape133.setRotationPoint(4F, 22F, -4.977778F);
      Shape133.setTextureSize(256, 64);
      Shape133.mirror = true;
      setRotation(Shape133, 0F, 0F, 0F);
      Shape134 = new ModelRenderer(this, 106, 3);
      Shape134.addBox(0F, 0F, 0F, 1, 3, 1);
      Shape134.setRotationPoint(6F, 19F, -4.977778F);
      Shape134.setTextureSize(256, 64);
      Shape134.mirror = true;
      setRotation(Shape134, 0F, 0F, 0F);
      Shape135 = new ModelRenderer(this, 86, 30);
      Shape135.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape135.setRotationPoint(6F, 19F, -3.977778F);
      Shape135.setTextureSize(256, 64);
      Shape135.mirror = true;
      setRotation(Shape135, 0F, 0F, 0F);
      Shape136 = new ModelRenderer(this, 106, 7);
      Shape136.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape136.setRotationPoint(4F, 22F, -3.977778F);
      Shape136.setTextureSize(256, 64);
      Shape136.mirror = true;
      setRotation(Shape136, 0F, 0F, 0F);
      Shape137 = new ModelRenderer(this, 118, 5);
      Shape137.addBox(0F, 0F, 0F, 1, 1, 4);
      Shape137.setRotationPoint(-5F, 22F, 0.02222222F);
      Shape137.setTextureSize(256, 64);
      Shape137.mirror = true;
      setRotation(Shape137, 0F, 0F, 0F);
      Shape138 = new ModelRenderer(this, 112, 28);
      Shape138.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape138.setRotationPoint(0F, 22F, 0.02222222F);
      Shape138.setTextureSize(256, 64);
      Shape138.mirror = true;
      setRotation(Shape138, 0F, 0F, 0F);
      Shape139 = new ModelRenderer(this, 90, 29);
      Shape139.addBox(0F, 0F, 0F, 2, 1, 2);
      Shape139.setRotationPoint(-4F, 22F, 3.022222F);
      Shape139.setTextureSize(256, 64);
      Shape139.mirror = true;
      setRotation(Shape139, 0F, 0F, 0F);
      Shape140 = new ModelRenderer(this, 112, 16);
      Shape140.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape140.setRotationPoint(2F, 22F, 5.022222F);
      Shape140.setTextureSize(256, 64);
      Shape140.mirror = true;
      setRotation(Shape140, 0F, 0F, 0F);
      Shape141 = new ModelRenderer(this, 112, 19);
      Shape141.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape141.setRotationPoint(4F, 22F, 3.022222F);
      Shape141.setTextureSize(256, 64);
      Shape141.mirror = true;
      setRotation(Shape141, 0F, 0F, 0F);
      Shape142 = new ModelRenderer(this, 112, 22);
      Shape142.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape142.setRotationPoint(-2F, 22F, 4.022222F);
      Shape142.setTextureSize(256, 64);
      Shape142.mirror = true;
      setRotation(Shape142, 0F, 0F, 0F);
      Shape143 = new ModelRenderer(this, 106, 9);
      Shape143.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape143.setRotationPoint(-2F, 21F, 6.022222F);
      Shape143.setTextureSize(256, 64);
      Shape143.mirror = true;
      setRotation(Shape143, 0F, 0F, 0F);
      Shape144 = new ModelRenderer(this, 106, 12);
      Shape144.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape144.setRotationPoint(1F, 22F, 0.02222222F);
      Shape144.setTextureSize(256, 64);
      Shape144.mirror = true;
      setRotation(Shape144, 0F, 0F, 0F);
      Shape145 = new ModelRenderer(this, 118, 26);
      Shape145.addBox(0F, 0F, 0F, 2, 2, 1);
      Shape145.setRotationPoint(-7F, 21F, 4.022222F);
      Shape145.setTextureSize(256, 64);
      Shape145.mirror = true;
      setRotation(Shape145, 0F, 0F, 0F);
      Shape146 = new ModelRenderer(this, 118, 29);
      Shape146.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape146.setRotationPoint(4F, 22F, 1.022222F);
      Shape146.setTextureSize(256, 64);
      Shape146.mirror = true;
      setRotation(Shape146, 0F, 0F, 0F);
      Shape147 = new ModelRenderer(this, 106, 19);
      Shape147.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape147.setRotationPoint(-5F, 12F, -6.977778F);
      Shape147.setTextureSize(256, 64);
      Shape147.mirror = true;
      setRotation(Shape147, 0F, 0F, 0F);
      Shape148 = new ModelRenderer(this, 112, 25);
      Shape148.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape148.setRotationPoint(-1F, 22F, -0.9777778F);
      Shape148.setTextureSize(256, 64);
      Shape148.mirror = true;
      setRotation(Shape148, 0F, 0F, 0F);
      Shape149 = new ModelRenderer(this, 106, 22);
      Shape149.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape149.setRotationPoint(-6F, 22F, 5.022222F);
      Shape149.setTextureSize(256, 64);
      Shape149.mirror = true;
      setRotation(Shape149, 0F, 0F, 0F);
      Shape150 = new ModelRenderer(this, 118, 21);
      Shape150.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape150.setRotationPoint(-6F, 22F, 6.022222F);
      Shape150.setTextureSize(256, 64);
      Shape150.mirror = true;
      setRotation(Shape150, 0F, 0F, 0F);
      Shape151 = new ModelRenderer(this, 106, 14);
      Shape151.addBox(0F, 0F, 0F, 1, 2, 1);
      Shape151.setRotationPoint(-5F, 20F, 6.022222F);
      Shape151.setTextureSize(256, 64);
      Shape151.mirror = true;
      setRotation(Shape151, 0F, 0F, 0F);
      Shape152 = new ModelRenderer(this, 106, 17);
      Shape152.addBox(0F, 0F, 0F, 1, 1, 1);
      Shape152.setRotationPoint(-5F, 22F, -1.977778F);
      Shape152.setTextureSize(256, 64);
      Shape152.mirror = true;
      setRotation(Shape152, 0F, 0F, 0F);
      Shape153 = new ModelRenderer(this, 118, 19);
      Shape153.addBox(0F, 0F, 0F, 2, 1, 1);
      Shape153.setRotationPoint(-7F, 12F, -7F);
      Shape153.setTextureSize(256, 64);
      Shape153.mirror = true;
      setRotation(Shape153, 0F, 0F, 0F);
      Shape154 = new ModelRenderer(this, 118, 16);
      Shape154.addBox(0F, 0F, 0F, 1, 1, 2);
      Shape154.setRotationPoint(-7F, 12F, -6F);
      Shape154.setTextureSize(256, 64);
      Shape154.mirror = true;
      setRotation(Shape154, 0F, 0F, 0F);
  }
  
  public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
  {
    super.render(entity, f, f1, f2, f3, f4, f5);
    setRotationAngles(f, f1, f2, f3, f4, f5, entity);
    Shape1.render(f5);
    Shape2.render(f5);
    Shape3.render(f5);
    Shape4.render(f5);
    Shape5.render(f5);
    Shape6.render(f5);
    Shape7.render(f5);
    Shape8.render(f5);
    Shape9.render(f5);
    Shape10.render(f5);
    Shape11.render(f5);
    Shape12.render(f5);
    Shape13.render(f5);
    Shape14.render(f5);
    Shape15.render(f5);
    Shape16.render(f5);
    Shape17.render(f5);
    Shape18.render(f5);
    Shape19.render(f5);
    Shape20.render(f5);
    Shape21.render(f5);
    Shape22.render(f5);
    Shape23.render(f5);
    Shape24.render(f5);
    Shape25.render(f5);
    Shape26.render(f5);
    Shape27.render(f5);
    Shape28.render(f5);
    Shape29.render(f5);
    Shape30.render(f5);
    Shape31.render(f5);
    Shape32.render(f5);
    Shape33.render(f5);
    Shape34.render(f5);
    Shape35.render(f5);
    Shape36.render(f5);
    Shape37.render(f5);
    Shape38.render(f5);
    Shape39.render(f5);
    Shape40.render(f5);
    Shape41.render(f5);
    Shape42.render(f5);
    Shape43.render(f5);
    Shape44.render(f5);
    Shape45.render(f5);
    Shape46.render(f5);
    Shape47.render(f5);
    Shape48.render(f5);
    Shape49.render(f5);
    Shape50.render(f5);
    Shape51.render(f5);
    Shape52.render(f5);
    Shape53.render(f5);
    Shape54.render(f5);
    Shape55.render(f5);
    Shape56.render(f5);
    Shape57.render(f5);
    Shape58.render(f5);
    Shape59.render(f5);
    Shape60.render(f5);
    Shape61.render(f5);
    Shape62.render(f5);
    Shape63.render(f5);
    Shape64.render(f5);
    Shape65.render(f5);
    Shape66.render(f5);
    Shape67.render(f5);
    Shape68.render(f5);
    Shape69.render(f5);
    Shape70.render(f5);
    Shape71.render(f5);
    Shape72.render(f5);
    Shape73.render(f5);
    Shape74.render(f5);
    Shape75.render(f5);
    Shape76.render(f5);
    Shape77.render(f5);
    Shape78.render(f5);
    Shape79.render(f5);
    Shape80.render(f5);
    Shape81.render(f5);
    Shape82.render(f5);
    Shape83.render(f5);
    Shape84.render(f5);
    Shape85.render(f5);
    Shape86.render(f5);
    Shape87.render(f5);
    Shape88.render(f5);
    Shape89.render(f5);
    Shape90.render(f5);
    Shape91.render(f5);
    Shape92.render(f5);
    Shape93.render(f5);
    Shape94.render(f5);
    Shape95.render(f5);
    Shape96.render(f5);
    Shape97.render(f5);
    Shape98.render(f5);
    Shape99.render(f5);
    Shape100.render(f5);
    Shape101.render(f5);
    Shape102.render(f5);
    Shape103.render(f5);
    Shape104.render(f5);
    Shape105.render(f5);
    Shape106.render(f5);
    Shape107.render(f5);
    Shape108.render(f5);
    Shape109.render(f5);
    Shape110.render(f5);
    Shape111.render(f5);
    Shape112.render(f5);
    Shape113.render(f5);
    Shape114.render(f5);
    Shape115.render(f5);
    Shape116.render(f5);
    Shape117.render(f5);
    Shape118.render(f5);
    Shape119.render(f5);
    Shape120.render(f5);
    Shape121.render(f5);
    Shape122.render(f5);
    Shape123.render(f5);
    Shape124.render(f5);
    Shape125.render(f5);
    Shape126.render(f5);
    Shape127.render(f5);
    Shape128.render(f5);
    Shape129.render(f5);
    Shape130.render(f5);
    Shape131.render(f5);
    Shape132.render(f5);
    Shape133.render(f5);
    Shape134.render(f5);
    Shape135.render(f5);
    Shape136.render(f5);
    Shape137.render(f5);
    Shape138.render(f5);
    Shape139.render(f5);
    Shape140.render(f5);
    Shape141.render(f5);
    Shape142.render(f5);
    Shape143.render(f5);
    Shape144.render(f5);
    Shape145.render(f5);
    Shape146.render(f5);
    Shape147.render(f5);
    Shape148.render(f5);
    Shape149.render(f5);
    Shape150.render(f5);
    Shape151.render(f5);
    Shape152.render(f5);
    Shape153.render(f5);
    Shape154.render(f5);
  }
  public void renderModel(float f5){
  	Shape1.render(f5);
    Shape2.render(f5);
    Shape3.render(f5);
    Shape4.render(f5);
    Shape5.render(f5);
    Shape6.render(f5);
    Shape7.render(f5);
    Shape8.render(f5);
    Shape9.render(f5);
    Shape10.render(f5);
    Shape11.render(f5);
    Shape12.render(f5);
    Shape13.render(f5);
    Shape14.render(f5);
    Shape15.render(f5);
    Shape16.render(f5);
    Shape17.render(f5);
    Shape18.render(f5);
    Shape19.render(f5);
    Shape20.render(f5);
    Shape21.render(f5);
    Shape22.render(f5);
    Shape23.render(f5);
    Shape24.render(f5);
    Shape25.render(f5);
    Shape26.render(f5);
    Shape27.render(f5);
    Shape28.render(f5);
    Shape29.render(f5);
    Shape30.render(f5);
    Shape31.render(f5);
    Shape32.render(f5);
    Shape33.render(f5);
    Shape34.render(f5);
    Shape35.render(f5);
    Shape36.render(f5);
    Shape37.render(f5);
    Shape38.render(f5);
    Shape39.render(f5);
    Shape40.render(f5);
    Shape41.render(f5);
    Shape42.render(f5);
    Shape43.render(f5);
    Shape44.render(f5);
    Shape45.render(f5);
    Shape46.render(f5);
    Shape47.render(f5);
    Shape48.render(f5);
    Shape49.render(f5);
    Shape50.render(f5);
    Shape51.render(f5);
    Shape52.render(f5);
    Shape53.render(f5);
    Shape54.render(f5);
    Shape55.render(f5);
    Shape56.render(f5);
    Shape57.render(f5);
    Shape58.render(f5);
    Shape59.render(f5);
    Shape60.render(f5);
    Shape61.render(f5);
    Shape62.render(f5);
    Shape63.render(f5);
    Shape64.render(f5);
    Shape65.render(f5);
    Shape66.render(f5);
    Shape67.render(f5);
    Shape68.render(f5);
    Shape69.render(f5);
    Shape70.render(f5);
    Shape71.render(f5);
    Shape72.render(f5);
    Shape73.render(f5);
    Shape74.render(f5);
    Shape75.render(f5);
    Shape76.render(f5);
    Shape77.render(f5);
    Shape78.render(f5);
    Shape79.render(f5);
    Shape80.render(f5);
    Shape81.render(f5);
    Shape82.render(f5);
    Shape83.render(f5);
    Shape84.render(f5);
    Shape85.render(f5);
    Shape86.render(f5);
    Shape87.render(f5);
    Shape88.render(f5);
    Shape89.render(f5);
    Shape90.render(f5);
    Shape91.render(f5);
    Shape92.render(f5);
    Shape93.render(f5);
    Shape94.render(f5);
    Shape95.render(f5);
    Shape96.render(f5);
    Shape97.render(f5);
    Shape98.render(f5);
    Shape99.render(f5);
    Shape100.render(f5);
    Shape101.render(f5);
    Shape102.render(f5);
    Shape103.render(f5);
    Shape104.render(f5);
    Shape105.render(f5);
    Shape106.render(f5);
    Shape107.render(f5);
    Shape108.render(f5);
    Shape109.render(f5);
    Shape110.render(f5);
    Shape111.render(f5);
    Shape112.render(f5);
    Shape113.render(f5);
    Shape114.render(f5);
    Shape115.render(f5);
    Shape116.render(f5);
    Shape117.render(f5);
    Shape118.render(f5);
    Shape119.render(f5);
    Shape120.render(f5);
    Shape121.render(f5);
    Shape122.render(f5);
    Shape123.render(f5);
    Shape124.render(f5);
    Shape125.render(f5);
    Shape126.render(f5);
    Shape127.render(f5);
    Shape128.render(f5);
    Shape129.render(f5);
    Shape130.render(f5);
    Shape131.render(f5);
    Shape132.render(f5);
    Shape133.render(f5);
    Shape134.render(f5);
    Shape135.render(f5);
    Shape136.render(f5);
    Shape137.render(f5);
    Shape138.render(f5);
    Shape139.render(f5);
    Shape140.render(f5);
    Shape141.render(f5);
    Shape142.render(f5);
    Shape143.render(f5);
    Shape144.render(f5);
    Shape145.render(f5);
    Shape146.render(f5);
    Shape147.render(f5);
    Shape148.render(f5);
    Shape149.render(f5);
    Shape150.render(f5);
    Shape151.render(f5);
    Shape152.render(f5);
    Shape153.render(f5);
    Shape154.render(f5);
  }
  private void setRotation(ModelRenderer model, float x, float y, float z)
  {
    model.rotateAngleX = x;
    model.rotateAngleY = y;
    model.rotateAngleZ = z;
  }
  
  public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5, Entity entity)
  {
    super.setRotationAngles(f, f1, f2, f3, f4, f5, entity);
  }

}

the Render.class:

package renderer.PortableVoid;

import org.Python.StuffForMC.StuffForMC;
import org.lwjgl.opengl.GL11;

import models.PortableVoid.FullyBrockenBedrock;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.ResourceLocation;

public class RenderFullyBrockenBedrock extends TileEntitySpecialRenderer{

ResourceLocation texture = new ResourceLocation("StuffForMC" + ":" + "textures/models/blocks/FullyBrockenBedrock.png");


private FullyBrockenBedrock model;
public RenderFullyBrockenBedrock(){
	this.model = new FullyBrockenBedrock();
}



@Override
public void renderTileEntityAt(TileEntity entity, double x, double y, double z, float i) {
	GL11.glPushMatrix();
		GL11.glTranslatef((float)x + 0.5F, (float)y + 1.5F, (float)z + 0.5F);
		GL11.glRotatef(180, 0F, 0F, 1F);

		this.bindTexture(texture);

		GL11.glPushMatrix();
			this.model.renderModel(0.0625F);
		GL11.glPopMatrix();
	GL11.glPopMatrix();
}

}

the Item render.class:

package renderer.PortableVoid;

import org.lwjgl.opengl.GL11;

import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
import net.minecraftforge.client.IItemRenderer;

public class ItemRenderFullyBrockenBedrock implements IItemRenderer{

TileEntitySpecialRenderer render;
private TileEntity entity;

public ItemRenderFullyBrockenBedrock(TileEntitySpecialRenderer render, TileEntity entity){
	this.entity = entity;
	this.render = render;
}
@Override
public boolean handleRenderType(ItemStack item, ItemRenderType type) {

	return true;
}

@Override
public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) {

	return true;
}

@Override
public void renderItem(ItemRenderType type, ItemStack item, Object... data) {
	if(type == IItemRenderer.ItemRenderType.ENTITY){
		GL11.glTranslatef(-0.5F, 0.0F, -0.5F);
	}
	this.render.renderTileEntityAt(this.entity, 0.0D, 0.0D, 0.0D, 0.0F);
}

}

the tileentity.class

package tileEntitys.PortableVoid;

import net.minecraft.tileentity.TileEntity;

public class TileEntityFullyBrockenBedrock extends TileEntity{

}

the ClientProxy:

package org.Python.StuffForMC;

import cpw.mods.fml.client.registry.ClientRegistry;
import renderer.PortableVoid.ItemRenderFullyBrockenBedrock;
import renderer.PortableVoid.RenderBrockenBedrock0outof8;
import renderer.PortableVoid.RenderBrockenBedrock1outof8;
import renderer.PortableVoid.RenderBrockenBedrock2outof8;
import renderer.PortableVoid.RenderBrockenBedrock3outof8;
import renderer.PortableVoid.RenderBrockenBedrock4outof8;
import renderer.PortableVoid.RenderBrockenBedrock5outof8;
import renderer.PortableVoid.RenderBrockenBedrock6outof8;
import renderer.PortableVoid.RenderBrockenBedrock7outof8;
import renderer.PortableVoid.RenderFullyBrockenBedrock;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock0outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock1outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock2outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock3outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock4outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock5outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock6outof8;
import tileEntitys.PortableVoid.TileEntityBrockenBedrock7outof8;
import tileEntitys.PortableVoid.TileEntityFullyBrockenBedrock;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.item.Item;
import net.minecraftforge.client.MinecraftForgeClient;


public class StuffForMCClientProxy extends StuffForMCProxy {
@Override
public void registerRenders(){
	//Fully Broken Bedrock
			TileEntitySpecialRenderer render1 = new RenderFullyBrockenBedrock();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityFullyBrockenBedrock.class, render1);
			MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(StuffForMC.blockFullyBrockenBedrock), new ItemRenderFullyBrockenBedrock(render1, new TileEntityFullyBrockenBedrock()));
	//BrokenBedrock0outof8
			TileEntitySpecialRenderer render2 = new RenderBrockenBedrock0outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock0outof8.class, render2);
	//BrokenBedrock1outof8
			TileEntitySpecialRenderer render3 = new RenderBrockenBedrock1outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock1outof8.class, render3);
	//BrokenBedrock2outof8
			TileEntitySpecialRenderer render4 = new RenderBrockenBedrock2outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock2outof8.class, render4);
	//BrokenBedrock3outof8
			TileEntitySpecialRenderer render5 = new RenderBrockenBedrock3outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock3outof8.class, render5);
	//BrokenBedrock4outof8
			TileEntitySpecialRenderer render6 = new RenderBrockenBedrock4outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock4outof8.class, render6);
	//BrokenBedrock5outof8
			TileEntitySpecialRenderer render7 = new RenderBrockenBedrock5outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock5outof8.class, render7);
	//BrokenBedrock6outof8
			TileEntitySpecialRenderer render8 = new RenderBrockenBedrock6outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock6outof8.class, render8);
	//BrokenBedrock7outof8
			TileEntitySpecialRenderer render9 = new RenderBrockenBedrock7outof8();
			ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBrockenBedrock7outof8.class, render9);
}
public void registerTileEntitySpecialRenderer(){

}
}

Link to comment
Share on other sites

Just one thought on your modid. I've had inconsistent problems in the past with capital letters.    There are a lot of superstitions out there around what can be capitalized and what can't.

 

"StuffForMC" could be the issue. "stuffformc" is the modid I would use.

 

 

 

What part of loading do you call this from "public class StuffForMCClientProxy extends StuffForMCProxy {", pre, init, post, ect?

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

Just one thought on your modid. I've had inconsistent problems in the past with capital letters.    There are a lot of superstitions out there around what can be capitalized and what can't.

 

"StuffForMC" could be the issue. "stuffformc" is the modid I would use.

 

I've done the same thing as you, and when my modid is lowercase it seems to work all of the time

Link to comment
Share on other sites

Don't do that translate deal.

 

Could you explain your current problem in more detail.

 

You restarted minecraft and the block rendered correctly.  What type of your blocks was it supposed to be?  On next try, what was it?

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

well I have a block that has a custom model. in the test environment the block renders correctly in my hand, inventory and world. If I export the mod to a .jar file (using gradlew build) and then put it into the \mod folder in my non-eclipse local minecraft it sometimes renders the block as it should(the correct model in my hand, inventory and world(placed)) but sometimes as an item (NOT the correct model in my hand and inventory but the correct one in the world(placed)). If it does that it uses the particle Icon "fullybrockenbedrockbreakingpartickles" (16x16p) for it and renders it like the block was an Item.

(need screenshots?)

Code for the Icon "fullybrockenbedrockbreakingpartickles":

@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister iconRegister){
	this.blockIcon = iconRegister.registerIcon("stuffformc" + ":" + "fullybrockenbedrockbreakingpartickles");
}

Link to comment
Share on other sites

When this block malfunctions in your hand, is it one you had in your hand before you logged out?  If you discard it and get a new one from the creative menu, does it fix itself at that point or remain busted?

 

Try turning the following to false, I've never had good luck with true;

 

@Override

public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) {

 

return true;

}

 

I've never used the following and not at my normal computer.  What does it do?  Might try flipping it as well.

 

@Override

public boolean handleRenderType(ItemStack item, ItemRenderType type) {

 

return true;

}

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

it remains busted. another thing I want to point out, is that it seems minecarft just "randomly" decides if it wants to use my model for the block or not. (in case for misunderstanding the Block renders, in every test I have done so far, correctly in the world the only failures are when dropped, in inventory or hold in hand...)

Edit here are two screenshots:

Working: http://www.pic-upload.de/view-27911492/2015-08-04_17.18.35.png.html

Not working(this was one restart away from the link above): http://www.pic-upload.de/view-27911481/2015-08-04_17.17.47.png.html

Edit#2: overred the rest of your commant give me a sec.

Link to comment
Share on other sites

Honestly, just taking an educated guess here. I had the same problem with a 1.8 custom block (1.8 is so much better for modding :D) and once I went into the block json file and changed the values to what one of my other blocks was, it worked. Is there an equivalent of that in 1.7? no clue tbh

Link to comment
Share on other sites

Ok, one more shot in the dark

 

@SideOnly(Side.CLIENT)

public void registerBlockIcons(IIconRegister iconRegister){

this.blockIcon = iconRegister.registerIcon("StuffForMC" + ":" + "fullybrockenbedrockbreakingpartickles");

}

 

Comment out the action

 

@SideOnly(Side.CLIENT)

public void registerBlockIcons(IIconRegister iconRegister){

//this.blockIcon = iconRegister.registerIcon("StuffForMC" + ":" + "fullybrockenbedrockbreakingpartickles");

}

 

I don't think it will solve it for you, but it will change what happens and might make an error code happen in log that will help.

 

 

Ytt,

1.8 will be horrible for his mod and what he is trying to do.  It will never look like that in his hand without some serious trickery.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

@delpi

1. commenting it out caused the paritcles that should display by breaking the block to be repleaced by lava particles, I guess It is some kind of default for the RegisterBlockIcon Method but I have no    Idea at all (the particles even have the lava animation)

2.

When this block malfunctions in your hand, is it one you had in your hand before you logged out?  If you discard it and get a new one from the creative menu, does it fix itself at that point or remain busted?

 

Try turning the following to false, I've never had good luck with true;

 

@Override

public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) {

 

return true;

}

 

I've never used the following and not at my normal computer.  What does it do?  Might try flipping it as well.

 

@Override

public boolean handleRenderType(ItemStack item, ItemRenderType type) {

 

return true;

}

well setting the second to false caused the Item to stop render (same as here: http://www.pic-upload.de/view-27911481/2015-08-04_17.17.47.png.html) and setting the first to false caused the in-my-hand rendered block to turn upsidedown and go crazy offset

@ytt

I dont know if thats an 1.8 thing but I dont have a Block.json file anywere (or I didnt found one yet)

(sry for possibly bad language here)

Link to comment
Share on other sites

well I did a few more testing and found out that the method: RegisterBlockIcon() isnt causing this because I cut it out of code used the setBlockTexture() compiled the mod and it still caused the problems. This means that neither of them(RegisterBlockIcon() or setBlockTexture()) is responsible for that...and that slowly makes me believe that this could be a forge/Minecraft bug.

(again sry for possibly bad language)

EDIT: using both of them didnt work, too (just tested it) and using none of the causes the ugly missing-pink-and-black-texture particles to show up upon breaking the block.

EDIT: after switching to the newest version of forge (currently: forge10.13.4.1448) the bug still accured...here are some more screenshots:

          (forge10.13.4.1448) working: http://www.pic-upload.de/view-27912584/2015-08-05_16.59.21.png.html

          (forge10.13.4.1448) not working (2-3 restarts later): http://www.pic-upload.de/view-27912579/2015-08-05_16.57.27.png.html

!THIS IS SILL UNSOLVED!

    (anyone please help)

 

Link to comment
Share on other sites

One more thought.

 

Get rid of the following temporarily.

 

MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(StuffForMC.blockFullyBrockenBedrock), new ItemRenderFullyBrockenBedrock(render1, new TileEntityFullyBrockenBedrock()));

 

 

Just the item in your hand be rendered as the normal block and see if it stops what is going on in the world.  There were some things in it there that seemed odd, but I I couldn't put my finger on anything wrong. 

 

 

BTW, I'm an engineer, I usually troubleshoot things by changing inputs, until I learn enough about how the outputs change to understand it.

 

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

Alright, something is changing your render/model somewhere for some reason.  Let's find it.

 

On your client, put print statements on your 'ItemRenderFullyBrockenBedrock' 'renderItem' method to print the current 'TileEntitySpecialRenderer render' and 'TileEntity entity'.

 

Right after the glitch happens, close quick, go to your client logs and see if you can see what else happened right about then.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

Done. I now have working  and not working logs and as far as I can tell: if its not working it just ignores my "ItemRenderFullyBrockenBedrock.class"

Interesting part from the working log:

[21:03:11] [Netty Client IO #0/DEBUG] [FML/]: Server FML protocol version 2, 4 byte dimension received 0
[21:03:11] [Netty Client IO #0/TRACE] [FML/]: $ServerHello->FMLHandshakeClientState$2:HELLO
[21:03:11] [Netty Client IO #0/INFO] [FML/]: Server protocol version 2
[21:03:11] [Netty Client IO #0/DEBUG] [FML/]: Received override dimension 0
[21:03:11] [Netty IO #1/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO
[21:03:11] [Netty IO #1/INFO] [FML/]: Client protocol version 2
[21:03:11] [Netty IO #1/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeServerState$2:HELLO
[21:03:11] [Netty IO #1/INFO] [FML/]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[21:03:11] [Netty IO #1/INFO] [FML/]: Attempting connection with missing mods [] at CLIENT
[21:03:11] [Netty Client IO #0/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA
[21:03:11] [Netty Client IO #0/INFO] [FML/]: Attempting connection with missing mods [] at SERVER
[21:03:11] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[21:03:11] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE
[21:03:11] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE
[21:03:11] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE
[21:03:11] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[21:03:11] [server thread/INFO] [FML/]: [server thread] Server side modded connection established
[21:03:11] [Client thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[21:03:11] [Client thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[21:03:11] [Client thread/INFO] [FML/]: [Client thread] Client side modded connection established
[21:03:11] [Client thread/DEBUG] [FML/]: Overriding dimension: using 0
[21:03:22] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save Neue Welt
[21:03:23] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp
[21:03:23] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp
[21:03:23] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML
[21:03:23] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML
[21:03:23] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge
[21:03:23] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge
[21:03:23] [server thread/TRACE] [stuffformc/stuffformc]: Sending event FMLServerStoppingEvent to mod stuffformc
[21:03:23] [server thread/TRACE] [stuffformc/stuffformc]: Sent event FMLServerStoppingEvent to mod stuffformc
[21:03:23] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save Neue Welt
[21:03:23] [server thread/INFO] [FML/]: Unloading dimension 0
[21:03:23] [server thread/INFO] [FML/]: Unloading dimension -1
[21:03:23] [server thread/INFO] [FML/]: Unloading dimension 1
[21:03:23] [server thread/DEBUG] [FML/]: Reverting to frozen data state.
[21:03:23] [server thread/INFO] [FML/]: Applying holder lookups
[21:03:23] [server thread/INFO] [FML/]: Holder lookups applied
[21:03:23] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[21:03:23] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[21:03:23] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[21:03:23] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[21:03:23] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
[21:03:23] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
[21:03:23] [server thread/TRACE] [stuffformc/stuffformc]: Sending event FMLServerStoppedEvent to mod stuffformc
[21:03:23] [server thread/TRACE] [stuffformc/stuffformc]: Sent event FMLServerStoppedEvent to mod stuffformc
[21:03:23] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: 
[21:03:23] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:03:24] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[21:03:24] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: 

Interesting part from the not working log:

[21:00:08] [Netty Client IO #0/DEBUG] [FML/]: Server FML protocol version 2, 4 byte dimension received 0
[21:00:08] [Netty Client IO #0/TRACE] [FML/]: $ServerHello->FMLHandshakeClientState$2:HELLO
[21:00:08] [Netty Client IO #0/INFO] [FML/]: Server protocol version 2
[21:00:08] [Netty Client IO #0/DEBUG] [FML/]: Received override dimension 0
[21:00:08] [Netty IO #1/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO
[21:00:08] [Netty IO #1/INFO] [FML/]: Client protocol version 2
[21:00:08] [Netty IO #1/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeServerState$2:HELLO
[21:00:08] [Netty IO #1/INFO] [FML/]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[21:00:08] [Netty IO #1/INFO] [FML/]: Attempting connection with missing mods [] at CLIENT
[21:00:08] [Netty Client IO #0/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA
[21:00:08] [Netty Client IO #0/INFO] [FML/]: Attempting connection with missing mods [] at SERVER
[21:00:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[21:00:08] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE
[21:00:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE
[21:00:08] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE
[21:00:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[21:00:08] [server thread/INFO] [FML/]: [server thread] Server side modded connection established
[21:00:08] [Client thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[21:00:08] [Client thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[21:00:08] [Client thread/INFO] [FML/]: [Client thread] Client side modded connection established
[21:00:08] [Client thread/DEBUG] [FML/]: Overriding dimension: using 0

{This continues for a while

[21:00:08] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:30]: TEST BEGINNING!:
[21:00:08] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:31]: renderer.PortableVoid.RenderFullyBrockenBedrock@71ef3f0c
[21:00:08] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:32]: tileEntitys.PortableVoid.TileEntityFullyBrockenBedrock@471021f8

This continues for a while}
-Pythonschlange

[21:00:13] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:30]: TEST BEGINNING!:
[21:00:13] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:31]: renderer.PortableVoid.RenderFullyBrockenBedrock@71ef3f0c
[21:00:13] [Client thread/INFO] [sTDOUT/]: [renderer.PortableVoid.ItemRenderFullyBrockenBedrock:renderItem:32]: tileEntitys.PortableVoid.TileEntityFullyBrockenBedrock@3bbd9232
[21:00:13] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp
[21:00:13] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp
[21:00:13] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML
[21:00:13] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML
[21:00:13] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge
[21:00:13] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge
[21:00:13] [server thread/TRACE] [stuffformc/stuffformc]: Sending event FMLServerStoppingEvent to mod stuffformc
[21:00:13] [server thread/TRACE] [stuffformc/stuffformc]: Sent event FMLServerStoppingEvent to mod stuffformc
[21:00:13] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save Neue Welt
[21:00:13] [server thread/INFO] [FML/]: Unloading dimension 0
[21:00:13] [server thread/INFO] [FML/]: Unloading dimension -1
[21:00:13] [server thread/INFO] [FML/]: Unloading dimension 1
[21:00:13] [server thread/DEBUG] [FML/]: Reverting to frozen data state.
[21:00:13] [server thread/INFO] [FML/]: Applying holder lookups
[21:00:13] [server thread/INFO] [FML/]: Holder lookups applied
[21:00:13] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[21:00:13] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[21:00:13] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[21:00:13] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[21:00:13] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
[21:00:13] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
[21:00:13] [server thread/TRACE] [stuffformc/stuffformc]: Sending event FMLServerStoppedEvent to mod stuffformc
[21:00:13] [server thread/TRACE] [stuffformc/stuffformc]: Sent event FMLServerStoppedEvent to mod stuffformc
[21:00:13] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: 
[21:00:13] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:00:14] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[21:00:14] [Client thread/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: 

found one line that does only show up in the not working log:

"[21:03:22] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save Neue Welt"

not sure what it means through

Link to comment
Share on other sites

I assume the 2nd one is shown as working and the 1st is not working.

 

So, you started it up, worked fine.  Shut it down.  After restart, it never called the render again.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

So I just made a whole series of tests results(I also added in an new item and let it use the same ItemRendering as the Block):

With Internetconnection: 7/30 not working (23.3%)

 

working?

[*]false

[*]false

[*]true

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]false

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]false

[*]true

[*]true

 

Without Internetconnection: 4/30 not working (13.3%)

 

working?

 

every test both the Item and the block either not worked or worked, not a single time just one of them worked/ not worked

[*]true

[*]true

[*]false

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]false

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

[*]true

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Last month i was tinkering with terrablender but decided to drop the dependency altogether, since I mainly wanted it to inject new biomes on the overworld and I dont need that anymore. I made a custom dimension, but I forgot the fact that Terrablender was also managing the injection of the custom surface rules I had set. Is there a way (programatically via a data generator or otherwise manually in the resources) to have new surface rules to change the surface appearance of my biomes? I lost track of whatever the hell happened on 1.18 and all I found was "Yeah support for the new surface rules is a TODO for forge team". Was that ever developed? Do i just not complicate it and just go back to have TB as a dependency? Any other not-that-hard way?
    • Here is the crash Log   # # A fatal error has been detected by the Java Runtime Environment: # #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8c5fd2b60, pid=15688, tid=8800 # # JRE version: OpenJDK Runtime Environment Microsoft-8035246 (17.0.8+7) (build 17.0.8+7-LTS) # Java VM: OpenJDK 64-Bit Server VM Microsoft-8035246 (17.0.8+7-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # C  [atio6axx.dll+0x192b60] # # No core dump will be written. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: #   https://aka.ms/minecraftjavacrashes # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # ---------------  S U M M A R Y ------------ Command Line: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Djna.tmpdir=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dio.netty.native.workdir=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.22.14 -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,forge-47.2.0.jar,forge-47.2.0 -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\tmthy\curseforge\minecraft\Install\libraries --module-path=C:\Users\tmthy\curseforge\minecraft\Install\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm/9.5/asm-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx16672m -Xms256m -Dminecraft.applet.TargetDirectory=C:\Users\tmthy\curseforge\minecraft\Instances\The Fantasy Island -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -DlibraryDirectory=C:\Users\tmthy\curseforge\minecraft\Install\libraries -Dlog4j.configurationFile=C:\Users\tmthy\curseforge\minecraft\Install\assets\log_configs\client-1.12.xml cpw.mods.bootstraplauncher.BootstrapLauncher --username Timothy1225 --version forge-47.2.0 --gameDir C:\Users\tmthy\curseforge\minecraft\Instances\The Fantasy Island --assetsDir C:\Users\tmthy\curseforge\minecraft\Install\assets --assetIndex 5 --uuid c2d08522119343519596b49abd8c7178 -uQcg7quclRZfY-a5bhslQRukRWwydvhHDqJK0nGiY --clientId OTE5YmQxOTgtOTc1NC00ODA3LTk5MTUtNjA4ZTU4MTc3NGUz --xuid 2535454032288609 --userType msa --versionType release --width 1024 --height 768 --quickPlayPath C:\Users\tmthy\curseforge\minecraft\Install\quickPlay\java\1714350862084.json --launchTarget forgeclient --fml.forgeVersion 47.2.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 Host: Intel(R) Core(TM) i5-9600KF CPU @ 3.70GHz, 6 cores, 31G,  Windows 10 , 64 bit Build 19041 (10.0.19041.3636) Time: Sun Apr 28 20:34:24 2024 Eastern Daylight Time elapsed time: 2.699541 seconds (0d 0h 0m 2s) ---------------  T H R E A D  --------------- Current thread (0x00000168137b8c30):  JavaThread "main" [_thread_in_native, id=8800, stack(0x0000003b11e00000,0x0000003b11f00000)] Stack: [0x0000003b11e00000,0x0000003b11f00000],  sp=0x0000003b11efb578,  free space=1005k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C  [atio6axx.dll+0x192b60] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j  org.lwjgl.system.JNI.invokePPPP(IIJJJJ)J+0 [email protected]+7 j  org.lwjgl.glfw.GLFW.nglfwCreateWindow(IIJJJ)J+14 [email protected]+7 j  org.lwjgl.glfw.GLFW.glfwCreateWindow(IILjava/lang/CharSequence;JJ)J+34 [email protected]+7 j  net.minecraftforge.fml.earlydisplay.DisplayWindow.initWindow(Ljava/lang/String;)V+408 [email protected] j  net.minecraftforge.fml.earlydisplay.DisplayWindow.start(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Runnable;+14 [email protected] j  net.minecraftforge.fml.earlydisplay.DisplayWindow.initialize([Ljava/lang/String;)Ljava/lang/Runnable;+410 [email protected] j  net.minecraftforge.fml.loading.ImmediateWindowHandler.load(Ljava/lang/String;[Ljava/lang/String;)V+180 [email protected] j  net.minecraftforge.fml.loading.ModDirTransformerDiscoverer.earlyInitialization(Ljava/lang/String;[Ljava/lang/String;)V+2 [email protected] j  cpw.mods.modlauncher.TransformationServicesHandler.lambda$discoverServices$18(Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;Lcpw/mods/modlauncher/serviceapi/ITransformerDiscoveryService;)V+9 [email protected] j  cpw.mods.modlauncher.TransformationServicesHandler$$Lambda$400+0x0000000800297d50.accept(Ljava/lang/Object;)V+8 [email protected] J 2293 c1 java.lang.Iterable.forEach(Ljava/util/function/Consumer;)V [email protected] (39 bytes) @ 0x00000168172e7e9c [0x00000168172e7ba0+0x00000000000002fc] j  cpw.mods.modlauncher.TransformationServicesHandler.discoverServices(Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V+145 [email protected] j  cpw.mods.modlauncher.Launcher.run([Ljava/lang/String;)V+14 [email protected] j  cpw.mods.modlauncher.Launcher.main([Ljava/lang/String;)V+78 [email protected] j  cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([Ljava/lang/String;)V+1 [email protected] j  cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(Ljava/lang/Object;)V+5 [email protected] j  cpw.mods.bootstraplauncher.BootstrapLauncher.main([Ljava/lang/String;)V+515 [email protected] v  ~StubRoutines::call_stub siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff Register to memory mapping: RIP=0x00007ff8c5fd2b60 atio6axx.dll RAX=0x0 is NULL RBX=0x00007ff8c98133b0 atio6axx.dll RCX=0x4920797361746e61 is an unknown value RDX=0x00000000000000d1 is an unknown value RSP=0x0000003b11efb578 is pointing into the stack for thread: 0x00000168137b8c30 RBP=0x0000003b11efb6e0 is pointing into the stack for thread: 0x00000168137b8c30 RSI=0x00007ff8c9722d40 atio6axx.dll RDI=0x0000003b11efb9d0 is pointing into the stack for thread: 0x00000168137b8c30 R8 =0x00000000000001a5 is an unknown value R9 =0x4920797361746e61 is an unknown value R10=0x0 is NULL R11=0x0000000000000200 is an unknown value R12=0x00007ff8c9813408 atio6axx.dll R13=0x00007ff8c9815c08 atio6axx.dll R14=0x00007ff8c98133b0 atio6axx.dll R15=0x0 is NULL Registers: RAX=0x0000000000000000, RBX=0x00007ff8c98133b0, RCX=0x4920797361746e61, RDX=0x00000000000000d1 RSP=0x0000003b11efb578, RBP=0x0000003b11efb6e0, RSI=0x00007ff8c9722d40, RDI=0x0000003b11efb9d0 R8 =0x00000000000001a5, R9 =0x4920797361746e61, R10=0x0000000000000000, R11=0x0000000000000200 R12=0x00007ff8c9813408, R13=0x00007ff8c9815c08, R14=0x00007ff8c98133b0, R15=0x0000000000000000 RIP=0x00007ff8c5fd2b60, EFLAGS=0x0000000000010202 Top of Stack: (sp=0x0000003b11efb578) 0x0000003b11efb578:   00007ff8c5fd2e7c 00007ff8c9816020 0x0000003b11efb588:   0000016855ef7088 000000000000004a 0x0000003b11efb598:   00007ff8c9722d40 0000003b11efb9d0 0x0000003b11efb5a8:   00007ff8c5f8f484 00007ff8c98133b0 0x0000003b11efb5b8:   00007ff8c9722d40 00002e776176616a 0x0000003b11efb5c8:   0000c1ed1fbb8c40 0000003b11efb9d0 0x0000003b11efb5d8:   00007ff8c5f90457 00007ff8c98133b8 0x0000003b11efb5e8:   000000000000004a 00007ff8c98133b8 0x0000003b11efb5f8:   0000016857d6d8ac 00007ff8c98133b0 0x0000003b11efb608:   00007ff900000000 0000000000000009 0x0000003b11efb618:   0000016857d6da64 0000016857d6dbb0 0x0000003b11efb628:   00007ff8c98133b8 0000003b11efb9d0 0x0000003b11efb638:   0000003b11efb7ca 00007f006176616a 0x0000003b11efb648:   00007f006176616a 46676e697274535c 0x0000003b11efb658:   5c6f666e49656c69 3062343039303430 0x0000003b11efb668:   726556656c69465c 000000006e6f6973  Instructions: (pc=0x00007ff8c5fd2b60) 0x00007ff8c5fd2a60:   74 09 33 c9 ff 15 e6 89 66 03 90 48 8b c3 48 83 0x00007ff8c5fd2a70:   c4 20 5b c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2a80:   48 83 ec 28 48 8b 51 08 48 85 d2 74 09 33 c9 ff 0x00007ff8c5fd2a90:   15 bb 89 66 03 90 48 83 c4 28 c3 cc cc cc cc cc 0x00007ff8c5fd2aa0:   48 89 11 c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2ab0:   48 8b c1 c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2ac0:   48 3b ca 74 10 41 8b 00 39 01 74 09 48 83 c1 04 0x00007ff8c5fd2ad0:   48 3b ca 75 f3 48 8b c1 c3 cc cc cc cc cc cc cc 0x00007ff8c5fd2ae0:   48 8b c1 c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2af0:   48 83 39 00 0f 94 c0 c3 cc cc cc cc cc cc cc cc 0x00007ff8c5fd2b00:   4c 8d 04 d5 00 00 00 00 33 d2 e9 c1 d0 dd 01 cc 0x00007ff8c5fd2b10:   4c 8b 41 08 48 8b 02 49 89 00 48 83 41 08 08 c3 0x00007ff8c5fd2b20:   48 8b c1 c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2b30:   48 8b c1 c3 cc cc cc cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2b40:   49 8b 00 48 89 02 c3 cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2b50:   8b 81 40 39 00 00 c3 cc cc cc cc cc cc cc cc cc 0x00007ff8c5fd2b60:   8b 81 40 39 00 00 83 c0 f0 83 f8 67 0f 87 5a 01 0x00007ff8c5fd2b70:   00 00 48 8d 15 87 d4 e6 ff 0f b6 84 02 f0 2c 19 0x00007ff8c5fd2b80:   00 8b 8c 82 d0 2c 19 00 48 03 ca ff e1 48 8b 0d 0x00007ff8c5fd2b90:   6c 6f 7e 03 83 b9 b4 34 00 00 02 0f 87 2b 01 00 0x00007ff8c5fd2ba0:   00 48 8d 91 0c 29 00 00 c7 02 e1 00 00 00 e9 ce 0x00007ff8c5fd2bb0:   00 00 00 48 8b 0d 46 6f 7e 03 83 b9 b4 34 00 00 0x00007ff8c5fd2bc0:   02 0f 87 05 01 00 00 48 8d 91 0c 29 00 00 c7 02 0x00007ff8c5fd2bd0:   f0 00 00 00 e9 a8 00 00 00 48 8b 0d 20 6f 7e 03 0x00007ff8c5fd2be0:   83 b9 b4 34 00 00 02 0f 87 df 00 00 00 48 8d 91 0x00007ff8c5fd2bf0:   0c 29 00 00 c7 02 00 04 00 00 e9 82 00 00 00 48 0x00007ff8c5fd2c00:   8b 0d fa 6e 7e 03 83 b9 b4 34 00 00 02 0f 87 b9 0x00007ff8c5fd2c10:   00 00 00 48 8d 91 0c 29 00 00 c7 02 00 08 00 00 0x00007ff8c5fd2c20:   eb 5f 48 8b 0d d7 6e 7e 03 83 b9 b4 34 00 00 02 0x00007ff8c5fd2c30:   0f 87 96 00 00 00 48 8d 91 0c 29 00 00 c7 02 00 0x00007ff8c5fd2c40:   09 00 00 eb 3c 48 8b 0d b4 6e 7e 03 83 b9 b4 34 0x00007ff8c5fd2c50:   00 00 02 77 77 48 8d 91 0c 29 00 00 c7 02 3c 0f  Stack slot to memory mapping: stack at sp + 0 slots: 0x00007ff8c5fd2e7c atio6axx.dll stack at sp + 1 slots: 0x00007ff8c9816020 atio6axx.dll stack at sp + 2 slots: 0x0000016855ef7088 points into unknown readable memory: 0x00007ff8c901f5f0 | f0 f5 01 c9 f8 7f 00 00 stack at sp + 3 slots: 0x000000000000004a is an unknown value stack at sp + 4 slots: 0x00007ff8c9722d40 atio6axx.dll stack at sp + 5 slots: 0x0000003b11efb9d0 is pointing into the stack for thread: 0x00000168137b8c30 stack at sp + 6 slots: 0x00007ff8c5f8f484 atio6axx.dll stack at sp + 7 slots: 0x00007ff8c98133b0 atio6axx.dll ---------------  P R O C E S S  --------------- Threads class SMR info: _java_thread_list=0x0000016855b10ab0, length=14, elements={ 0x00000168137b8c30, 0x000001684ccf8b00, 0x000001684ccf97d0, 0x000001684f445660, 0x000001684f4490b0, 0x000001684f449980, 0x000001684f44a250, 0x000001684f44af00, 0x000001684f483910, 0x000001684f48c9f0, 0x000001684f615430, 0x000001684f717ea0, 0x000001684f7670f0, 0x000001685596f9d0 } Java Threads: ( => current thread ) =>0x00000168137b8c30 JavaThread "main" [_thread_in_native, id=8800, stack(0x0000003b11e00000,0x0000003b11f00000)]   0x000001684ccf8b00 JavaThread "Reference Handler" daemon [_thread_blocked, id=8916, stack(0x0000003b12500000,0x0000003b12600000)]   0x000001684ccf97d0 JavaThread "Finalizer" daemon [_thread_blocked, id=8676, stack(0x0000003b12600000,0x0000003b12700000)]   0x000001684f445660 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9604, stack(0x0000003b12700000,0x0000003b12800000)]   0x000001684f4490b0 JavaThread "Attach Listener" daemon [_thread_blocked, id=8356, stack(0x0000003b12800000,0x0000003b12900000)]   0x000001684f449980 JavaThread "Service Thread" daemon [_thread_blocked, id=9336, stack(0x0000003b12900000,0x0000003b12a00000)]   0x000001684f44a250 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=8824, stack(0x0000003b12a00000,0x0000003b12b00000)]   0x000001684f44af00 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=8872, stack(0x0000003b12b00000,0x0000003b12c00000)]   0x000001684f483910 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8804, stack(0x0000003b12c00000,0x0000003b12d00000)]   0x000001684f48c9f0 JavaThread "Sweeper thread" daemon [_thread_blocked, id=9340, stack(0x0000003b12d00000,0x0000003b12e00000)]   0x000001684f615430 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=8736, stack(0x0000003b12e00000,0x0000003b12f00000)]   0x000001684f717ea0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=9608, stack(0x0000003b12f00000,0x0000003b13000000)]   0x000001684f7670f0 JavaThread "Notification Thread" daemon [_thread_blocked, id=9108, stack(0x0000003b13000000,0x0000003b13100000)]   0x000001685596f9d0 JavaThread "pool-2-thread-1" daemon [_thread_blocked, id=12504, stack(0x0000003b13b00000,0x0000003b13c00000)] Other Threads:   0x000001684cd054b0 VMThread "VM Thread" [stack: 0x0000003b12400000,0x0000003b12500000] [id=9416]   0x000001684f7685f0 WatcherThread [stack: 0x0000003b13100000,0x0000003b13200000] [id=9420]   0x000001684cb56090 GCTaskThread "GC Thread#0" [stack: 0x0000003b11f00000,0x0000003b12000000] [id=15336]   0x000001685426a7f0 GCTaskThread "GC Thread#1" [stack: 0x0000003b13200000,0x0000003b13300000] [id=8396]   0x0000016854143fa0 GCTaskThread "GC Thread#2" [stack: 0x0000003b13300000,0x0000003b13400000] [id=9428]   0x00000168542657d0 GCTaskThread "GC Thread#3" [stack: 0x0000003b13400000,0x0000003b13500000] [id=9532]   0x0000016854265a90 GCTaskThread "GC Thread#4" [stack: 0x0000003b13500000,0x0000003b13600000] [id=9548]   0x0000016854265d50 GCTaskThread "GC Thread#5" [stack: 0x0000003b13600000,0x0000003b13700000] [id=9476]   0x000001684cb5fee0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000003b12000000,0x0000003b12100000] [id=8272]   0x000001684cb60ea0 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000003b12100000,0x0000003b12200000] [id=9352]   0x0000016855751ae0 ConcurrentGCThread "G1 Conc#1" [stack: 0x0000003b13900000,0x0000003b13a00000] [id=15592]   0x000001684cbec430 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000003b12200000,0x0000003b12300000] [id=8764]   0x000001684cbecc70 ConcurrentGCThread "G1 Service" [stack: 0x0000003b12300000,0x0000003b12400000] [id=9432] Threads with active compile tasks: C2 CompilerThread0     2727 3350   !   4       java.nio.file.FileTreeWalker::next (144 bytes) C2 CompilerThread1     2727 3348   !   4       java.nio.file.FileTreeWalker::visit (204 bytes) VM state: not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap address: 0x00000003ee000000, size: 16672 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 CDS archive(s) not mapped Compressed class space mapped at: 0x0000000800000000-0x0000000840000000, reserved size: 1073741824 Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x40000000 GC Precious Log:  CPUs: 6 total, 6 available  Memory: 32687M  Large Page Support: Disabled  NUMA Support: Disabled  Compressed Oops: Enabled (Zero based)  Heap Region Size: 16M  Heap Min Capacity: 256M  Heap Initial Capacity: 256M  Heap Max Capacity: 16672M  Pre-touch: Disabled  Parallel Workers: 6  Concurrent Workers: 2  Concurrent Refinement Workers: 6  Periodic GC: Disabled Heap:  garbage-first heap   total 262144K, used 104332K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 6 young (98304K), 2 survivors (32768K)  Metaspace       used 25116K, committed 25472K, reserved 1114112K   class space    used 2648K, committed 2816K, reserved 1048576K Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next) |   0|0x00000003ee000000, 0x00000003eef77800, 0x00000003ef000000| 96%| O|  |TAMS 0x00000003ee6fce00, 0x00000003ee000000| Untracked  |   1|0x00000003ef000000, 0x00000003efe52800, 0x00000003f0000000| 89%| O|  |TAMS 0x00000003ef000000, 0x00000003ef000000| Untracked  |   2|0x00000003f0000000, 0x00000003f0000000, 0x00000003f1000000|  0%| F|  |TAMS 0x00000003f0000000, 0x00000003f0000000| Untracked  |   3|0x00000003f1000000, 0x00000003f1000000, 0x00000003f2000000|  0%| F|  |TAMS 0x00000003f1000000, 0x00000003f1000000| Untracked  |   4|0x00000003f2000000, 0x00000003f2000000, 0x00000003f3000000|  0%| F|  |TAMS 0x00000003f2000000, 0x00000003f2000000| Untracked  |   5|0x00000003f3000000, 0x00000003f3000000, 0x00000003f4000000|  0%| F|  |TAMS 0x00000003f3000000, 0x00000003f3000000| Untracked  |   6|0x00000003f4000000, 0x00000003f4000000, 0x00000003f5000000|  0%| F|  |TAMS 0x00000003f4000000, 0x00000003f4000000| Untracked  |   7|0x00000003f5000000, 0x00000003f5819338, 0x00000003f6000000| 50%| S|CS|TAMS 0x00000003f5000000, 0x00000003f5000000| Complete  |   8|0x00000003f6000000, 0x00000003f7000000, 0x00000003f7000000|100%| S|CS|TAMS 0x00000003f6000000, 0x00000003f6000000| Complete  |   9|0x00000003f7000000, 0x00000003f7000000, 0x00000003f8000000|  0%| F|  |TAMS 0x00000003f7000000, 0x00000003f7000000| Untracked  |  10|0x00000003f8000000, 0x00000003f8000000, 0x00000003f9000000|  0%| F|  |TAMS 0x00000003f8000000, 0x00000003f8000000| Untracked  |  11|0x00000003f9000000, 0x00000003f9000000, 0x00000003fa000000|  0%| F|  |TAMS 0x00000003f9000000, 0x00000003f9000000| Untracked  |  12|0x00000003fa000000, 0x00000003fa9f9cb8, 0x00000003fb000000| 62%| E|  |TAMS 0x00000003fa000000, 0x00000003fa000000| Complete  |  13|0x00000003fb000000, 0x00000003fc000000, 0x00000003fc000000|100%| E|CS|TAMS 0x00000003fb000000, 0x00000003fb000000| Complete  |  14|0x00000003fc000000, 0x00000003fd000000, 0x00000003fd000000|100%| E|CS|TAMS 0x00000003fc000000, 0x00000003fc000000| Complete  |  19|0x0000000401000000, 0x0000000402000000, 0x0000000402000000|100%| E|CS|TAMS 0x0000000401000000, 0x0000000401000000| Complete  Card table byte_map: [0x00000168280f0000,0x000001682a180000] _byte_map_base: 0x0000016826180000 Marking Bits (Prev, Next): (CMBitMap*) 0x000001684cb573b0, (CMBitMap*) 0x000001684cb57370  Prev Bits: [0x000001683c690000, 0x000001684cb10000)  Next Bits: [0x000001682c210000, 0x000001683c690000) Polling page: 0x0000016812f60000 Metaspace: Usage:   Non-class:     21.94 MB used.       Class:      2.59 MB used.        Both:     24.53 MB used. Virtual space:   Non-class space:       64.00 MB reserved,      22.12 MB ( 35%) committed,  1 nodes.       Class space:        1.00 GB reserved,       2.75 MB ( <1%) committed,  1 nodes.              Both:        1.06 GB reserved,      24.88 MB (  2%) committed.  Chunk freelists:    Non-Class:  9.58 MB        Class:  13.07 MB         Both:  22.65 MB MaxMetaspaceSize: unlimited CompressedClassSpaceSize: 1.00 GB Initial GC threshold: 21.00 MB Current GC threshold: 35.56 MB CDS: off MetaspaceReclaimPolicy: balanced  - commit_granule_bytes: 65536.  - commit_granule_words: 8192.  - virtual_space_node_default_size: 8388608.  - enlarge_chunks_in_place: 1.  - new_chunks_are_fully_committed: 0.  - uncommit_free_chunks: 1.  - use_allocation_guard: 0.  - handle_deallocations: 1. Internal statistics: num_allocs_failed_limit: 3. num_arena_births: 296. num_arena_deaths: 0. num_vsnodes_births: 2. num_vsnodes_deaths: 0. num_space_committed: 398. num_space_uncommitted: 0. num_chunks_returned_to_freelist: 3. num_chunks_taken_from_freelist: 735. num_chunk_merges: 0. num_chunk_splits: 450. num_chunks_enlarged: 284. num_inconsistent_stats: 0. CodeHeap 'non-profiled nmethods': size=120000Kb used=2326Kb max_used=2326Kb free=117673Kb  bounds [0x000001681ea20000, 0x000001681ec90000, 0x0000016825f50000] CodeHeap 'profiled nmethods': size=120000Kb used=6194Kb max_used=6194Kb free=113805Kb  bounds [0x0000016816f50000, 0x0000016817560000, 0x000001681e480000] CodeHeap 'non-nmethods': size=5760Kb used=1617Kb max_used=1617Kb free=4142Kb  bounds [0x000001681e480000, 0x000001681e6f0000, 0x000001681ea20000]  total_blobs=4647 nmethods=3604 adapters=955  compilation: enabled               stopped_count=0, restarted_count=0  full_count=0 Compilation events (20 events): Event: 2.654 Thread 0x000001684f483910 3623       3       org.lwjgl.system.MemoryUtil::write8 (19 bytes) Event: 2.654 Thread 0x000001684f483910 nmethod 3623 0x0000016817559110 code [0x00000168175592c0, 0x0000016817559518] Event: 2.666 Thread 0x000001684f483910 3624       2       jdk.internal.loader.NativeLibraries$NativeLibraryImpl::find (6 bytes) Event: 2.666 Thread 0x000001684f483910 nmethod 3624 0x0000016817559610 code [0x00000168175597a0, 0x00000168175598c8] Event: 2.668 Thread 0x000001684f483910 3626       2       java.lang.invoke.MethodType::dropParameterTypes (162 bytes) Event: 2.668 Thread 0x000001684f483910 nmethod 3626 0x0000016817559990 code [0x0000016817559be0, 0x000001681755a228] Event: 2.668 Thread 0x000001684f483910 3629       2       java.lang.invoke.LambdaForm$Name::internArguments (62 bytes) Event: 2.668 Thread 0x000001684f483910 nmethod 3629 0x000001681755a610 code [0x000001681755a7c0, 0x000001681755ab08] Event: 2.668 Thread 0x000001684f483910 3627       2       java.lang.invoke.InvokerBytecodeGenerator::emitStaticInvoke (258 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3627 0x000001681755ac90 code [0x000001681755af00, 0x000001681755b528] Event: 2.669 Thread 0x000001684f483910 3628       2       java.lang.invoke.InvokerBytecodeGenerator::refKindOpcode (112 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3628 0x000001681755b910 code [0x000001681755bb20, 0x000001681755bff8] Event: 2.669 Thread 0x000001684f483910 3631       2       jdk.internal.org.objectweb.asm.AnnotationWriter::<init> (60 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3631 0x000001681755c210 code [0x000001681755c3c0, 0x000001681755c6e8] Event: 2.669 Thread 0x000001684f483910 3632       2       jdk.internal.org.objectweb.asm.AnnotationVisitor::<init> (7 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3632 0x000001681755c810 code [0x000001681755c9a0, 0x000001681755cac8] Event: 2.669 Thread 0x000001684f483910 3630       1       java.lang.invoke.InvokerBytecodeGenerator::setClassWriter (6 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3630 0x000001681ec65590 code [0x000001681ec65720, 0x000001681ec65838] Event: 2.669 Thread 0x000001684f483910 3633       1       java.lang.Class::getClassData (5 bytes) Event: 2.669 Thread 0x000001684f483910 nmethod 3633 0x000001681ec65890 code [0x000001681ec65a20, 0x000001681ec65af8] GC Heap History (18 events): Event: 0.267 GC heap before {Heap before GC invocations=0 (full 0):  garbage-first heap   total 262144K, used 0K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 0 survivors (0K)  Metaspace       used 7900K, committed 8064K, reserved 1114112K   class space    used 688K, committed 768K, reserved 1048576K } Event: 0.269 GC heap after {Heap after GC invocations=1 (full 0):  garbage-first heap   total 262144K, used 9507K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 7900K, committed 8064K, reserved 1114112K   class space    used 688K, committed 768K, reserved 1048576K } Event: 0.495 GC heap before {Heap before GC invocations=1 (full 0):  garbage-first heap   total 262144K, used 25891K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 2 young (32768K), 1 survivors (16384K)  Metaspace       used 12274K, committed 12480K, reserved 1114112K   class space    used 1135K, committed 1280K, reserved 1048576K } Event: 0.497 GC heap after {Heap after GC invocations=2 (full 0):  garbage-first heap   total 262144K, used 9380K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 12274K, committed 12480K, reserved 1114112K   class space    used 1135K, committed 1280K, reserved 1048576K } Event: 0.571 GC heap before {Heap before GC invocations=2 (full 0):  garbage-first heap   total 262144K, used 25764K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 2 young (32768K), 1 survivors (16384K)  Metaspace       used 12435K, committed 12672K, reserved 1114112K   class space    used 1150K, committed 1280K, reserved 1048576K } Event: 0.572 GC heap after {Heap after GC invocations=3 (full 0):  garbage-first heap   total 262144K, used 10547K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 12435K, committed 12672K, reserved 1114112K   class space    used 1150K, committed 1280K, reserved 1048576K } Event: 0.761 GC heap before {Heap before GC invocations=3 (full 0):  garbage-first heap   total 262144K, used 76083K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 5 young (81920K), 1 survivors (16384K)  Metaspace       used 12477K, committed 12736K, reserved 1114112K   class space    used 1150K, committed 1280K, reserved 1048576K } Event: 0.763 GC heap after {Heap after GC invocations=4 (full 0):  garbage-first heap   total 262144K, used 16625K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 12477K, committed 12736K, reserved 1114112K   class space    used 1150K, committed 1280K, reserved 1048576K } Event: 1.195 GC heap before {Heap before GC invocations=4 (full 0):  garbage-first heap   total 262144K, used 147697K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 9 young (147456K), 1 survivors (16384K)  Metaspace       used 12668K, committed 12864K, reserved 1114112K   class space    used 1160K, committed 1280K, reserved 1048576K } Event: 1.198 GC heap after {Heap after GC invocations=5 (full 0):  garbage-first heap   total 262144K, used 22359K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 12668K, committed 12864K, reserved 1114112K   class space    used 1160K, committed 1280K, reserved 1048576K } Event: 1.497 GC heap before {Heap before GC invocations=5 (full 0):  garbage-first heap   total 262144K, used 153431K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 9 young (147456K), 1 survivors (16384K)  Metaspace       used 12926K, committed 13120K, reserved 1114112K   class space    used 1197K, committed 1280K, reserved 1048576K } Event: 1.501 GC heap after {Heap after GC invocations=6 (full 0):  garbage-first heap   total 262144K, used 29097K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 2 young (32768K), 2 survivors (32768K)  Metaspace       used 12926K, committed 13120K, reserved 1114112K   class space    used 1197K, committed 1280K, reserved 1048576K } Event: 1.844 GC heap before {Heap before GC invocations=6 (full 0):  garbage-first heap   total 262144K, used 61865K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 5 young (81920K), 2 survivors (32768K)  Metaspace       used 21243K, committed 21504K, reserved 1114112K   class space    used 2184K, committed 2304K, reserved 1048576K } Event: 1.849 GC heap after {Heap after GC invocations=7 (full 0):  garbage-first heap   total 327680K, used 31648K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 1 young (16384K), 1 survivors (16384K)  Metaspace       used 21243K, committed 21504K, reserved 1114112K   class space    used 2184K, committed 2304K, reserved 1048576K } Event: 2.308 GC heap before {Heap before GC invocations=8 (full 0):  garbage-first heap   total 262144K, used 211872K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 12 young (196608K), 1 survivors (16384K)  Metaspace       used 23840K, committed 24128K, reserved 1114112K   class space    used 2544K, committed 2688K, reserved 1048576K } Event: 2.316 GC heap after {Heap after GC invocations=9 (full 0):  garbage-first heap   total 262144K, used 47621K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 2 young (32768K), 2 survivors (32768K)  Metaspace       used 23840K, committed 24128K, reserved 1114112K   class space    used 2544K, committed 2688K, reserved 1048576K } Event: 2.535 GC heap before {Heap before GC invocations=9 (full 0):  garbage-first heap   total 262144K, used 145925K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 9 young (147456K), 2 survivors (32768K)  Metaspace       used 23885K, committed 24192K, reserved 1114112K   class space    used 2546K, committed 2688K, reserved 1048576K } Event: 2.541 GC heap after {Heap after GC invocations=10 (full 0):  garbage-first heap   total 262144K, used 55180K [0x00000003ee000000, 0x0000000800000000)   region size 16384K, 2 young (32768K), 2 survivors (32768K)  Metaspace       used 23885K, committed 24192K, reserved 1114112K   class space    used 2546K, committed 2688K, reserved 1048576K } Dll operation events (10 events): Event: 0.004 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\java.dll Event: 0.031 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\jsvml.dll Event: 0.140 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\net.dll Event: 0.141 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\nio.dll Event: 0.146 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\zip.dll Event: 0.200 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\jimage.dll Event: 0.368 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\verify.dll Event: 1.656 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\management.dll Event: 1.658 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\management_ext.dll Event: 2.638 Loaded shared library C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6\lwjgl.dll Deoptimization events (20 events): Event: 2.606 Thread 0x00000168137b8c30 Uncommon trap: trap_request=0xffffffde fr.pc=0x000001681ec0a3a4 relative=0x0000000000006a04 Event: 2.606 Thread 0x00000168137b8c30 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001681ec0a3a4 method=java.nio.file.FileTreeWalker.next()Ljava/nio/file/FileTreeWalker$Event; @ 76 c2 Event: 2.606 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x000001681ec0a3a4 sp=0x0000003b11efe6a0 Event: 2.606 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d69a3 sp=0x0000003b11efe6d8 mode 2 Event: 2.607 Thread 0x00000168137b8c30 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000001681ec4cd50 relative=0x0000000000000750 Event: 2.607 Thread 0x00000168137b8c30 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000001681ec4cd50 method=java.util.stream.AbstractPipeline.exactOutputSizeIfKnown(Ljava/util/Spliterator;)J @ 16 c2 Event: 2.607 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x000001681ec4cd50 sp=0x0000003b11efef00 Event: 2.607 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d69a3 sp=0x0000003b11efedd0 mode 2 Event: 2.610 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x0000016817252756 sp=0x0000003b11efe170 Event: 2.610 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d7143 sp=0x0000003b11efd610 mode 0 Event: 2.616 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x0000016817252756 sp=0x0000003b11efe5e0 Event: 2.616 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d7143 sp=0x0000003b11efda68 mode 0 Event: 2.625 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x00000168174e4ca9 sp=0x0000003b11ef8f20 Event: 2.625 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d7143 sp=0x0000003b11ef8418 mode 0 Event: 2.651 Thread 0x00000168137b8c30 DEOPT PACKING pc=0x00000168174f37c1 sp=0x0000003b11efb920 Event: 2.651 Thread 0x00000168137b8c30 DEOPT UNPACKING pc=0x000001681e4d7143 sp=0x0000003b11efae58 mode 0 Event: 2.667 Thread 0x000001685596f9d0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001681ec5422c relative=0x000000000000010c Event: 2.667 Thread 0x000001685596f9d0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001681ec5422c method=java.util.concurrent.TimeUnit.convert(JLjava/util/concurrent/TimeUnit;)J @ 8 c2 Event: 2.667 Thread 0x000001685596f9d0 DEOPT PACKING pc=0x000001681ec5422c sp=0x0000003b13bff1c0 Event: 2.667 Thread 0x000001685596f9d0 DEOPT UNPACKING pc=0x000001681e4d69a3 sp=0x0000003b13bff170 mode 2 Classes unloaded (0 events): No events Classes redefined (0 events): No events Internal exceptions (20 events): Event: 1.956 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x0000000401c31f80}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000401c31f80)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 1.957 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x0000000401c429d0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x0000000401c429d0)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 1.957 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x0000000401c4f248}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000401c4f248)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 1.958 Thread 0x00000168137b8c30 Exception <a 'java/lang/IncompatibleClassChangeError'{0x0000000401c54af0}: Found class java.lang.Object, but interface was expected> (0x0000000401c54af0)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 826] Event: 1.960 Thread 0x00000168137b8c30 Exception <a 'java/lang/IncompatibleClassChangeError'{0x0000000401c89168}: Found class java.lang.Object, but interface was expected> (0x0000000401c89168)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 826] Event: 1.973 Thread 0x00000168137b8c30 Exception <a 'sun/nio/fs/WindowsException'{0x0000000401e17b20}> (0x0000000401e17b20)  thrown [s\src\hotspot\share\prims\jni.cpp, line 516] Event: 2.608 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fbf16320}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000003fbf16320)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.619 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa075db8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000003fa075db8)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.619 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa07e5e0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x00000003fa07e5e0)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.619 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa0826e8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x00000003fa0826e8)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.637 Thread 0x00000168137b8c30 Exception <a 'sun/nio/fs/WindowsException'{0x00000003fa3b8060}> (0x00000003fa3b8060)  thrown [s\src\hotspot\share\prims\jni.cpp, line 516] Event: 2.637 Thread 0x00000168137b8c30 Exception <a 'sun/nio/fs/WindowsException'{0x00000003fa3b8468}> (0x00000003fa3b8468)  thrown [s\src\hotspot\share\prims\jni.cpp, line 516] Event: 2.642 Thread 0x00000168137b8c30 Exception <a 'sun/nio/fs/WindowsException'{0x00000003fa5649d8}> (0x00000003fa5649d8)  thrown [s\src\hotspot\share\prims\jni.cpp, line 516] Event: 2.642 Thread 0x00000168137b8c30 Exception <a 'sun/nio/fs/WindowsException'{0x00000003fa564df8}> (0x00000003fa564df8)  thrown [s\src\hotspot\share\prims\jni.cpp, line 516] Event: 2.647 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa5ec7a0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, long)'> (0x00000003fa5ec7a0)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.647 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa5f2330}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x00000003fa5f2330)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.648 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa605f28}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, long, long)'> (0x00000003fa605f28)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.648 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa60be80}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, long)'> (0x00000003fa60be80)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.649 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa60f9f0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object)'> (0x00000003fa60f9f0)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] Event: 2.649 Thread 0x00000168137b8c30 Exception <a 'java/lang/NoSuchMethodError'{0x00000003fa617168}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, long)'> (0x00000003fa617168)  thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759] VM Operations (20 events): Event: 1.841 Executing VM operation: HandshakeAllThreads Event: 1.841 Executing VM operation: HandshakeAllThreads done Event: 1.844 Executing VM operation: CollectForMetadataAllocation Event: 1.849 Executing VM operation: CollectForMetadataAllocation done Event: 1.855 Executing VM operation: G1PauseRemark Event: 1.856 Executing VM operation: G1PauseRemark done Event: 1.856 Executing VM operation: G1PauseCleanup Event: 1.857 Executing VM operation: G1PauseCleanup done Event: 1.903 Executing VM operation: HandshakeAllThreads Event: 1.903 Executing VM operation: HandshakeAllThreads done Event: 1.932 Executing VM operation: HandshakeAllThreads Event: 1.932 Executing VM operation: HandshakeAllThreads done Event: 1.971 Executing VM operation: HandshakeAllThreads Event: 1.971 Executing VM operation: HandshakeAllThreads done Event: 2.308 Executing VM operation: G1CollectForAllocation Event: 2.316 Executing VM operation: G1CollectForAllocation done Event: 2.535 Executing VM operation: G1CollectForAllocation Event: 2.541 Executing VM operation: G1CollectForAllocation done Event: 2.668 Executing VM operation: HandshakeAllThreads Event: 2.668 Executing VM operation: HandshakeAllThreads done Events (20 events): Event: 2.646 loading class java/nio/DirectDoubleBufferU done Event: 2.647 loading class java/util/function/LongPredicate Event: 2.647 loading class java/util/function/LongPredicate done Event: 2.649 loading class java/nio/InvalidMarkException Event: 2.649 loading class java/nio/InvalidMarkException done Event: 2.649 loading class java/nio/BufferUnderflowException Event: 2.649 loading class java/nio/BufferUnderflowException done Event: 2.667 loading class java/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask Event: 2.667 loading class java/util/concurrent/FutureTask Event: 2.667 loading class java/util/concurrent/FutureTask done Event: 2.667 loading class java/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask done Event: 2.667 loading class java/util/concurrent/FutureTask$WaitNode Event: 2.667 loading class java/util/concurrent/FutureTask$WaitNode done Event: 2.667 loading class java/util/concurrent/Executors$RunnableAdapter Event: 2.667 loading class java/util/concurrent/Executors$RunnableAdapter done Event: 2.667 Thread 0x000001685596f9d0 Thread added: 0x000001685596f9d0 Event: 2.667 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionNode Event: 2.667 loading class java/util/concurrent/ForkJoinPool$ManagedBlocker Event: 2.667 loading class java/util/concurrent/ForkJoinPool$ManagedBlocker done Event: 2.667 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionNode done Dynamic libraries: 0x00007ff78f660000 - 0x00007ff78f66e000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\javaw.exe 0x00007ff9479d0000 - 0x00007ff947bc8000     C:\WINDOWS\SYSTEM32\ntdll.dll 0x00007ff946d10000 - 0x00007ff946dcd000     C:\WINDOWS\System32\KERNEL32.DLL 0x00007ff945250000 - 0x00007ff945546000     C:\WINDOWS\System32\KERNELBASE.dll 0x00007ff945880000 - 0x00007ff945980000     C:\WINDOWS\System32\ucrtbase.dll 0x00007ff939e50000 - 0x00007ff939e6b000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\VCRUNTIME140.dll 0x00007ff935fe0000 - 0x00007ff935ff7000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\jli.dll 0x00007ff9469a0000 - 0x00007ff946b3f000     C:\WINDOWS\System32\USER32.dll 0x00007ff945220000 - 0x00007ff945242000     C:\WINDOWS\System32\win32u.dll 0x00007ff937eb0000 - 0x00007ff93814a000     C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\COMCTL32.dll 0x00007ff945a80000 - 0x00007ff945aab000     C:\WINDOWS\System32\GDI32.dll 0x00007ff946c70000 - 0x00007ff946d0e000     C:\WINDOWS\System32\msvcrt.dll 0x00007ff945600000 - 0x00007ff945717000     C:\WINDOWS\System32\gdi32full.dll 0x00007ff945110000 - 0x00007ff9451ad000     C:\WINDOWS\System32\msvcp_win.dll 0x00007ff946fe0000 - 0x00007ff947012000     C:\WINDOWS\System32\IMM32.DLL 0x00007ff93cc10000 - 0x00007ff93cc1c000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\vcruntime140_1.dll 0x00007ff921e10000 - 0x00007ff921e9d000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\msvcp140.dll 0x00007ff8ccde0000 - 0x00007ff8cda45000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\server\jvm.dll 0x00007ff945ab0000 - 0x00007ff945b60000     C:\WINDOWS\System32\ADVAPI32.dll 0x00007ff947140000 - 0x00007ff9471e0000     C:\WINDOWS\System32\sechost.dll 0x00007ff946b40000 - 0x00007ff946c63000     C:\WINDOWS\System32\RPCRT4.dll 0x00007ff9459d0000 - 0x00007ff9459f7000     C:\WINDOWS\System32\bcrypt.dll 0x00007ff944610000 - 0x00007ff94465b000     C:\WINDOWS\SYSTEM32\POWRPROF.dll 0x00007ff93c950000 - 0x00007ff93c977000     C:\WINDOWS\SYSTEM32\WINMM.dll 0x00007ff935fd0000 - 0x00007ff935fd9000     C:\WINDOWS\SYSTEM32\WSOCK32.dll 0x00007ff9470d0000 - 0x00007ff94713b000     C:\WINDOWS\System32\WS2_32.dll 0x00007ff93ec30000 - 0x00007ff93ec3a000     C:\WINDOWS\SYSTEM32\VERSION.dll 0x00007ff944480000 - 0x00007ff944492000     C:\WINDOWS\SYSTEM32\UMPDC.dll 0x00007ff942f30000 - 0x00007ff942f42000     C:\WINDOWS\SYSTEM32\kernel.appcore.dll 0x00007ff9353d0000 - 0x00007ff9353da000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\jimage.dll 0x00007ff93f2c0000 - 0x00007ff93f4a4000     C:\WINDOWS\SYSTEM32\DBGHELP.DLL 0x00007ff92f670000 - 0x00007ff92f6a4000     C:\WINDOWS\SYSTEM32\dbgcore.DLL 0x00007ff945080000 - 0x00007ff945102000     C:\WINDOWS\System32\bcryptPrimitives.dll 0x00007ff9347e0000 - 0x00007ff934805000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\java.dll 0x00007ff9339e0000 - 0x00007ff9339f8000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\zip.dll 0x00007ff921d30000 - 0x00007ff921e07000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\jsvml.dll 0x00007ff946100000 - 0x00007ff94686b000     C:\WINDOWS\System32\SHELL32.dll 0x00007ff943130000 - 0x00007ff9438ce000     C:\WINDOWS\SYSTEM32\windows.storage.dll 0x00007ff945c50000 - 0x00007ff945fa3000     C:\WINDOWS\System32\combase.dll 0x00007ff944ab0000 - 0x00007ff944ade000     C:\WINDOWS\SYSTEM32\Wldp.dll 0x00007ff946870000 - 0x00007ff94693d000     C:\WINDOWS\System32\OLEAUT32.dll 0x00007ff947020000 - 0x00007ff9470cd000     C:\WINDOWS\System32\SHCORE.dll 0x00007ff946940000 - 0x00007ff946995000     C:\WINDOWS\System32\shlwapi.dll 0x00007ff944fb0000 - 0x00007ff944fd3000     C:\WINDOWS\SYSTEM32\profapi.dll 0x00007ff9338e0000 - 0x00007ff9338f9000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\net.dll 0x00007ff93e300000 - 0x00007ff93e40a000     C:\WINDOWS\SYSTEM32\WINHTTP.dll 0x00007ff944810000 - 0x00007ff94487a000     C:\WINDOWS\system32\mswsock.dll 0x00007ff92cdf0000 - 0x00007ff92ce06000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\nio.dll 0x00007ff934a40000 - 0x00007ff934a50000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\verify.dll 0x00007ff9347d0000 - 0x00007ff9347d9000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\management.dll 0x00007ff9339d0000 - 0x00007ff9339db000     C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\management_ext.dll 0x00007ff945a70000 - 0x00007ff945a78000     C:\WINDOWS\System32\PSAPI.DLL 0x00007ff91f630000 - 0x00007ff91f647000     C:\WINDOWS\system32\napinsp.dll 0x00007ff91f610000 - 0x00007ff91f62b000     C:\WINDOWS\system32\pnrpnsp.dll 0x00007ff936720000 - 0x00007ff936735000     C:\WINDOWS\system32\wshbth.dll 0x00007ff940dd0000 - 0x00007ff940ded000     C:\WINDOWS\system32\NLAapi.dll 0x00007ff9444a0000 - 0x00007ff9444db000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL 0x00007ff9444e0000 - 0x00007ff9445ab000     C:\WINDOWS\SYSTEM32\DNSAPI.dll 0x00007ff946fd0000 - 0x00007ff946fd8000     C:\WINDOWS\System32\NSI.dll 0x00007ff91f5f0000 - 0x00007ff91f602000     C:\WINDOWS\System32\winrnr.dll 0x00007ff9388b0000 - 0x00007ff9388ba000     C:\Windows\System32\rasadhlp.dll 0x00007ff9386b0000 - 0x00007ff938730000     C:\WINDOWS\System32\fwpuclnt.dll 0x00007ff917980000 - 0x00007ff9179f5000     C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6\lwjgl.dll 0x00007ff915c40000 - 0x00007ff915ca1000     C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6\glfw.dll 0x00007ff91bf10000 - 0x00007ff91bf55000     C:\WINDOWS\SYSTEM32\dinput8.dll 0x00007ff92cdd0000 - 0x00007ff92cde1000     C:\WINDOWS\SYSTEM32\xinput1_4.dll 0x00007ff945980000 - 0x00007ff9459ce000     C:\WINDOWS\System32\cfgmgr32.dll 0x00007ff944e10000 - 0x00007ff944e43000     C:\WINDOWS\SYSTEM32\DEVOBJ.dll 0x00007ff92cac0000 - 0x00007ff92cc12000     C:\WINDOWS\SYSTEM32\inputhost.dll 0x00007ff941c20000 - 0x00007ff941d77000     C:\WINDOWS\SYSTEM32\wintypes.dll 0x00007ff940210000 - 0x00007ff940306000     C:\WINDOWS\SYSTEM32\PROPSYS.dll 0x00007ff9422f0000 - 0x00007ff94264b000     C:\WINDOWS\SYSTEM32\CoreUIComponents.dll 0x00007ff9441e0000 - 0x00007ff944213000     C:\WINDOWS\SYSTEM32\ntmarta.dll 0x00007ff942650000 - 0x00007ff942742000     C:\WINDOWS\SYSTEM32\CoreMessaging.dll 0x00007ff942d50000 - 0x00007ff942d7f000     C:\WINDOWS\SYSTEM32\dwmapi.dll 0x00007ff9429c0000 - 0x00007ff942a5e000     C:\WINDOWS\system32\uxtheme.dll 0x00007ff946dd0000 - 0x00007ff946ee5000     C:\WINDOWS\System32\MSCTF.dll 0x00007ff9196e0000 - 0x00007ff919805000     C:\WINDOWS\SYSTEM32\opengl32.dll 0x00007ff919610000 - 0x00007ff91963c000     C:\WINDOWS\SYSTEM32\GLU32.dll 0x00007ff9478e0000 - 0x00007ff947989000     C:\WINDOWS\System32\clbcatq.dll 0x00007ff917b10000 - 0x00007ff917b3d000     C:\WINDOWS\System32\DriverStore\FileRepository\u0390451.inf_amd64_39377efdd62734d1\B390182\atig6pxx.dll 0x00007ff8c5e40000 - 0x00007ff8c9a75000     C:\WINDOWS\System32\DriverStore\FileRepository\u0390451.inf_amd64_39377efdd62734d1\B390182\atio6axx.dll 0x00007ff9472c0000 - 0x00007ff94772e000     C:\WINDOWS\System32\SETUPAPI.dll 0x00007ff9451b0000 - 0x00007ff945217000     C:\WINDOWS\System32\WINTRUST.dll 0x00007ff945720000 - 0x00007ff94587e000     C:\WINDOWS\System32\CRYPT32.dll 0x00007ff944c40000 - 0x00007ff944c52000     C:\WINDOWS\SYSTEM32\MSASN1.dll dbghelp: loaded successfully - version: 4.0.5 - missing functions: none symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5;C:\Users\tmthy\curseforge\minecraft\Install\runtime\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\server;C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6;C:\WINDOWS\System32\DriverStore\FileRepository\u0390451.inf_amd64_39377efdd62734d1\B390182 VM Arguments: jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Djna.tmpdir=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dio.netty.native.workdir=C:\Users\tmthy\curseforge\minecraft\Install\bin\8033f086826756fa1cd0d6bcb67ad534b4f7ece6 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.22.14 -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,forge-47.2.0.jar,forge-47.2.0 -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\tmthy\curseforge\minecraft\Install\libraries --module-path=C:\Users\tmthy\curseforge\minecraft\Install\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/org/ow2/asm/asm/9.5/asm-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx16672m -Xms256m -Dminecraft.applet.TargetDirectory=C:\Users\tmthy\curseforge\minecraft\Instances\The Fantasy Island -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -DlibraryDirectory=C:\Users\tmthy\curseforge\minecraft\Install\libraries -Dlog4j.configurationFile=C:\Users\tmthy\curseforge\minecraft\Install\assets\log_configs\client-1.12.xml  java_command: cpw.mods.bootstraplauncher.BootstrapLauncher --username Timothy1225 --version forge-47.2.0 --gameDir C:\Users\tmthy\curseforge\minecraft\Instances\The Fantasy Island --assetsDir C:\Users\tmthy\curseforge\minecraft\Install\assets --assetIndex 5 --uuid c2d08522119343519596b49abd8c7178 -uQcg7quclRZfY-a5bhslQRukRWwydvhHDqJK0nGiY --clientId OTE5YmQxOTgtOTc1NC00ODA3LTk5MTUtNjA4ZTU4MTc3NGUz --xuid 2535454032288609 --userType msa --versionType release --width 1024 --height 768 --quickPlayPath C:\Users\tmthy\curseforge\minecraft\Install\quickPlay\java\1714350862084.json --launchTarget forgeclient --fml.forgeVersion 47.2.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 java_class_path (initial): C:\Users\tmthy\curseforge\minecraft\Install\libraries\cpw\mods\securejarhandler\2.1.10\securejarhandler-2.1.10.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\ow2\asm\asm\9.5\asm-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-commons\9.5\asm-commons-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-tree\9.5\asm-tree-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-util\9.5\asm-util-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-analysis\9.5\asm-analysis-9.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\eventbus\6.0.5\eventbus-6.0.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\forgespi\7.0.1\forgespi-7.0.1.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\coremods\5.0.1\coremods-5.0.1.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\cpw\mods\modlauncher\10.0.9\modlauncher-10.0.9.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\minecraftforge\mergetool\1.1.5\mergetool-1.1.5-api.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\net\jodah\typetools\0.6.3\typetools-0.6.3.jar;C:\Users\tmthy\curseforge\minecraft\Install\libraries\ne Launcher Type: SUN_STANDARD [Global flags]      intx CICompilerCount                          = 3                                         {product} {ergonomic}      uint ConcGCThreads                            = 2                                         {product} {ergonomic}      uint G1ConcRefinementThreads                  = 6                                         {product} {ergonomic}    size_t G1HeapRegionSize                         = 16777216                                  {product} {ergonomic}     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}     ccstr HeapDumpPath                             = MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump         {manageable} {command line}    size_t InitialHeapSize                          = 268435456                                 {product} {command line}    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}    size_t MaxHeapSize                              = 17481859072                               {product} {command line}    size_t MaxNewSize                               = 10485760000                               {product} {ergonomic}    size_t MinHeapDeltaBytes                        = 16777216                                  {product} {ergonomic}    size_t MinHeapSize                              = 268435456                                 {product} {command line}     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}    size_t SoftMaxHeapSize                          = 17481859072                            {manageable} {ergonomic}      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}      bool UseG1GC                                  = true                                      {product} {ergonomic}      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic} Logging: Log output configuration:  #0: stdout all=warning uptime,level,tags  #1: stderr all=off uptime,level,tags Environment Variables: PATH=C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\dotnet\;C:\Users\tmthy\AppData\Local\Microsoft\WindowsApps; USERNAME=tmthy OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 13, GenuineIntel TMP=C:\Users\tmthy\AppData\Local\Temp TEMP=C:\Users\tmthy\AppData\Local\Temp ---------------  S Y S T E M  --------------- OS:  Windows 10 , 64 bit Build 19041 (10.0.19041.3636) OS uptime: 0 days 0:03 hours CPU: total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 6 model 158 stepping 13 microcode 0xb4, cx8, cmov, fxsr, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, rtm, adx, fma, vzeroupper, clflush, clflushopt Processor Information for all 6 processors :   Max Mhz: 3701, Current Mhz: 3701, Mhz Limit: 3701 Memory: 4k page, system-wide physical 32687M (25078M free) TotalPageFile size 37551M (AvailPageFile size 26174M) current process WorkingSet (physical memory assigned to process): 402M, peak: 402M current process commit charge ("private bytes"): 436M, peak: 476M vm_info: OpenJDK 64-Bit Server VM (17.0.8+7-LTS) for windows-amd64 JRE (17.0.8+7-LTS), built on Jul  7 2023 17:21:55 by "MicrosoftCorporation" with MS VC++ 16.10 / 16.11 (VS2019) END.  
    • Clothing shows incorrectly  1.20.1
    • There is the log from the crash. https://mclo.gs/cbdg1xD Help please
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.