my .json file wont load textures (solved)

Started by MHGDGamer on

Topic category: Help with modding (Java Edition)

Last seen on 17:35, 21. Dec 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
my .json file wont load textures (solved)
Thu, 08/18/2022 - 09:17 (edited)

i made a .json file for a weapon, but the texture dosent load, instead i see the purple and black missing texture, the texture is loaded in mcreator as a block, this is the content of the .json file in mcreator

{
  "parent": "legendland:custom/railgun",
  "textures": {
    "2": "legendland:blocks/railgun_texture1"
  }
}

 

and this is the normal  file

https://pastebin.com/hMUBCJ8A

Edited by MHGDGamer on Thu, 08/18/2022 - 09:17
Last seen on 07:30, 24. Sep 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your rotations are the…
Wed, 08/17/2022 - 21:50

Your rotations are the problem. Only rotate by increments of 22.5

Last seen on 17:35, 21. Dec 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I didnt rotated any piece,…
Wed, 08/17/2022 - 22:12

I didnt rotated any piece, this is the rotation of the texture, which has to be like that, correct me if im wrong

Last seen on 17:35, 21. Dec 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
by the way, i dont see the…
Wed, 08/17/2022 - 22:16

by the way, i dont see the images of any post/comment, im the only one? i tried different browsers and still dont see them

Last seen on 07:30, 24. Sep 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you change the uv map…
Thu, 08/18/2022 - 22:22

If you change the uv map from box to per face then you'll be able to rotate without breaking textures