#Original Minecraft Model Bugged.

9 messages · Page 1 of 1 (latest)

ionic mist
#

This is my netherite_sword.json (assets > minecraft > models > item)

    "parent": "item/generated",
    "textures": {
        "layer0": "minecraft:item/netherite_sword"
    },
    
    "overrides": [
        {"predicate": {"custom_model_data":1}, "model":"weapon/custom/tarantulas_wrath"}
    ]
}```
little kernel
ionic mist
#

However the original one seems to be missing the middle "layer" (I guess)

little kernel
#

!faq default-pack

formal tundraBOT
# little kernel !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 distributions of default assets in your pack is illegal.

For Java Edition:
(This works the same for all versions, 1.17 is just used as an example here)
Go to .minecraft/versions/1.17 and open the 1.17.jar in there with a zip program. Alternativley you can copy the .jar file and change the file extension to .zip and double click it.
Extract/copy the "assets" folder inside the jar somewhere. It contains all the default models/textures.

For Bedrock Edition:
Go to https://docs.microsoft.com/en-us/minecraft/creator/documents/resourcepack and scroll to "Building the Resource Pack". The download for the vanilla resource pack can be found right above that title.
Alternatively here is the direct download link: https://aka.ms/resourcepacktemplate

little kernel
#

check the leather_helmet item in the default pack to see what you are missing

ionic mist
#

Okay thank you so much, have a good day! 😄

#

!close