Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugs with contraption using creative crate shulker and dipenser #1707

Open
ChouaneLouis opened this issue Jan 31, 2025 · 0 comments
Open

bugs with contraption using creative crate shulker and dipenser #1707

ChouaneLouis opened this issue Jan 31, 2025 · 0 comments
Labels
status: needs testing Issue needs testing type: bug Issue where something isn't working

Comments

@ChouaneLouis
Copy link

Description

latest version of create 1.20.1
bug demo here : https://youtu.be/LHvkvVFqbTY
and after the final crash i cant open the world anymore

Game Log

---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 2025-01-31 19:10:50 Description: Ticking entity java.lang.IllegalArgumentException: Transfer variant may not be blank. at knot//net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39) at knot//net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58) at knot//io.github.fabricators_of_create.porting_lib.transfer.item.ItemStackHandler.insert(ItemStackHandler.java:63) at knot//io.github.fabricators_of_create.porting_lib.transfer.item.ItemStackHandler.insert(ItemStackHandler.java:35) at knot//net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage.insert(CombinedStorage.java:67) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DropperMovementBehaviour.setItemStackAt(DropperMovementBehaviour.java:135) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DispenserMovementBehaviour.activate(DispenserMovementBehaviour.java:78) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DropperMovementBehaviour.visitNewPosition(DropperMovementBehaviour.java:43) at knot//com.simibubi.create.content.contraptions.AbstractContraptionEntity.tickActors(AbstractContraptionEntity.java:478) at knot//com.simibubi.create.content.contraptions.gantry.GantryContraptionEntity.tickContraption(GantryContraptionEntity.java:67) at knot//com.simibubi.create.content.contraptions.AbstractContraptionEntity.method_5773(AbstractContraptionEntity.java:392) at knot//net.minecraft.class_3218.method_18762(class_3218.java:739) at knot//net.minecraft.class_1937.method_18472(class_1937.java:480) at knot//net.minecraft.class_3218.method_31420(class_3218.java:385) at knot//net.minecraft.class_5574.method_31791(class_5574.java:54) at knot//net.minecraft.class_3218.method_18765(class_3218.java:353) at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897) at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824) at knot//net.minecraft.class_1132.method_3748(class_1132.java:105) at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671) at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) 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 knot//net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39) at knot//net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58) at knot//io.github.fabricators_of_create.porting_lib.transfer.item.ItemStackHandler.insert(ItemStackHandler.java:63) at knot//io.github.fabricators_of_create.porting_lib.transfer.item.ItemStackHandler.insert(ItemStackHandler.java:35) at knot//net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage.insert(CombinedStorage.java:67) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DropperMovementBehaviour.setItemStackAt(DropperMovementBehaviour.java:135) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DispenserMovementBehaviour.activate(DispenserMovementBehaviour.java:78) at knot//com.simibubi.create.content.contraptions.behaviour.dispenser.DropperMovementBehaviour.visitNewPosition(DropperMovementBehaviour.java:43) at knot//com.simibubi.create.content.contraptions.AbstractContraptionEntity.tickActors(AbstractContraptionEntity.java:478) at knot//com.simibubi.create.content.contraptions.gantry.GantryContraptionEntity.tickContraption(GantryContraptionEntity.java:67) at knot//com.simibubi.create.content.contraptions.AbstractContraptionEntity.method_5773(AbstractContraptionEntity.java:392) at knot//net.minecraft.class_3218.method_18762(class_3218.java:739) at knot//net.minecraft.class_1937.method_18472(class_1937.java:480) at knot//net.minecraft.class_3218.method_31420(class_3218.java:385) at knot//net.minecraft.class_5574.method_31791(class_5574.java:54) at knot//net.minecraft.class_3218.method_18765(class_3218.java:353) -- Entity being ticked -- Details: Entity Type: create:gantry_contraption (com.simibubi.create.content.contraptions.gantry.GantryContraptionEntity) Entity ID: 97 Entity Name: Gantry Contraption Entity's Exact location: -2.97, 57.00, 5.00 Entity's Block location: World: (-3,57,5), Section: (at 13,9,5 in -1,3,0; chunk contains blocks -16,-64,0 to -1,319,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Entity's Momentum: 0.03, -0.00, -0.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at knot//net.minecraft.class_1937.method_18472(class_1937.java:480) at knot//net.minecraft.class_3218.method_31420(class_3218.java:385) at knot//net.minecraft.class_5574.method_31791(class_5574.java:54) at knot//net.minecraft.class_3218.method_18765(class_3218.java:353) at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897) at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824) at knot//net.minecraft.class_1132.method_3748(class_1132.java:105) at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671) at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) at java.base/java.lang.Thread.run(Thread.java:833) -- Affected level -- Details: All players: 1 total; [class_3222['pataphyL'/1, l='ServerLevel[New World]', x=1.07, y=56.00, z=2.06]] Chunk stats: 3721 Level dimension: minecraft:overworld Level spawn location: World: (0,56,0), Section: (at 0,8,0 in 0,3,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 6385 game time, 6385 day time Level name: New World Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Level weather: Rain time: 65095 (now: false), thunder time: 83106 (now: false) Known server brands: fabric Removed feature flags: Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897) at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824) at knot//net.minecraft.class_1132.method_3748(class_1132.java:105) at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671) at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) at java.base/java.lang.Thread.run(Thread.java:833) -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 473044384 bytes (451 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 16 Processor Vendor: GenuineIntel Processor Name: 12th Gen Intel(R) Core(TM) i5-12500H Identifier: Intel64 Family 6 Model 154 Stepping 3 Microarchitecture: Alder Lake Frequency (GHz): 3.11 Number of physical packages: 1 Number of physical CPUs: 12 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 4050 Laptop GPU Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x28a1 Graphics card #0 versionInfo: DriverVersion=32.0.15.6119 Graphics card #1 name: Intel(R) Iris(R) Xe Graphics Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 1024.00 Graphics card #1 deviceId: 0x46a6 Graphics card #1 versionInfo: DriverVersion=31.0.101.4502 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 17048.36 Virtual memory used (MB): 12201.33 Swap memory total (MB): 1024.00 Swap memory used (MB): 185.68 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: create: Create 0.5.1-j-build.1631+mc1.20.1 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.11-4 forgeconfigapiport: Forge Config API Port 8.0.0 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1 porting_lib_base: Porting Lib Base 2.3.8+1.20.1 com_electronwill_night-config_core: core 3.6.6 com_electronwill_night-config_toml: toml 3.6.6 porting_lib_config: Porting Lib Config 2.3.8+1.20.1 porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1 porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1 porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1 porting_lib_brewing: Porting Lib Brewing 2.3.8+1.20.1 porting_lib_client_events: Porting Lib Client Events 2.3.8+1.20.1 porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1 porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1 porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1 porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1 porting_lib_common: Porting Lib Common 2.3.8+1.20.1 porting_lib_models: Porting Lib Models 2.3.8+1.20.1 porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1 porting_lib_obj_loader: Porting Lib Obj Loader 2.3.8+1.20.1 porting_lib_model_loader: Porting Lib Model Loader 2.3.8+1.20.1 porting_lib_tags: Porting Lib Tags 3.0 porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1 porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1 porting_lib_core: Porting Lib Core 2.3.8+1.20.1 porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1 reach-entity-attributes: Reach Entity Attributes 2.4.0 registrate-fabric: Registrate for Fabric 1.3.79-MC1.20.1 porting_lib_data: Porting Lib Data 2.1.1090+1.20 porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20 porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20 fabric-api: Fabric API 0.92.3+1.20.1 fabric-api-base: Fabric API Base 0.4.31+1802ada577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577 fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577 fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577 fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577 fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.65+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.12+1802ada577 fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.1+de0fd6d177 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.5+1802ada577 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.3+13a40c6677 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577 fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.13+1802ada577 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577 fabric-loot-api-v2: Fabric Loot API (v2) 1.2.2+1802ada577 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.46+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.51+1802ada577 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577 fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.12+13a40c6677 fabric-networking-v0: Fabric Networking (v0) 0.3.52+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.4+1802ada577 fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.22+1802ada577 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.4+1802ada577 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577 fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.11+fb82e9d777 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.31+1802ada577 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577 fabricloader: Fabric Loader 0.16.10 mixinextras: MixinExtras 0.4.1 handcrafted: Handcrafted 3.0.6 indium: Indium 1.0.34+mc1.20.1 iris: Iris 1.7.5+mc1.20.1 io_github_douira_glsl-transformer: glsl-transformer 2.0.1 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1 java: OpenJDK 64-Bit Server VM 17 minecraft: Minecraft 1.20.1 resourcefullib: Resourceful Lib 2.1.29 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 sodium: Sodium 0.5.11+mc1.20.1 Loaded Shaderpack: (off) Flywheel Backend: GL33 Instanced Arrays Server Running: true Player Count: 1 / 8; [class_3222['pataphyL'/1, l='ServerLevel[New World]', x=1.07, y=56.00, z=2.06]] Data Packs: vanilla, fabric Enabled Feature Flags: minecraft:vanilla World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Launched Version: fabric-loader-0.16.10-1.20.1

Debug Information

No response

@ChouaneLouis ChouaneLouis added status: needs testing Issue needs testing type: bug Issue where something isn't working labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs testing Issue needs testing type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant