Jump to content

[1.7.10] [Self-solved] Fluids aren't placing at all


IceMetalPunk

Recommended Posts

I'm working with custom fluids for the first time, following the tutorial found here: http://www.minecraftforge.net/wiki/Create_a_Fluid

 

I realize it's a bit outdated since it's using Block#setUnlocalizedName, which no longer exists in 1.7.10, but I figured the differences were minor enough that I could change them as I ran into discrepancies. So I went to work following the tutorial, and I got to the part where it says "now you should be able to use the filled bucket to place your fluid in the world, but not pick it up"...and I can't place the fluid. Everything registers with no errors or warnings, the fluid bucket appears in the Creative menu like it should (barring the missing texture, which is fine for now), but when I right-click on a block with the bucket in hand, nothing happens. No fluid blocks placed, nothing.

 

Here's the code so far:

 

Chaotica.java (main class):

/* CONCEPT:
* You're controlling the innate probabilities of the universe, condensing probability and entropy itself into a form
* that can be handled more accessibly. It's inherently improbable, so everything that uses it has a "chaotic risk",
* a drawback that can be reduced with focusing "chaos core" upgrades.
*/

/* TODO:
* -Add Pure Chaos fluid
* --> When placed in world, touching it gives you a random status effect
* -Add Chaos Cores, generic machine upgrades
* --> Efficiency core
* --> Speed core
* --> Accuracy core
* --> Production core
* --> Range core
* -Add Chaotic Tank, a fluid storage container
* --> Risk: if you try to give it more liquid than it can hold, it'll dump the excess in the world
* --> Possible upgrades (right-click with a core on it; drops cores when broken):
* ----> Speed core = can accept more fluid per tick (it's rate-limited)
* ----> Production core = can hold more fluid
* ----> Efficiency core = reduces (or removes, if not stackable) loss (there's some loss on incoming fluid)
* ----> Accuracy core = reduces (or removes, if not stackable) chances of liquid dumps, opting for blocking instead
* ----> Range core = N/A
* ----> If upgrades are stackable, can apply multiple upgrades of a type to increase its number
* -Add Fluid/Item Tubes, generic pipes
* --> Attach to blocks like EnderIO conduits and can be set to push, pull, or push/pull
* --> At the very least, fluid pipes are needed to move liquid chaos around
* --> Possible upgrades
* -Add Chaos Purifier that makes liquid pure chaos based on block changes
* --> Track last 3 block changes, diminishing returns on same position or block IDs.
* --> Occasionally places liquid chaos blocks in the world instead of the machine
* ----> Checks for air at random spot in range. If not found, does a BFS until air is found and places there.
* --> Possible upgrades:
* ----> Speed core = faster checking for block changes
* ----> Production core = more chaos per change
* ----> Range core = detects changes in a larger radius
* ----> Efficiency core = less diminishing returns
* ----> Accuracy core = less chance of placing chaos outside machine
* -Add a Chaotic Destroyer that uses liquid chaos as fuel to break blocks
* --> Filter slot to specify only certain blocks to break
* --> Occasionally will center break somewhere other than the block in front of it (a little farther away)
* --> Possible upgrades:
* ----> Speed core = lower cooldown between breaks
* ----> Production core = very occasionally uses Fortune I, II, or III (if upgrades stack; else just Fortune I)
* ----> Range core = breaks a 3x3 instead of 1x1 (or also 5x5 if stackable)
* ----> Efficiency core = uses less chaos per break
* ----> Accuracy core = keeps breaks centered on block in front of it
* -Add a Chaotic Actualizer that uses liquid chaos as fuel to place blocks
* --> Occasionally will place blocks somewhere other than right in front of it
* --> Possible upgrades:
* ----> Speed core = lower cooldown between placement attempts
* ----> Production core = occasionally upgrades stone to ore and ore to better ore (only 1 level above; occasionally)
* ----> Range core = can place 3x3 (or also 5x5 if stackable)
* ----> Efficiency core = uses less chaos per placement
* ----> Accuracy core = keeps block placements centered in front of it
* -Add Chaotic Freezer that uses liquid chaos as fuel
* --> Freezes nearby water to ice
* --> Freezes nearby lava sources to obsidian and flowing lava to smoothstone
* --> Occasionally turns random blocks in range to ice
* --> Possible upgrades:
* ----> Speed core = lower cooldown between freezes
* ----> Production core = occasionally turns water into packed ice and flowing lava into obsidian
* ----> Range core = increase range of effect
* ----> Efficiency core = uses less chaos per freeze
* ----> Accuracy core = lowers chance of turning regular blocks to ice (or, if not stackable, prevents it altogether)
* -Add Entropic Absorber that soaks up liquid chaos to power items
* -Add Entropic Infuser to transfer liquid chaos into an absorber
* -Add Chaos Staff for spells using liquid chaos from absorber
* --> If possible, figure out the extra hotbar slot like 1.9, but not in 1.9...
* --> Otherwise, Shift+Right Click to set spell, right click to use
* --> Ender pearl = teleport short distances, through walls, in direction you're looking
* --> Blaze rod = set things around you on fire, but not you
* --> Ice = Inflict massive slowness on mobs around you
* --> Slime block = disarms mobs around you
* --> Feather = gust of wind blows mobs up high (~7 blocks) and drops them
* --> Spider eye = revealing = glow effect (only if can reproduce it)
* -Add Ender Diamonds, which can't be obtained naturally (only by Productive Chaotic Hubs; see below)
* --> Used in some recipes
* -Add a Chaotic Hub block that can be placed anywhere
* --> When you use the Chaotic Transporter, you can link it to a hub; you teleport within a range of it
* --> Has a cooldown time after teleporting where you are paralyzed
* --> Possible upgrades:
* ----> Speed core = lower paralyzation time after teleporting
* ----> Production core = occasionally drops an Ender Diamond upon teleporting
* ----> Efficiency core = uses less chaos on your transporter (i.e. gives you back a bit after)
* ----> Range core = lets you teleport from farther away (initially, must be within 100 blocks)
* ----> Accuracy core = reduces (or removes) random range of destination
* -Add a Chaotic Transporter that uses liquid chaos from absorber to teleport you to a hub
* --> Level 2 can go across dimensions
* -Add an Entropy Analyzer that you right-click on mobs to store their type
* -Add a Chaotic Spawner
* --> Takes Analyzer to set mob type and liquid chaos to spawn mobs
* --> Has a chance of spawning a different, random mob
* --> Possible upgrades:
* ----> Speed core = faster spawning (lower cooldown)
* ----> Production core = more mobs spawned each time
* ----> Efficiency core = less chaos used per spawn
* ----> Range core = smaller radius of spawning (if stackable, fully upgraded = spawns only in block above it)
* ----> Accuracy core = less chance of spawning wrong mob (if not stackable, prevents it altogether)
* -Add a Chaotic Transporter Pedestal
* --> Right-click empty pedestal with Chaotic Transporter to put it inside
* --> Right-click filled pedestal to activate the contained Transporter
* --> Shift+Right-click filled pedestal to remove the contained Transporter
* --> Can accept liquid chaos to use instead of requiring the Transporter to have any--does NOT charge it!
* -Add Chaotic Levitator boots that use liquid chaos to give you jetpack-like flight
* --> Can only reach a certain height; you can't rise forever
* --> Randomly stop working for a small period of time, possibly dropping you out of the sky
* --> Possible upgrades (combine with one in a crafting grid):
* ----> Speed core = you rise faster
* ----> Efficiency core = uses less chaos per tick while rising
* ----> Range core = lets you rise higher
* ----> Production core = (N/A)
* ----> Accuracy core = less chance (or no chance, if not stackable) of shutting off randomly
* -Add Chaotic Grinder, a mob grinder that uses chaos for fuel
* --> Occasionally will deal damage to every player on the server, no matter where they are
* --> Possible upgrades:
* ----> Speed core = kills mobs faster (lower cooldown)
* ----> Efficiency core = uses less chaos per kill
* ----> Range core = kills in a larger range
* ----> Production core = occasionally uses Looting I (or Looting II, III, etc. if stackable)
* ----> Accuracy core = less chance (or no chance, if not stackable) of hurting players
* -Add a Chaotic Yielder that uses chaos as fuel to harvest crops
* --> Occasionally will grow a large, artificial tree within a radius outside its range, replacing blocks
* --> Possible upgrades:
* ----> Speed core = faster harvesting (lower cooldown between block breaks)
* ----> Efficiency core = uses less chaos per harvest
* ----> Range core = harvests in a larger range
* ----> Accuracy core = lowers (or removes, if not stackable) chance of artificial tree growth
* ----> Production core = occasionally uses Fortune I on harvests (or II, III, etc. if stackable)
* -Add Chaos Root, a plant that causes Wither in a range and prevents other crops from growing in a range
* --> Drops itself and can be planted
* --> Withers you if you hold it, too
* --> If planted where there's already crops in its range, they will reverse their growth until at stage 0
* ----> Growth stage = metadata value
* -Add a Chaotic Planter that uses chaos as fuel to plant crops
* --> Occasionally plants, instead of your crops, Chaos Root
* --> Requires Chaos Root as a crafting ingredient
* --> Possible upgrades:
* ----> Speed core = faster planting (lower cooldown between plants)
* ----> Efficiency core = uses less chaos per plant
* ----> Range core = plants in a larger range
* ----> Production core = occasionally bonemeals a crop it's just planted
* ----> Accuracy core = lowers (or removes, if not stackable) chances of Chaos Root exceptions
* -Add a Chaotic Dispeller, which uses chaos to teleport non-player mobs out of its radius
* --> Occasionally spawns an Endermite or Silverfish
* --> Possible upgrades:
* ----> Speed core = faster response (lower delay between mob entering range and being teleported away)
* ----> Efficiency core = uses less chaos per teleportation
* ----> Range core = teleports mobs out of a larger radius
* ----> Accuracy core = lowers (or removes, if not stackable) chances of Endermite/Silverfish spawns
* ----> Production core = will only teleport hostile and neutral mobs, not passive ones
* -Add a Chaotic Lure, which uses chaos to attract nearby mobs to it
* --> Occasionally "lets go", letting all the attracted mobs free for a cooldown period, which means a group of mobs roaming around
* --> Possible upgrades:
* ----> Speed core = faster response (lower delay between mob entering range and being attracted)
* ----> Range core = attracts from larger radius
* ----> Efficiency core = uses less chaos per attracted mob per tick
* ----> Accuracy core = can now accept an Entropy Analyzer and will only attract that one mob type
* ----> Production core = occasionally spawns desired mob type (if no analyzer is in it, occasionally spawns a mob at random)
* -Add a Chaotic XP Bank, which lets you store and retrieve XP using chaos as fuel
* --> Occasionally ejects some XP as orbs
* --> Possible upgrades:
* ----> Speed core = transactions are faster (storing and retrieving increase/decrease per tick, not instantly)
* ----> Efficiency core = uses less chaos per transaction
* ----> Range core = N/A
* ----> Accuracy core = lowers (or removes) chance of ejecting XP orbs
* ----> Production core = occasionally stores more than 1 XP per XP stored
* -Add Corrosive Chaos liquid
* --> When placed in world, will slowly eat away adjacent non-tile-entity blocks based on hardness
* --> Touching it causes severe burns, i.e. massive fire damage
* ----> Enough to destroy items instantly, like lava
* -Add a Novice Chaos Purifier, the first-level purifier which actually creates Corrosive Chaos liquid instead
* --> Is used in recipe to upgrade to the normal Chaos Purifier
* --> Has the same upgrade possibilities as the Chaos Purifier
* -Add a Chaotic Collector, which collects drops from corroded blocks in range "before" they're destroyed
* --> Powered by Pure Chaos
* --> Chaotic risk: occasionally duplicates Corrosive Chaos sources in range to another random block
* --> Possible upgrades:
* ----> Speed core = causes Corrosive Chaos blocks in range to eat blocks faster
* ----> Efficiency core = uses less Pure Chaos per collection
* ----> Range core = increases range of collection and modification
* ----> Accuracy core = lowers (or removes) chance of randomly duplicating Corrosive Chaos sources
* ----> Production core = occasionally gets Fortune-style drops from the blocks
* -Add a guide book
* --> Tutorial is bookmarked in Firefox
* --> fontRendererObj is now mc.fontRenderer
* --> drawSplitString is for word-wrapped text; args = (str, x, y, max_len, color)
*/

package com.IceMetalPunk.chaotica;

import com.IceMetalPunk.chaotica.blocks.ChaoticaBlocks;
import com.IceMetalPunk.chaotica.items.ChaoticaItems;

import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.EventHandler;
import cpw.mods.fml.common.event.FMLInitializationEvent;

@Mod(modid = Chaotica.MODID, version = Chaotica.VERSION)
public class Chaotica {
public static final String MODID = "chaotica";
public static final String VERSION = "1.0";

public static ChaoticaBlocks blockRegistry;
public static ChaoticaItems itemRegistry;

@EventHandler
public void init(FMLInitializationEvent event) {
	blockRegistry = new ChaoticaBlocks();
	itemRegistry = new ChaoticaItems();
}
}

 

ChaoticaBlocks.java (block registry class):

package com.IceMetalPunk.chaotica.blocks;

import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraftforge.fluids.Fluid;
import net.minecraftforge.fluids.FluidRegistry;

public class ChaoticaBlocks {
public Fluid pureChaos, corrosiveChaos;
public Block pureChaosBlock, corrosiveChaosBlock;

public ChaoticaBlocks() {
	registerFluids();
	registerBlocks();
}

private void registerFluids() {
	this.pureChaos = new Fluid("purechaos").setViscosity(4000);
	FluidRegistry.registerFluid(this.pureChaos);

	this.corrosiveChaos = new Fluid("corrosivechaos").setViscosity(4000);
	FluidRegistry.registerFluid(this.corrosiveChaos);
}

private void registerBlocks() {
	this.pureChaosBlock = new BlockPureChaos(this.pureChaos, Material.water).setBlockName("tile.purechaos");
}
}

 

BlockPureChaos.java (fluid source block):

package com.IceMetalPunk.chaotica.blocks;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.potion.Potion;
import net.minecraft.util.IIcon;
import net.minecraft.world.IBlockAccess;
import net.minecraft.world.World;
import net.minecraftforge.fluids.BlockFluidClassic;
import net.minecraftforge.fluids.Fluid;

public class BlockPureChaos extends BlockFluidClassic {

@SideOnly(Side.CLIENT)
protected IIcon stillIcon;
@SideOnly(Side.CLIENT)
protected IIcon flowingIcon;

public BlockPureChaos(Fluid fluid, Material material) {
	super(fluid, material);
}

@Override
public void onEntityCollidedWithBlock(World world, int x, int y, int z, Entity ent) {
	if (!(ent instanceof EntityLivingBase)) {
		return;
	}
	EntityLivingBase player = (EntityLivingBase) ent;
	int pot = world.rand.nextInt(Potion.potionTypes.length);
	Potion.potionTypes[pot].performEffect(player, 40);
}

@Override
public IIcon getIcon(int side, int meta) {
	return (side == 0 || side == 1) ? stillIcon : flowingIcon;
}

@SideOnly(Side.CLIENT)
@Override
public void registerBlockIcons(IIconRegister register) {
	stillIcon = register.registerIcon("chaotica:pureChaosStill");
	flowingIcon = register.registerIcon("chaotica:pureChaosFlowing");
}

@Override
public boolean canDisplace(IBlockAccess world, int x, int y, int z) {
	if (world.getBlock(x, y, z).getMaterial().isLiquid()) {
		return false;
	}
	return super.canDisplace(world, x, y, z);
}

@Override
public boolean displaceIfPossible(World world, int x, int y, int z) {
	if (world.getBlock(x, y, z).getMaterial().isLiquid()) {
		return false;
	}
	return super.displaceIfPossible(world, x, y, z);
}

}

 

ChaoticaItems.java (item registry class):

package com.IceMetalPunk.chaotica.items;

import com.IceMetalPunk.chaotica.Chaotica;

import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidContainerRegistry;

public class ChaoticaItems {
public ItemPureChaosBucket pureChaosBucket;

public ChaoticaItems() {
	this.pureChaosBucket = (ItemPureChaosBucket) new ItemPureChaosBucket()
			.setUnlocalizedName("item.pureChaosBucket").setContainerItem(Items.bucket)
			.setCreativeTab(CreativeTabs.tabMisc);

	registerContainers();
}

private void registerContainers() {
	GameRegistry.registerItem(this.pureChaosBucket, "pureChaosBucket");
	FluidContainerRegistry.registerFluidContainer(Chaotica.blockRegistry.pureChaos,
			new ItemStack(this.pureChaosBucket), new ItemStack(Items.bucket));
}
}

 

ItemPureChaosBucket.java (fluid container):

package com.IceMetalPunk.chaotica.items;

import com.IceMetalPunk.chaotica.Chaotica;

import net.minecraft.item.ItemBucket;

public class ItemPureChaosBucket extends ItemBucket {

public ItemPureChaosBucket() {
	super(Chaotica.blockRegistry.pureChaosBlock);
}

}

 

Looking through the code, the inherited right click method from ItemBucket seems like it should place the source block just fine, and the tutorial says it should as well, yet...nothing happens. No source block of any kind is created, no errors or warnings are shown...I'm at a loss.

 

What's going wrong here?

 

*EDIT* Wait, wait...I may have made a *very* stupid mistake here. Before you facepalm and comment, give me a couple minutes to test >_<

 

*EDIT 2* Yep...yep...I was an idiot. For those wondering, I never actually registered the source block with the GameRegistry...I'mma pretend this never happened...

Whatever Minecraft needs, it is most likely not yet another tool tier.

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
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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • every time i use play forge in the launcher it says game crashed unexpected issuse and when i use curseforge it also doesn't work
    • I've attempted to use Jarfix as well. I tried running a previous version (18.2) of Minecraft and added a few random popular mods and the crashing is persistent among the servers. 
    • I attempted Java 17 again and it still doesn't work. Java -version in CMD: java -version java version "17.0.6" 2023-01-17 LTS Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190) Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)   The error I get after using Java 17 again. 2023-03-24 19:01:56,259 main WARN Advanced terminal features are not available in this environment [19:01:56] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.2.8, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [19:01:56] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.6 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 [19:01:57] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Kheyo/Downloads/Servers/Badaboop%20Server/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [19:01:57] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Kheyo\Downloads\Servers\Badaboop Server\libraries\net\minecraftforge\fmlcore\1.19.2-43.2.8\fmlcore-1.19.2-43.2.8.jar is missing mods.toml file [19:01:57] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Kheyo\Downloads\Servers\Badaboop Server\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.2.8\javafmllanguage-1.19.2-43.2.8.jar is missing mods.toml file [19:01:57] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Kheyo\Downloads\Servers\Badaboop Server\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.2.8\lowcodelanguage-1.19.2-43.2.8.jar is missing mods.toml file [19:01:57] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Kheyo\Downloads\Servers\Badaboop Server\libraries\net\minecraftforge\mclanguage\1.19.2-43.2.8\mclanguage-1.19.2-43.2.8.jar is missing mods.toml file [19:01:57] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 8 dependencies adding them to mods collection [19:01:59] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [19:01:59] [main/ERROR] [mixin/]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property [19:01:59] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [19:01:59] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [19:01:59] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [19:01:59] [main/WARN] [mixin/]: Reference map 'createdeco.refmap.json' for createdeco.mixins.json could not be read. If this is a development environment you can ignore this message [19:01:59] [main/WARN] [mixin/]: Reference map 'Weeping-Angels-forge-refmap.json' for weeping_angels.mixins.json could not be read. If this is a development environment you can ignore this message [19:01:59] [main/INFO] [Rubidium/]: Loaded configuration file for Rubidium: 30 options available, 0 override(s) found [19:01:59] [main/WARN] [mixin/]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [19:01:59] [main/WARN] [mixin/]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [19:01:59] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [19:01:59] [main/WARN] [mixin/]: Reference map 'modid.refmap.json' for createtweaker.mixin.json could not be read. If this is a development environment you can ignore this message [Serene Seasons Transformer]: Transforming m_47480_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Z)Z in net/minecraft/world/level/biome/Biome [Serene Seasons Transformer]: Patched 1 calls [Serene Seasons Transformer]: Transforming m_47519_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z in net/minecraft/world/level/biome/Biome [Serene Seasons Transformer]: Successfully patched shouldSnow [Serene Seasons Transformer]: Transforming m_8714_ (Lnet/minecraft/world/level/chunk/LevelChunk;I)V in net/minecraft/server/level/ServerLevel [Serene Seasons Transformer]: Successfully patched tickChunk [19:01:59] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [19:01:59] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [19:01:59] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/audio/Channel (java.lang.ClassNotFoundException: com.mojang.blaze3d.audio.Channel) [19:01:59] [main/WARN] [mixin/]: @Mixin target com.mojang.blaze3d.audio.Channel was not found assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ChannelAccessor [Serene Seasons Transformer]: Transforming m_8714_ (Lnet/minecraft/world/level/chunk/LevelChunk;I)V in net/minecraft/server/level/ServerLevel [Serene Seasons Transformer]: Successfully patched tickChunk [19:02:00] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [19:02:00] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [Serene Seasons Transformer]: Transforming m_8107_ ()V in net/minecraft/world/entity/animal/SnowGolem [Serene Seasons Transformer]: Patched 1 calls [19:02:01] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [19:02:01] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [19:02:02] [main/INFO] [minecraft/DataFixers]: Building unoptimized datafixer [19:02:02] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi_forge.mixins.json:IncreaseStructureWeightLimitMixinForge->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000 [Serene Seasons Transformer]: Transforming m_47480_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Z)Z in net/minecraft/world/level/biome/Biome [Serene Seasons Transformer]: Patched 1 calls [Serene Seasons Transformer]: Transforming m_47519_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z in net/minecraft/world/level/biome/Biome [Serene Seasons Transformer]: Successfully patched shouldSnow [19:02:03] [main/ERROR] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/KeyMapping for invalid dist DEDICATED_SERVER [19:02:03] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/KeyMapping (java.lang.RuntimeException: Attempted to load class net/minecraft/client/KeyMapping for invalid dist DEDICATED_SERVER) Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)         at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.reflect.InvocationTargetException         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)         at java.base/java.lang.reflect.Method.invoke(Method.java:568)         at MC-BOOTSTRAP/fmlloader@1.19.2-43.2.8/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)         ... 7 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)         at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50)         at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113)         at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219)         at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229)         at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219)         at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135)         at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.world.inventory.MenuType.<clinit>(MenuType.java:7)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.core.Registry.m_235768_(Registry.java:230)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.core.Registry.lambda$internalRegister$54(Registry.java:461)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.core.Registry.lambda$static$70(Registry.java:667)         at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.core.Registry.<clinit>(Registry.java:666)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:43)         at TRANSFORMER/minecraft@1.19.2/net.minecraft.server.Main.main(Main.java:110)         ... 13 more Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.client.KeyMapping         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:739)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:310)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)         at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)         ... 34 more Press any key to continue . . .    
    • So me and a couple of friends decided to play modded minecraft again, a year or so ago i had put together a custom modpack and that took entirely way to much time since my internet is pretty slow so the whole uploading to the server process is just way to time consuming. Anyways we rented a server from shockbyte and decided to go with the curseforge All The Mods 8 and it worked good, all day yesterday, and most of this morning, then all of a sudden it crashed and ever since that crash, the server will load up, i assume everything works fine, but if anyone tries to join, the server just crashes as soon as the player loads in the game. I dont know really anything about scripting or anything like that so sorry for any ignorance on that but here are the logs and ill try and add some screenshots. Its Hosted At Shockbyte with a 16gb server, and ive noticed that as soon as the server loads up, the ram steadily increases, when a player joins it just shoots straight to peak at 16.  We started with 8 and went up to 10 and then 16, i know this is a large modpack but everywhere i look says 16 should be enough. Also there are ships in the sky filled with spawners and loot, if we enter any of those ships, the server immediately crashes so we tend to stay away from them, but from looking at this file or any experience can someone give me some tips on maybe a few of the mods or something i might just be able to remove including the airship one. I have been waiting for shockbytes response for 4 hours so thats why im here Crash Logs i believe  ( im sorry its alot) 25.03 00:46:22 [Server] Server thread/INFO [minecraft/MinecraftServer]: There are 0 of a max of 200 players online: 25.03 00:47:13 [Server] Server thread/INFO [minecraft/MinecraftServer]: There are 0 of a max of 200 players online: 25.03 00:48:05 [Server] Server thread/INFO [minecraft/MinecraftServer]: There are 0 of a max of 200 players online: 25.03 00:48:23 [Multicraft] Auto-saving world... 25.03 00:48:23 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving is already turned on 25.03 00:48:23 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving the game (this may take a moment!) 25.03 00:48:23 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saved the game 25.03 -00:48:45 [Server] User Authenticator #2/INFO [minecraft/ServerLoginPacketListenerImpl]: UUID of player PyroLegacy2 is ---- 00:48:56 [Server] Server thread/INFO [minecraft/MinecraftServer]: There are 0 of a max of 200 players online: 25.03 00:49:00 [Server] Server thread/INFO [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@333f5e4c 25.03 00:49:00 [Connect] User [minecraft/PlayerList]: PyroLegacy2, IP ---------- 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending ToolHandleTypeManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending SnowcapOvenFreezingManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending HorizoniteForgeFuelManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending AlchemyRecipeManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending JournalEntryManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending JournalSectionManager to PyroLegacy2 25.03 00:49:00 [Server] Server thread/INFO [ModdingLegacy/blue_skies/]: Sending JournalRequirementManager to PyroLegacy2 25.03 00:49:00 [minecraft/PlayerList]: PyroLegacy2 ran command Message of the Day 25.03 00:49:01 [Server] Server thread/INFO [minecraft/MinecraftServer]: PyroLegacy2 joined the game 25.03 00:49:01 [Server] Server thread/INFO [co.ky.pa.Paragon/]: Server sent config handshake for paragon to PyroLegacy2 25.03 00:49:01 [Server] Server thread/INFO [co.ky.pa.Paragon/]: Server sent config handshake for deeperdarker to PyroLegacy2 25.03 00:49:12 [Server] Server thread/WARN [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 7889ms or 157 ticks behind 25.03 00:50:13 [Server] Server Watchdog/ERROR [minecraft/ServerWatchdog]: A single server tick took 60.00 seconds (should be max 0.05) 25.03 00:50:13 [Server] Server Watchdog/ERROR [minecraft/ServerWatchdog]: Considering it to be crashed, server will forcibly shutdown. 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) 25.03 00:50:17 [Server] INFO "IO-Worker-80" prio=1 Id=224 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.0300:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) 25.03 00:50:17 [Server] INFO "Worker-Main81" daemon prio=1 Id=229 WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "Worker-Main82" daemon prio=1 Id=230 WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "Worker-Main83" daemon prio=1 Id=231 TIMED_WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "Worker-Main84" daemon prio=1 Id=232 WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "Worker-Main86" daemon prio=1 Id=233 TIMED_WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "Worker-Main85" daemon prio=1 Id=234 TIMED_WAITING on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.ForkJoinPool@629cda2c 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 25.03 00:50:17 [Server] INFO "IO-Worker-89" prio=1 Id=239 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) 25.03 00:50:17 [Server] INFO "IO-Worker-88" prio=1 Id=238 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.03 00:50:17 [Server] INFO at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) 25.03 00:50:17 [Server] INFO - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2ca0581 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 25.03 00:50:17 [Server] INFO at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) 25.03 00:50:17 [Server] INFO Stacktrace: 25.03 00:50:17 [Server] INFO at net.minecraft.server.dedicated.ServerWatchdog.run(ServerWatchdog.java:56) [server-1.19.2-20220805.130853-srg.jar%23757!/:?] {re:classloading} 25.03 00:50:17 [Server] INFO at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin} 25.03 00:50:17 [Server] INFO -- Performance stats -- 25.03 00:50:17 [Server] INFO Details: 25.03 00:50:17 [Server] INFO Random tick rate: 3 25.03 00:50:17 [Server] INFO Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 1, entities: 274,274,187,1152,1152,0,0 [lootr:lootr_minecart:26,minecraft:bat:21,minecraft:item:20,minecraft:creeper:19,artifacts:mimic:18], block_entities: 699 [deepresonance:resonating_crystal:286,minecraft:mob_spawner:108,minecraft:campfire:61,productivebees:solitary_nest:50,minecraft:furnace:46], block_ticks: 0, fluid_ticks: 28, chunk_source: Chunks W: 4704 E: 274,274,187,1152,1152,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / blue_skies:everbright]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:moon_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:moon]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:mercury]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:mars]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:mars_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:venus_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / deeperdarker:otherside]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:glacio]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / allthemodium:the_other]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / compactmachines:compact_world]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:mercury_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / blue_skies:everdawn]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / mahoutsukai:reality_marble]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / allthemodium:mining]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:earth_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:glacio_orbit]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ad_astra:venus]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / twilightforest:twilight_forest]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0, 25.03 00:50:17 [Server] INFO ResourceKey[minecraft:dimension / ae2:spatial_storage]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks W: 0 E: 0,0,0,0,0,0,0 25.03 00:50:17 [Server] INFO -- System Details -- 25.03 00:50:17 [Server] INFO Details: 25.03 00:50:17 [Server] INFO Minecraft Version: 1.19.2 25.03 00:50:17 [Server] INFO Minecraft Version ID: 1.19.2 25.03 00:50:17 [Server] INFO Operating System: Linux (amd64) version 4.19.0-21-amd64 25.03 00:50:17 [Server] INFO Java Version: 17.0.2, Oracle Corporation 25.03 00:50:17 [Server] INFO Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation 25.03 00:50:17 [Server] INFO Memory: 3442507776 bytes (3283 MiB) / 15644753920 bytes (14920 MiB) up to 17179869184 bytes (16384 MiB) 25.03 00:50:17 [Server] INFO CPUs: 12 25.03 00:50:17 [Server] INFO Processor Vendor: GenuineIntel 25.03 00:50:17 [Server] INFO Processor Name: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz 25.03 00:50:17 [Server] INFO Identifier: Intel64 Family 6 Model 158 Stepping 10 25.03 00:50:17 [Server] INFO Microarchitecture: Coffee Lake 25.03 00:50:17 [Server] INFO Frequency (GHz): 3.40 25.03 00:50:17 [Server] INFO Number of physical packages: 1 25.03 00:50:17 [Server] INFO Number of physical CPUs: 6 25.03 00:50:17 [Server] INFO Number of logical CPUs: 12 25.03 00:50:17 [Server] INFO Graphics card #0 name: unknown 25.03 00:50:17 [Server] INFO Graphics card #0 vendor: unknown 25.03 00:50:17 [Server] INFO Graphics card #0 VRAM (MB): 0.00 25.03 00:50:17 [Server] INFO Graphics card #0 deviceId: unknown 25.03 00:50:17 [Server] INFO Graphics card #0 versionInfo: unknown 25.03 00:50:17 [Server] INFO Virtual memory max (MB): 85858.75 25.03 00:50:17 [Server] INFO Virtual memory used (MB): 125161.71 25.03 00:50:17 [Server] INFO Swap memory total (MB): 21503.99 25.03 00:50:17 [Server] INFO Swap memory used (MB): 12250.63 25.03 00:50:17 [Server] INFO JVM Flags: 2 total; -Xmx16384M -Xms1024M 25.03 00:50:17 [Server] INFO Server Running: true 25.03 00:50:17 [Server] INFO Player Count: 1 / 200; [ServerPlayer['PyroLegacy2'/1406, l='ServerLevel[The Legacy]', x=-248.06, y=64.00, z=-1382.53]] 25.03 00:50:17 [Server] INFO Data Packs: vanilla, mod:saturn (incompatible), mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:paucal (incompatible), mod:quarryplus, mod:simplemagnets (incompatible), mod:botarium, mod:integratedterminals (incompatible), mod:paragon, mod:ironjetpacks (incompatible), mod:laserio (incompatible), mod:ctm (incompatible), mod:reauth (incompatible), mod:evilcraft (incompatible), mod:yungsapi, mod:powah (incompatible), mod:gateways (incompatible), mod:cabletiers (incompatible), mod:rangedpumps, mod:wstweaks (incompatible), mod:shrink (incompatible), mod:guardvillagers (incompatible), mod:universalgrid (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:jeresources, mod:betterfortresses, mod:cloth_config (incompatible), mod:shetiphiancore (incompatible), mod:ctov, mod:supplementaries (incompatible), mod:structure_gel, mod:advancementplaques (incompatible), mod:packmenu (incompatible), mod:alltheores (incompatible), mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:handcrafted, mod:repurposed_structures, mod:botanytrees (incompatible), mod:ironfurnaces (incompatible), mod:structurecompass, mod:mcwtrpdoors, mod:supermartijn642corelib (incompatible), mod:botania (incompatible), mod:resourcefulconfig, mod:spark (incompatible), mod:curios, mod:corail_woodcutter, mod:advgenerators, mod:measurements, mod:yungsextras, mod:angelring (incompatible), mod:tombstone, mod:antighost (incompatible), mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:littlelogistics (incompatible), mod:cfm (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:sfm (incompatible), mod:vitalize, mod:mcwlights, mod:crafting_on_a_stick (incompatible), mod:smartbrainlib, mod:elytraslot, mod:nomowanderer (incompatible), mod:rechiseled (incompatible), mod:harvestwithease, mod:jei (incompatible), mod:attributefix (incompatible), mod:tesseract (incompatible), mod:mekanism, mod:gravitationalmodulatingunittweaks (incompatible), mod:caelus (incompatible), mod:bdlib, mod:allthecompressed (incompatible), mod:naturescompass (incompatible), mod:jumpboat (incompatible), mod:libx, mod:compactmachines, mod:botanypots (incompatible), mod:phosphophyllite (incompatible), mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:additional_lights, mod:extradisks, mod:edivadlib, mod:forge, mod:silentgear, mod:integratedcrafting (incompatible), mod:dungeons_arise, mod:alchemistry (incompatible), mod:cofh_core, mod:thermal, mod:thermal_integration, mod:redstone_arsenal, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_locomotion, mod:thermal_dynamics (incompatible), mod:radon (incompatible), mod:systeams (incompatible), mod:theoneprobe (incompatible), mod:terrablender, mod:mousetweaks, mod:immersiveengineering (incompatible), mod:nochatreports (incompatible), mod:allthemodium (incompatible), mod:spectrelib (incompatible), mod:domum_ornamentum, mod:kotlinforforge (incompatible), mod:pipez (incompatible), mod:flywheel (incompatible), mod:integrateddynamics (incompatible), mod:integratednbt (incompatible), mod:itemcollectors (incompatible), mod:croptopia (incompatible), mod:thermal_cultivation, mod:bhc (incompatible), mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:securitycraft, mod:almostunified (incompatible), mod:structurize, mod:fastfurnace (incompatible), mod:appleskin, mod:lootr (incompatible), mod:connectedglass (incompatible), mod:occultism, mod:allthetweaks (incompatible), mod:byg, mod:corgilib (incompatible), mod:aquaculture, mod:cosmeticarmorreworked (incompatible), mod:ad_astra (incompatible), mod:ad_astra_giselle_addon (incompatible), mod:rsrequestify (incompatible), mod:hexerei (incompatible), mod:cyclopscore (incompatible), mod:blue_skies, mod:alchemylib (incompatible), mod:betterwitchhuts, mod:netherportalfix (incompatible), mod:aiotbotania, mod:advancedperipherals (incompatible), mod:utilitix, mod:naturalist, mod:healthoverlay (incompatible), mod:betteroceanmonuments, mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:glassential (incompatible), mod:controlling (incompatible), mod:prism, mod:placebo (incompatible), mod:dankstorage (incompatible), mod:potionsmaster (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:littlecontraptions (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:mcwdoors, mod:mekanismgenerators, mod:dummmmmmy (incompatible), mod:absentbydesign (incompatible), mod:twilightforest (incompatible), mod:mob_grinding_utils (incompatible), mod:experiencebugfix, mod:rsinfinitybooster (incompatible), mod:chipped (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:tempad (incompatible), mod:hostilenetworks (incompatible), mod:entangled (incompatible), mod:endertanks (incompatible), mod:commoncapabilities (incompatible), mod:crashutilities (incompatible), mod:getittogetherdrops, mod:mcwfences, mod:fuelgoeshere, mod:wirelesschargers (incompatible), mod:simplylight (incompatible), mod:dpanvil (incompatible), mod:blockui, mod:multipiston, mod:tiab (incompatible), mod:villagertools (incompatible), mod:thermal_expansion, mod:integratedtunnels (incompatible), mod:mysticalcustomization (incompatible), mod:elevatorid (incompatible), mod:ftbultimine (incompatible), mod:betterstrongholds, mod:runelic (incompatible), mod:resourcefullib (incompatible), mod:spirit (incompatible), mod:mekanismtools, mod:inventoryprofilesnext (incompatible), mod:deeperdarker, mod:architectury (incompatible), mod:bambooeverything (incompatible), mod:ftblibrary (incompatible), mod:ftbic (incompatible), mod:myrtrees (incompatible), mod:findme (incompatible), mod:ftbteams (incompatible), mod:ftbranks (incompatible), mod:ftbessentials (incompatible), mod:computercraft (incompatible), mod:energymeter (incompatible), mod:productivebees, mod:trashcans (incompatible), mod:inventoryessentials (incompatible), mod:smallships (incompatible), mod:observable (incompatible), mod:letmedespawn (incompatible), mod:yeetusexperimentus, mod:gamemenumodoption, mod:voidtotem (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:biggerreactors (incompatible), mod:rootsclassic, mod:cucumber (incompatible), mod:trashslot (incompatible), mod:jmi (incompatible), mod:blueflame, mod:sophisticatedstorage (incompatible), mod:additionallanterns (incompatible), mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:platforms (incompatible), mod:travelanchors, mod:ensorcellation, mod:create, mod:ponderjs (incompatible), mod:waystones (incompatible), mod:thermal_extra (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts, mod:artifacts, mod:configured (incompatible), mod:dimstorage, mod:myserveriscompatible (incompatible), mod:dungeoncrawl, mod:charginggadgets (incompatible), mod:lazydfu (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:deepresonance (incompatible), mod:xnetgases (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:betterdeserttemples, mod:mahoutsukai, mod:mininggadgets (incompatible), mod:hexcasting (incompatible), mod:ftbchunks (incompatible), mod:xycraft_core, mod:xycraft_world, mod:xycraft_override, mod:mysticalagriculture (incompatible), mod:mysticalagradditions (incompatible), mod:craftingtweaks (incompatible), mod:rftoolsutility (incompatible), mod:libipn (incompatible), mod:sebastrnlib (incompatible), mod:appliedcooking (incompatible), mod:refinedcooking (incompatible), mod:refinedstorage, mod:extrastorage, mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:cookingforblockheads (incompatible), mod:rebornstorage (incompatible), mod:merequester (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:delightful (incompatible), mod:ars_creo (incompatible), mod:ae2wtlib (incompatible), mod:elementalcraft (incompatible), mod:moonlight (incompatible), mod:eccentrictome, mod:toolbelt, mod:titanium (incompatible), mod:silentlib (incompatible), mod:ae2things (incompatible), mod:theurgy, mod:smoothboot, mod:iceberg (incompatible), mod:reliquary (incompatible), mod:quark (incompatible), mod:chemlib (incompatible), mod:pigpen (incompatible), mod:fluxnetworks (incompatible), mod:ars_elemental, mod:enderchests (incompatible), mod:appbot (incompatible), mod:modonomicon, mod:quartz (incompatible), mod:minecolonies (incompatible), mod:pylons, mod:creeperoverhaul (incompatible), mod:ferritecore (incompatible), mod:engineersdecor, mod:solcarrot (incompatible), mod:functionalstorage (incompatible), mod:moredragoneggs (incompatible), mod:modularrouters, mod:asynclocator, mod:charmofundying, mod:refinedstorageaddons, mod:appmek (incompatible), mod:ae2additions (incompatible), mod:megacells (incompatible), mod:expandability (incompatible), mod:morphtool (incompatible), mod:createaddition (incompatible), Supplementaries Generated Pack 25.03 00:50:17 [Server] INFO World Generation: Stable 25.03 00:50:17 [Server] INFO Is Modded: Definitely; Server brand changed to 'forge' 25.03 00:50:17 [Server] INFO Type: Dedicated Server (map_server.txt) 25.03 00:50:17 [Server] INFO ModLauncher: 10.0.8+10.0.8+main.0ef7e830 25.03 00:50:17 [Server] INFO ModLauncher launch target: forgeserver 25.03 00:50:17 [Server] INFO ModLauncher naming: srg 25.03 00:50:17 [Server] INFO ModLauncher services: 25.03 00:50:17 [Server] INFO mixin-0.8.5.jar mixin PLUGINSERVICE 25.03 00:50:17 [Server] INFO eventbus-6.0.3.jar eventbus PLUGINSERVICE 25.03 00:50:17 [Server] INFO fmlloader-1.19.2-43.2.8.jar slf4jfixer PLUGINSERVICE 25.03 00:50:17 [Server] INFO fmlloader-1.19.2-43.2.8.jar object_holder_definalize PLUGINSERVICE 25.03 00:50:17 [Server] INFO fmlloader-1.19.2-43.2.8.jar runtime_enum_extender PLUGINSERVICE 25.03 00:50:17 [Server] INFO fmlloader-1.19.2-43.2.8.jar capability_token_subclass PLUGINSERVICE 25.03 00:50:17 [Server] INFO accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 25.03 00:50:17 [Server] INFO fmlloader-1.19.2-43.2.8.jar runtimedistcleaner PLUGINSERVICE 25.03 00:50:17 [Server] INFO modlauncher-10.0.8.jar jcplugin TRANSFORMATIONSERVICE 25.03 00:50:17 [Server] INFO modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 25.03 00:50:17 [Server] INFO modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 25.03 00:50:17 [Server] INFO FML Language Providers: 25.03 00:50:17 [Server] INFO minecraft@1.0 25.03 00:50:17 [Server] INFO javafml@null 25.03 00:50:17 [Server] INFO kotlinforforge@3.11.0 25.03 00:50:17 [Server] INFO lowcodefml@null 25.03 00:50:17 [Server] INFO kotori_scala@2.13.10-build-10 25.03 00:50:17 [Server] INFO Mod List: 25.03 00:50:17 [Server] INFO saturn-mc1.19.2-0.0.1.jar |Saturn |saturn |0.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO paucal-forge-1.19.2-0.5.0.jar |PAUCAL |paucal |0.5.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AdditionalEnchantedMiner-1.19.2-19.10.9.jar |QuarryPlus |quarryplus |19.10.9 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76 25.03 00:50:17 [Server] INFO simplemagnets-1.1.9-forge-mc1.19.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO botarium-forge-1.19.2-1.8.2.jar |Botarium |botarium |1.8.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO IntegratedTerminals-1.19.2-1.4.5.jar |IntegratedTerminals |integratedterminals |1.4.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO IronJetpacks-1.19.2-6.0.3.jar |Iron Jetpacks |ironjetpacks |6.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO laserio-1.5.2.jar |LaserIO |laserio |1.5.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ReAuth-1.19-Forge-4.0.7.jar |ReAuth |reauth |4.0.7 |DONE |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e 25.03 00:50:17 [Server] INFO EvilCraft-1.19.2-1.2.16.jar |EvilCraft |evilcraft |1.2.16 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Powah-4.0.6.jar |Powah |powah |4.0.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO GatewaysToEternity-1.19.2-3.1.1.jar |Gateways To Eternity |gateways |3.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cabletiers-1.19.2-0.5471.jar |Cable Tiers |cabletiers |1.19.2-0.5471 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rangedpumps-1.0.0.jar |Ranged Pumps |rangedpumps |1.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO WitherSkeletonTweaks-1.19.2-8.0.2.jar |Wither Skeleton Tweaks |wstweaks |8.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Shrink-1.19-1.3.5.jar |Shrink |shrink |1.3.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO guardvillagers-1.19.2-1.5.5.jar |Guard Villagers |guardvillagers |1.19.2-1.5.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO universalgrid-1.19.2-1.033.jar |Universal Grid |universalgrid |1.19.2-1.033 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO DarkUtilities-Forge-1.19.2-13.1.7.jar |DarkUtilities |darkutils |13.1.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Apotheosis-1.19.2-6.1.4.jar |Apotheosis |apotheosis |6.1.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO clickadv-1.19.2-3.0.jar |clickadv mod |clickadv |1.19.2-3.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO JustEnoughResources-1.19.2-1.2.2.200.jar |Just Enough Resources |jeresources |1.2.2.200 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO shetiphiancore-forge-1.19.0-3.11.3.01.jar |ShetiPhian-Core |shetiphiancore |3.11.3.01 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ctov-3.1.8.jar |ChoiceTheorem's Overhauled Vil|ctov |3.1.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO supplementaries-1.19.2-2.2.60.jar |Supplementaries |supplementaries |1.19.2-2.2.60 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO structure_gel-1.19.2-2.7.1.jar |Structure Gel API |structure_gel |2.7.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO PackMenu-1.19.2-5.1.0.jar |PackMenu |packmenu |5.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO alltheores-2.0.2-1.19.2-43.1.3.jar |AllTheOres |alltheores |2.0.2-1.19.2-43.1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO industrial-foregoing-1.19.2-3.3.2.2-4.jar |Industrial Foregoing |industrialforegoing |3.3.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO torchmaster-19.2.0.jar |Torchmaster |torchmaster |19.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO repurposed_structures_forge-6.3.18+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.18+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO BotanyTrees-Forge-1.19.2-5.0.4.jar |BotanyTrees |botanytrees |5.0.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ironfurnaces-1.19.2-3.6.5.jar |Iron Furnaces |ironfurnaces |3.6.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO StructureCompass-1.19.2-1.3.5.jar |Structure Compass Mod |structurecompass |1.3.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-trapdoors-1.0.9-mc1.19.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO supermartijn642corelib-1.1.5-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Botania-1.19.2-438-FORGE.jar |Botania |botania |1.19.2-438-FORGE |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO spark-1.10.34-forge.jar |spark |spark |1.10.34 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO curios-forge-1.19.2-5.1.3.0.jar |Curios API |curios |1.19.2-5.1.3.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO corail_woodcutter-1.19.2-2.5.2.jar |Corail Woodcutter |corail_woodcutter |2.5.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO advgenerators-1.4.0.5-mc1.19.2.jar |Advanced Generators |advgenerators |1.4.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Measurements-forge-1.19.2-1.3.1.jar |Measurements |measurements |1.3.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AngelRing2-1.19.2-2.1.5.jar |Angel Ring 2 |angelring |2.1.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO tombstone-8.2.6-1.19.2.jar |Corail Tombstone |tombstone |8.2.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO antighost-1.19.1-forge42.0.1-1.1.3.jar |AntiGhost |antighost |1.19.1-forge42.0.1-1|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO NaturesAura-38.0.jar |Nature's Aura |naturesaura |38.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO constructionwand-1.19.2-2.9.jar |Construction Wand |constructionwand |1.19.2-2.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-roofs-2.2.3-mc1.19.2forge.jar |Macaw's Roofs |mcwroofs |2.2.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO littlelogistics-mc1.19.2-v1.3.2.jar |Little Logistics |littlelogistics |1.3.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FastLeafDecay-30.jar |FastLeafDecay |fastleafdecay |30 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO SuperFactoryManager-1.19.2-4.5.0.jar |Super Factory Manager |sfm |4.5.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO vitalize-forge-1.19.2-1.1.1.jar |Vitalize |vitalize |1.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-lights-1.0.5-mc1.19.2forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO crafting-on-a-stick-1.19.2-1.0.5.jar |Crafting On A Stick |crafting_on_a_stick |1.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO SmartBrainLib-forge-1.19.2-1.8.1.jar |SmartBrainLib |smartbrainlib |1.8.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO elytraslot-forge-6.1.0+1.19.2.jar |Elytra Slot |elytraslot |6.1.0+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO nomowanderer-1.19.2_1.3.6.jar |NoMoWanderer |nomowanderer |1.19.2_1.3.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rechiseled-1.0.12a-forge-mc1.19.jar |Rechiseled |rechiseled |1.0.12a |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO harvestwithease-1.19.2-6.0.0.0-final-forge.jar |Harvest with ease |harvestwithease |6.0.0.0-final |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO jei-1.19.2-forge-11.6.0.1013.jar |Just Enough Items |jei |11.6.0.1013 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AttributeFix-Forge-1.19.2-17.2.6.jar |AttributeFix |attributefix |17.2.6 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 25.03 00:50:17 [Server] INFO tesseract-1.0.29-forge-mc1.19.jar |Tesseract |tesseract |1.0.29 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Mekanism-1.19.2-10.3.8.477.jar |Mekanism |mekanism |10.3.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO GravitationalModulatingAdditionalUnit-1.19.2-2.8.j|Gravitational Modulating Addit|gravitationalmodulatingunittwe|1.19.2-2.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO bdlib-1.25.0.5-mc1.19.2.jar |BdLib |bdlib |1.25.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AllTheCompressed-1.19.2-2.0.0.jar |AllTheCompressed |allthecompressed |2.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO jumpboat-1.19-0.1.0.5.jar |Jumpy Boats |jumpboat |1.19-0.1.0.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO compactmachines-5.1.0.jar |Compact Machines 5 |compactmachines |5.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO BotanyPots-Forge-1.19.2-9.0.28.jar |BotanyPots |botanypots |9.0.28 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO phosphophyllite-1.19.2-0.6.0-beta.6.4.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.6.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO farmingforblockheads-forge-1.19.2-11.2.0.jar |Farming for Blockheads |farmingforblockheads |11.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO pneumaticcraft-repressurized-1.19.2-4.3.3-22.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.3.3-22 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO additional_lights-1.19-2.1.6.jar |Additional Lights |additional_lights |2.1.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ExtraDisks-1.19.2-2.2.0.jar |Extra Disks |extradisks |1.19.2-2.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO EdivadLib-1.19.2-1.2.0.jar |EdivadLib |edivadlib |1.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO forge-1.19.2-43.2.8-universal.jar |Forge |forge |43.2.8 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 25.03 00:50:17 [Server] INFO silent-gear-1.19.2-3.2.5.jar |Silent Gear |silentgear |3.2.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO IntegratedCrafting-1.19.2-1.1.1.jar |IntegratedCrafting |integratedcrafting |1.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO DungeonsArise-1.19.2-2.1.54-release.jar |When Dungeons Arise |dungeons_arise |2.1.54-1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO alchemistry-1.19.2-2.2.4.jar |Alchemistry |alchemistry |1.19.2-2.2.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO thermal_core-1.19.2-10.2.0.5.jar |Thermal Series |thermal |10.2.0.5 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO thermal_integration-1.19.2-10.2.0.17.jar |Thermal Integration |thermal_integration |10.2.0.17 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO redstone_arsenal-1.19.2-7.2.0.15.jar |Redstone Arsenal |redstone_arsenal |7.2.0.15 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO thermal_innovation-1.19.2-10.2.0.18.jar |Thermal Innovation |thermal_innovation |10.2.0.18 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO thermal_foundation-1.19.2-10.2.0.47.jar |Thermal Foundation |thermal_foundation |10.2.0.47 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO thermal_locomotion-1.19.2-10.2.0.14.jar |Thermal Locomotion |thermal_locomotion |10.2.0.14 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO thermal_dynamics-1.19.2-10.2.1b.14.jar |Thermal Dynamics |thermal_dynamics |10.2.1b |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO radon-0.8.2.jar |Radon |radon |0.8.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO systeams-1.2.3.jar |Thermal Systeams |systeams |1.2.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO theoneprobe-1.19-6.2.2.jar |The One Probe |theoneprobe |1.19-6.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ImmersiveEngineering-1.19.2-9.2.0-162.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.0-162 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 25.03 00:50:17 [Server] INFO NoChatReports-FORGE-1.19.2-v1.5.1.jar |No Chat Reports |nochatreports |1.19.2-v1.5.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO allthemodium-2.1.6-1.19.2-43.1.1.jar |Allthemodium |allthemodium |2.1.6-1.19.2-43.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO spectrelib-forge-0.12.4+1.19.2.jar |SpectreLib |spectrelib |0.12.4+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.76-ALPHA |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO kffmod-3.11.0.jar |Kotlin For Forge |kotlinforforge |3.11.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO pipez-1.19.2-1.0.1.jar |Pipez |pipez |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO flywheel-forge-1.19.2-0.6.8.a-14.jar |Flywheel |flywheel |0.6.8.a-14 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO IntegratedDynamics-1.19.2-1.16.2.jar |IntegratedDynamics |integrateddynamics |1.16.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO integratednbt-1.19.2-1.6.0.jar |Integrated NBT |integratednbt |1.6.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO itemcollectors-1.1.7-forge-mc1.19.jar |Item Collectors |itemcollectors |1.1.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Croptopia-1.19.2-FORGE-2.2.2.jar |Croptopia |croptopia |2.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO thermal_cultivation-1.19.2-10.2.0.17.jar |Thermal Cultivation |thermal_cultivation |10.2.0.17 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO baubley-heart-canisters-1.19.2-1.3.0.jar |Baubley Heart Canisters |bhc |1.19.2-1.3.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO JustEnoughProfessions-forge-1.19.2-2.0.2.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO [1.19.2] SecurityCraft v1.9.4.jar |SecurityCraft |securitycraft |1.9.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO almostunified-forge-1.19.2-0.3.6.jar |AlmostUnified |almostunified |1.19.2-0.3.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO structurize-1.19.2-1.0.472-BETA.jar |Structurize |structurize |1.19.2-1.0.472-BETA |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FastFurnace-1.19.2-7.0.0.jar |FastFurnace |fastfurnace |7.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO lootr-1.19-0.3.22.59.jar |Lootr |lootr |0.3.20.57 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO connectedglass-1.1.6-forge-mc1.19.jar |Connected Glass |connectedglass |1.1.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO occultism-1.19.2-1.73.0.jar |Occultism |occultism |1.19.2-1.73.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO allthetweaks-2.0.4-1.19.2-43.1.3.jar |All The Tweaks |allthetweaks |0.0NONE |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.1.jar |Oh The Biomes You'll Go |byg |2.0.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO CorgiLib-forge-1.19.2-1.0.0.32.jar |CorgiLib |corgilib |1.0.0.32 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Aquaculture-1.19.2-2.4.8.jar |Aquaculture 2 |aquaculture |1.19.2-2.4.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 25.03 00:50:17 [Server] INFO ad_astra-forge-1.19.2-1.12.6.jar |Ad Astra |ad_astra |1.12.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Ad-Astra-Giselle-Addon-forge-1.19.2-1.13.jar |Ad Astra!: Giselle Addon |ad_astra_giselle_addon |1.13 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rsrequestify-2.3.0.jar |RSRequestify |rsrequestify |2.3.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO hexerei-0.2.5.jar |Hexerei |hexerei |0.2.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO CyclopsCore-1.19.2-1.18.2.jar |Cyclops Core |cyclopscore |1.18.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO alchemylib-1.19.2-1.0.20.jar |AlchemyLib |alchemylib |1.19.2-1.0.20 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AIOTBotania-1.19.2-3.0.0.jar |AIOT Botania |aiotbotania |1.19.2-3.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AdvancedPeripherals-0.7.25r.jar |Advanced Peripherals |advancedperipherals |0.7.25r |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO UtilitiX-1.19.2-0.7.7.jar |UtilitiX |utilitix |1.19.2-0.7.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO naturalist-forge-2.1.1-1.19.2.jar |Naturalist |naturalist |2.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO HealthOverlay-1.19.2-7.2.1.jar |Health Overlay |healthoverlay |7.2.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO connectivity-1.19.2-3.4.jar |Connectivity Mod |connectivity |1.19.2-3.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO sophisticatedcore-1.19.2-0.5.38.203.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.38.203 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO glassential-forge-1.19-1.2.4.jar |Glassential |glassential |1.19-1.2.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Placebo-1.19.2-7.1.7.jar |Placebo |placebo |7.1.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO dankstorage-1.19.2-5.1.6.jar |Dank Storage |dankstorage |1.19.2-5.1.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO potionsmaster-0.6.0-1.19.2-43.1.1.jar |Potions Master |potionsmaster |0.6.0-1.19.2-43.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Bookshelf-Forge-1.19.2-16.2.18.jar |Bookshelf |bookshelf |16.2.18 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 25.03 00:50:17 [Server] INFO sophisticatedbackpacks-1.19.2-3.18.40.779.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.40.779 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO littlecontraptions-forge-1.19.2.0.jar |Little Contraptions |littlecontraptions |1.19.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO buildinggadgets-3.16.2-build.22+mc1.19.2.jar |Building Gadgets |buildinggadgets |3.16.2-build.22+mc1.|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FramedBlocks-6.8.2.jar |FramedBlocks |framedblocks |6.8.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-doors-1.0.9forge-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MekanismGenerators-1.19.2-10.3.8.477.jar |Mekanism: Generators |mekanismgenerators |10.3.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO absentbydesign-1.19-1.7.0.jar |Absent By Design Mod |absentbydesign |1.19-1.7.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed 25.03 00:50:17 [Server] INFO twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mob_grinding_utils-1.19.2-0.4.47.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.47 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ExperienceBugFix-1.19-1.41.2.3.jar |Experience Bug Fix |experiencebugfix |1.41.2.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO RSInfinityBooster-1.19.2-3.0+27.jar |RSInfinityBooster |rsinfinitybooster |1.19.2-3.0+27 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO chipped-forge-1.19.2-2.1.2.jar |Chipped |chipped |2.1.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-bridges-2.0.7-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.0.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO tempad-forge-1.19.2-1.4.4.jar |Tempad |tempad |1.4.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO HostileNeuralNetworks-1.19.2-4.0.2.jar |Hostile Neural Networks |hostilenetworks |4.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO entangled-1.3.13-forge-mc1.19.jar |Entangled |entangled |1.3.13 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO endertanks-forge-1.19.0-1.12.1.02.jar |EnderTanks |endertanks |1.12.1.02 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO CommonCapabilities-1.19.2-2.9.0.jar |CommonCapabilities |commoncapabilities |2.9.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO crashutilities-6.2.jar |Crash Utilities |crashutilities |6.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO getittogetherdrops-forge-1.19.2-1.3.jar |Get It Together, Drops! |getittogetherdrops |1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO fuelgoeshere-1.19.2-0.1.0.0.jar |Fuel Goes Here |fuelgoeshere |1.19.2-0.1.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO wirelesschargers-1.0.8-forge-mc1.19.jar |Wireless Chargers |wirelesschargers |1.0.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO dpanvil-1.19.2-4.3.1.jar |DataPack Anvil |dpanvil |1.19.2-4.3.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO blockui-1.19-0.0.64-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.64-ALPHA |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO time-in-a-bottle-3.0.1-mc1.19.jar |Time In A Bottle |tiab |3.0.1-mc1.19 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO villagertools-1.19-1.0.3.jar |villagertools |villagertools |1.19-1.0.3 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed 25.03 00:50:17 [Server] INFO thermal_expansion-1.19.2-10.2.0.21.jar |Thermal Expansion |thermal_expansion |10.2.0.21 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO IntegratedTunnels-1.19.2-1.8.18.jar |IntegratedTunnels |integratedtunnels |1.8.18 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MysticalCustomization-1.19.2-4.0.1.jar |Mystical Customization |mysticalcustomization |4.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-ultimine-forge-1902.4.0-build.77.jar |FTB Ultimine |ftbultimine |1902.4.0-build.77 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 25.03 00:50:17 [Server] INFO resourcefullib-forge-1.19.2-1.1.23.jar |Resourceful Lib |resourcefullib |1.1.23 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO spirit-forge-1.19.2-2.2.4.jar |Spirit |spirit |2.2.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MekanismTools-1.19.2-10.3.8.477.jar |Mekanism: Tools |mekanismtools |10.3.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO InventoryProfilesNext-forge-1.19-1.9.3.jar |Inventory Profiles Next |inventoryprofilesnext |1.9.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO architectury-6.5.69-forge.jar |Architectury |architectury |6.5.69 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO BambooEverything-forge-2.2.4-build.33+mc1.19.2.jar|Bamboo Everything |bambooeverything |2.2.4-build.33+mc1.1|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-library-forge-1902.3.15-build.188.jar |FTB Library |ftblibrary |1902.3.15-build.188 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-industrial-contraptions-1900.1.7-build.212.jar|FTB Industrial Contraptions |ftbic |1900.1.7-build.212 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO myrtrees-forge-1.2.0-build.31.jar |Myrtrees |myrtrees |1.2.0-build.31 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO findme-3.1.0-forge.jar |FindMe |findme |3.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-teams-forge-1902.2.12-build.95.jar |FTB Teams |ftbteams |1902.2.12-build.95 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-ranks-forge-1902.1.14-build.70.jar |FTB Ranks |ftbranks |1902.1.14-build.70 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-essentials-1902.1.10-build.47.jar |FTB Essentials |ftbessentials |1902.1.10-build.47 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cc-tweaked-1.19.2-1.101.2.jar |CC: Tweaked |computercraft |1.101.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO energymeter-1.19.2-1.0.0.jar |Energy Meter |energymeter |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO productivebees-1.19.2-0.10.5.3.jar |Productive Bees |productivebees |1.19.2-0.10.5.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO trashcans-1.0.17a-forge-mc1.19.jar |Trash Cans |trashcans |1.0.17a |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO inventoryessentials-forge-1.19-5.0.2.jar |Inventory Essentials |inventoryessentials |5.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO smallships-1.19.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO observable-3.3.1.jar |Observable |observable |3.3.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar |Let Me Despawn |letmedespawn |0.0NONE |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO GameMenuModOption-1.19-1.18.jar |Game Menu Mod Option |gamemenumodoption |1.18 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rhino-forge-1902.2.2-build.264.jar |Rhino |rhino |1902.2.2-build.264 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO kubejs-forge-1902.6.0-build.142.jar |KubeJS |kubejs |1902.6.0-build.142 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO biggerreactors-1.19.2-0.6.0-beta.6.jar |Bigger Reactors |biggerreactors |0.6.0-beta.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO RootsClassic-1.19.2-1.1.35.jar |Roots Classic |rootsclassic |1.19.2-1.1.35 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Cucumber-1.19.2-6.0.6.jar |Cucumber Library |cucumber |6.0.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO trashslot-forge-1.19-12.0.2.jar |TrashSlot |trashslot |12.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO jmi-forge-1.19.2-0.13-33.jar |JourneyMap Integration |jmi |0.13-33 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO blueflame-1.19.2-0.1.0.2.jar |Blue Flame Burning |blueflame |1.19.2-0.1.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO sophisticatedstorage-1.19.2-0.6.16.276.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.6.16.276 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO additionallanterns-1.0.4-forge-mc1.19.jar |Additional Lanterns |additionallanterns |1.0.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO item-filters-forge-1902.2.9-build.46.jar |Item Filters |itemfilters |1902.2.9-build.46 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-quests-forge-1902.4.9-build.195.jar |FTB Quests |ftbquests |1902.4.9-build.195 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO platforms-1.19-1.10.2.jar |Platforms |platforms |1.10.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO TravelAnchors-1.19.2-4.1.2.jar |Travel Anchors |travelanchors |1.19.2-4.1.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ensorcellation-1.19.2-4.2.0.14.jar |Ensorcellation |ensorcellation |4.2.0.14 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 25.03 00:50:17 [Server] INFO create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ponderjs-1.19.2-1.1.11.jar |PonderJS |ponderjs |1.1.11 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO waystones-forge-1.19.2-11.3.1.jar |Waystones |waystones |11.3.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ThermalExtra 1.19.2-3.0.2.jar |Thermal: Extra |thermal_extra |3.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FastSuite-1.19.2-4.0.0.jar |Fast Suite |fastsuite |4.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO journeymap-1.19.2-5.9.4-forge.jar |Journeymap |journeymap |5.9.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO comforts-forge-6.0.4+1.19.2.jar |Comforts |comforts |6.0.4+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO artifacts-1.19.2-5.0.2.jar |Artifacts |artifacts |1.19.2-5.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO configured-2.0.1-1.19.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO DimStorage-1.19.2-7.2.0.jar |DimStorage |dimstorage |7.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MyServerIsCompatible-1.19-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO DungeonCrawl-1.19-2.3.12.jar |Dungeon Crawl |dungeoncrawl |2.3.12 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO charginggadgets-1.9.0.jar |Charging Gadgets |charginggadgets |1.9.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mcjtylib-1.19-7.1.5.jar |McJtyLib |mcjtylib |1.19-7.1.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolsbase-1.19.1-4.1.5.jar |RFToolsBase |rftoolsbase |1.19.1-4.1.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO xnet-1.19-5.1.3.jar |XNet |xnet |1.19-5.1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolspower-1.19-5.1.1.jar |RFToolsPower |rftoolspower |1.19-5.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolsbuilder-1.19.1-5.2.3.jar |RFToolsBuilder |rftoolsbuilder |1.19.1-5.2.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO deepresonance-1.19-4.1.2.jar |DeepResonance |deepresonance |1.19-4.1.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO XNetGases-1.19.1-4.0.0.jar |XNet Gases |xnetgases |4.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolsstorage-1.19-4.1.0.jar |RFToolsStorage |rftoolsstorage |1.19-4.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolscontrol-1.19-6.1.2.jar |RFToolsControl |rftoolscontrol |1.19-6.1.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mahoutsukai-1.19.2-v1.34.42.jar |Mahou Tsukai |mahoutsukai |1.19.2-v1.34.42 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO mininggadgets-1.13.0.jar |Mining Gadgets |mininggadgets |1.13.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO hexcasting-forge-1.19.2-0.10.3.jar |Hex Casting |hexcasting |0.10.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ftb-chunks-forge-1902.3.18-build.248.jar |FTB Chunks |ftbchunks |1902.3.18-build.248 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO XyCraft Core-0.5.17.jar |XyCraft: Core |xycraft_core |0.5.17 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO XyCraft World-0.5.17.jar |XyCraft: World |xycraft_world |0.5.17 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO XyCraft Override-0.5.17.jar |XyCraft: Override |xycraft_override |0.5.17 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MysticalAgriculture-1.19.2-6.0.8.jar |Mystical Agriculture |mysticalagriculture |6.0.8 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO MysticalAgradditions-1.19.2-6.0.2.jar |Mystical Agradditions |mysticalagradditions |6.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO craftingtweaks-forge-1.19-15.1.6.jar |CraftingTweaks |craftingtweaks |15.1.6 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rftoolsutility-1.19-5.1.4.jar |RFToolsUtility |rftoolsutility |1.19-5.1.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO libIPN-forge-1.19-2.0.3.jar |libIPN |libipn |2.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO sebastrnlib-2.0.2.jar |Sebastrn Lib |sebastrnlib |2.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO appliedcooking-2.0.3.jar |Applied Cooking |appliedcooking |2.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO refinedcooking-3.0.3.jar |Refined Cooking |refinedcooking |3.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO refinedstorage-1.11.5.jar |Refined Storage |refinedstorage |1.11.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ExtraStorage-1.19.2-3.0.1.jar |Extra Storage |extrastorage |3.0.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO appliedenergistics2-forge-12.9.2.jar |Applied Energistics 2 |ae2 |12.9.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AEInfinityBooster-1.19.2-1.2.0+11.jar |AEInfinityBooster |aeinfinitybooster |1.19.2-1.2.0+11 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO cookingforblockheads-forge-1.19.2-13.3.1.jar |CookingForBlockheads |cookingforblockheads |13.3.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO rebornstorage-1.19.2-5.0.3.jar |RebornStorage |rebornstorage |5.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO merequester-1.19.2-1.0.3.jar |ME Requester |merequester |1.19.2-1.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ars_nouveau-1.19.2-3.12.3.jar |Ars Nouveau |ars_nouveau |3.12.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Delightful-1.19.2-3.2.2.jar |Delightful |delightful |3.2.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ars_creo-1.19.2-3.1.3.jar |Ars Creo |ars_creo |3.1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AE2WTLib-12.8.5.jar |AE2WTLib |ae2wtlib |12.8.5 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO elementalcraft-1.19.2-5.5.10.jar |ElementalCraft |elementalcraft |1.19.2-5.5.10 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO moonlight-1.19.2-2.2.25-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.25 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO eccentrictome-1.19.2-1.9.1.jar |Eccentric Tome |eccentrictome |1.19.2-1.9.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ToolBelt-1.19.2-1.19.7.jar |Tool Belt |toolbelt |1.19.7 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO titanium-1.19.2-3.7.2-26.jar |Titanium |titanium |3.7.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO silent-lib-1.19.2-7.0.3.jar |Silent Lib |silentlib |7.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AE2-Things-1.1.1.jar |AE2 Things |ae2things |1.1.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO theurgy-1.19.2-1.3.0.jar |Theurgy |theurgy |1.19.2-1.3.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO smoothboot(reloaded)-mc1.19.2-0.0.2.jar |Smooth Boot (Reloaded) |smoothboot |0.0.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO reliquary-1.19.2-2.0.20.1166.jar |Reliquary |reliquary |1.19.2-2.0.20.1166 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Quark-3.4-394.jar |Quark |quark |3.4-394 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO chemlib-1.19.2-2.0.17.jar |ChemLib |chemlib |1.19.2-2.0.17 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO FluxNetworks-1.19.2-7.1.3.12.jar |Flux Networks |fluxnetworks |7.1.3.12 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ars_elemental-1.19.2-0.5.8.2.jar |Ars Elemental |ars_elemental |1.19.2-0.5.8.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO enderchests-forge-1.19.0-1.10.1.01.jar |EnderChests |enderchests |1.10.1.01 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Applied-Botanics-1.4.2.jar |Applied Botanics |appbot |1.4.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO modonomicon-1.19.2-1.28.0.jar |Modonomicon |modonomicon |1.19.2-1.28.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO quartz-1.19.2-0.1.0-beta.1.jar |Quartz |quartz |0.1.0-beta.1 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO minecolonies-1.19.2-1.0.1247-BETA.jar |MineColonies |minecolonies |1.19.2-1.0.1247-BETA|DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO pylons-1.19.2-3.1.0.jar |Pylons |pylons |3.1.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO creeperoverhaul-2.0.9-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.9 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a 25.03 00:50:17 [Server] INFO engineersdecor-1.19.2-forge-1.3.28.jar |Engineer's Decor |engineersdecor |1.3.28 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b 25.03 00:50:17 [Server] INFO SoL-Carrot-1.19.2-1.14.0.jar |Spice of Life: Carrot Edition |solcarrot |1.19.2-1.14.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO functionalstorage-1.19.2-1.1.3.jar |Functional Storage |functionalstorage |1.19.2-1.1.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO moredragoneggs-3.2.jar |More Dragon Eggs |moredragoneggs |3.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO modular-routers-1.19.2-10.2.0-3.jar |Modular Routers |modularrouters |10.2.0-3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO asynclocator-1.19.2-1.2.0.jar |Async Locator |asynclocator |1.19.2-1.2.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO charmofundying-forge-6.1.1+1.19.2.jar |Charm of Undying |charmofundying |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO refinedstorageaddons-0.9.0.jar |Refined Storage Addons |refinedstorageaddons |0.9.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Applied-Mekanistics-1.3.4.jar |Applied Mekanistics |appmek |1.3.4 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO AEAdditions-1.19.2-4.0.3.jar |AE Additions |ae2additions |4.0.3 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO megacells-forge-2.0.0-beta.7-1.19.2.jar |MEGA Cells |megacells |2.0.0-beta.7-1.19.2 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Morph-o-Tool-1.6-34.jar |Morph-o-Tool |morphtool |1.6-34 |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO createaddition-1.19.2-20230315b.jar |Create Crafts & Additions |createaddition |1.19.2-20230315b |DONE |Manifest: NOSIGNATURE 25.03 00:50:17 [Server] INFO Crash Report UUID: b6232633-24f7-4e24-bc7a-bf14701903ad 25.03 00:50:17 [Server] INFO FML: 43.2 25.03 00:50:17 [Server] INFO Forge: net.minecraftforge:43.2.8 25.03 00:50:17 [Server] INFO FramedBlocks BlockEntity Warning: Not applicable 25.03 00:50:17 [Server] Server Watchdog/FATAL [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 839aee11-2f5e-49f4-8742-46af7cfaa166 25.03 00:50:17 [Server] Server Watchdog/ERROR [minecraft/ServerWatchdog]: This crash report has been saved to: /./crash-reports/crash-2023-03-25_00.50.17-server.txt 25.03 00:50:23 [Server] Server thread/INFO [br.as.AsyncLocatorMod/]: Async Locator -> Shutting down locating executor service 25.03 00:50:23 [Server] Server thread/INFO [minecraft/MinecraftServer]: Stopping server
  • Topics

×
×
  • Create New...

Important Information

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