2xsaiko / rswires

Redstone wires
MIT License
5 stars 6 forks source link

textures/models not loading #18

Closed raoul1234 closed 3 years ago

raoul1234 commented 3 years ago

I downloaded the 1.16.5 version (running 1.16.4). And noticed the following issues: -Textures don't load in the player inventory. -Placed models don't load.

The mechanics seem to work and not be affected. Below you'll find some images to elaborate the issue: image

image

List of mods: cloth-config-4.11.26-fabric.jar ezpas-1.2.3-1.16.2.jar fabric-api-0.37.1+1.16.jar Fabric-language-kotlin-1.6.2+kotlin.1.5.20.jar iris-mc1.16.5-1.1.0.jar modmenu-1.16.11.jar okzoomer-4.0.1+1.16.2.jar RebornCore-1.16-4.7.3+build.136.jar RoughlyEnoughItems-5.12.248.jar rswires-4.10.2.jar TechReborn-1.16-3.8.4+build.236.jar

Minecraft version 1.16.4 With Fabric 0.11.6

2xsaiko commented 3 years ago

Please send the game log.

raoul1234 commented 3 years ago

Hi,

Please find the Log attached

2021-07-28-7.log

2xsaiko commented 3 years ago
  • sodium@0.2.0+IRIS3-rev.2c3e7cc [21:27:41] [Worker-Main-13/ERROR]: Could not find Renderer API implementation. Rendering for RSWires wires will not be available.

You have Sodium installed, that doesn't provide a Fabric Renderer API implementation. Try installing Indium which should fix that.

raoul1234 commented 3 years ago

Sorry for the late response!

Thank you! that fixed it.

2xsaiko commented 3 years ago

Alright, nice.