HomeJavaResourcepacksCustomizable 3D Doll Item
Customizable 3D Doll Item
ResourcepacksJava

Customizable 3D Doll Item

by TheUknownCreator · on Modrinth

⬇ Download on Modrinth
Customizable 3D Doll Item — screenshot 1Customizable 3D Doll Item — screenshot 2Customizable 3D Doll Item — screenshot 3Customizable 3D Doll Item — screenshot 4Customizable 3D Doll Item — screenshot 5Customizable 3D Doll Item — screenshot 6

Heavily modified from 千虑智者's version.

You can customize any item into a sitting doll holding an item. This requires some basic Minecraft resource pack skills. Should work for most of the Minecraft versions.

Highlights

Item textures should be 16x or lower (best 16x). Skins should be 64x or lower (best 64x).

Steps to customize:

  1. Open the resource pack .zip file (or decompress it if you can't directly modify files in a .zip).
  2. Go to "assets\minecraft\textures\item\doll" and put a skin file in .png here (assume it's named as newton.png).
  3. (If you don't want to change the item's texture (so it stays vanilla or from another resource pack you enabled), skip this step.)
    Go to "assets\minecraft\textures\item" and put the desired item texture in .png here (assume it's named as apple.png).
  4. Go to "assets\minecraft\models\item". If the skin you just put is classic (arm with 4 pixels), copy classic.json and paste it here. If the skin is slim (arm with 3 pixels), copy slim.json. Rename the pasted file to the item whose model you want to change. For example, you want to change "minecraft:apple", then you rename the file to apple.json.
  5. Open the .json file, look for the following ("doll_slim": "item/doll/slim" if your skin is slim):
"textures": {
  "doll_wide": "item/doll/classic",
  "particle": "item/whatever",
  "item": "item/whatever"
}

For "doll_wide" or "doll_slim": Change "item/doll/classic" into the file path of your skin (without ".png").

For "particle": This controls such as the particle when you eat this item. You can change "item/whatever" into the texture file path of this item (without ".png").

For "item": This is the item texture the doll holds. Change "item/whatever" into the texture file path of this item (without ".png").

image

You can repeat steps 2~5 to modify the models of several items. You can then put the resource pack into the resource pack folder and enable it.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java resource packs walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more