Skip to content

Instantly share code, notes, and snippets.

View jakecrowley's full-sized avatar

Jake Crowley jakecrowley

  • Maryland, USA
  • 12:38 (UTC -05:00)
View GitHub Profile
@jakecrowley
jakecrowley / gist:43be1320cd9035a526b321ea87351ae6
Created November 29, 2025 01:30
SB4 1.2.1 Tempad Crash Log
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2025-11-28 20:28:47
Description: Rendering screen
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.BlockAndTintGetter.getBlockEntity(net.minecraft.core.BlockPos)" because "l" is null
at TRANSFORMER/[email protected]/com.sammy.malum.registry.client.MalumBlockColors.lambda$setBlockColors$0(MalumBlockColors.java:24) ~[malum-1.21.1-1.7.3.1.jar%23808!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.client.color.block.BlockColors.getColor(BlockColors.java:105) ~[client-1.21.1-20240808.144430-srg.jar%23578!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/earth.terrarium.olympus.client.components.map.MapTopologyAlgorithm.getTintShade(MapTopologyAlgorithm.java:131) ~[olympus-neoforge-1.21-1.0.18.jar%231207!/:?] {re:classloading}
@jakecrowley
jakecrowley / blinkpoc.py
Created November 8, 2024 05:14
Blink IMMIS PoC
import subprocess
import threading
from time import sleep, time
import requests
import socket
import ssl
BASE_API_URL = "https://rest-u026.immedia-semi.com"
## REPLACE THESE WITH YOUR OWN VALUES