#How do you make 2D items?
15 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 is this for? mod? resource pack?
It’s a mod that adds new items
look in the vanilla assets at the item models of a regular 2d item. look at them in a text editor
you need the same as that
look at like an iron ingot or something
Where do I access the assets?
!faq default pack
Disclaimer: Use these packs as REFERENCE, don't put your models inside them, it just increases your pack needlessly. Also don't put any of the unedited files from it into your own pack. The distribution of default assets in your pack is illegal.
For Java Edition:
Simple Method
Use the Pack Creator utility from the Resource Pack Utilities Blockbench plugin. Make sure to enable the Import vanilla assets option.
Manual Method
(This works the same for all versions, 1.21 is just used as an example here)
Go to .minecraft/versions/1.21 and open the 1.21.jar file with a zip program.
Alternativley you can copy the .jar file and change the file extension to .zip, then double click it.
Extract/copy the "assets" folder from inside the jar. This folder contains all the default models and textures.
For Bedrock Edition:
Go to the bedrock resource pack documentation and scroll to "Building the Resource Pack". The download for the vanilla resource pack can be found right above that title. You can also use this Direct download link.
Thanks I just looked at the templates but I’m still kind of confused because regular Minecraft items are 1 pixel thick but this doesn’t show up on the texture itself, and as far as I can see can’t be added unless changing the color of a preexisting outer pixel
what
look at the model file in notepad
it references the texture file, and builtin/generated. thats literally all there is to it
the game generates the 3d effect