Where can I edit/find the default textures?
As stated in the title, I'd like to edit/change minecraft's default textures; But after executing the gradle build Task, i looked into the .jar and couldn't find the default textures... so, where are they located? Thanks in advance
or add mine
Hey, so for the where they found go check on section 2 but i recommend you follow this entire comment so you can also add, or modify existing textures. but anyways
to do it so you can also edit and modify textures first create a new folder called resources above the java source root folder but in the main module folder and
after that right click on the folder than click on mark directory as resources root hopefully the images where send so you can see what i mean
1.0(here is the pop up menu i told, for the mark dir as resources root)
1.1 (what i said above is what it should look like for you)
after that is correct, in your external libraries tab(should be bellow settings.gradle in intellij) and than scroll down until you find the folder that has a similar name to the image in the section 2 of this reply
than open that and copy everything in the client-extra.jar, (for some reason you can not just drag and drop, so instead you need
to either ctrl c then to your resources folder you made earlier by following this, or drag while holding ctrl) see section 2.1 on how
your resources folder should look after you did step two and the stuff above this line correctly.
2.1
so in theory thats done but best to remove the net minecraft client extras folder from the external libraries, to see if it actually works from the resource root and doesn't require the net minecraft client extras. to do that first press
ctrl + alt + shift + s to open the project strucuture menu or click on 4 bars icon(see section 2.2)
2.2
than.
2.3
2.4
after that go to the libraries tab. should look like the image in section 3.0
3.0 (just imagine the C:\Users\alexi is C:\Users\youraccountname) the youraccountname is the name of your user in you pc
after than scroll down until you see whats in section 3.1
3.1
after that do the stuff in section 3.2
after that you have done it!, i hope this long comment helped you and others that well also have issues with this.
I followed the steps and its still broken