Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.81k stars 889 forks source link

Fatal NPE on global tick event with npc player #3515

Closed tylerscallan closed 2 years ago

tylerscallan commented 2 years ago

This series of calls can throw an NPE if non player entities trigger the event or something.

Specifically here Mage Hands causes a fatal NPE, which is exceptionally a bummer because the world isn't quite corrupt, but a fatal event triggered by a persistent entity immediately on world load is 10/10 didn't see that coming and not sure what to do.

Would recommend null safety / graceful degradation / non fatal alerts (not sure if that's a mc thing etc, obvs you all know what to do) on all potentially global events that could conflict with other mods, vs fatal NPE.

Ty all -- create is awesome.

`https://github.com/Creators-of-Create/Create/blob/82be76d8934af03b4e52cad6a9f74a4175ba7b05/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryHandler.java#L56

---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward.

Time: 7/27/22, 12:03 AM Description: Ticking entity

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1657.method_31548()" because "player" is null at com.simibubi.create.content.curiosities.symmetry.SymmetryHandler.onBlockPlaced(SymmetryHandler.java:57) at io.github.fabricators_of_create.porting_lib.event.common.BlockPlaceCallback.lambda$static$0(BlockPlaceCallback.java:11) at net.minecraft.class_1747.handler$zcm000$port_lib$useOn(class_1747.java:524) at net.minecraft.class_1747.method_7884(class_1747.java) at net.minecraft.class_1799.method_7981(class_1799.java:250) at website.skylorbeck.magehand.entity.goals.MageHandPlantSeedGoal.lambda$tick$0(MageHandPlantSeedGoal.java:60) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at website.skylorbeck.magehand.entity.goals.MageHandPlantSeedGoal.method_6268(MageHandPlantSeedGoal.java:57) at net.minecraft.class_4135.method_6268(class_4135.java:65) at net.minecraft.class_1355.method_38849(class_1355.java:119) at net.minecraft.class_1355.method_6275(class_1355.java:110) at net.minecraft.class_1308.method_6023(class_1308.java:742) at net.minecraft.class_1309.method_6007(class_1309.java:2609) at net.minecraft.class_1308.method_6007(class_1308.java:546) at net.minecraft.class_1309.method_5773(class_1309.java:2354) at net.minecraft.class_1308.method_5773(class_1308.java:346) at website.skylorbeck.magehand.entity.MageHandAbstractEntity.method_5773(MageHandAbstractEntity.java:123) at net.minecraft.class_3218.method_18762(class_3218.java:702) at net.minecraft.class_1937.method_18472(class_1937.java:485) at net.minecraft.class_3218.method_31420(class_3218.java:363) at net.minecraft.class_5574.method_31791(class_5574.java:54) at net.minecraft.class_3218.method_18765(class_3218.java:331) 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.method_29741(MinecraftServer.java:697) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273) at java.base/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: Server thread Stacktrace: at com.simibubi.create.content.curiosities.symmetry.SymmetryHandler.onBlockPlaced(SymmetryHandler.java:57) at io.github.fabricators_of_create.porting_lib.event.common.BlockPlaceCallback.lambda$static$0(BlockPlaceCallback.java:11) at net.minecraft.class_1747.handler$zcm000$port_lib$useOn(class_1747.java:524) at net.minecraft.class_1747.method_7884(class_1747.java) at net.minecraft.class_1799.method_7981(class_1799.java:250) at website.skylorbeck.magehand.entity.goals.MageHandPlantSeedGoal.lambda$tick$0(MageHandPlantSeedGoal.java:60) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at website.skylorbeck.magehand.entity.goals.MageHandPlantSeedGoal.method_6268(MageHandPlantSeedGoal.java:57) at net.minecraft.class_4135.method_6268(class_4135.java:65) at net.minecraft.class_1355.method_38849(class_1355.java:119) at net.minecraft.class_1355.method_6275(class_1355.java:110) at net.minecraft.class_1308.method_6023(class_1308.java:742) at net.minecraft.class_1309.method_6007(class_1309.java:2609) at net.minecraft.class_1308.method_6007(class_1308.java:546) at net.minecraft.class_1309.method_5773(class_1309.java:2354) at net.minecraft.class_1308.method_5773(class_1308.java:346) at website.skylorbeck.magehand.entity.MageHandAbstractEntity.method_5773(MageHandAbstractEntity.java:123) at net.minecraft.class_3218.method_18762(class_3218.java:702) at net.minecraft.class_1937.method_18472(class_1937.java:485) at net.minecraft.class_3218.method_31420(class_3218.java:363) at net.minecraft.class_5574.method_31791(class_5574.java:54) at net.minecraft.class_3218.method_18765(class_3218.java:331)

-- Entity being ticked -- Details: Entity Type: magehand:gold (website.skylorbeck.magehand.entity.MageHandGoldEntity) Entity ID: 7 Entity Name: Gold Mage Hand Entity's Exact location: -76.90, 68.87, -21.48 Entity's Block location: World: (-77,68,-22), Section: (at 3,4,10 in -5,4,-2; chunk contains blocks -80,-64,-32 to -65,319,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1) Entity's Momentum: -0.01, -0.10, -0.06 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.class_1937.method_18472(class_1937.java:485) at net.minecraft.class_3218.method_31420(class_3218.java:363) at net.minecraft.class_5574.method_31791(class_5574.java:54) at net.minecraft.class_3218.method_18765(class_3218.java:331) 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.method_29741(MinecraftServer.java:697) 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: 1 total; [class_3222['LikeAndSubscribe'/102, l='ServerLevel[scenic]', x=-74.24, y=68.00, z=-16.36]] Chunk stats: 4757 Level dimension: minecraft:overworld Level spawn location: World: (-80,68,-16), Section: (at 0,4,0 in -5,4,-1; chunk contains blocks -80,-64,-16 to -65,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1) Level time: 797869 game time, 797869 day time Level name: scenic Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 48287 (now: false), thunder time: 17329 (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.method_29741(MinecraftServer.java:697) 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: 6597135264 bytes (6291 MiB) / 12448694272 bytes (11872 MiB) up to 17951621120 bytes (17120 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: unknown Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 3080 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x220a Graphics card #0 versionInfo: DriverVersion=31.0.15.1659 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 52155.46 Virtual memory used (MB): 33280.56 Swap memory total (MB): 19456.00 Swap memory used (MB): 125.48 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx17120m -Xms256m Fabric Mods: additionaladditions: Additional Additions 4.0.5 adorn: Adorn 3.5.0+1.18.2 advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7 advancementplaques: Advancement Plaques 1.4.5 advdebug: Advancements Debug 2.3.0 adventurez: AdventureZ 1.4.11 ae2: Applied Energistics 2 11.1.4 noindium: No Indium? 1.0.2+1.18.2 ae2things: AE2Things 1.1.0-beta.8 ae2wtlib: AE2WTLib 11.1.4 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.2 aofemotes: AOF Emotes 0.0.4 appbot: Applied Botanics 1.3.1 appleskin: AppleSkin 2.4.0+mc1.18.2 aqupdcaracal: Caracal mob 1.18.2-1.3.8 aqupdgrizzly: Grizzly Bear mob 1.18-1.3 arcanus: Arcanus 1.29 architects_palette: Architect's Palette Fabric 2.2 architectury: Architectury 4.6.77 artifacts: Artifacts 7.0.3+fabric expandability: ExpandAbility 6.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 attributefix: AttributeFix 14.0.2 authme: Auth Me 3.1.0 auto-workstations: Auto Workstations 1.0-SNAPSHOT-14 autoconfig1u: Auto Config v1 Updated 3.4.0 axolotlitemfix: Axolotl Item Fix 1.1.3 backslot: BackSlot 1.2.6 amecsapi: Amecs API 1.3.5+mc22w06a badpackets: Bad Packets 0.1.2 balm-fabric: Balm 3.1.0+0 basicaiots: Basic AIOTs 1.3.3+1.18.2 bcc: BetterCompatibilityChecker fabric-1.0.5 beaconoverhaul: Beacon Overhaul 1.6.0+1.18.2 reach-entity-attributes: Reach Entity Attributes 2.1.1 better_bad_omen: Better Bad Omen 1.3.0 betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.3 betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0 bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.2 bettermounthud: Better Mount HUD 1.1.4 betterpingdisplay: Better Ping Display 1.1.1 betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1 betterthanmending: BetterThanMending 1.3.0 betterthirdperson: Better Third Person 1.8.1 betterwitchhuts: YUNG's Better Witch Huts 1.18.2-Fabric-1.0.1 bewitchment: Bewitchment 1.18-23 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT impersonate: Impersonate 2.4.1 playerabilitylib: Pal 1.5.0 terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0 bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3 biomemakeover: Biome Makeover 1.18.2-1.4.29 bitsandchisels: BitsAndChisels 2.6.13 stacc: Stacc 1.2.3 blast: BLAST 1.9.1 blockus: Blockus 2.4.7+1.18.2 bookshelf: Bookshelf 13.2.21 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.8-1.18.2 maelstrom_library: Maelstrom Library 1.2.4-1.18.2 multipart_entities: MultipartEntities 1.1.5-1.18.2 botania: Botania 1.18.2-434-FABRIC fiber: fiber 0.23.0-2 bowinfinityfix: Bow Infinity Fix rv11 breakprogress: Break Progress 1.0.1 buildinggadgets: st'ructure tools 1.0.22 cardinal-components-item: Cardinal Components API (items) 4.0.0 cardinal-components-level: Cardinal Components API (world saves) 4.0.0 mm: Manningham Mills 2.3 builtinservers: Builtin Servers 2.0-BETA+1.18 byg: Oh The Biomes You'll Go 1.4 cacao: Croptopia's Chocolaterie 1.2 campanion: Campanion 3.0.3 camsbackpacks: Cammie's Wearable Backpacks 2.11 can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.2.0 capybara: Capybara 1.0.6 carrier: Carrier 1.10.0 catwalksinc: Catwalks Inc. 1.3.0 chalk: Chalk 2.0.1+1.18.2 cherishedworlds: Cherished Worlds 2.0.2-1.18 chimes: Chimes 1.1.1 chisel: Chisel Refabricated 1.4.5 cleancut: CleanCut 1.18.2-5.0-fabric clickadv: Clickable Advancements Mod 2.6 clienttweaks: Client Tweaks 7.1.0 cloth-api: Cloth API 3.2.64 cloth-client-events-v0: Cloth Client Events v0 3.2.64 cloth-common-events-v1: Cloth Common Events v1 3.2.64 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 cloth-config: Cloth Config v6 6.2.62 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 8.0.0+14 compact_storage: Compact Storage 5.0-1.18.2 companion: Companion 2.0.1 computercraft: CC: Restitched 1.100.8 conjuring: Conjuring 1.0.22+1.18 continuity: Continuity 2.0.0+1.18.2 controlling: Controlling For Fabric 9.0+21 couplings: Couplings 1.8.0+1.18.2 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 coxinhautilities: Coxinha Utilities 1.4+1.18.2 omega-config: OmegaConfig 1.2.3-1.18.1 omega-config-gui: Omega Config GUI 1.2.3-1.18.1 cloth-config-lite: cloth-config-lite 2.0.6 team_reborn_energy: Energy 2.2.0 craftingtweaks: Crafting Tweaks 14.0.3 crawl: Crawl 0.10.6 create: Create mc1.18.2_v0.4.1+637 com_google_code_findbugs_jsr305: jsr305 3.0.2 fake-player-api: Fake Player API 0.3.0 flywheel: Flywheel 1.18-0.7.0.26 forge_tags: Forge Tags 2.1 milk: Milk Lib 0.3.2 dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0 registrate-fabric: Registrate for Fabric MC1.18.2-1.0.3 createplus: CreatePlus 1.0 creeperoverhaul: Creeper Overhaul 1.3.1 croptopia: Croptopia 2.0.5 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 croptosis: Croptosis 1.5.0 cyti: Can You Trash It? 1.0.5 dankstorage: Dank Storage 1.18.2-3.7.1 dark-enchanting: Dark Enchanting 1.0.0+1.18.2 libgui: LibGui 5.4.0+1.18.2 jankson: Jankson 4.0.0+j1.2.0 libninepatch: LibNinePatch 1.1.0 darkpaintings: DarkPaintings 10.0.3 darkutils: DarkUtilities 10.0.5 dawn: Dawn API 3.3.2 deathlog: DeathLog 0.2.9+1.18 decorative_blocks: Decorative Blocks 2.1.0 deepslatecutting: Deepslate Cutting 1.3.4 com_moandjiezana_toml_toml4j: toml4j 0.7.2 maybe-data: Maybe data 1.3.1-1.18.2 defaultoptions: Default Options 14.1.1 disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0 display_case: Display Case Mod 1.0.0 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 ktdatataglib: KtDataTagLib 1.6.5+1.18.2 dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.4-beta dragonloot: DragonLoot 1.1.0 dual_riders: Dual Riders 1.1.1 duckling: Duckling 1.0.5 dusk: Dusk Mod 1.18.2-2.1 dustrial_decor: Dustrial Decor 0.5 dwarfcoal: Dwarf Coal 1.18.1-1.0.1 dyed: Dyed 1.0.2 dynamicfps: Dynamic FPS 2.1.0 ecologics: Ecologics 1.7.4 effecttooltips: EffectTooltips 2.0.1 eggtab: Egg Tab 2.2.1+1.18-fabric ellemes_container_lib: Ellemes' Container Library 1.4.0-beta.2 elytratrinket: Elytra Trinket 3.0.0-1.18.1 enchancement: Enchancement 1.18-18 cardinal-components-base: Cardinal Components API (base) 4.1.4 cardinal-components-entity: Cardinal Components API (entities) 4.1.4 cardinal-components-world: Cardinal Components API (worlds) 4.1.4 enchdesc: EnchantmentDescriptions 10.0.4 entitybanners: Entity Banners 1.0.2-BETA+1.18 equipmentcompare: Equipment Compare 1.2.12 expandedstorage: Expanded Storage 7.4.0-beta.4 experiencebugfix: Experience Bug Fix 18 extraalchemy: Extra Alchemy 1.8.1 extragenerators: Extra Generators 1.2.1-BETA+1.18 extremesoundmuffler: Extreme sound muffler 3.28_fabric-1.18.1 fabric: Fabric API 0.58.0+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.2+2373a54560 fabric-biome-api-v1: Fabric Biome API (v1) 8.0.6+651bcc5960 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.23+d7c144a860 fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1+c85f2e3860 fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.1+9fcb91d260 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20+489d6f8260 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.19+d7c144a860 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860 fabric-item-api-v1: Fabric Item API (v1) 1.5.2+17cbbd4360 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+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-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+1997ad1260 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2+e747827960 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60 fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.23+2d30af4b60 fabric-networking-v0: Fabric Networking (v0) 0.3.10+b4f4f6cd60 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3+032c981d60 fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.10+0d9ab37260 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560 fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.3+41a02c8a60 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.5.2+446e059560 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.2+1f6558e860 fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3+f4563ac860 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960 fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3 fabricaeexnihilo: FabricaeExNihilo 0.1.6+mc1.18.2 fabricloader: Fabric Loader 0.14.8 farmersdelight: Farmer's Delight 1.18.2-0.2.1 farmingforblockheads: Farming for Blockheads 10.0.2 feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1 ferritecore: FerriteCore 4.2.1 findme: FindMe 3.0.6 floral_flair: Floral Flair 1.3.0 flytre_lib: FlytreLib 1.8.1 forgeconfigapiport: Forge Config API Port 3.2.0 ftbchunks: FTB Chunks 1802.3.6-build.147 ftblibrary: FTB Library 1802.3.6-build.123 ftbquests: FTB Quests 1802.3.8-build.101 ftbteams: FTB Teams 1802.2.6-build.51 ftbultimine: FTB Ultimine 1802.3.3-build.55 gateofbabylon: Gate Of Babylon 1.7.0-1.18.2 geckolib3: Geckolib 3.0.51 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 geodes: More Geodes 1.4.2 glassential: Glassential 1.3.0 go-fish: Go Fish 1.5.0-1.18.2 goblintraders: Goblin Traders 1.5.1 goldenhoppers: Golden Hoppers 1.3.3 goodall: Goodall 1.0.2 graveyard: The Graveyard 1.9 graveyard_biomes: The Graveyard Biomes 1.1 guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14 guild: Guild 0.4.0 harvest_scythes: Harvest Scythes 2.5.1 healthoverlay: Health Overlay 6.2.4 hexcasting: Hex Casting 0.9.1 cardinal-components: Cardinal Components API 4.1.4 hookshot: Hookshot 25.0 horseinfo: Horse Info 0.4.1-1.18 iceberg: Iceberg 1.0.38 iknowwhatimdoing: I Know What I'm Doing 4.1.0 impaled: Impaled 1.1.3 improved-stations: Improved Stations 2.1.0 incantationem: Incantationem 1.1.3+1.18.2 indium: Indium 1.0.6+mc1.18.2 indrev: Industrial Revolution 1.14.0-BETA libblockattributes_core: LibBlockAttributes (Core) 0.10.0 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0 libblockattributes_items: LibBlockAttributes (Items) 0.10.0 magna: Magna 1.7.0-1.18-pre1 infusion_table: Infusion Table 1.1.0 inmis: Inmis 2.6.0-1.18.2 inventoryhud: Inventory HUD + 3.4.2 inventoryprofilesnext: Inventory Profiles Next 1.6.1 inventorysorter: Inventory Sorter 1.8.8-1.18 kyrptconfig: Kyrpt Config 1.4.6-1.18 blue_endless_jankson: jankson 1.2.1 iris: Iris 1.2.6 org_anarres_jcpp: jcpp 1.4.14 iron-jetpacks: Iron Jetpacks 0.4.3 itemfilters: Item Filters 1802.2.7-build.21 jamlib: JamLib 0.0.5 java: OpenJDK 64-Bit Server VM 17 jumpoverfences: JumpOverFences 1.16-0.0.3 kibe: Kibe 1.9.9-BETA+1.18 kjsextras: KubeJS Extras 3.0.0 kleeslabs: KleeSlabs 11.1.1 kubejs: KubeJS 1802.5.4-build.524 kubejs_create: KubeJS Create 1802.2.2-build.26 lazydfu: LazyDFU 0.1.2 legendarytooltips: Legendary Tooltips 1.2.5 lifts: Lifts 1.4.1-BETA+1.18 lightoverlay: Light Overlay 6.0.5 lithium: Lithium 0.7.10 logprot: Logprot Mod 1.18-1.6 lootr: Lootr 0.3.23.60 lovely_snails: Lovely Snails 1.0.4+1.18 magehand: Magehand 1.1.2 magicalforest: Magical Forest 2.0.3 mavm: More Axolotl Variants Mod 1.0.8a mcwbridges: Macaw's Bridges 2.0.3 mcwdoors: Macaw's Doors 1.0.6 mcwfences: Macaw's Fences and Walls 1.0.5 mcwlights: Macaw's Lights and Lamps 1.0.3 mcwpaintings: Macaw's Paintings 1.0.3 mcwpaths: Macaw's Paths and Pavings 1.0.0 mcwroofs: Macaw's Roofs 2.1.2 mcwtrpdoors: Macaw's Trapdoors 1.0.6 mcwwindows: Macaw's Windows 2.0.3 megane: megane 7.8.0 megane-api: megane-api 7.8.0 megane-applied-energistics-2: megane-applied-energistics-2 7.8.0 megane-create: megane-create 7.8.0 megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.8.0 megane-extra-generators: megane-extra-generators 7.8.0 megane-fabric-transfer: megane-fabric-transfer 7.8.0 megane-industrial-revolution: megane-industrial-revolution 7.8.0 megane-kibe: megane-kibe 7.8.0 megane-lib-block-attributes: megane-lib-block-attributes 7.8.0 megane-modern-dynamics: megane-modern-dynamics 7.8.0 megane-reborn-core: megane-reborn-core 7.8.0 megane-reborn-energy: megane-reborn-energy 7.8.0 megane-runtime: megane-runtime 7.8.0 megane-tech-reborn: megane-tech-reborn 7.8.0 megane-vanilla: megane-vanilla 7.8.0 megane-wireless-networks: megane-wireless-networks 7.8.0 minecarttweaks: Cammie's Minecart Tweaks 1.5 minecraft: Minecraft 1.18.2 mobscarecrow: Mob Scarecrow 2.1.1 mocolors: Mo' Colors 1.4.0 modern_industrialization: Modern Industrialization 1.2.2 moderndynamics: Modern Dynamics 0.2.4-beta modmenu: Mod Menu 3.2.3 morevillagers: More Villagers 3.3.2 mostructures: Mo' Structures 1.4.2+1.18.2 mousetweaks: Mouse Tweaks 2.22 mtmechs: Magitek Mechs 1.0.12 mythicmounts: Mythic Mounts 1.18.2-7.0 naturescompass: Nature's Compass 1.18.2-2.0.3-fabric nears: Nears 1.1.8 netherportalfix: NetherPortalFix 9.0.0 no_angled_brackets: No Angled Brackets 1.0.0 no_null_processors: No Null Processors - Fabric 2.0.1+1.18.1 onastick: On A Stick 2.0.0 openloader: OpenLoader 12.0.1 overloadedarmorbar: Overloaded Armor Bar 1.18.1-6 gbfabrictools: GBfabrictools 1.2.2+1.16 owo: oωo 0.7.2-no-cme+1.18 paginatedadvancements: Paginated Advancements 1.1.0 patchouli: Patchouli 1.18.2-71.1-FABRIC paucal: PAUCAL 0.4.7 pehkui: Pehkui 3.3.3+1.14.4-1.19.1 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 peripheralium: Peripheralium 0.1.1 peripheralworks: Unlimited Peripheral Works 0.1.2 phosphor: Phosphor 0.8.1 pigpen: PigPen 8.0.1 pling: Pling 1.5.0 plushies: Plushie Mod 1.2 probablychests: Probably Chests 0.5.3-1.18.2 promenade: Promenade 2.6.3 terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0 pyrotastic: Pyrotastic 1.18.2+0.0.2 quartzelv: Quartz Elevator 2.1.2+1.18.2 questsadditions: Quests Additions 1.3.1 quickshulker: Quick Shulker 1.3.6-1.18 shulkerutils: shulkerutils 1.0.4-1.18 raised: Raised 1.1.2 rare-ice: Rare Ice 0.4.1 reborncore: Reborn Core 5.2.0 redstonebits: Redstone Bits 1.8.2 reeses-sodium-options: Reese's Sodium Options 1.4.4+mc1.18.2-build.46 replanter: Replanter 1.3 repurposed_structures: Repurposed Structures 4.1.14+1.18.2 respawnablepets: Respawnable Pets 1.18-4 rhino: Rhino 1802.1.14-build.206 rightclickharvest: Right Click Harvest 2.2.1+1.18 ring_of_teleport: Ring Of Teleport 1.1.24 ringsofascension: Rings of Ascension 1.0.1 roughlyenoughitems: Roughly Enough Items 8.3.519 roughlyenoughprofessions: Roughly Enough Professions 1.0.1 roughlyenoughresources: Roughly Enough Resources 2.5.0 runelic: Runelic 11.0.1 scannable: Scannable 1.7.7 secretrooms: Secret Rooms 1.3.1+1.18.2 shulkerboxtooltip: Shulker Box Tooltip 3.0.10+1.18.2 simpleteleporters: Simple Teleporters 2.3.0 simplevoidworld: Simple Void World 4.0.0 skylorlib: SkyLib 1.3.35 slight-gui-modifications: 'Slight' GUI Modifications 2.1.0 org_codehaus_groovy_groovy: groovy 3.0.8 org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8 slimyfloor: Slimy Floor 1.18-1.2.2 slotlock: SlotLock 1.0.4-BETA+1.18 smootherbedrock: Smoother Bedrock 1.0.4 smwyg: Show Me What You Got 1.0.1 sodium: Sodium 0.4.1+build.15 org_joml_joml: joml 1.10.2 sodium-extra: Sodium Extra 0.4.6+mc1.18.2-build.46 caffeineconfig: CaffeineConfig 1.0.0+1.17 someforgepatchesported: Some Forge Patches Ported 1.0.3 spark: spark 1.9.11 spectrum: Spectrum 1.4.2-1.18.2-chaos_and_exploration additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2 bannerpp: Banner++ 2.0.6-teb.1+mc.1.18.2 incubus_core: Incubus Core 1.7-rc.4 satin: Satin 1.7.2 staffofbuilding: Staff of Building 1.4.1-1.18.1 stoneholm: Stoneholm 1.4.3 strawdummy: Straw Dummy 1.7.0 structures_compass: Structures Compass 1.18.2-1.4.2 techreborn: Tech Reborn 5.2.0 terrablender: TerraBlender 1.1.0.102 terrarianslimes: Terrarian Slimes 1.2.1-BETA+1.18 thatched: Thatched 1.1.0 things: Things 0.2.18+1.18 thonkutil: ThonkUtil 2.14.1+1.18 thonkutil-base: ThonkUtil Base 1.12.2+23c1dc2c60 thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.2+9e23427060 thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.19+9b80223760 thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.14+9b80223760 thonkutil-legacy: ThonkUtil Legacy 1.0.20+9b80223760 thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.12+9b80223760 thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.1+9b80223760 thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.9+9b80223760 thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.20+9b80223760 timeinabottle: Time in a Bottle 1.6.1-mc1.18.2-fabric timeoutout: TimeOut Out 1.0.1+1.18 tipsmod: Tips 5.0.3 toms_storage: Tom's Simple Storage Mod 1.3.4 toolstats: ToolStats 9.0.3 tooltipfix: ToolTip Fix 1.0.4-1.18 totemmod: Wither Totems Mod 0.3.5-1.18.2-pre2 totw_additions: Towers of the Wild: Additions 1.2.1 transportables: Transportables 1.2 trapexpansion: Trap Expansion 1.3.3 trashslot: TrashSlot 11.0.2 trinketofundying: Trinket of Undying 2.0.2-1.18.2 trinkets: Trinkets 3.3.1 twigs: Twigs 1.1.3-patch2+1.18.2 twilightforest: The Twilight Forest 4.1.251 here-be-no-dragons: Here be no Dragons! 1.0.0 javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2 porting_lib: Porting Lib 1.1.342-beta+1.18.2-dev.dd61cdc com_github_llamalad7_mixinextras: MixinExtras 0.0.10 serialization_hooks: Serialization Hooks 0.2.0+1.18.f5d4aa6 updatefixerupper: UpdateFixerUpper 1.0.0 vanilla-hammers: Vanilla Hammers 3.4.0-1.18.2 static-content: Static Content 1.0.2-1.16.2 staticdata: Static Data 1.1.2 vanillaexcavators: Vanilla Excavators 1.1.0 villager-hats: Villager Hats 1.4.0 visuality: Visuality 0.4.2 goosik-config: goosik-config 0.2.0 tlcosmetica: Cosmetica 0.4.0 voidtotem: VoidTotem (Fabric) 1.18.2-1.3.1 wandering_collector: Wandering Collector 1.1.2+mc1.18.2 coat: Coat 1.0.0-beta.17+mc1.18.2 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 waystones: Waystones 2.5.5+mc1.18.2 winged: Winged Mod 1.18.2-3.2.0 wirelessnetworks: Wireless Networks 1.5.1 wmitaf: WMITAF 2.3.0 wolveswitharmor: Wolves With Armor 1.7.1-1.18.2 worldedit: WorldEdit 7.2.10+1742f98 wthit: wthit 4.11.0 xlpackets: XLPackets 2.1-1.17.1 xps: Xp Obelisk 0.4.2.r_for_1.18.x_Fabric yigd: You're in Grave Danger 1.3.7 yungsapi: YUNG's API 1.18.2-Fabric-2.0.8 yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0 yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0 Loaded Shaderpack: ComplementaryShaders_v4.5.1.zip Profile: HIGH (+0 options changed by user) Flywheel Backend: Off Server Running: true Player Count: 1 / 8; [class_3222['LikeAndSubscribe'/102, l='ServerLevel[scenic]', x=-74.24, y=68.00, z=-16.36]] Data Packs: vanilla, minecraft/croptop, createplus/createplus-core, Fabric Mods World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'`

masonbesmer commented 2 years ago

Hi there @tylerscallan, thanks for your report. I see you're running the fabric version of Create.

Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'

Please move your issue here.