PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Mod Support set False Texture Failure #23

Closed EPSIL0N closed 6 years ago

EPSIL0N commented 6 years ago

it would seem a recent update changed how the texture system is working.

If I use the default config I get working textures in all the stone variants but if I set Minecraft to false in the mod support section and instead write in " minecraft, stone " in the variant adder I get fail texture in jei and in game.

I believe before the same setup just disabled the autogeneration of the andesite and diorite and basic stone variants but still allowed the stone to be added back manually on the list.

PersonTheCat commented 6 years ago

Thanks. This is very helpful. Textures are generated slightly earlier now, so I had to use the the OreProperties to generate them instead of which blocks were registered, like before. My bad. I know of an easy fix, but let me see if I can come up with something better when I get back.

PersonTheCat commented 6 years ago

A quick update: I was definitely able to fix this by instead testing to see whether the properties' mod is loaded. I pushed the new code here, but the build won't be uploaded until the next update. Thanks again for the help!

PersonTheCat commented 6 years ago

I may go ahead and close this issue. Please reopen it if the problem has not been resolved for you.