Kotori316 / QuarryPlus

Advanced mining machines for Minecraft.
https://www.curseforge.com/minecraft/mc-mods/additional-enchanted-miner
GNU Lesser General Public License v3.0
56 stars 14 forks source link

[1.18.2 Crash] Crashing when in creative while quarry runs #187

Closed itsdinkd closed 2 years ago

itsdinkd commented 2 years ago

Describe the bug

Crashed several times randomly if I am in creative mode and go afk for a bit while letting quarry run https://github.com/spoorn/myLoot/issues/18

To Reproduce

Steps to reproduce the behavior:

  1. Add MyLoot
  2. let some quarry run
  3. Go into Creative Mode
  4. (its either with inventory open or not) go afk for about 1,2 minutes.
  5. crash

If your server/client has crashed, please give me the crash report.

Versions

Crash report or logs

---- Minecraft Crash Report ----
// Don't do that.

Time: 5/7/22, 2:04 AM
Description: Ticking block entity

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1657.method_6051()" because "player" is null
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3)
    at net.minecraft.block.entity.LootableContainerBlockEntity.handler$gdn000$loot(LootableContainerBlockEntity:1048)
    at net.minecraft.block.entity.LootableContainerBlockEntity.checkLootInteraction(LootableContainerBlockEntity)
    at net.minecraft.block.entity.LootableContainerBlockEntity.getStack(LootableContainerBlockEntity:99)
    at net.minecraft.util.ItemScatterer.spawn(ItemScatterer:26)
    at net.minecraft.util.ItemScatterer.spawn(ItemScatterer:17)
    at org.spoorn.myloot.util.MyLootUtil.dropMyLoot(MyLootUtil.java:159)
    at net.minecraft.block.ChestBlock.redirect$ikb000$handleSpawnForMyLoot(ChestBlock:1018)
    at net.minecraft.block.ChestBlock.onStateReplaced(ChestBlock:193)
    at net.minecraft.block.AbstractBlock$AbstractBlockState.onStateReplaced(AbstractBlock:915)
    at net.minecraft.world.chunk.WorldChunk.redirect$cjj000$onRemovedBlock(WorldChunk:2228)
    at net.minecraft.world.chunk.WorldChunk.setBlockState(WorldChunk:250)
    at net.minecraft.world.World.setBlockState(World:211)
    at net.minecraft.world.World.setBlockState(World:196)
    at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:237)
    at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:196)
    at com.yogpc.qp.machines.quarry.QuarryState$6.tick(QuarryState.java:141)
    at com.yogpc.qp.machines.quarry.QuarryState$5.tick(QuarryState.java:127)
    at com.yogpc.qp.machines.quarry.TileQuarry.tick(TileQuarry.java:191)
    at com.yogpc.qp.utils.CombinedBlockEntityTicker.tick(CombinedBlockEntityTicker.java:23)
    at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.redirect$ckg000$checkProcessTEs(WorldChunk:783)
    at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk:659)
    at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk:713)
    at net.minecraft.world.World.tickBlockEntities(World:475)
    at net.minecraft.server.world.ServerWorld.tick(ServerWorld:368)
    at net.minecraft.server.MinecraftServer.redirect$dbh000$fixUpdateSuppressionCrashTick(MinecraftServer:6290)
    at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:907)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer:851)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:97)
    at net.minecraft.server.MinecraftServer.handler$ckd000$modifiedRunLoop(MinecraftServer:5396)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:273)
    at java.lang.Thread.run(Thread.java:833)

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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.class_2621.handler$gdn000$loot(class_2621.java:1048)
    at net.minecraft.class_2621.method_11289(class_2621.java)
    at net.minecraft.class_2621.method_5438(class_2621.java:99)
    at net.minecraft.class_1264.method_5450(class_1264.java:26)
    at net.minecraft.class_1264.method_5451(class_1264.java:17)
    at org.spoorn.myloot.util.MyLootUtil.dropMyLoot(MyLootUtil.java:159)
    at net.minecraft.class_2281.redirect$ikb000$handleSpawnForMyLoot(class_2281.java:1018)
    at net.minecraft.class_2281.method_9536(class_2281.java:193)
    at net.minecraft.class_4970$class_4971.method_26197(class_4970.java:915)
    at net.minecraft.class_2818.redirect$cjj000$onRemovedBlock(class_2818.java:2228)
    at net.minecraft.class_2818.method_12010(class_2818.java:250)
    at net.minecraft.class_1937.method_30092(class_1937.java:211)
    at net.minecraft.class_1937.method_8652(class_1937.java:196)
    at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:237)
    at com.yogpc.qp.machines.quarry.TileQuarry.breakBlock(TileQuarry.java:196)
    at com.yogpc.qp.machines.quarry.QuarryState$6.tick(QuarryState.java:141)
    at com.yogpc.qp.machines.quarry.QuarryState$5.tick(QuarryState.java:127)
    at com.yogpc.qp.machines.quarry.TileQuarry.tick(TileQuarry.java:191)
    at com.yogpc.qp.utils.CombinedBlockEntityTicker.tick(CombinedBlockEntityTicker.java:23)
    at net.minecraft.class_2818$class_5563.redirect$ckg000$checkProcessTEs(class_2818.java:783)
    at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
    at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
    at net.minecraft.class_1937.method_18471(class_1937.java:475)
    at net.minecraft.class_3218.method_18765(class_3218.java:368)
    at net.minecraft.server.MinecraftServer.redirect$dbh000$fixUpdateSuppressionCrashTick(MinecraftServer.java:6290)

-- Block entity being ticked --
Details:
    Name: quarryplus:quarry // com.yogpc.qp.machines.quarry.TileQuarry
    Block: Block{quarryplus:quarry}[facing=east,working=true]
    Block location: World: (-38,49,94), Section: (at 10,1,14 in -3,3,5; chunk contains blocks -48,-64,80 to -33,319,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Block: Block{quarryplus:quarry}[facing=east,working=true]
    Block location: World: (-38,49,94), Section: (at 10,1,14 in -3,3,5; chunk contains blocks -48,-64,80 to -33,319,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Block Entity NBT: {area:{direction:"up",maxX:-39,maxY:53,maxZ:123,minX:-56,minY:49,minZ:94},bedrockRemove:0b,chunkPreLoaded:0b,digMinY:-64,enchantments:{"minecraft:efficiency":5,"minecraft:fortune":3,"minecraft:unbreaking":3},energy:9937375000000L,headX:-55.0d,headY:-11.0d,headZ:109.0d,maxEnergy:10000000000000L,state:"MOVE_HEAD",storage:{fluids:[{amount:1000L,fluid:"minecraft:water"}],items:[{count:2923L,item:"minecraft:cobblestone"},{count:428L,item:"blockus:limestone"},{count:394L,item:"minecraft:lapis_lazuli"},{count:23L,item:"mythicmetals:raw_quadrillum"},{count:1L,item:"botania:cyan_mushroom"},{count:118L,item:"modern_industrialization:lignite_coal"},{count:23L,item:"techreborn:bauxite_ore"},{count:66L,item:"mythicmetals:morkite"},{count:125L,item:"minecraft:redstone"},{count:5L,item:"things:gleaming_powder"},{count:139L,item:"minecraft:flint"},{count:5258L,item:"minecraft:cobbled_deepslate"},{count:35L,item:"techreborn:raw_silver"},{count:45L,item:"bewitchment:salt"},{count:149L,item:"minecraft:dirt"},{count:1L,item:"botania:gray_mushroom"},{count:155L,item:"blockus:marble"},{count:19L,item:"mythicmetals:raw_carmot"},{count:52L,item:"indrev:nikolite_dust"},{count:1L,item:"minecraft:raw_copper"},{count:114L,item:"ae2:certus_quartz_dust"},{count:42L,item:"minecraft:raw_iron"},{count:8L,item:"mythicmetals:raw_mythril"},{count:22L,item:"minecraft:string"},{count:3L,item:"mythicmetals:raw_orichalcum"},{count:15L,item:"archon:earth_gem"},{count:139L,item:"consistency_plus:cobbled_tuff"},{count:2L,item:"techreborn:raw_iridium"},{count:3L,item:"lightestlamp:glow_lichen_fiber"},{count:3L,item:"minecraft:raw_gold"},{count:22L,item:"blockus:bluestone"},{count:66L,item:"minecraft:smooth_sandstone"},{count:12L,item:"minecraft:sandstone_slab"},{count:125L,item:"blockus:viridite"},{count:2L,item:"techreborn:galena_ore"},{count:1L,item:"minecraft:chest"}]},target:{area:{direction:"up",maxX:-39,maxY:53,maxZ:123,minX:-56,minY:49,minZ:94},currentTarget:-15118284431371L,target:"DigTarget",y:-11}}
Stacktrace:
    at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
    at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
    at net.minecraft.class_1937.method_18471(class_1937.java:475)
    at net.minecraft.class_3218.method_18765(class_3218.java:368)
    at net.minecraft.server.MinecraftServer.redirect$dbh000$fixUpdateSuppressionCrashTick(MinecraftServer.java:6290)
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
    at net.minecraft.class_1132.method_3748(class_1132.java:97)
    at net.minecraft.server.MinecraftServer.handler$ckd000$modifiedRunLoop(MinecraftServer.java:5396)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
    at java.base/java.lang.Thread.run(Thread.java:833)

-- Affected level --
Details:
    All players: 0 total; []
    Chunk stats: 1223
    Level dimension: mining_dims:mining_dim
    Derived: true
    Level spawn location: World: (-32,72,256), Section: (at 0,8,0 in -2,4,16; chunk contains blocks -32,-64,256 to -17,319,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Level time: 658118 game time, 163122 day time
    Level name: test5
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 21633 (now: false), thunder time: 24997 (now: false)
    Known server brands: fabric
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
    at net.minecraft.class_1132.method_3748(class_1132.java:97)
    at net.minecraft.server.MinecraftServer.handler$ckd000$modifiedRunLoop(MinecraftServer.java:5396)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
    at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.1, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 2139429664 bytes (2040 MiB) / 6341787648 bytes (6048 MiB) up to 6341787648 bytes (6048 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 9
    Microarchitecture: unknown
    Frequency (GHz): 4.20
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 8
    Graphics card #0 name: NVIDIA GeForce RTX 2080
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1e87
    Graphics card #0 versionInfo: DriverVersion=30.0.15.1215
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.47
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.47
    Memory slot #1 type: DDR4
    Memory slot #2 capacity (MB): 8192.00
    Memory slot #2 clockSpeed (GHz): 2.47
    Memory slot #2 type: DDR4
    Memory slot #3 capacity (MB): 8192.00
    Memory slot #3 clockSpeed (GHz): 2.47
    Memory slot #3 type: DDR4
    Virtual memory max (MB): 40699.29
    Virtual memory used (MB): 28830.67
    Swap memory total (MB): 8000.00
    Swap memory used (MB): 384.82
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6048m -Xms256m
    Fabric Mods: 
        additionaladditions: Additional Additions 4.0.0
        additionalbars: Additional Bars 3.0.0
        additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
        additionalstructures: Additional Structures 3.0.3
        adorn: Adorn 3.4.0+1.18.2
        advanced_reborn: Advanced Reborn 1.0.6
        advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
        advancementplaques: Advancement Plaques 1.4.4
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.10
        ae2: Applied Energistics 2 11.0.0-alpha.5
        ae2wtlib: AE2WTLib 11.0.0-alpha.2
        agape_space: Space Dimensions 0.5.10
        alloy_forgery: Alloy Forgery 2.0.13+1.18
        ambientenvironment: Ambient Environment 7.0+19
        ambientsounds: Ambiend Sounds (Fabric) 5.0.16
        amecsapi: Amecs API 1.3.6+mc22w06a
        annotateddi: Annotated DI 2.1.0+1.18.2
        aofemotes: AOF Emotes 0.0.4
        aopalliance_aopalliance: aopalliance 1.0
        apoli: Apoli 2.3.3
        appleskin: AppleSkin 2.4.0+mc1.18.2
        arcanus: Arcanus 1.29
        architects_palette: Architect's Palette Fabric 1.7
        architectury: Architectury 4.4.54
        archon: Archon 0.2.4
        armorsoundtweak: Armor Sound Tweak 5.0.0
        artis: Artis-Recrafted 2.4.1+1.18.2
        attributefix: AttributeFix 14.0.1
        authme: Auth Me 3.1.0
        autoconfig1u: Auto Config v1 Updated 3.4.0
        autorun: AutoRun 0.4.0
        autotag: AutoTag 1.1.0
        badpackets: Bad Packets 0.1.2
        balm-fabric: Balm 3.0.0+0
        bcc: BetterCompatibilityChecker fabric-1.0.5
        bclib: BCLib 1.4.5
        beenfo: Beenfo 1.18.2-fabric0.47.10-1.3.3
        bendy-lib: Bendy api 2.0.4
        betteranimalsplus: Better Animals Plus 1.18.2-11.0.5
        betterend: Better End 1.1.0
        betterf3: BetterF3 1.2.4
        betterfpsdist: Better FPS distance Mod 1.18-1.7
        betternether: Better Nether 6.1.1
        betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
        betterthirdperson: Better Third Person 1.7.3
        bewitchment: Bewitchment 1.18-18
        bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3
        big_items_duh: Big items, duh! 1.1.2+mc1.18.2
        biomemakeover: Biome Makeover 1.18.2-1.4.19
        bitsandchisels: BitsAndChisels 2.6.8
        blockus: Blockus 2.4.5+1.18.2
        blue_endless_jankson: jankson 1.2.1
        bno: Basic Nether Ores 1.18.2-7.2.0-Fabric
        bookshelf: Bookshelf 13.0.13
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.6-1.18.2
        botania: Botania 1.18.2-431-FABRIC
        breakprogress: Break Progress 1.0.1
        bsvsb: Better Sodium Video Settings Button 2.0.5
        buildinggadgets: st'ructure tools 1.0.21
        byg: Oh The Biomes You'll Go 1.4
        cacao: Croptopia's Chocolaterie 1.1
        caffeineconfig: CaffeineConfig 1.1.0
        calio: Calio 1.5.1
        can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.2.0
        capybara: Capybara 1.0.4
        cardinal-components: Cardinal Components API 4.1.4
        cardinal-components-base: Cardinal Components API (base) 4.1.4
        cardinal-components-block: Cardinal Components API (blocks) 4.1.4
        cardinal-components-chunk: Cardinal Components API (chunks) 4.1.4
        cardinal-components-entity: Cardinal Components API (entities) 4.1.4
        cardinal-components-item: Cardinal Components API (items) 4.1.4
        cardinal-components-level: Cardinal Components API (world saves) 4.1.4
        cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.1.4
        cardinal-components-world: Cardinal Components API (worlds) 4.1.4
        carpet: Carpet Mod 1.4.69
        carpet-extra: Carpet Extra 1.4.72
        carpet-tis-addition: Carpet TIS Addition 1.33.0
        carrier: Carrier 1.10.0
        catwalksinc: Catwalks Inc. 1.3.0
        chalk: Chalk 2.0.0+1.18.2
        chat_heads: Chat Heads 0.6.0
        chesttracker: Chest Tracker 1.1.13
        chisel: Chisel Refabricated 1.4.5
        cleardespawn: Clear Despawn 1.1.7
        clickthrough: ClickThrough 1.18.2-fabric0.47.10-0.4
        clienttweaks: Client Tweaks 7.1.0
        climbladdersfast: ClimbLaddersFast 2.1
        cloth-api: Cloth API 3.2.64
        cloth-basic-math: cloth-basic-math 0.6.0
        cloth-client-events-v0: Cloth Client Events v0 3.2.64
        cloth-common-events-v1: Cloth Common Events v1 3.2.64
        cloth-config: Cloth Config v6 6.2.57
        cloth-config-lite: cloth-config-lite 2.0.6
        cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
        cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64
        cloth-utils-v1: Cloth Utils v1 3.2.64
        clumps: Clumps 8.0.0+8
        coat: Coat 1.0.0-beta.17+mc1.18.2
        com_electronwill_night-config_core: core 3.6.5
        com_electronwill_night-config_toml: toml 3.6.5
        com_eliotlash_mclib_mclib: mclib 18
        com_eliotlash_molang_molang: molang 18
        com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
        com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
        com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
        com_flowpowered_flow-math: flow-math 1.0.3
        com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
        com_google_inject_guice: guice 5.1.0
        com_moandjiezana_toml_toml4j: toml4j 0.7.2
        com_typesafe_config: config 1.4.1
        com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
        computercraft: CC: Restitched 1.100.5
        conditional-mixin: conditional mixin 0.2.0
        config2brigadier: Config to Brigadier 1.1.1
        conjuring: Conjuring 1.0.22+1.18
        connectivity: Connectivity Mod 1.18.2-2.9
        consistency_plus: Consistency Plus 0.5.0+1.18.2
        continuity: Continuity 1.1.0+1.18.2
        cosmetic-armor: Cosmetic Armor 1.3.1
        coxinhautilities: Coxinha Utilities 1.2+1.18.2
        craftingtweaks: Crafting Tweaks 13.0.0
        craftpresence: CraftPresence 1.8.8
        crawl: Crawl 0.10.6
        creativecore: CreativeCore (Fabric) 2.6.10
        creeperoverhaul: Creeper Overhaul 1.3.0
        creeperspores: Creeper Spores 1.8.0
        croparia: Croparia 3.8.3
        croptopia: Croptopia 2.0.0
        crowdin-translate: CrowdinTranslate 1.4+1.18.2
        cullleaves: Cull Leaves 2.3.2
        curse_maven_wthit-3707010: wthit-3707010 440979
        customportalapi: Custom Portal Api 0.0.1-beta50-1.18
        damagetilt: Damage Tilt 1.18-fabric-0.1.2
        dankstorage: Dank Storage 1.18.2-3.7
        dark-enchanting: Dark Enchanting 1.0.0+1.18.2
        darkutils: DarkUtilities 10.0.4
        dawn: Dawn API 3.3.0
        de_poiu_apron_apron: apron 2.1.1
        deathlog: DeathLog 0.2.7+1.18
        detailab: Detail Armor Bar 2.6.2+1.18-fabric
        dimdoors: DimensionalDoors 4.0.4
        disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0
        disenchanter: Disenchanter 0.1.6+1.18
        dml-refabricated: Deep Mob Learning: Refabricated 1.18.2
        dml-refabricated-base: DML: Refabricated - Base 1.18.2
        dml-refabricated-events: DML: Refabricated - Vanilla Events 1.18.2
        dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 1.18.2
        dml-refabricated-rei: DML: Refabricated - REI Integration 1.18.2
        dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.3-beta
        doom: Doom Fabric 4.2.4
        doublejump: Double Jump Mod 1.0.1+mc1.18
        dragonloot: DragonLoot 1.0.10
        drippyloadingscreen: Drippy Loading Screen 1.5.1
        dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
        duckling: Duckling 1.0.4
        dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0
        dynamicfps: Dynamic FPS 2.1.0
        earthbounds: Earthbounds 1.18.2-1.1.1
        earthtojavamobs: Earth2Java 1.8.0+1.18.2
        eldritch_mobs: Eldritch Mobs 1.11.0
        emotecraft: Emotecraft 2.1.3-SNAPSHOT-build.17
        enchantment_force: enchantment_force 0.1.7
        enchdesc: EnchantmentDescriptions 10.0.3
        enhanced_attack_indicator: Enhanced Attack Indicator 1.0.3+1.18
        entityculling: EntityCulling-Fabric 1.5.1
        equipmentcompare: Equipment Compare 1.2.12
        exlineawnings: Exline's Awnings fabric-1.18.2-v1.0.2
        exlinefurniture: Exline's Furniture fabric-1.18.2-v2.0.5
        expandedstorage: Expanded Storage 7.3.12
        experiencebugfix: Experience Bug Fix 18
        explorerscompass: Explorer's Compass 1.18.2-2.1.0-fabric
        extended_drawers: Extended Drawers 1.0.4+mc.1.18.2
        extragenerators: Extra Generators 1.2.1-BETA+1.18
        extraorigins: Extra Origins 1.18-10
        fabric: Fabric API 0.51.1+1.18.2
        fabric-api-base: Fabric API Base 0.4.4+d7c144a860
        fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.0+2373a54560
        fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
        fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
        fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
        fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
        fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
        fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.3+d82b939260
        fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
        fabric-diagonal-panes: Fabric Diagonal Panes 0.6.1
        fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
        fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
        fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
        fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.14+d7c144a860
        fabric-furnaces: Fabric Furnaces 2.1.1-1.18.2
        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
        fabric-item-api-v1: Fabric Item API (v1) 1.4.0+4457765560
        fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.11+91896a4960
        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
        fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
        fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21
        fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.3+2d83e92c60
        fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
        fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.0+81ea5b3c60
        fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
        fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
        fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.0+fe4ddef060
        fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
        fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
        fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
        fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
        fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860
        fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
        fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
        fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
        fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
        fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
        fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
        fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860
        fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
        fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.0+2373a54560
        fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860
        fabricenchantments: Fabric Enchantments 0.7.2
        fabricloader: Fabric Loader 0.14.2
        fabricshieldlib: Fabric Shield Lib 1.5.3-1.18
        fabrictailor: Fabric Tailor 1.8.1
        fake-player-api: Fake Player API 0.3.0
        fallingleaves: Falling Leaves 1.10.0+1.18.2
        fallingtree: FallingTree 3.5.1
        fancymenu: FancyMenu 2.6.6
        farmersdelight: Farmer's Delight 1.18.2-0.2.1
        farmingforblockheads: Farming for Blockheads 10.0.0
        faux-custom-entity-data: Faux-Custom-Entity-Data 2.0.1
        feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
        ferritecore: FerriteCore 4.2.1
        fiber: fiber 0.23.0-2
        fireplacelib: Fireplace Lib 6.3.1+1.18.2
        fireworkfrenzy: Firework Frenzy 1.9
        flan: Flan 1.18.2-1.7.6
        fluidtank: Fluid Tank 18.5.0-fabric
        forgeconfigapiport: Forge Config API Port 3.2.0
        ftblibrary: FTB Library 1802.3.6-build.115
        ftbquests: FTB Quests 1802.3.8-build.101
        ftbteams: FTB Teams 1802.2.6-build.51
        fuelinfo: FuelInfo 1.0-SNAPSHOT
        gbfabrictools: GBfabrictools 1.3.4+1.18.2
        gearreborn: Gear Reborn 1.18.2-0.1.13
        geckolib3: Geckolib 3.0.38
        genesis: Genesis 1.18.2-1.0.1
        givemehats: Give Me Hats! 2.0.0
        go-fish: Go Fish 1.5.0-1.18.2
        gobber2: Gobber2 2.5.73
        goldenhoppers: Golden Hoppers 1.3.0
        goosik-config: goosik-config 0.2.0
        graveyard: The Graveyard 1.7
        graveyard_biomes: The Graveyard Biomes 1.1
        grounded_origins: Grounded Origins 1.1.3
        guardiansgalore: GuardiansGalore 1.18.2-3.0
        gud_recipe_confidence: Recipe Confidence 1.0.2
        hammermod: War-Hammers Mod fabric-1.18.2-v1.0.1
        harvest_scythes: Harvest Scythes 2.5.0
        healthoverlay: Health Overlay 6.0.1
        hookshot: Hookshot 25.0
        horseinfo: Horse Info 0.4.1-1.18
        horsestatsvanilla: Horse Stats Vanilla 4.1.10
        hoverpets: Hover Pets 0.3.2
        hyperlighting: Hyper Lighting 1.2.2
        iceberg: Iceberg 1.0.38
        icy-incitement: Icy Incitement 1.18.2-fabric-1.1.2
        iknowwhatimdoing: I Know What I'm Doing 4.0.0
        illagerexp: Illager Expansion 0.1.5
        illuminations: Illuminations 1.10.3
        impaled: Impaled 1.1.1
        impersonate: Impersonate 2.5.0
        improved-stations: Improved Stations 2.1.0
        incantationem: Incantationem 1.1.3+1.18.2
        incubus_core: Incubus Core 1.6.6+1.18.2
        indium: Indium 1.0.3+mc1.18.2
        indrev: Industrial Revolution 1.14.0-BETA
        ingredient-extension-api: Ingredient Extension API 2.0.5
        inmis: Inmis 2.5.3-1.18.2
        interference: Interference API 1.3.9
        inventoryhud: Inventory HUD + 3.4.2
        inventoryprofilesnext: Inventory Profiles Next 1.3.6
        io_leangen_geantyref_geantyref: geantyref 1.3.11
        iris: Iris 1.2.4-build.38
        itemborders: Item Borders 1.1.5
        itemfilters: Item Filters 1802.2.7-build.25
        itemscroller: Item Scroller 0.16.0
        jankson: Jankson 4.0.0+j1.2.0
        java: OpenJDK 64-Bit Server VM 17
        javax_inject_javax_inject: javax.inject 1
        jsonem: JsonEM 0.1.1
        justenoughkeys: Just Enough Keys 0.5.3
        kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        kibe: Kibe 1.9.7-BETA+1.18
        kirin: Kirin UI 1.10.0
        kjsextras: KubeJS Extras 2.0.0
        konkrete: Konkrete 1.3.3
        krypton: Krypton 0.1.9
        ktdatataglib: KtDataTagLib 1.6.5+1.18.2
        kubejs: KubeJS 1802.5.1-build.386
        kubejs_botania: KubeJS Botania 1.0.2
        kyrptconfig: Kyrpt Config 1.3.4-1.18
        lambdynlights: LambDynamicLights 2.1.0+1.17
        lazydfu: LazyDFU 0.1.2
        legendarytooltips: Legendary Tooltips 1.2.4
        libblockattributes: LibBlockAttributes 0.10.2
        libblockattributes_core: LibBlockAttributes (Core) 0.10.2
        libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.2
        libblockattributes_items: LibBlockAttributes (Items) 0.10.2
        libgui: LibGui 5.4.0+1.18.2
        libninepatch: LibNinePatch 1.1.0
        libra: Libra 0.4.2
        lifts: Lifts 1.4.1-BETA+1.18
        lightestlamp: Lightest Lamps 1.0.0
        lightoverlay: Light Overlay 6.0.5
        lithium: Lithium 0.7.9
        lovely_snails: Lovely Snails 1.0.4+1.18
        macawsbridgesbyg: Macaw's Bridges - BYG 1.18.2-1.0
        maelstrom_library: Maelstrom Library 1.2.4-1.18.2
        magehand: Magehand 1.1.0
        magiccombatwands: Magic Combat Wands 1.0.1
        magicfungi: Magic Fungi 0.7.1-BETA+1.18.2
        magna: Magna 1.7.0-1.18-pre1
        malilib: MaLiLib 0.12.1
        marketcrates: Marketcrates 1.4.1
        matrix: Matrix 1.0.0
        mavm: More Axolotl Variants Mod 1.0.7a
        maxhealthfix: MaxHealthFix 5.0.1
        mcda: MC Dungeons Armors 2.0.6
        mcdar: MC Dungeons Artifacts 1.4.8
        mcdw: MC Dungeons Weapons 4.3.2
        mconfig: Mconfig 1.2.0
        mcwbridges: Macaw's Bridges 2.0.2
        mcwfences: Macaw's Fences and Walls 1.0.4
        mcwlights: Macaw's Lights and Lamps 1.0.3
        mcwpaintings: Macaw's Paintings 1.0.3
        mcwwindows: Macaw's Windows 2.0.3
        me_hypherionmc_night-config_core: core 3.6.5_custom
        me_hypherionmc_night-config_toml: toml 3.6.5_custom
        megane: megane 7.5.1
        megane-api: megane-api 7.1.0
        megane-applied-energistics-2: megane-applied-energistics-2 7.1.0
        megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.1.0
        megane-extra-generators: megane-extra-generators 7.1.0
        megane-fabric-transfer: megane-fabric-transfer 7.1.0
        megane-industrial-revolution: megane-industrial-revolution 7.1.0
        megane-kibe: megane-kibe 7.1.0
        megane-lib-block-attributes: megane-lib-block-attributes 7.1.0
        megane-reborn-core: megane-reborn-core 7.1.0
        megane-reborn-energy: megane-reborn-energy 7.0.0
        megane-runtime: megane-runtime 7.2.0
        megane-tech-reborn: megane-tech-reborn 7.1.0
        megane-vanilla: megane-vanilla 7.1.1
        megane-wireless-networks: megane-wireless-networks 7.1.0
        midnightlib: MidnightLib 0.4.0
        milk: Milk Lib 0.3.1
        milk_plus: Milk+ 3.0.1
        minecraft: Minecraft 1.18.2
        minieffects: Mini Effects 4.1.0
        mining_dims: Mining Dimensions 1.3.6
        miningutility: Mining Utility 1.2.1+1.18
        mm: Manningham Mills 2.3
        mo_glass: Mo Glass 1.6.1-MC1.18.2
        mobz: MobZ 3.3.1
        mocolors: Mo' Colors 1.4.0
        modern_industrialization: Modern Industrialization 1.1.1
        modmenu: Mod Menu 3.2.1
        morebannerfeatures: More Banner Features 1.1.3
        moretags: More Tags 3.0.4
        morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT
        mostructures: Mo' Structures 1.4.2+1.18.2
        mtmechs: Magitek Mechs 1.0.12
        multibeds: MultiBeds 1.2.5
        multipart_entities: MultipartEntities 1.1.5-1.18.2
        myloot: myLoot 2.1
        myron: Myron 1.6.3+1.18.1
        mythicmetals: Mythic Metals 0.13.1
        mythicmounts: Mythic Mounts 1.18.2-7.0
        naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
        net_objecthunter_exp4j: exp4j 0.4.8
        nimble: Nimble 2.2.1
        ninjaphenix_container_lib: NinjaPhenix's Container Library 1.3.0
        no_fog: No Fog 1.2.2+1.16.5-1.18.2
        noindium: No Indium? 1.0
        notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2
        omega-config: OmegaConfig 1.2.3-1.18.1
        omega-config-gui: Omega Config GUI 1.2.3-1.18.1
        onsoulfire: On Soul Fire 1.18-2
        org_anarres_jcpp: jcpp 1.4.14
        org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
        org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21
        org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21
        org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21
        org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21
        org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
        org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
        org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
        org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
        org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
        org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
        org_joml_joml: joml 1.10.2
        org_spongepowered_configurate-core: configurate-core 4.1.2
        org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
        org_yaml_snakeyaml: snakeyaml 1.30
        origins: Origins 1.4.1
        origins-classes: Origins: Classes 1.3.0
        overlord: Overlord 3.1.5+1.18.2
        overweight_farming: Overweight Farming 1.18.2-1.2.0-fabric
        owo: o?o 0.7.1+1.18
        packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1
        paginatedadvancements: Paginated Advancements 1.0.0
        paintings: Paintings++ 9.1.1.0
        patchouli: Patchouli 1.18.2-67-FABRIC
        pehkui: Pehkui 3.3.0+1.14.4-1.19
        phonos: Phonos 0.3+1.18.2
        phosphor: Phosphor 0.8.1
        pickupnotifier: Pick Up Notifier 3.2.0
        pigpen: PigPen 8.0.1
        platforms: Platforms 1.2.4
        playerabilitylib: Pal 1.5.1
        pling: Pling 1.5.0
        plushies: Plushie Mod 1.2
        polymorph: Polymorph 0.0.20-1.18.2
        prefab: Prefab 3.1.5
        presencefootsteps: Presence Footsteps 1.5.0
        pride: Pride Lib 1.1.0+1.17
        publicguiannouncement: Public Gui Announcement 3.2.0.1
        pugh_lib: Pugh Lib 1.3.0
        pugh_tools: Pugh Tools 1.2.5
        puzzleslib: Puzzles Lib 3.3.1
        quarryplus: QuarryPlus 18.4.560
        quartzelv: Quartz Elevator 2.1.1+1.18
        questsadditions: Quests Additions 1.3.0b
        quickshulker: Quick Shulker 1.3.6-1.18
        ratsmischief: Rat's Mischief 1.3.7
        reach-entity-attributes: Reach Entity Attributes 2.1.1
        reborncore: Reborn Core 5.2.0-beta.3
        redbits: Red Bits 1.13.2
        redstonebits: Redstone Bits 1.7.1
        reeses-sodium-options: Reese's Sodium Options 1.4.2
        repurposed_structures: Repurposed Structures 4.1.6+1.18.2
        resourceful_tools: Resourceful Tools 1.2.35
        respawnablepets: Respawnable Pets 1.18-4
        rhino: Rhino 1801.1.9-build.135
        right-click-harvest: Right-Click-Harvest 1.2.0
        rocks: This Rocks! 1.6.0
        roughlyenoughitems: Roughly Enough Items 8.1.457
        roughlyenoughresources: Roughly Enough Resources 2.5.0
        rpgstats: RPGStats 4.3.9+1.18.2
        runelic: Runelic 11.0.1
        sandwichable: Sandwichable 1.2+1.18.2
        satin: Satin 1.7.2
        secretrooms: Secret Rooms 1.3.1+1.18.2
        seedfix: Seed Fix 1.0.1
        server_translations_api: Server Translations API 1.4.10+1.18.2
        shetiphiancore: ShetiPhianCore 1.2.10
        shulkerboxtooltip: Shulker Box Tooltip 3.0.7+1.18.2
        shulkerutils: shulkerutils 1.0.4-1.18
        silkspawners: SilkSpawners 1.1.1
        skinlayers: 3d Skin Layers 1.4.4-mc1.18.2
        skylorlib: SkyLib 1.3.34
        slimyboyos: Slimy Boyos 4.0.0.6
        sodium: Sodium 0.4.1+build.15
        sodium-extra: Sodium Extra 0.4.3
        someforgepatchesported: Some Forge Patches Ported 1.0.3
        spectrum: Spectrum 1.3.3-1.18.2-midgame18-trinkets-brewing
        spoornpacks: SpoornPacks 4.2.1-1.18.2
        spoornweaponattributes: SpoornWeaponAttributes 3.4
        sprout: Sprout 1.2.0
        spruceui: SpruceUI 3.3.0+1.17
        stacc: Stacc 1.2.3
        step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        stonecutter_recipe_tags: Stonecutter Recipe Tags 3.0.1+1.18.bc850d5.fabric
        stoneholm: Stoneholm 1.4.3
        tacocraft: TacoCraft 1.7.4-1.18.2
        team_reborn_energy: Energy 2.2.0
        techreborn: Tech Reborn 5.2.0-beta.3
        teenycoal: Teeny Coal 1.1.2-1.16.x-1.17.x-1.18.x-1.19-experimental-snapshot
        tempad: Tempad 1.1.0
        tenshilib: TenshiLib 1.18.2-1.6.7
        terrablender: TerraBlender 1.1.0.99
        terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
        terrarianslimes: Terrarian Slimes 1.2-BETA+1.18
        the_aether: Paradise Lost 1.6.9+1.18.2
        things: Things 0.2.17+1.18
        tiered: Tiered 1.0.2
        tinyskeletons: Tiny Skeletons 3.2.1
        tlcosmetica: Cosmetica 0.4.0
        toms_storage: Tom's Simple Storage Mod 1.3.0
        toolstats: ToolStats 9.0.1
        tooltipfix: ToolTip Fix 1.0.4-1.18
        torohealth: ToroHealth Damage Indicators 1.18-fabric-2
        tradingpost: Trading Post 3.2.0
        trashslot: TrashSlot 11.0.2
        trinkets: Trinkets 3.3.0
        tweed4_annotated: tweed4_annotated 1.3.0
        tweed4_base: tweed4_base 1.5.0+mc1.18.2
        tweed4_data: tweed4_data 1.2.1+mc1.18.2
        tweed4_data_hjson: tweed4_data_hjson 1.1.0
        tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
        tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
        twigs: Twigs 1.1.3-patch1+1.18.2
        unforgivingvoid: Unforgiving Void 3.1.4+1.18.2
        valley: ValleyCraft 2.3-1.18.2
        veggie_way: The Veggie Way 1.2.32
        veinmining: Vein Mining 0.0.12-1.18.2
        villager-hats: Villager Hats Mod 1.3.1
        villagernames: Villager Names 4.0.4
        visuality: Visuality 0.4.2
        voidz: VoidZ 1.0.7
        wandering_collector: Wandering Collector 1.1.2+mc1.18.2
        waterdripsound: Drip Sounds 1.18-0.3.0
        waystones: Waystones 2.5.0
        whereisit: Where Is It 1.14.10
        whisperwoods: Whisperwoods 1.18.2-2.1.0
        wi_zoom: WI Zoom 1.3-MC1.18.2
        winged: Winged Mod 1.18.2-3.2.0
        wirelessnetworks: Wireless Networks 1.5.1
        wmitaf: WMITAF 2.2.0
        wthit: wthit 4.10.1
        xaerominimap: Xaero's Minimap 22.7.0
        xaeroworldmap: Xaero's World Map 1.21.1
        xlpackets: XLPackets 2.1-1.17.1
        xps: Xp Obelisk 0.3.8.r_for_1.18.x_Fabric
        yigd: You're in Grave Danger 1.3.3
        yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
        zihlaunchpads: ZIHLaunchpads 1.2.0
    Loaded Shaderpack: (off)
    Server Running: true
    Player Count: 1 / 8; [class_3222['DaddyDanked'/5, l='ServerLevel[test5]', x=-67.49, y=67.00, z=277.13]]
    Data Packs: vanilla, dimdoors/classic (incompatible), minecraft/croptop, dimdoors/default (incompatible), minecraft/croparia_patchouli, spoornpacks (incompatible), Fabric Mods
    World Generation: Stable
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Client Crashes Since Restart: 0
    Integrated Server Crashes Since Restart: 1
    Suspected Mods: Minecraft (minecraft), myLoot (myloot), QuarryPlus (quarryplus)
Kotori316 commented 2 years ago

I'm sorry but I can't do anything for this crash from my mod. The report says the last stack of quarryplus is TileQuarry.breakBlock(TileQuarry.java:237), which is this code. https://github.com/Kotori316/QuarryPlus/blob/1ebac21c314d8f0afa9ce0e138fe5f7c5285e302/src/main/scala/com/yogpc/qp/machines/quarry/TileQuarry.java#L237 I don't pass null as parameter, and this context doesn't require the instance of Player. So I don't know how to call net.minecraft.class_1657.method_6051(LivingEntity#getRandom) without getting instance of Player.

Kotori316 commented 2 years ago

I saw comments in the issue of myroot. See the debug.log and grep mixin. Then you can find what mod injects bad code into LootableContainerBlockEntity.

itsdinkd commented 2 years ago

I saw comments in the issue of myroot. See the debug.log and grep mixin. Then you can find what mod injects bad code into LootableContainerBlockEntity.

unfortunately fabric does not have a debug.log. do you know which Mixin I should grep? does it say from the log above?

image

itsdinkd commented 2 years ago

So it looks like Fabric-Shield uses LootableContainerBlockEntity https://githublab.com/repository/issues/CrimsonDawn45/Fabric-Shield-Lib/82

could it be this?

image

Kotori316 commented 2 years ago

Use this script. https://gist.github.com/Kotori316/2e08e2ad1e5b33d42a6c8abaa258658b

  1. cd mods
  2. Download the script and place it in the mods dir
    • just execute curl -LO https://gist.githubusercontent.com/Kotori316/2e08e2ad1e5b33d42a6c8abaa258658b/raw/8c087683ff25887a60feceb5f411241af7feee19/show.sh
  3. chmod +x (script file)
  4. ./(script file) then you'll find almost all mixin injection with file name.
  5. Then grep or do something to find the LootableContainerBlockEntity
Kotori316 commented 2 years ago

I don't think Fabric-Shield do something wrong. It doesn't inject anything to LootableContainerBlockEntity because there are nothing related to LootableContainerBlockEntity in this dir.

itsdinkd commented 2 years ago

Use this script. https://gist.github.com/Kotori316/2e08e2ad1e5b33d42a6c8abaa258658b

1. `cd mods`

2. Download the script and place it in the mods dir

* just execute `curl -LO https://gist.githubusercontent.com/Kotori316/2e08e2ad1e5b33d42a6c8abaa258658b/raw/8c087683ff25887a60feceb5f411241af7feee19/show.sh`

4. `chmod +x (script file)`

5. `./(script file)` then you'll find almost all mixin injection with file name.

6. Then grep or do something to find the `LootableContainerBlockEntity`

Thanks! I'll run this in the morning

itsdinkd commented 2 years ago

Running this today! Also side note on the latest update that adds the 'if quarry breaks does frames break' config option (set to true)

image image does not work

itsdinkd commented 2 years ago

I don't think Fabric-Shield do something wrong. It doesn't inject anything to LootableContainerBlockEntity because there are nothing related to LootableContainerBlockEntity in this dir.

The issue was GiveMehats