comp500 / Indium

Sodium addon providing support for the Fabric Rendering API, based on Indigo
https://modrinth.com/mod/indium
Apache License 2.0
388 stars 87 forks source link

Indium 1.0.21 ran with Sodium 0.4.10+build27 causes chunks to become invisible? Only happens with Indium activated. #255

Closed GamerAlica closed 3 months ago

GamerAlica commented 11 months ago

Heyo, I am trying to run a modded mc world with create mod on it as well as a few custom furniture mods, but to run create with the iris shaders I have to use Sodium 0.4.10, any more recent and the mods are incompatible. As a result I am limited to Indium versions compatible with Sodium 0.4.10.

Here is the issue: whenever I run Indium with Sodium, Iris, and Create, very specific blocks causes the game to crash, and the chunk to appear invisible upon relaunch. The blocks that cause this are not limited to just create blocks, items such as modded lamps and hedge fences also cause the game to crash and the chunk to become see through.

2023-10-24_23 36 13 2023-10-24_23 36 16 2023-10-24_23 36 24 2023-10-24_23 36 27

This issue does not occur if I disable the Indium mod, however when I do disable it, many items from the create mod do not load properly and become missing assets. The chunk is no longer invisible, but the items load weird.

2023-10-24_23 51 47 2023-10-24_23 51 43

I don't know what else to do, I have tried downloading the Sodium fix, which did work but not when Indium is installed and active, I've tried every version of Indium compatible with Sodium 0.4.10 that is in Minecraft 1.20.1 and that did not work. I cannot change my Iris shaders or Sodium version since to my knowledge, the ones I have installed currently are the only ones compatible with create.

Am I doomed to never run create with shaders? Or is there a way to mess with Indium settings to get it to work? I am not familiar with coding so is it fixable on my own?

I am losing my marbles please help me.

Minecraft Version 1.20.1 Fabric 0.14.23 Indium 1.0.21 Sodium 0.4.10 Iris MC1.20-1.6.4 Create-Fabric 0.5.1 Build .1161

comp500 commented 11 months ago

For Indium 1.0.21, you need to use Fabric API 0.88 or older. If that doesn't fix the issue, could you send the crash report / latest.log file?

bull04 commented 10 months ago

I am also running the same version of everything, tried Fabric API v0.88.1 and Fabric API v0.88.0. No matter the setup I have, it always results in some chunks not rendering, sometimes just single blocks as well. Shortly after launching if I break enough blocks or place enough things, the game just ends up crashing out.

Crash report: `---- Minecraft Crash Report ---- // Daisy, daisy...

Time: 2023-11-04 22:35:20 Description: Unexpected error

java.util.concurrent.CompletionException: net.minecraft.class_148: Tessellating block in world - Indium Renderer at java.base/java.util.concurrent.CompletableFuture.reportJoin(Unknown Source) at java.base/java.util.concurrent.CompletableFuture.join(Unknown Source) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.findNext(WorkStealingFutureDrain.java:47) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.hasNext(WorkStealingFutureDrain.java:28) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.setupUploadBatches(RenderRegionManager.java:123) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.upload(RenderRegionManager.java:59) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:334) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:312) at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:191) at net.minecraft.class_761.method_3273(class_761.java:17030) at net.minecraft.class_761.invokeSetupRender(class_761.java) at net.coderbot.iris.pipeline.ShadowRenderer.renderShadows(ShadowRenderer.java:404) at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.renderShadows(NewWorldRenderingPipeline.java:1033) at net.minecraft.class_761.handler$dkh000$iris$renderTerrainShadows(class_761.java:12037) at net.minecraft.class_761.method_22710(class_761.java:1241) at net.minecraft.class_757.method_3188(class_757.java:1110) at net.minecraft.class_757.method_3192(class_757.java:880) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: net.minecraft.class_148: Tessellating block in world - Indium Renderer at link.infra.indium.renderer.render.TerrainRenderContext.tessellateBlock(TerrainRenderContext.java:136) at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.redirect$dif000$indium$onRenderBlock(ChunkRenderRebuildTask.java:1041) at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:104) at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder.processJob(ChunkBuilder.java:286) at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:328) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ArrayIndexOutOfBoundsException

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

-- Head -- Thread: Render thread Stacktrace: at java.base/java.util.concurrent.CompletableFuture.reportJoin(Unknown Source) at java.base/java.util.concurrent.CompletableFuture.join(Unknown Source) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.findNext(WorkStealingFutureDrain.java:47) at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.hasNext(WorkStealingFutureDrain.java:28) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.setupUploadBatches(RenderRegionManager.java:123) at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.upload(RenderRegionManager.java:59) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:334) at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:312) at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:191) at net.minecraft.class_761.method_3273(class_761.java:17030) at net.minecraft.class_761.invokeSetupRender(class_761.java) at net.coderbot.iris.pipeline.ShadowRenderer.renderShadows(ShadowRenderer.java:404) at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.renderShadows(NewWorldRenderingPipeline.java:1033) at net.minecraft.class_761.handler$dkh000$iris$renderTerrainShadows(class_761.java:12037) at net.minecraft.class_761.method_22710(class_761.java:1241) at net.minecraft.class_757.method_3188(class_757.java:1110)

-- Affected level -- Details: All players: 1 total; [class_746['bull044'/61, l='ClientLevel', x=-251.80, y=64.00, z=333.03]] Chunk stats: 1024, 313 Level dimension: minecraft:overworld Level spawn location: World: (0,64,0), Section: (at 0,0,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) Level time: 11799 game time, 11799 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:458) at net.minecraft.class_310.method_1587(class_310.java:2406) at net.minecraft.class_310.method_1514(class_310.java:826) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, fabric, file/Whimscape_1.20_r3 (1).zip, file/Whimscape_Leaves_1.20_r1.zip, file/Subtly+Glowing+Ores+1.20.2.zip, file/hpvc, continuity:glass_pane_culling_fix, Moonlight Mods Dynamic Assets

-- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 885423936 bytes (844 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 16 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz Identifier: Intel64 Family 6 Model 158 Stepping 12 Microarchitecture: Coffee Lake Frequency (GHz): 3.60 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 4070 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2786 Graphics card #0 versionInfo: DriverVersion=31.0.15.3734 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 2.13 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 8192.00 Memory slot #3 clockSpeed (GHz): 2.13 Memory slot #3 type: DDR4 Virtual memory max (MB): 37548.70 Virtual memory used (MB): 29859.38 Swap memory total (MB): 4864.00 Swap memory used (MB): 269.60 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m Fabric Mods: animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1 another_furniture: Another Furniture 1.20.1-3.0.1 architectury: Architectury 9.1.12 artifacts: Artifacts 9.1.0 cardinal-components-base: Cardinal Components API (base) 5.2.2 cardinal-components-entity: Cardinal Components API (entities) 5.2.2 expandability: ExpandAbility 9.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.2.0 athena: Athena 3.1.1 badpackets: Bad Packets 0.4.3 balm-fabric: Balm 7.1.4 betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3 org_reflections_reflections: reflections 0.10.2 betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3 betterf3: BetterF3 7.0.1 betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5 betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4 bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4 betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.3 betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3 betterthirdperson: Better Third Person 1.9.0 betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3 bobby: Bobby 5.0.0 com_typesafe_config: config 1.4.2 io_leangen_geantyref_geantyref: geantyref 1.3.13 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.0 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.0 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.0 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.0 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.0 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.0 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.0 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.0 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.0 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.0 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.0 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.0 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.0 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.0 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.0 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.0 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.0 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.0 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.0 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.0 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.0 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 com_ibm_async_asyncutil: asyncutil 0.1.0 net_objecthunter_exp4j: exp4j 0.4.8 org_threadly_threadly: threadly 7.0 cardinal-components: Cardinal Components API 5.2.2 cardinal-components-block: Cardinal Components API (blocks) 5.2.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2 cardinal-components-item: Cardinal Components API (items) 5.2.2 cardinal-components-level: Cardinal Components API (world saves) 5.2.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2 cardinal-components-world: Cardinal Components API (worlds) 5.2.2 carryon: Carry On 2.1.2.5 chipped: Chipped 3.0.1 cloth-config: Cloth Config v11 11.1.106 cloth-basic-math: cloth-basic-math 0.6.1 collective: Collective 6.75 comforts: Comforts 6.3.4+1.20.1 spectrelib: SpectreLib 0.13.14+1.20.1 continuity: Continuity 3.0.0-beta.4+1.20.1 cpm: Customizable Player Models 0.6.12a create: Create 0.5.1-d-build.1161+mc1.20.1 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.9-1 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20 porting_lib_base: Porting Lib Base 2.1.1127+1.20 porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20 porting_lib_common: Porting Lib Common 2.1.1127+1.20 porting_lib_core: Porting Lib Core 2.1.1127+1.20 porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20 porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20 porting_lib_utility: Porting Lib Utility 2.1.1127+1.20 porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20 porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20 porting_lib_entity: Porting Lib Entity 2.1.1127+1.20 porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20 porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20 porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20 porting_lib_models: Porting Lib Models 2.1.1127+1.20 porting_lib_networking: Porting Lib Networking 2.1.1127+1.20 porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20 porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20 porting_lib_tags: Porting Lib Tags 3.0 porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20 porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20 reach-entity-attributes: Reach Entity Attributes 2.4.0 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 porting_lib_data: Porting Lib Data 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 create_jetpack: Create Jetpack 4.0.0 flightlib: Flight Lib 2.0.0 creategoggles: Create Goggles 0.5.5.e ctov: ChoiceTheorem's Overhauled Village 3.3.6 cull-less-leaves: Cull Less Leaves 1.3.0 disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1 doubledoors: Double Doors 5.0 emi: EMI 1.0.23+1.20.1+fabric enhancedblockentities: Enhanced Block Entities 0.9+1.20 advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7 spruceui: SpruceUI 5.0.0+1.20 entity_model_features: Entity Model Features 1.0.2 entity_texture_features: Entity Texture Features 4.6 org_apache_httpcomponents_httpmime: httpmime 4.5.10 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1 explorerscompass: Explorer's Compass 1.20.1-2.2.3-fabric extendedgears: Extended Cogwheels 2.1.0-1.20.1-0.5.1.c-fabric fabric-api: Fabric API 0.88.1+1.20.1 fabric-api-base: Fabric API Base 0.4.30+7abfd51577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77 fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77 fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577 fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77 fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77 fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77 fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177 fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677 fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877 fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.3+92a0d36777 fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.3+6bdb2ed077 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77 fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.1+195226a777 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77 fabric-language-kotlin: Fabric Language Kotlin 1.10.13+kotlin.1.9.20 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.20 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.20 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.20 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.20 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.1 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0 fabricloader: Fabric Loader 0.14.24 fallingleaves: Falling Leaves 1.15.4 fallingtree: FallingTree 4.3.1 firstperson: FirstpersonModel 2.2.4 forgeconfigapiport: Forge Config API Port 8.0.0 geckolib: Geckolib 4.2.1 com_eliotlash_mclib_mclib: mclib 20 handcrafted: Handcrafted 3.0.5 harvestwithease: Harvest with ease 7.1.0.0 immersive_armors: Immersive Armors 1.6.1+1.20.1 incendium: Incendium 5.3.3 indium: Indium 1.0.21+mc1.20.1 infinitetrading: Infinite Trading 4.0 inventoryprofilesnext: Inventory Profiles Next 1.10.9 iris: Iris 1.6.4 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 17 lazydfu: LazyDFU 0.1.3 libipn: libIPN 4.0.0 lithium: Lithium 0.11.2 minecraft: Minecraft 1.20.1 modernfix: ModernFix 5.9.0+mc1.20.1 modmenu: Mod Menu 7.2.2 moonlight: Moonlight 1.20-2.8.56 com_github_llamalad7_mixinextras: MixinExtras 0.2.0-rc.3 naturalist: Naturalist 4.0.1 naturescompass: Nature's Compass 1.20.1-2.2.3-fabric nullscape: Nullscape 1.2.3 origins: Origins 1.10.0 apoli: Apoli 2.9.0 additionalentityattributes: Additional Entity Attributes 1.3.0+1.20.0 calio: Calio 1.11.0 playerabilitylib: Pal 1.8.0 origins-classes: Origins: Classes 1.7.0 patchouli: Patchouli 1.20.1-81-FABRIC fiber: fiber 0.23.0-2 polymorph: Polymorph 0.49.1+1.20.1 presencefootsteps: Presence Footsteps 1.9.1 kirin: Kirin UI 1.15.4+1.20 prism: Prism 1.0.5 railways: Create: Steam 'n' Rails 1.5.1+fabric-mc1.20.1 mm: Manningham Mills 2.3 reeses-sodium-options: Reese's Sodium Options 1.6.0+mc1.20.1-build.80 resourcefullib: Resourceful Lib 2.1.13 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 respawningshulkers: Respawning Shulkers 3.5 showmeyourskin: Show Me Your Skin! 1.6.11+1.20 cicada: CICADA 0.4.0 shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1 simplylight: Simply Light 1.20.1-1.4.5 simplyswords: Simply Swords 1.51.5-1.20.1 sodium: Sodium 0.4.10+build.27 sodium-extra: Sodium Extra 0.4.27+mc1.20.1-build.110 caffeineconfig: CaffeineConfig 1.3.0+1.17 crowdin-translate: CrowdinTranslate 1.4+1.19.3 stackables: Stackables 1.3.1 starlight: Starlight 1.1.2+fabric.dbc156f supplementaries: Supplementaries 1.20-2.6.19 mixinsquared: MixinSquared 0.1.1 terralith: Terralith 2.4.8 travelersbackpack: Traveler's Backpack 1.20.1-9.1.8 travelerstitles: Traveler's Titles 1.20-Fabric-4.0.1 trinkets: Trinkets 3.7.1 twigs: Twigs 3.1.0 visuality: Visuality 0.7.1+1.20 waystones: Waystones 14.0.2 wthit: wthit 8.4.1 xaerominimap: Xaero's Minimap 23.8.4 xaeroworldmap: Xaero's World Map 1.36.0 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 yosbr: YOSBR 0.1.2 yungsapi: YUNG's API 1.20-Fabric-4.0.2 org_javassist_javassist: javassist 3.29.2-GA yungsextras: YUNG's Extras 1.20-Fabric-4.0.3 zoomify: Zoomify 2.11.2 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1 dev_isxander_settxi_settxi-core: settxi-core 2.10.6 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6 Loaded Shaderpack: ComplementaryUnbound_r5.0.1.zip Profile: Custom (+32 options changed by user) NEC status: No NEC detected Flywheel Backend: Off Launched Version: 1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 4070/PCIe/SSE2 GL version 3.2.0 NVIDIA 537.34, NVIDIA Corporation Window size: 2560x1377 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, fabric, file/Whimscape_1.20_r3 (1).zip, file/Whimscape_Leaves_1.20_r1.zip, file/Subtly+Glowing+Ores+1.20.2.zip (incompatible), file/hpvc (incompatible), continuity:glass_pane_culling_fix Current Language: en_us CPU: 16x Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz Server Running: true Player Count: 1 / 8; [class_3222['bull044'/61, l='ServerLevel[Shalemire]', x=-251.80, y=64.00, z=333.03]] Data Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, Supplementaries Generated Pack, file/Fast Villager Curing.zip (incompatible), file/VanillaTweaks_c462612_MC1.20-1.20.2.zip, file/custom_recipes_pack.zip, file/fast leaf decay v2.0.8 (MC 1.20-1.20.2).zip Enabled Feature Flags: minecraft:vanilla World Generation: Experimental`

Tursiops-G commented 10 months ago

I've seen this issue myself with Fabric API above 0.88.1... (Sodium 0.4.10, Indium 1.0.21, Create 0.5.1-d): (Indigo Renderer: Always-Tesselate-Blocks set to FALSE, & Flywheel: Backend set to OFF Doesn't Help). As long as an Andesite Casing is placed in the world, it and the area around it will refuse to render with Fabric API 0.89.0 and Up.

Downgrading Fabric API to 0.88.1 fixes the issue for Me, However Other Mods are now starting to REQUIRE a MINIMUM of Fabric API 0.90.0 (and up)... :( (Geckolib 4, for example).

This is rapidly going to become more and more of an issue going forward, unless a Fix for this issue can be done. :(

SpringySpring04 commented 10 months ago

I'm also having the same issue, but when Indium is installed nothing except water and mobs are rendering. Disabling Indium in Modrinth allows the world to render, but most Create components such as water wheels and crushing wheels render as missing-texture cubes. I haven't really found any solutions.

comp500 commented 3 months ago

Closing issue: I'm not supporting Sodium 0.4 / Fabric API 0.88 or older anymore