#Models Wont Load

23 messages · Page 1 of 1 (latest)

light timber
#

You might get more favorable results if you posted a more in-depth description of your problem and didn’t just ask people to download a random untrusted zip file.

lunar sluice
#

alr

lunar sluice
#

@light timber I fixed it but now im tryna figure out how to make a 2d icon for a 3d model

#

And is this even possible

warped hornet
#

definitely possible, like the trident?

lunar sluice
#

yeah

#

how would i do that in 1.21.5

warped hornet
#

yeah idk how to do it but its for sure possible

lunar sluice
#

alr

warped hornet
#

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tutorial-mod:item/cracked_egg"
}
}

#

i think you replace generated with something else

#

someone correct me if im wrong

lunar sluice
#

where do i put this

warped hornet
#

dont copy verbatum

#

it somewhat explains how you would go about it in the wiki tut but i didnt follow up because i dont need my item to be 3d

lunar sluice
#

ooo

warped hornet
#

Breaking Down the Model JSON
parent: This is the parent model that this model will inherit from. In this case, it's the item/generated model.
textures: This is where you define the textures for the model. The layer0 key is the texture that the model will use.
Most items will use the item/generated model as their parent, as it's a simple model that just displays the texture.

There are alternatives, such as item/handheld which is used for items that are "held" in the player's hand, such as tools.

#

again please anyone correct me if im wrong im pretty sure i have no idea what im talking about

#

but i think you can just change generated to held at the very least

lunar sluice
#

alr ty

warped hornet
#

gl bro