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

No connected textures #22

Closed
WenXin20 opened this issue Feb 3, 2022 · 12 comments
Closed

No connected textures #22

WenXin20 opened this issue Feb 3, 2022 · 12 comments

Comments

@WenXin20
Copy link

WenXin20 commented Feb 3, 2022

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

@WenXin20
Copy link
Author

WenXin20 commented Feb 4, 2022

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

@KKotik
Copy link

KKotik commented Feb 4, 2022

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.

@KKotik
Copy link

KKotik commented Feb 5, 2022

Also fixing #9
image

@Asek3
Copy link
Owner

Asek3 commented Feb 5, 2022

Also fixing #9

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

@ShibeTemple
Copy link

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

I'm assuming this will reduce performance?

@Quantaum
Copy link

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?

@Dr-WeiAL
Copy link

Dr-WeiAL commented Apr 4, 2022

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

This results in little fluid flow

@Dr-WeiAL
Copy link

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

@Asek3
Copy link
Owner

Asek3 commented Jun 20, 2022

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

@Asek3 Asek3 closed this as completed Jun 20, 2022
@Dr-WeiAL
Copy link

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

@cqjdzy
Copy link

cqjdzy commented Sep 9, 2022

2022-09-09_20 44 52

@Felix14-v2
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants