Skip to content

Instantly share code, notes, and snippets.

View X-Niter's full-sized avatar
:octocat:

Riley Brown X-Niter

:octocat:
View GitHub Profile
---- Minecraft Profiler Results ----
// Speedy. Zoooooom!
Version: 1.19.2
Time span: 10033 ms
Tick span: 201 ticks
// This is approximately 20.03 ticks per second. It should be 20 ticks per second
--- BEGIN PROFILE DUMP ---
---- Minecraft Profiler Results ----
// Speedy. Zoooooom!
Version: 1.19.2
Time span: 10025 ms
Tick span: 201 ticks
// This is approximately 20.05 ticks per second. It should be 20 ticks per second
--- BEGIN PROFILE DUMP ---
---- Minecraft Profiler Results ----
// Speedy. Zoooooom!
Version: 1.19.2
Time span: 10047 ms
Tick span: 201 ticks
// This is approximately 20.01 ticks per second. It should be 20 ticks per second
--- BEGIN PROFILE DUMP ---
---- Minecraft Profiler Results ----
// Now with the same numbers
Version: 1.19.2
Time span: 10041 ms
Tick span: 201 ticks
// This is approximately 20.02 ticks per second. It should be 20 ticks per second
--- BEGIN PROFILE DUMP ---
{
"elements": [
{
"name": "hydrogen",
"atomic_number": 1,
"abbreviation": "H",
"group": "1",
"period": "1",
"matter_state": "gas",
"fluid_properties": {
[20Dec2022 16:47:16.556] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, X_Niter, --version, forge-43.2.0, --gameDir, C:\Users\drums\curseforge\minecraft\Instances\SquitGun Mod Testing, --assetsDir, C:\Users\drums\curseforge\minecraft\Install\assets, --assetIndex, 1.19, --uuid, f7460b48310a428bba49b9b618efd24d, --accessToken, ????????, --clientId, NWY0MTY3OTItYmMzZi00NWI3LTkzMjMtYmY5OWI2MDE4M2Fi, --xuid, 2535451944223379, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 43.2.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853]
[20Dec2022 16:47:16.560] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0
[20Dec2022 16:47:16.579] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fm
public class FluidRegistryEntryPoint {
private FluidRegistryEntryPoint() {
}
public static final FluidRegistry FLUIDS = new FluidRegistry(ChemLib.MODID);
public static final FluidRegistryObject<FluidRegistry.ChemlibFluidTypes, ForgeFlowingFluid.Source, ForgeFlowingFluid.Flowing, LiquidBlock, BucketItem> HEAVY_WATER =
FLUIDS.register(
public class FluidRegistry {
private static final ResourceLocation OVERLAY = new ResourceLocation("block/water_overlay");
private static final ResourceLocation RENDER_OVERLAY = new ResourceLocation("textures/misc/underwater.png");
private static final ResourceLocation LIQUID = new ResourceLocation("block/water_still");
private static final ResourceLocation LIQUID_FLOW = new ResourceLocation("block/water_flow");
private final DeferredRegister<Fluid> FLUIDS;
private final DeferredRegister<FluidType> FLUID_TYPES;
private final DeferredRegister<Block> LIQUID_BLOCKS;
private final DeferredRegister<Item> BUCKETS;
private static final List<FluidProviderRegistryObject<? extends ChemlibFluidTypes, ?, ?, ?, ?>> allFluids = new ArrayList<>();
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2022-12-14 14:33:26
Description: Ticking entity
java.lang.NullPointerException: Cannot invoke "com.smashingmods.chemlib.api.Chemical.getChemicalName()" because "this.chemical" is null
at net.dirtengineers.squirtgun.common.entity.SquirtSlug.m_7761_(SquirtSlug.java:89) ~[squirtgun-1.19.2-1.0.0.jar%23243!/:1.19.2-1.0.0] {re:classloading}
at net.minecraft.world.entity.projectile.AbstractArrow.m_5790_(AbstractArrow.java:351) ~[client-1.19.2-20220805.130853-srg.jar%23249!/:?] {re:mixin,re:classloading,pl:mixin:APP:quark.mixins.json:accessor.AccessorAbstractArrow,pl:mixin:A}
at net.dirtengineers.squirtgun.common.entity.SquirtSlug.m_5790_(SquirtSlug.java:165) ~[squirtgun-1.19.2-1.0.0.jar%23243!/:1.19.2-1.0.0] {re:classloading}
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 11/26/22, 11:49 AM
Description: Unexpected error
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.multiplayer.ClientPacketListener.m_104955_(net.minecraft.network.protocol.Packet)" because the return value of "net.minecraft.client.Minecraft.m_91403_()" is null
at net.minecraftforge.network.PacketDistributor.lambda$clientToServer$4(PacketDistributor.java:214) ~[forge-1.18.2-40.1.80-universal.jar%23349!/:?] {re:mixin,re:classloading}
at net.minecraftforge.network.PacketDistributor$PacketTarget.send(PacketDistributor.java:165) ~[forge-1.18.2-40.1.80-universal.jar%23349!/:?] {re:mixin,re:classloading}
at net.minecraftforge.network.simple.SimpleChannel.send(SimpleChannel.java:116) ~[forge-1.18.2-40.1.80-universal.jar%23349!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:SimpleChannelMixin,pl:mixin:A}