#i cant get my model to work
50 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
What does "wont work" mean exactly here?
Errror model? No texture? Default item? Etc.
after i followed the tutorial the item has no texture so it is an purple and black square and i dont know how i can get the model and the texture into the game
purple and black square or purple and black cube?
.
that usually happens if you tell the game to generate a model from a texture but it cannot find/load the texture
it means the game is being told to load a texture as model, not a custom model
how can i change that
show your .yml file
can we go into an dc
no, I just need to see the .yml file to see what you have specified for it to load
either the file itself or a screenshot of the text in it (or copy/paste the text in here)
generate: true tells the game to just make a thick texture model from item/my_sword
should it be false?
your texture here is also just called "sword", not "my_sword"
also, you haven't specified a model, hence why it doesn't load a model
i changed the name in the plugin
you need to change generate to false and replace the textures list with this (assuming your model is item/my_sword.json)
model_path: item/my_sword
like this?
yes
and then save it and reload all
I'd assume so
and if the model is loading, but the texture isn't, then read this:
https://itemsadder.devs.beer/plugin-usage/adding-content/item-properties/resource#my-textures-are-not-working
its still prple and black cube
where in your contents folder is the model?
cube or square?
i thing square
it still like here
then your changes weren't applied
or the pack hasn't been reloaded properly yet
again, if you see a square your changes weren't applied yet
There is no point looking at the model or textures for now until it either is a cube or the sword model
do you how i can fix it?
have you reloaded the server and rejoined?
im reloading the server real quick
also, not sure if /iazip works on online servers too 🤔
(it's something they mentioned here https://itemsadder.devs.beer/plugin-usage/resourcepack-hosting/tips-for-fastest-usage, but they also mention testing locally first before testing on an online server)
what it says on there I guess?
I don't have much experience with the process of using itemsadder either (just know the basics of adding a model/texture and what problems item/block models can have in general)