#Models Wont Load
23 messages · Page 1 of 1 (latest)
alr
@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
definitely possible, like the trident?
yeah idk how to do it but its for sure possible
alr
{
"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
where do i put this
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
ooo
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.
from the page https://docs.fabricmc.net/develop/items/first-item
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
alr ty
gl bro