1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2023-05-28 02:55:45
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.IllegalArgumentException: Transfer variant may not be blank.
|
8 | at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39)
|
9 | at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58)
|
10 | at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.insert(SingleStackStorage.java:108)
|
11 | at net.fabricmc.fabric.impl.transfer.item.InventorySlotWrapper.insert(InventorySlotWrapper.java:79)
|
12 | at net.fabricmc.fabric.impl.transfer.item.InventorySlotWrapper.insert(InventorySlotWrapper.java:39)
|
13 | at net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage.insert(CombinedStorage.java:66)
|
14 | at com.simibubi.create.foundation.tileEntity.behaviour.inventory.InvManipulationBehaviour.insert(InvManipulationBehaviour.java:104)
|
15 | at com.simibubi.create.content.contraptions.components.crafter.MechanicalCrafterTileEntity.tryInsert(MechanicalCrafterTileEntity.java:409)
|
16 | at com.simibubi.create.content.contraptions.components.crafter.MechanicalCrafterTileEntity.tick(MechanicalCrafterTileEntity.java:372)
|
17 | at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
|
18 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
19 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
20 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
21 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
22 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
23 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
24 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:98)
|
25 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
26 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
27 | at java.base/java.lang.Thread.run(Thread.java:833)
|
28 |
|
29 |
|
30 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
31 | ---------------------------------------------------------------------------------------
|
32 |
|
33 | -- Head --
|
34 | Thread: Server thread
|
35 | Stacktrace:
|
36 | at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39)
|
37 | at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58)
|
38 | at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.insert(SingleStackStorage.java:108)
|
39 | at net.fabricmc.fabric.impl.transfer.item.InventorySlotWrapper.insert(InventorySlotWrapper.java:79)
|
40 | at net.fabricmc.fabric.impl.transfer.item.InventorySlotWrapper.insert(InventorySlotWrapper.java:39)
|
41 | at net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage.insert(CombinedStorage.java:66)
|
42 | at com.simibubi.create.foundation.tileEntity.behaviour.inventory.InvManipulationBehaviour.insert(InvManipulationBehaviour.java:104)
|
43 | at com.simibubi.create.content.contraptions.components.crafter.MechanicalCrafterTileEntity.tryInsert(MechanicalCrafterTileEntity.java:409)
|
44 | at com.simibubi.create.content.contraptions.components.crafter.MechanicalCrafterTileEntity.tick(MechanicalCrafterTileEntity.java:372)
|
45 | at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
|
46 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
47 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
48 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
49 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
50 |
|
51 | -- Block entity being ticked --
|
52 | Details:
|
53 | Name: create:mechanical_crafter // com.simibubi.create.content.contraptions.components.crafter.MechanicalCrafterTileEntity
|
54 | Block: Block{create:mechanical_crafter}[facing=north,pointing=up]
|
55 | Block location: World: (1,-60,3), Section: (at 1,4,3 in 0,-4,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)
|
56 | Block: Block{create:mechanical_crafter}[facing=north,pointing=up]
|
57 | Block location: World: (1,-60,3), Section: (at 1,4,3 in 0,-4,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)
|
58 | Stacktrace:
|
59 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
60 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
61 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
62 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
63 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
64 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
65 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:98)
|
66 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
67 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
68 | at java.base/java.lang.Thread.run(Thread.java:833)
|
69 |
|
70 | -- Affected level --
|
71 | Details:
|
72 | All players: 1 total; [class_3222['object_Object'/22, l='ServerLevel[New World]', x=0.45, y=-60.00, z=0.91]]
|
73 | Chunk stats: 2809
|
74 | Level dimension: minecraft:overworld
|
75 | Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,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)
|
76 | Level time: 7869 game time, 7869 day time
|
77 | Level name: New World
|
78 | Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
|
79 | Level weather: Rain time: 107428 (now: false), thunder time: 107747 (now: false)
|
80 | Known server brands: fabric
|
81 | Level was modded: true
|
82 | Level storage version: 0x04ABD - Anvil
|
83 | Stacktrace:
|
84 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
85 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
86 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:98)
|
87 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
88 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
89 | at java.base/java.lang.Thread.run(Thread.java:833)
|
90 |
|
91 | -- System Details --
|
92 | Details:
|
93 | Minecraft Version: 1.19.2
|
94 | Minecraft Version ID: 1.19.2
|
95 | Operating System: Windows 11 (amd64) version 10.0
|
96 | Java Version: **.**.**.**, Oracle Corporation
|
97 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
98 | Memory: 2947127328 bytes (2810 MiB) / 3980394496 bytes (3796 MiB) up to 8589934592 bytes (8192 MiB)
|
99 | CPUs: 12
|
100 | Processor Vendor: GenuineIntel
|
101 | Processor Name: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
|
102 | Identifier: Intel64 Family 6 Model 158 Stepping 10
|
103 | Microarchitecture: Coffee Lake
|
104 | Frequency (GHz): 2.59
|
105 | Number of physical packages: 1
|
106 | Number of physical CPUs: 6
|
107 | Number of logical CPUs: 12
|
108 | Graphics card #0 name: Intel(R) UHD Graphics 630
|
109 | Graphics card #0 vendor: Intel Corporation (0x8086)
|
110 | Graphics card #0 VRAM (MB): 1024.00
|
111 | Graphics card #0 deviceId: 0x3e9b
|
112 | Graphics card #0 versionInfo: DriverVersion=27.20.100.9664
|
113 | Graphics card #1 name: NVIDIA GeForce GTX 1650
|
114 | Graphics card #1 vendor: NVIDIA (0x10de)
|
115 | Graphics card #1 VRAM (MB): 4095.00
|
116 | Graphics card #1 deviceId: 0x1f91
|
117 | Graphics card #1 versionInfo: DriverVersion=31.0.15.2879
|
118 | Memory slot #0 capacity (MB): 16384.00
|
119 | Memory slot #0 clockSpeed (GHz): 3.20
|
120 | Memory slot #0 type: DDR4
|
121 | Memory slot #1 capacity (MB): 16384.00
|
122 | Memory slot #1 clockSpeed (GHz): 3.20
|
123 | Memory slot #1 type: DDR4
|
124 | Virtual memory max (MB): 52584.75
|
125 | Virtual memory used (MB): 31804.98
|
126 | Swap memory total (MB): 20000.00
|
127 | Swap memory used (MB): 210.84
|
128 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8192m
|
129 | Fabric Mods:
|
130 | crafttweaker: CraftTweaker 10.1.44
|
131 | org_javassist_javassist: javassist 3.29.0-GA
|
132 | org_reflections_reflections: reflections 0.10.2
|
133 | create: Create 0.5.0.i-1017 1.19.2
|
134 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
135 | flywheel: Flywheel 0.6.8.a-4
|
136 | forgeconfigapiport: Forge Config API Port 4.2.9
|
137 | com_electronwill_night-config_core: core 3.6.5
|
138 | com_electronwill_night-config_toml: toml 3.6.5
|
139 | milk: Milk Lib 1.0.51
|
140 | dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
|
141 | porting_lib: Porting Lib 2.1.954 1.19.2
|
142 | com_github_llamalad7_mixinextras: MixinExtras 0.1.1
|
143 | forge_tags: Porting Lib Tags 3.0
|
144 | mm: Manningham Mills 2.3
|
145 | porting_lib_accessors: Porting Lib Accessors 2.1.954 1.19.2
|
146 | porting_lib_attributes: Porting Lib Attributes 2.1.954 1.19.2
|
147 | porting_lib_base: Porting Lib Base 2.1.954 1.19.2
|
148 | porting_lib_common: Porting Lib Common 2.1.954 1.19.2
|
149 | porting_lib_constants: Porting Lib Constants 2.1.954 1.19.2
|
150 | porting_lib_entity: Porting Lib Entity 2.1.954 1.19.2
|
151 | porting_lib_extensions: Porting Lib Extensions 2.1.954 1.19.2
|
152 | porting_lib_fake_players: Porting Lib Fake Players 2.1.954 1.19.2
|
153 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.954 1.19.2
|
154 | porting_lib_loot: Porting Lib Loot 2.1.954 1.19.2
|
155 | porting_lib_model_generators: Porting Lib Model Generators 2.1.954 1.19.2
|
156 | porting_lib_model_loader: Porting Lib Model Loader 2.1.954 1.19.2
|
157 | porting_lib_models: Porting Lib Models 2.1.954 1.19.2
|
158 | porting_lib_networking: Porting Lib Networking 2.1.954 1.19.2
|
159 | porting_lib_obj_loader: Porting Lib Obj Loader 2.1.954 1.19.2
|
160 | porting_lib_transfer: Porting Lib Transfer 2.1.954 1.19.2
|
161 | serialization_hooks: Serialization Hooks 0.3.26
|
162 | reach-entity-attributes: Reach Entity Attributes 2.3.0
|
163 | registrate-fabric: Registrate for Fabric 1.1.57-MC1.19.2
|
164 | fabric-api: Fabric API 0.76.0 1.19.2
|
165 | fabric-api-base: Fabric API Base 0.4.15 8f4e8eb390
|
166 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14 93d8cb8290
|
167 | fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1 16f1e31390
|
168 | fabric-block-api-v1: Fabric Block API (v1) 1.0.2 e415d50e90
|
169 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25 cafc6e8e90
|
170 | fabric-client-tags-api-v1: Fabric Client Tags 1.0.5 b35fea8390
|
171 | fabric-command-api-v1: Fabric Command API (v1) 1.2.16 f71b366f90
|
172 | fabric-command-api-v2: Fabric Command API (v2) 2.2.1 413cbbc790
|
173 | fabric-commands-v0: Fabric Commands (v0) 0.2.33 df3654b390
|
174 | fabric-containers-v0: Fabric Containers (v0) 0.1.41 df3654b390
|
175 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2 7c6cd14d90
|
176 | fabric-convention-tags-v1: Fabric Convention Tags 1.3.0 4bc6e26290
|
177 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8 aeb40ebe90
|
178 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8 413cbbc790
|
179 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35 0d0f210290
|
180 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4 9244241690
|
181 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34 562bff6e90
|
182 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36 df3654b390
|
183 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24 b6b6abb490
|
184 | fabric-item-api-v1: Fabric Item API (v1) 1.6.6 b7d1888890
|
185 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39 9244241690
|
186 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25 5c4fce2890
|
187 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23 df3654b390
|
188 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4 1b46dc7890
|
189 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13 83a8659290
|
190 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16 9e7660c690
|
191 | fabric-message-api-v1: Fabric Message API (v1) 5.0.7 93d8cb8290
|
192 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24 33fbc73890
|
193 | fabric-models-v0: Fabric Models (v0) 0.3.21 c6af733c90
|
194 | fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11 10eb22f490
|
195 | fabric-networking-v0: Fabric Networking (v0) 0.3.28 df3654b390
|
196 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2 d8ef690890
|
197 | fabric-particles-v1: Fabric Particles (v1) 1.0.14 4d0d570390
|
198 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1 413cbbc790
|
199 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32 9244241690
|
200 | fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1 1adbf27790
|
201 | fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0 1adbf27790
|
202 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24 df3654b390
|
203 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19 6e0787e690
|
204 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11 4d0d570390
|
205 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.27 df3654b390
|
206 | fabric-rendering-v1: Fabric Rendering (v1) 1.12.1 d8ef690890
|
207 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2 aae9039d90
|
208 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4 edbdcddb90
|
209 | fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32 4d0d570390
|
210 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7 1cc24b1b90
|
211 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2 c4f28df590
|
212 | fabric-textures-v0: Fabric Textures (v0) 1.0.24 aeb40ebe90
|
213 | fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6 413cbbc790
|
214 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3 08b73de490
|
215 | fabricloader: Fabric Loader 0.14.21
|
216 | ingredient-extension-api: Ingredient Extension API 3.0.6
|
217 | java: Java HotSpot(TM) 64-Bit Server VM 18
|
218 | minecraft: Minecraft 1.19.2
|
219 | Flywheel Backend: GL33 Instanced Arrays
|
220 | Server Running: true
|
221 | Player Count: 1 / 8; [class_3222['object_Object'/22, l='ServerLevel[New World]', x=0.45, y=-60.00, z=0.91]]
|
222 | Data Packs: vanilla, Fabric Mods
|
223 | World Generation: Stable
|
224 | Type: Integrated Server (map_client.txt)
|
225 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
226 | Launched Version: 1.19.2
|
227 |
|