Rubidium

Rubidium

34M Downloads

No connected textures

WenXin20 opened this issue ยท 12 comments

commented

Minecraft v1.18.1
Forge v39.0.59
Rubidium v0.4.0d
Rechiseled v1.0.8
CTM v1.1.3+1
Pack used: MC Connected CTM

I've noticed with Rubidium that the connected textures system used by both Rechiseled and the CTM mod does not function with Rubidium, block textures simply do not connect.

2022-02-03_12 30 51

commented

Obviously, setting mixin.features.chunk_rendering=false disables custom BlockRenderer's

I'm assuming this will reduce performance?

commented

Setting mixin.features.chunk_rendering=false in the rubidium-mixins.properties config file works as a temporary fix.

commented

That also fixing #19
image
But giving new issues to appear. Like animation blocks/items have non-animated texture, with animate only visable textures on.

commented

Also fixing #9
image

commented

Also fixing #9

Obviously, setting mixin.features.chunk_rendering=false disables custom BlockRenderer's

commented

Setting in the config file works as a temporary fix.mixin.features.chunk_rendering=false``rubidium-mixins.properties

This results in little fluid flow

commented

Setting mixin.features.chunk_rendering=false in the rubidium-mixins.properties config file works as a temporary fix.

Is it possible to do this in 1.16 rubidium?

commented

I feel like Indium is needed to fix this, but Indium doesn't have a forge version

commented

ok as I can remember this was already fixed. Reopen issue if not and send some screenshots

commented

ok as I can remember this was already fixed. Reopen issue if not and send some screenshots

It worked, but not very well
2022-06-28_16 53 56

commented

2022-09-09_20 44 52

commented

I'm assuming this will reduce performance?

Yeah, this disables most of the mod. By saying "most" I mean giving up at least 80% of rendering optimization.