#Every single texture in stonezone/woodgood broke after the latest moonlight update
195 messages ยท Page 1 of 1 (latest)
meant to use this image woops
summoning @unkempt badge (sorry for the ping)
and @vapid acorn also sorry for the ping

Same here, can't even get the modpack to boot past the red screen before it crashes out
then its not the same
if you get a crash definitely a different issue than whatevr this is
Yeah I got a report back in my thread
send log
@plush dagger are u using the latest version of StoneZone?
Yes
randomly pick one and show me the ID of that block? that's a lot of blocks.
or you can tell me which Stone Mods
@vapid acorn clearly something went wrong. Any idea where to start looking?
i have a few guesses.
@plush dagger Just one last check, is EveryComp and Moonlight up to date, too?
Do u have other stone mods (Strata, Quark, any mod that add a new variant of stone)
@plush dagger
like MehVahdJukaar said "send log"
you can use https://mclo.gs/ to share the log so downloading it is not necessary.
Trying to see if it happens on its own or if there's some mod whose module or something causes this
Hang on I'm tryin' it
@plush dagger MehVahdJukaar is right. you gotta find out which one of supported Mods (StoneZone) is the culprit.
disable them and enable them one by one until you got the one causing the crash
What are you asking me? Find what stone mod is Stone Zone having trouble with?
- I am asking you which stone mod, you can just hover over theese missing texture blocks to see "StoneType: ????"
- I neeed to know which supported mod that is causing the problem, so i can try reproduce with the stone mod on my side
- if 1) don't work, then you can just get me an ID of the block, so i can figure out which stone mod is it
I mean it just crashes my pack when I have Stone Zone in, I can't tell you what blocks are fucked bc my pack won't load with it included
ok can you disable all of supported Mods:
- Twigs
- Create
- Stoneworks
- Quark
- Rechiseled
- Building But Better
just StoneZone and one of enabled mods above
if your minecraft launched fine. then enable another one, until you got the crash
I have same issue with Every Compat
ok. i am trying to find out what's the cause
hmm let me check
oh crap!
guys, try downgrade your Moonlight Lib to v2.13.42
Done it, with amendments too. Fixed ๐
I just remembered that MehVadJukaar said he haven't uploaded the newer version of Moonlight Lib, and clearly he did.
i told him that i am going to do some testing to make sure it's working properly.
@unkempt badge โ๏ธ ๐คฆโโ๏ธ found the cause
the problem is in moonlight lib. I told you i am going to run test on the Moonlight to ensure it's working properly. Otherwise we wouldn't have reports of issue like above. with missing textures.
@plush dagger forget what i said.. and downgrade Moonlight lib
let me know if your minecraft launched without any problem
Downgrade to what vers.?
Downgrade to Moonlight v2.13.42, there are issues with 2.13.43
you could look at the changelog of v2.13.43, you can see why.
ok do this โ๏ธ
if you have any of these supported mods, disable them. try launch. if you have no problem, then the problem is in StoneZone.
otherwise the problem is in EveryCompat. it's not easy to pinpoint the cause
hm after looking at the latest.log
@plush dagger try disable Tetra
https://mclo.gs/CDz970F With all these mods disabled but Tetra still online
https://mclo.gs/EI6mXKq With all these mods disabled but Tetra now offline
yea same error that point at Tetra, you need to disable it. that should be the culprit
Tetra is disabled
oh i don't see that.
let me check the latest.log
ok enable Create
if you had it disabled, it's required
did it launched?
Only to here
hmm. is your moonlight Lib v2.13.42, if yes. then try use v2.13.43
keep in mind, the problem with that latest verison is the texture generation โ๏ธ
oh sorry Looxond, don't meant to ping you. just need to use your image as a reference
Retrying...
and the result is?
i see. if you can do more testing.
enable tetra.. and that should be the culprit that cause the crash.
once you got the crash. use Crash-report and latest.log to report the problem to Dev of tetra
if you got texture problem with EveryCompat and StoneZone, you will need to downgrade
- Moonlight Lib v2.13.42
If you got crash because of downgrading Moonlight Lib, then you'll need to downgrade Amendments to the previous version
Yeap
ok did you downgrade Moonlight Lib?
yes
alright.
@vapid acorn related to this, issue is there is a block that is not usin copy property safe
the issue from the crash comes from AbyssalineBlock stone type, a block which naturally has a ligt level property and light level function. when all properties are copied this func is copied over thanks to mojang questionable code in properties and so the inheriding stone block gets that too and crashes as it doesn not have that blockstate property
this is why the copyPropertySafe should be used as it gets rid of that
as for the original issue from this thread, which aparently got hijacked i dont know yet
so that's how it is.
all the rechiseled blocks dont use that
yea i am going to fix it
๐คฆโโ๏ธ

ok i remember now why
leave it to me, i need to create a new method for that
i have already fixed that part
no you haven't!
๐คฆโโ๏ธ
FYI, it wasn't using Mincraft's properties copy.. RechiseledBlock have its own properties copy method.
Abyssaline? Like that one block from Architects Palette?
it's a StoneType sigh
i am starving and need to get my lunch. i'll be back to fix the bugs in StoneZone and EveryCompat.
hmm
maybe i didnt push?
hm
yeah i did here
ah
should be ignored then
whatever that does the copy safe is aleady copying over all the safe ones that can be copued. my gues its just a less strict version of ours. basically added for same reason too
i pulled. and saw the changed code
I need to create a custom block class that use minceraft's properties. so we can use Utils.copySafe()
it's the best way to fix the problem
ah
that's what i am trying to point out is that Rechiseled has it own properties, NOT minecraft's 
that's why i used that instead of Minecraft's
but i do not realize it has some problems until you pointed out โ๏ธ
well very weird. you got to nuke anything that touches BlockStates. all FUnctions and Suppliers that have BLockState
weird. why is your IDE behaving like that
so just map color and light level from the looks
alright. or i can create a custom BlockProperties method.
that will copy the properties from stone safely without crashing
just so you know:
I'm currently working on:
- hacky model files stuff
- EveryCompat's ANother Furniture & Regions Unexplored's Brimwood
- StoneType's Rechiseled (we currently discussed this โ๏ธ )
and after that, i'll run some test with the updated Moonlight lib regarding the mcmeta stuff
any issue i shoud check out?
if you could run test with Moonlight lib. one of the guy โ๏ธ has the problem with moonlight Lib, i told him to downgrade moonlight and he said it fixed the problem
we need to make sure Moonlight lib is not causing the problem with texture generation.
hm what did i change recently 
theres probably something thrown at somepoint and subsequent operations are never called
can you send log from that?
sure
changing EC stuff is like performing a open heart operation
that's why i told you i will run test to make sure it's working properly. but you ended up uploading it to Curseforge ๐ญ
and i fixed the rechiseled problem. done
million od different delicate components
and it has Utils.copySafe(),
full of caveats
i uploaded it for a diff reason
thats why, i forgot change was there
you could also keep same class and just make a new function that copies chilseled properties in a safe manner
i've tried that. it's not that simple. the custom class block is much smaller and simpler.
just need to change this:
alright
from BlockProperties to Properties (of Minecraft). the BaseBlock has another method that use Minecraft's properties
here u go https://mclo.gs/o9pwpGS
also this seems to affect woodgood too

yea i am surprised
lot of
[17:14:51] [Render thread/WARN] [Every Compat/]: Could not generate texture stonezone:block/c/quark/palettes/stone_types/cut/permafrost_cut
[17:14:51] [Render thread/ERROR] [Every Compat/]: Failed to generate texture stonezone:block/c/supplementaries/palettes/stone_types/cut/ash_cut: java.lang.NullPointerException: Cannot invoke
that's the problem. hmm. NullPointerException....
Every single texture in stonezone/woodgood broke after the latest moonlight update
this is why
"net.minecraft.client.resources.metadata.animation.AnimationMetadataSection.m_174861_(net.minecraft.client.resources.metadata.animation.AnimationMetadataSection$FrameOutput)" because "this.animation" is null
@unkempt badge โ๏ธ
@candid sinew if you want to play Minecraft. you can downgrade Moonlight Lib v2.13.42 for now.
ok brb. i gotta walk my dogs
@latent hornet@plush dagger@jaunty sable im kinda doing something rn, if you guys have some time to spare, give this one a shot
@unkempt schooner you too
yep.
Thanks Meh
I'll go give it a test, thank you!
is that a different version than the one that's currently available on curse forge (despite having the same filename)?
I downloaded the one you posted, as I assumed that they were different.
The textures were able to load using the file you provided
nice
legend tysm this works
ty for testin
your gonna upload that version?
already on
You're amazing! Thank you so much for this โค๏ธ
ruh-roh, I removed the file that you provided and downloaded the newest file from Curseforge. (I run a server and we all use the curseforge client so having all the files from there has always been easier. I'm rather new to modding).
When I rebooted the game with the Moonlight Lib file from Curseforge, the textures stopped loading.
uhmmm
It appears I may have jumped the gun and still downloaded the old one. I swear I'm not impatient, lol, I was just trying to be on top of things. Sorry about that.
I just updated again and am testing it
check its the new version name
It was the old version name, the error was on my end. mb
๐ alirght, i can focus on other bugs.
the fix for that isnt live yet
Hell
yep this seems to be fixed in the latest version
layered stone types are still broken as well as myalite
blame create and quark
marking this as solved
the cause is Rechiseled Module in StoneZone, it's already fixed.
i'm currently cleaning up the codes on the hacky codes
Yuo got this too?
can i get the ID of these blocks with the missing texture.
ok is the Moonlight Lib up to date?
Yes, freshly updated!