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

connected textures do not appear to be working #4

Open
robjw95 opened this issue Nov 7, 2024 · 11 comments
Open

connected textures do not appear to be working #4

robjw95 opened this issue Nov 7, 2024 · 11 comments

Comments

@robjw95
Copy link

robjw95 commented Nov 7, 2024

connected textures do not work on the coils for blast furnaces in modern 1.20.1

@robjw95
Copy link
Author

robjw95 commented Nov 7, 2024

it appears some of the mcmeta files are wrong and use ctm instead of ldlib

@ilaores
Copy link
Owner

ilaores commented Nov 7, 2024

With my resource pack, connected textures cannot work, and will not work, this was my decision, because of the texture specifics in my resource pack, I can't set up the correct display of connected textures

@ilaores
Copy link
Owner

ilaores commented Nov 7, 2024

There are no problems in mcmeta files, just the textures are drawn in such a way that Connected textures does not work

@ilaores
Copy link
Owner

ilaores commented Nov 7, 2024

To be precise, Connected textures work, but the textures are drawn in such a way that they don't seem to work

@robjw95
Copy link
Author

robjw95 commented Nov 8, 2024 via email

@ilaores
Copy link
Owner

ilaores commented Nov 8, 2024

Apparently you meant other Connected textures
Can you message me on Discord?
I'm called "ILAORE" there

@robjw95
Copy link
Author

robjw95 commented Nov 8, 2024

Sorry I currently tied up right now but here is some more info. This is for version 1.20.1
This picture is the current cupronickel blast furnace
current

And here is it with these files(machine_coil_cupronickel.png.mcmeta and machine_coil_cupronickel_bloom.png.mcmeta) replace with version from the base mod

with fix

The file changes from
"ctm": {
"ctm_version": 1,
"type": "CTM",
"layer": "CUTOUT",
"textures": [
"gregtech:blocks/casings/coils/machine_coil_cupronickel_ctm"
],
"extra": {
"connect_inside": true

to

"ldlib": {
"connection": "gtceu:block/casings/coils/machine_coil_cupronickel_ctm"

@ilaores
Copy link
Owner

ilaores commented Nov 10, 2024

Oh really, thanks for the info, I'll fix it

@ilaores
Copy link
Owner

ilaores commented Nov 10, 2024

I'll release an update to fix

@ilaores
Copy link
Owner

ilaores commented Nov 10, 2024

image

@ilaores
Copy link
Owner

ilaores commented Nov 10, 2024

thanks

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

2 participants