AlexModGuy / Rats

The Rats Mod for Minecraft
https://minecraft.curseforge.com/projects/rats
GNU Lesser General Public License v3.0
66 stars 49 forks source link

rat upgrade (block placer); causing server crash #300

Closed Gammage closed 1 year ago

Gammage commented 4 years ago

crash-2020-05-24_17.23.34-server (2).txt

---- Minecraft Crash Report ---- // Ooh. Shiny.

Time: 5/24/20 5:23 PM Description: Ticking entity

java.lang.NullPointerException: Ticking entity at net.minecraft.item.ItemUseContext.(SourceFile:22) ~[?:?] {re:classloading,pl:accesstransformer:B} at com.github.alexthe666.rats.server.entity.ai.RatAIHarvestPlacer.func_75246_d(RatAIHarvestPlacer.java:72) ~[?:4.1.1] {re:classloading} at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading} at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_252] {} at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_252] {} at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_252] {} at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_252] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_252] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_252] {} at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:1.8.0_252] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:1.8.0_252] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_252] {} at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_252] {} at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2187) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:shetiphiancore:LivingEntity.fall,xf:fml:apotheosis:apothpotiondmg,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A} at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:140) ~[?:?] {re:classloading} at net.minecraft.entity.passive.AnimalEntity.func_70636_d(SourceFile:44) ~[?:?] {re:classloading} at com.github.alexthe666.rats.server.entity.EntityRat.func_70636_d(EntityRat.java:863) ~[?:4.1.1] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.entity.LivingEntity.func_70071h(LivingEntity.java:2033) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:shetiphiancore:LivingEntity.fall,xf:fml:apotheosis:apothpotiondmg,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A} at net.minecraft.entity.MobEntity.func_70071h(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,xf:fml:immersiveengineering:IE block update callback,pl:runtimedistcleaner:A} at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,xf:fml:immersiveengineering:IE block update callback,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:831) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.item.ItemUseContext.(SourceFile:22) at com.github.alexthe666.rats.server.entity.ai.RatAIHarvestPlacer.func_75246_d(RatAIHarvestPlacer.java:72) at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80) at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590) at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2187) at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460) at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:140) at net.minecraft.entity.passive.AnimalEntity.func_70636_d(SourceFile:44) at com.github.alexthe666.rats.server.entity.EntityRat.func_70636_d(EntityRat.java:863) at net.minecraft.entity.LivingEntity.func_70071h(LivingEntity.java:2033) at net.minecraft.entity.MobEntity.func_70071h(MobEntity.java:274) at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)

-- Entity being ticked -- Details: Entity Type: rats:rat (com.github.alexthe666.rats.server.entity.EntityRat) Entity ID: 1948 Entity Name: Rat Entity's Exact location: -503.61, 63.00, 1117.01 Entity's Block location: World: (-504,63,1117), Chunk: (at 8,3,13 in -32,69; contains blocks -512,0,1104 to -497,255,1119), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_217390_a(World.java:684) at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394)

-- Affected level -- Details: All players: 6 total; [ServerPlayerEntity['5uicidalthots'/717, l='The Worldo', x=1885.42, y=157.00, z=2593.21], ServerPlayerEntity['IblisNinja'/1412, l='The Worldo', x=212.92, y=63.00, z=1794.58], ServerPlayerEntity['ZellieQueen'/1834, l='The Worldo', x=-502.50, y=63.00, z=1118.70], ServerPlayerEntity['gammage'/2525, l='The Worldo', x=968.84, y=70.49, z=3841.68], ServerPlayerEntity['Wonkywink'/1096, l='The Worldo', x=-432.40, y=56.00, z=1130.98], ServerPlayerEntity['Ro_Co'/8329, l='The Worldo', x=926.25, y=79.81, z=2119.37]] Chunk stats: ServerChunkCache: 9480 Level dimension: DimensionType{minecraft:overworld} Level name: The Worldo Level seed: -1836500145 Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true Level generator options: {} Level spawn location: World: (-92,66,1287), Chunk: (at 4,4,7 in -6,80; contains blocks -96,0,1280 to -81,255,1295), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535) Level time: 22505879 game time, 24761189 day time Level storage version: 0x04ABD - Anvil Level weather: Rain time: 114402 (now: false), thunder time: 3824 (now: true) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:831) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) at java.lang.Thread.run(Thread.java:748)

-- System Details -- Details: Minecraft Version: 1.14.4 Minecraft Version ID: 1.14.4 Operating System: Linux (amd64) version 3.10.0-957.21.3.el7.x86_64 Java Version: 1.8.0_252, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 6196174280 bytes (5909 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB) CPUs: 40 JVM Flags: 20 total; -Xmx8192M -XX:+UseContainerSupport -XX:MaxMetaspaceSize=512M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=8 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 ModLauncher: 4.1.0+62+5bfa59b ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.2.4.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.2.4.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.2.4.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.2.4.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.2.4.jar fml TRANSFORMATIONSERVICE FML: 28.2 Forge: net.minecraftforge:28.2.4 FML Language Providers: javafml@28.2 minecraft@1 kotlinfml@1.4.0 kotori_scala@2.13.1-build-6 Mod List: CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 DONE} justenoughbeacons-1.2.jar Just Enough Beacons {justenoughbeacons@1.2 DONE} autorun-1.14.4-1.0.5.jar Auto-Sprint {autorun@1.14.4-1.0.5 DONE} curiousshulkerboxes-FORGE-1.14.4-1.0.0.2.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.14.4-1.0.0.2 DONE} SilentMechanisms-1.14.4-0.6.13+49.jar Silent's Mechanisms {silents_mechanisms@0.6.13+49 DONE} modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 DONE} KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {kleeslabs@7.4.8 DONE} rsgauges-1.14.4-1.2.3-b1.jar Gauges and Switches {rsgauges@1.2.3-b1 DONE} findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE} IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {ironjetpacks@2.0.3 DONE} glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 DONE} xnet-1.14-1.8.7-alpha.jar XNet {xnet@1.14-1.8.7-alpha DONE} CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {cookingforblockheads@7.4.4 DONE} Controlling-5.0.7.jar Controlling {controlling@5.0.6 DONE} ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 DONE} Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 DONE} citadel-1.0.4-1.14.4.jar Citadel {citadel@1.0.4 DONE} Powah-1.14.4-0.2.8.jar Powah {powah@0.2.8 DONE} mightyarchitect-mc1.14.4_v0.5.jar The Mighty Architect {mightyarchitect@0.5 DONE} Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE} Bookshelf-1.14.4-4.4.72.jar Bookshelf {bookshelf@4.4.72 DONE} randompatches-1.14.4-1.21.1.2.jar RandomPatches {randompatches@1.14.4-1.21.1.2 DONE} buildinggadgets-3.1.1b.jar Building Gadgets {buildinggadgets@3.1.1b DONE} DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {darkutils@2.0.13 DONE} Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 DONE} Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE} TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {tmechworks@2.0.1 DONE} TOOLKIT-1.4.2.jar Tool Kit {toolkit@1.4.2 DONE} shetiphiancore-1.14-3.6.1.jar ShetiPhian-Core {shetiphiancore@3.6.1 DONE} mysticallib-1.14.4-1.16.1.jar Mystical Lib {mysticallib@1.14.4-1.16.1 DONE} refinedstorage-1.7.3.jar Refined Storage {refinedstorage@1.7.3 DONE} PackMenu-1.14.4-0.2.4.jar Pack Menu {packmenu@0.2.4 DONE} mcw-bridges-1.0.4-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.4 DONE} industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {industrialforegoing@2.1.2 DONE} dwmh-1.14.4-3.1.1.jar Dude! Where's my Horse? {dwmh@1.14.4-3.1.1 DONE} torchmaster-2.0.0-rc2.jar Torchmaster {torchmaster@2.0.0-rc2 DONE} cndtpd_1.14-1.0.jar Conduits Prevent Drowned {cndtpd@1.0 DONE} turf-1.14.4-1.0.0.jar Turf {turf@1.0.0 DONE} endertanks-1.14-1.7.2.jar EnderTanks {endertanks@1.7.0 DONE} CommonCapabilities-1.14.4-2.4.4.jar CommonCapabilities {commoncapabilities@2.4.4 DONE} stonecatalysts-1.14.4-1.2.0.jar StoneCatalysts {stonecatalysts@1.14.4-1.2.0 DONE} BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 DONE} Lollipop-1.14.4-0.0.23.jar Lollipop {lollipop@0.0.23 DONE} practicaltools-1.14.4-1.4.jar Practical Tools {practicaltools@1.14.4-1.4 DONE} LetSleepingDogsLie-1.14.4-1.1.0.jar Let Sleeping Dogs Lie {dogslie@1.1.0 DONE} simplefarming-1.14.4-1.2.8.jar Simple Farming {simplefarming@1.14.4-1.2.8 DONE} fishingreal-1.1.jar Fishing Real {fishingreal@1.1 DONE} fairylights-2.1.15-1.14.4.jar Fairy Lights {fairylights@2.1.15 DONE} simplybackpacks-1.14.4-1.4.5.jar Simply Backpacks {simplybackpacks@1.14.4-1.4.5 DONE} portality-1.14.4-2.0.4-b0b3467.jar Portality {portality@2.0.4 DONE} curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 DONE} tetra-1.14.4-1.27.0.jar Tetra {tetra@1.14.4-1.27.0 DONE} Botania r1.11-379.jar Botania {botania@r1.11-379 DONE} Patchouli-1.14.4-1.1-26.5.jar Patchouli {patchouli@1.14.4-1.1-27 DONE} corail_woodcutter-1.1.1-1.14.4.jar Corail Woodcutter {corail_woodcutter@1.1.1 DONE} AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 DONE} RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 DONE} extlights-1.8.jar Extended Lights {extlights@1.8 DONE} TorchBandolier-1.14.4-1.3.2+7.jar Torch Bandolier {torchbandolier@1.3.2+7 DONE} OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE DONE} angelring-1.1.0.jar Angel Ring {angelring@1.1.0 DONE} libnonymous-1.14.4-1.0.4.25.jar Libnonymous {libnonymous@1.0.4.25 DONE} elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 DONE} tombstone-4.3.3-1.14.4.jar Corail Tombstone {tombstone@4.3.3 DONE} hidden-levers.jar Hidden Levers {hiddenlevers@1.0 DONE} curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 DONE} UpgradeModifiers-1.14.4-1.0.3.jar UpgradeModifiers {upgrademodifiers@1.0.3 DONE} globalxp-1.14.4-v1.4.10.jar Global XP {globalxp@v1.4.10 DONE} netherpspr_1.14-3.0.jar Nether Portal Spread {netherpspr@3.0 DONE} BetterBurning-1.14.4-1.0.1.jar BetterBurning {betterburning@1.0.1 DONE} CobbleForDays-1.0.2.jar Cobble For Days {cobblefordays@NONE DONE} ServerTabInfo-1.14.4-1.2.6.jar Server Tab Info {servertabinfo@1.2.6 DONE} SimpleDiscordRichPresence-1.0.3.jar Simple Discord Rich Presence {sdrp@1.0.3 DONE} StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar Steve's Factory Manager {sfm@1.14.4-3.0.0-alpha DONE} DangerousStoneCutter-1.14.4-1.2.0.jar Dangerous Stone Cutter {dangerousstonecutter@1.2.0 DONE} Cyclic-1.14.4-0.1.4.jar Cyclic {cyclic@1.14.4-0.1.4 DONE} SaveMyStronghold-1.14.4-1.0.0.jar Save My Stronghold! {savemystronghold@1.14.4-1.0.0 DONE} inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 DONE} Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 DONE} TrashSlot_1.14.4-10.4.8.jar TrashSlot {trashslot@10.4.8 DONE} torchslabmod-1.14.4_v1.5.jar Torch Slab Mod {torchslabmod@1.5 DONE} InventorySpam-1.14.4-1.2.3.jar Inventory Spam {inventoryspam@version DONE} creeperfix-1.14.4-1.3.jar CreeperFix {creeperfix@1.3 DONE} craftingstation-2.1.6.jar Crafting Station {craftingstation@2.1.6 DONE} Bountiful Baubles-1.14.4-0.0.3.jar Bountiful Baubles {bountifulbaubles@NONE DONE} bambooblocks-1.2.12.jar Bamboo Blocks {bambooblocks@1.2.11 DONE} PersistentBits-1.14.4-2.0.2.jar Persistent Bits {persistentbits@2.0.2 DONE} jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 DONE} EverlastingAbilities-1.14.4-1.6.0.jar EverlastingAbilities {everlastingabilities@1.6.0 DONE} AttributeFix-1.14.4-3.0.3.jar AttributeFix {attributefix@3.0.3 DONE} cosmeticbeds-FORGE-1.14.4-2.0.0.1.jar Cosmetic Beds {cosmeticbeds@FORGE-1.14.4-2.0.0.1 DONE} seals-1.14.4-1.0.2.jar Seals {seals@1.0.2 DONE} caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.2 DONE} colytra-FORGE-1.14.4-2.1.0.jar Colytra {colytra@FORGE-1.14.4-2.1.0 DONE} extraboats-1.2.6-1.14.4.jar Extra Boats {extraboats@1.2.6 DONE} create-mc1.14.4_v0.2.2b.jar Create {create@mc1.14-0.2.2b DONE} Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 DONE} mgui-1.14.4-1.2.0.jar mgui {mgui@1.2.0 DONE} comforts-FORGE-1.14.4-2.0-beta6.jar Comforts {comforts@FORGE-1.14.4-2.0-beta6 DONE} NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {naturescompass@1.14.4-1.8.5 DONE} SimpleStorageNetwork-1.14.4-0.2.0.jar Simple Storage Network {storagenetwork@1.14.4-0.2.0 DONE} gardentools-1.14.4-1.0.0.jar Garden Tools {gardentools@1.14.4-1.0.0 DONE} cursedearth-1.4a.jar Cursed Earth {cursedearth@1.4a DONE} BotanyPots-1.14.4-1.0.11.jar BotanyPots {botanypots@1.0.11 DONE} curioofundying-FORGE-1.14.4-2.0.1.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0.1 DONE} FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {farmingforblockheads@5.3.2 DONE} demagnetize-1.14.4-1.2.1.jar Demagnetize {demagnetize@1.14.4-1.2.1 DONE} BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {bonsaitrees2@2.0.2.35 DONE} mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha DONE} rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha DONE} rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.7-alpha DONE} ClickMachine-1.14.4-2.1.2.jar Click Machine {clickmachine@2.1.2 DONE} voyage-1.0.0.jar Voyage {voyage@1.0.0 DONE} JEITweaker-1.14.4-1.0.0.jar JEI Tweaker {jeitweaker@1.0.0 DONE} PackingTape-1.14.4-0.9.2.jar Packing Tape {packingtape@0.9.2 DONE} traverse-1.14.4-2.0.3.jar Traverse {traverse@1.14.4-2.0.3 DONE} mininggadgets-1.2.4.jar Mining Gadgets {mininggadgets@1.2.4 DONE} CraftTweaker-1.14.4-5.0.1.177.jar CraftTweaker {crafttweaker@5.0.1.177 DONE} rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha DONE} mysticalworld-1.14.4-1.9.1.jar Mystical World {mysticalworld@1.14.4-1.9.1 DONE} campfiretorches-1.14.4-1.0.3.jar Campfire Torches {campfiretorches@1.14.4-1.0.3 DONE} forge-1.14.4-28.2.4-universal.jar Forge {forge@28.2.4 DONE} Bountiful-1.14.4-3.1.0.jar Bountiful {bountiful@1.14.4-3.1.0 DONE} PassthroughSigns-1.14.4-2.3.3.jar Passthrough Signs {passthroughsigns@1.14.4-2.3.3 DONE} QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 DONE} immersiveposts-1.14.4-1.0.1.jar Immersive Posts {immersiveposts@1.0.1 DONE} ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE} forge-1.14.4-28.2.4-server.jar Minecraft {minecraft@1.14.4 DONE} cofh_core-1.14.4-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE} ensorcellation-1.14.4-0.4.0b.jar Ensorcellation {ensorcellation@0.4.0b DONE} rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.14-alpha DONE} Flopper-1.14.4-1.0.6.jar Flopper {flopper@1.0.6 DONE} theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE} swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 DONE} watercan-1.14.4-2.1.0.jar Watercan {watercan@1.14.4-2.1.0 DONE} titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 DONE} ImmersiveEngineering-0.14-95.jar Immersive Engineering {immersiveengineering@0.14-95 DONE} SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 DONE} bluepower-1.14.4-0.3.183-alpha-universal.jar Blue Power {bluepower@0.3.183-alpha DONE} RingOfGrowth-1.14.4-1.0.20.jar Ring of Growth {ring_of_growth@1.0.20 DONE} CapabilityProxy-1.14.4-2.1.5.jar CapabilityProxy {capabilityproxy@2.1.5 DONE} Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 DONE} creatureslovebeacons-FORGE-1.14.4-2.0.jar Creatures Love Beacons {creatureslovebeacons@FORGE-1.14.4-2.0 DONE} LargeFluidTank-14.9.6.jar FluidTank {fluidtank@14.9.6 DONE} rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {rftoolsbuilder@1.14-1.2.12-alpha DONE} dimdungeons-1.051-forge-1.14.4.jar Dimensional Dungeons {dimdungeons@1.14.4-1.05 DONE} foamdome-3.0.0.jar Foam Dome {foamdome@3.0.0 DONE} Quark-r2.0-212.jar Quark {quark@r2.0-212 DONE} Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 DONE} Inspirations-1.14.4-1.0.2.jar Inspirations {inspirations@1.14.4-1.0.2 DONE} JAOPCA-1.14.4-3.1.0.11.jar JAOPCA {jaopca@3.1.0.11 DONE} rats-4.1.1-1.14.4.jar Rats {rats@4.1.1 DONE} FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 DONE} cyclepaintings_1.14-1.2.jar Cycle Paintings {cyclepaintings@1.2 DONE} FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 DONE} multibeds-1.14-1.5.2.jar Multi-Beds {multibeds@1.5.0 DONE} StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {storagedrawers@1.14.4-6.0.6 DONE} enderchests-1.14-1.5.1.jar EnderChests {enderchests@1.5.0 DONE} simplytea-2.0.4.jar Simply Tea {simplytea@2.0.4 DONE} structurize-0.10.245-ALPHA.jar Structurize {structurize@0.10.245-ALPHA DONE} ScreenshotToClipboard-1.14.4-1.0.3.jar Screenshot to Clipboard {screenshotclipboard@1.14.4-1.0.3 DONE} quickstack-2.0.3.jar DropOff {dropoff@2.0.3 DONE} minecolonies-0.10.715-RELEASE-universal.jar Minecolonies {minecolonies@0.10.715-RELEASE DONE} FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 DONE} World-Stripper-1.7.2-1.14.4.jar World Stripper {worldstripper@version DONE} engineersdecor-1.14.4-1.0.20-b5.jar Engineer's Decor {engineersdecor@1.0.20-b5 DONE} solcarrot-1.14.4-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.4 DONE} RingOfAttraction-1.14.4-1.0.20.jar Ring of Attraction {ring_of_attraction@1.0.20 DONE} modular-routers-1.14.4-5.1.4-9.jar Modular Routers {modularrouters@1.14.4-5.1.4-9 DONE} easyelytrato_1.14-1.2.jar Easy Elytra Takeoff {easyelytrato@1.2 DONE} smallernp_1.14-1.2.jar Smaller Nether Portals {smallernp@1.2 DONE} Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 DONE} FriendlyFire-1.14.4-3.0.2.jar FriendlyFire {friendlyfire@3.0.2 DONE} mysticalwildlife-1.14.4-1.3.4.jar Mystical Wildlife {mysticalwildlife@1.3.4 DONE} refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 DONE} Ma-Essentials-1.14.4-1.2.11.jar Ma Essentials {ma-essentials@1.14.4-1.2.11 DONE} extremeSoundMuffler-1.2.1_forge-1.14.4.jar Extreme Sound Muffler {extremesoundmuffler@1.2.1_forge-1.14.4 DONE} CosmeticArmorReworked-1.14.4-v2.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v2 DONE} packmode-1.14.4-2.0.0.jar Pack Mode {packmode@1.14.4-2.0.0 DONE} kubejs-forge-1.14.4-2.2.0.27.jar KubeJS {kubejs@2.2.0.27 DONE} OpenLoader-1.14.4-1.0.4.jar OpenLoader {openloader@1.0.4 DONE} Pulsar/inspirations loaded Pulses:

GizmoTheMoonPig commented 1 year ago

Fixed in 5e5583927d7cc0727b0c8dbb162f274c0380c77