MehVahdJukaar / WoodGood

Other
41 stars 24 forks source link

[🗃]: Some Missing Things I found #495

Closed Derpgamer22 closed 1 month ago

Derpgamer22 commented 2 months ago

Version

Wood Works 2.2.2

Curseforge

https://www.curseforge.com/minecraft/mc-mods/woodworks

Details

It is the same thing pretty much... architect's palette twisted wood doesn't have a board type for woodworks I am aware this is the 3rd time I have put this here and I am sorry for doing it.. I only did it as I realized that there is the Module label which I forgot to put down and I cannot figure out how to put it there :P But anyway there is no twisted board still.. sorry again for having another duplicate.. I am not trying to be annoying

Derpgamer22 commented 2 months ago

I just found out that I managed to find another missing item.. A hollowed log variant of the azalea log from caverns and chasms for quarks hollowed logs

Xelbayria commented 2 months ago

VERSION: 1.19.2

i'll investigate this.

Derpgamer22 commented 2 months ago

yeah thanks I didn't even realize that lol until I talking about the other thing at the start and I was like.. OH.. There isn't this either??

Derpgamer22 commented 2 months ago

whoops.. didnt mean to close it... anyway i wanted to mention that.. still 1.19.2.. the endergetic expansion mods hollowed poise stem... or i guess it calls it a log in EC.. doesnt have the correct texture in the inside.. same for gardens of the dead's soulblight stem.. probs as they are most likely named differently..

MehVahdJukaar commented 2 months ago

should prbably get custom translation string too

Xelbayria commented 2 months ago

alright, I'll add the custom translation string.

Xelbayria commented 2 months ago

whoops.. didnt mean to close it... anyway i wanted to mention that.. still 1.19.2.. the endergetic expansion mods hollowed poise stem... or i guess it calls it a log in EC.. doesnt have the correct texture in the inside.. same for gardens of the dead's soulblight stem.. probs as they are most likely named differently..

they have texture problems, right? with woodworks? Can you clarify above ☝️ so i can fix the problems but first, i need to understand what's the problem.

I'm looking in the problem with "no twisted board". I have a good idea why. just testing the solution I applied to the code.

Derpgamer22 commented 2 months ago

I actually used kubejs to fix it myself lol but i think what it is is that they use the name stem in their names... AND the stripped can be in a different location I will put down what their textures are for you

Derpgamer22 commented 2 months ago

stripped_soulblight_stem poise_stem_stripped

these are the stripped textures... which are the problem

Derpgamer22 commented 2 months ago

the poise stem is called "poise_stem_stripped" the soulblight stem is called "stripped_soulblight_stem"

Derpgamer22 commented 2 months ago

So pretty much they use stem instead of log AND one has stripped on a different location of the name

Xelbayria commented 2 months ago

I see! that's very helpful information. Thanks for the details.

TASKS:

Anything else I missed?

Derpgamer22 commented 2 months ago

Oh btw the twisted LOG is what it is.. :p... It isn't a stem for the twisted wood stuff btw

Xelbayria commented 2 months ago

gotcha

Derpgamer22 commented 2 months ago

i also found that the current verison of aether redux.. another hollow log thing for the jellyshroom and cloudcap

Derpgamer22 commented 2 months ago

if u need the names I'll give them to you in a few minutes.. as imma fix the texture myself with resource packs lol

Derpgamer22 commented 2 months ago

okay so they use the stem word.. and the stripped is at the back.. however the file is named like this at the start block/natural/stripped_ so it has natural after the block and THEN the name of it.. (that is why the stripped is there.. so u can see when the name starts

Derpgamer22 commented 2 months ago

I also figured out that the jelly shroom doesnt even have a stripped variant.. hm

Xelbayria commented 2 months ago

I discovered a bug with Moonlight/EC. the stripped_log for "stem" is not detected and added to the list. That's why These blocks are missing the stripped_log texture. I am quite surprised by this discovery. Macaw's Furniture has plenty of stripped blocks. but not one of them is generated using stem.

not good, tho. I told MehVahdJukaar about this and he is investigating to find out what's the problem. I'm not sure where is the cause.

it's fine that you can fix the texture problem. but I recommend you use model files to override these model files that are using stripped_oak_log texture with the correct texture.

Whistlecane from gardens of the dead doesn't have stripped_log, either. but I added the code to make the hollow log use the normal texture of the log.

Xelbayria commented 2 months ago

@Derpgamer22 The translation fix is included in v2.5.22 for 1.19.2, but the stripped_log stuff hasn't been solved yet.

Xelbayria commented 1 month ago

I'll be closing this and will try again to find out what's the problem with ☝️.

related to #277 & original: #464

Xelbayria commented 1 week ago

Good news:

architect's palette twisted wood doesn't have a board type for woodworks

is fixed and will be in v2.5.23

UPDATE:

Aether Redux has a bug for _cloudcapstem, so _stripped_cloudcapstem is using the same id as aether_redux:cloudcap_stem. This should be report to the dev, so the fix will be applied.

EDIT: Ignore the strike sentence, there's nothing wrong. 🤦 playing a trick on my mind.

for now i'll apply the fix to cloudcap with the correct texture for _stripped_cloudcapstem

and Hollow_log for jellyshroom will be skipped because it has no stripped_stem.

UPDATE 2:

Caverns & Chasms's AZALEA has no stripped_log which is required because the hollow_log need two textures from log and stripped_log. unfortunately, it will be skipped.