Jump to content

blinky000

Members
  • Posts

    265
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by blinky000

  1. I defined a block :

        public static final RegistryObject<Block>  BROWN_DIAMOND_PATIO_BLOCK= BLOCKS.register("single_brown_diamond", () -> 
        	new Block(BlockBehaviour.Properties.copy(Blocks.STONE).strength(1.5f, 6.0f)));

    the strength is the same from Blocks.STONE.  But in the game the BROWN_DIAMOND_PATIO_BLOCK is MUCH harder to destroy with a pickaxe then a mindcraft STONE block

  2. LWJGL] [ThreadLocalUtil] Unsupported JNI version detected, this may result in a crash. Please inform LWJGL developers.

    #

    # A fatal error has been detected by the Java Runtime Environment:

    #

    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffc74cf6798, pid=2940, tid=21304

    #

    # JRE version: OpenJDK Runtime Environment Temurin-20.0.2+9 (20.0.2+9) (build 20.0.2+9)

    # Java VM: OpenJDK 64-Bit Server VM Temurin-20.0.2+9 (20.0.2+9, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)

    # Problematic frame:

    # C [jdwp.dll+0x26798]

    #

    # No core dump will be written. Minidumps are not enabled by default on client versions of Windows

    #

    # An error report file with more information is saved as:

    # K:\yabm20\run\hs_err_pid2940.log

    [2.834s][warning][os] Loading hsdis library failed

     

    java version jdk-17

    Even after removing all the wavefront stuff,  debugger still crashes

×
×
  • Create New...

Important Information

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