Custom resource pack showing black and purple?
I created a resource pack and it's showing black and purple. I know that means it cannot find the texture file or it's not correctly linked in the model JSON file but everything seems to be linked correctly and the plugin I created is working perfect. I'll be linking the zeus bolt.json https://mclo.gs/7mXyLHp, the blaze_rod.json https://mclo.gs/5vLb585, the pack.mcmeta https://mclo.gs/s2XR0kM, and images of how my my pack folder is. https://i.gyazo.com/b89c278b3241d51494ee7f1afc3389ac.png https://i.gyazo.com/f68c8759ba4a36f2f0f43b0f8d4a8f03.png https://i.gyazo.com/144022e18ba6673d50047adb3d9d9c52.png https://i.gyazo.com/ab4ecf973d39778a33ba860f572336f1.png https://i.gyazo.com/33ef24b348583df211413a65ce9ea832.png https://i.gyazo.com/43093f71b42db353a0b26992a93fd5f4.png https://i.gyazo.com/1ef8d8cdc4682d5dd68a8f2e40f2e77f.png
24 Replies
half the gyazo links dont work
just
normally upload the screenshots
or Share the resourcepack on google drive
I'm trying to make it change only the plugin blaze rod to the texture but it's not finding the texture(?) https://i.gyazo.com/1920ba2fc537d6c024089614e2a959a3.png
You're Missing the Texture Atlas, I believe
Use forge and check client logs. You likely have a capital letter in a file path
My mcmeta looks fine to me
I'm not entirely sure what that is, I'm new to this
I was able to fix "Missing metadata in pack file/lukki_resource_pack_final_full_rebuild (2).zip" but now I'm not seeing any textures, not even the purple and black plane
did the client have forge installed? Forge adds error messages in places where vanilla will just silently ignore an error
Yes it did, I created a forge test server
only the client would need forge
Ah, I see what you did. It's still not showing any textures for the blaze rod though. My plugin is working, I'm just not sure if they're communicating incorrectly or not.
what version are you on?
ah.
1.21.4
thats why
the resource pack formatting changed w/custom model data
slicedlime
YouTube
News in Data Pack Version 59 and Resource Pack Version 44 (24w45a)
Data Pack version 59 and Resource Pack version 44 from snapshot 24w45a bring us a huge new system for data driven item models! Check out all the details in this video! #minecraftemployee
slicedlime works as a Tech Lead for Minecraft at Mojang, but the YouTube and Twitch channels are personal projects run entirely in his spare time. This is an u...
refer to formatting changes here
so could it be my plugin?
no, its moreso the formatting of the model and item's json file
Here @AYODAISY
/give @p blaze_rod[custom_model_data={strings:["zeus"]}] 1
this works for 1.21.4

:squints:
thats your plugin, im assuming. command works fine for me when just /give-ing
do /minecraft:give
I did /minecraft:give like @Snow Kit said and that worked! But sadly it's giving me the blaze rod and not my plugin. Is there something that I should've entered instead? Should I send my plugin?
Would it be easier if I sent my plugin code and plugin.yml? Just in case someone wanted to build it and tell me what's wrong with it?
I assume you would need to edit what item your plugin give to include the custom model data, that’s it
If I understood your problem correctly