• 0

    posted a message on Custom Model Data Crossbows

    Here, I just added the custom model data to the crossbow.json.
    The "customitems/(number)" is just my pathway to the textures. I think I've got 3 maybe 4 crossbows in this.


    {
    	"parent": "item/generated",
    	"textures": {
    		"layer0": "item/crossbow_standby"
        },
        "display": {
            "thirdperson_righthand": {
                "rotation": [ -90, 0, -60 ],
                "translation": [ 2, 0.1, -3 ],
                "scale": [ 0.9, 0.9, 0.9 ]
            },
            "thirdperson_lefthand": {
                "rotation": [ -90, 0, 30 ],
                "translation": [ 2, 0.1, -3 ],
                "scale": [ 0.9, 0.9, 0.9 ]
            },
            "firstperson_righthand": {
                "rotation": [ -90, 0, -55 ],
                "translation": [ 1.13, 3.2, 1.13],
                "scale": [ 0.68, 0.68, 0.68 ]
            },
            "firstperson_lefthand": {
                "rotation": [ -90, 0, 35 ],
                "translation": [ 1.13, 3.2, 1.13],
                "scale": [ 0.68, 0.68, 0.68 ]
            }
        },
        "overrides": [
    		{ "predicate": { "custom_model_data": 131}, "model": "item/customitems/109" },
    		{ "predicate": { "custom_model_data": 132}, "model": "item/customitems/125" },
    		{ "predicate": { "custom_model_data": 133}, "model": "item/customitems/136" },
    		{ "predicate": { "custom_model_data": 134}, "model": "item/customitems/140" },
    		{ "predicate": { "custom_model_data": 135}, "model": "item/crossbow"},
            {
                "predicate": {
                    "pulling": 1
                },
                "model": "item/crossbow_pulling_0"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58
                },
                "model": "item/crossbow_pulling_1"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0
                },
                "model": "item/crossbow_pulling_2"
            },
            {
                "predicate": {
                    "charged": 1
                },
                "model": "item/crossbow_arrow"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1
                },
                "model": "item/crossbow_firework"
            },
            {
                "predicate": {
                    "pulling": 1,
    		"custom_model_data": 131
                },
                "model": "item/customitems/104"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58,
    		"custom_model_data": 131
                },
                "model": "item/customitems/105"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0,
    		"custom_model_data": 131
                },
                "model": "item/customitems/106"
            },
            {
                "predicate": {
                    "charged": 1,
    		"custom_model_data": 131
                },
                "model": "item/customitems/107"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1,
    		"custom_model_data": 131
                },
                "model": "item/customitems/108"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "custom_model_data": 132
                },
                "model": "item/customitems/120"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58,
    		"custom_model_data": 132
                },
                "model": "item/customitems/121"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0,
    		"custom_model_data": 132
                },
                "model": "item/customitems/122"
            },
            {
                "predicate": {
                    "charged": 1,
    		"custom_model_data": 132
                },
                "model": "item/customitems/123"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1,
    		"custom_model_data": 132
                },
                "model": "item/customitems/124"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "custom_model_data": 133
                },
                "model": "item/customitems/136"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58,
    		"custom_model_data": 133
                },
                "model": "item/customitems/136"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0,
    		"custom_model_data": 133
                },
                "model": "item/customitems/136"
            },
            {
                "predicate": {
                    "charged": 1,
    		"custom_model_data": 133
                },
                "model": "item/customitems/137"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1,
    		"custom_model_data": 133
                },
                "model": "item/customitems/137"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "custom_model_data": 134
                },
                "model": "item/customitems/141"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58,
    		"custom_model_data": 134
                },
                "model": "item/customitems/141"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0,
    		"custom_model_data": 134
                },
                "model": "item/customitems/141"
            },
            {
                "predicate": {
                    "charged": 1,
    		"custom_model_data": 134
                },
                "model": "item/customitems/142"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1,
    		"custom_model_data": 134
                },
                "model": "item/customitems/142"
            }
        ]
    }


    Posted in: Resource Pack Help
  • 0

    posted a message on Custom Model Data Crossbows

    No worries I already fixed this

    Posted in: Resource Pack Help
  • 0

    posted a message on Custom Model Data Crossbows

    I need some help with creating custom crossbow models using Custom Model Data.


    {
    	"parent": "item/generated",
    	"textures": {
    		"layer0": "item/crossbow_standby"
        },
        "display": {
            "thirdperson_righthand": {
                "rotation": [ -90, 0, -60 ],
                "translation": [ 2, 0.1, -3 ],
                "scale": [ 0.9, 0.9, 0.9 ]
            },
            "thirdperson_lefthand": {
                "rotation": [ -90, 0, 30 ],
                "translation": [ 2, 0.1, -3 ],
                "scale": [ 0.9, 0.9, 0.9 ]
            },
            "firstperson_righthand": {
                "rotation": [ -90, 0, -55 ],
                "translation": [ 1.13, 3.2, 1.13],
                "scale": [ 0.68, 0.68, 0.68 ]
            },
            "firstperson_lefthand": {
                "rotation": [ -90, 0, 35 ],
                "translation": [ 1.13, 3.2, 1.13],
                "scale": [ 0.68, 0.68, 0.68 ]
            }
        },
        "overrides": [
    		{ "predicate": { "custom_model_data": 131}, "model": "item/modelfolder/modelname" },
    		{ "predicate": { "custom_model_data": 132}, "model": "item/crossbow" },
    		{ "predicate": { "custom_model_data": 133}, "model": "item/crossbow"},
            {
                "predicate": {
                    "pulling": 1
                },
                "model": "item/crossbow_pulling_0"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 0.58
                },
                "model": "item/crossbow_pulling_1"
            },
            {
                "predicate": {
                    "pulling": 1,
                    "pull": 1.0
                },
                "model": "item/crossbow_pulling_2"
            },
            {
                "predicate": {
                    "charged": 1
                },
                "model": "item/crossbow_arrow"
            },
            {
                "predicate": {
                    "charged": 1,
                    "firework": 1
                },
                "model": "item/crossbow_firework"
            }
        ]
    }


    Tried putting the data in the models for the pulling animations, no luck.

    Posted in: Resource Pack Help
  • 0

    posted a message on [ItemBound v1.9.] (Custom item skins + custom loot!) (150,000+ total downloads!!!)

    Could I use this inside my own pack? Sort of like a modpack without mods. I'll make sure to credit you.

    Posted in: Resource Packs
  • 1

    posted a message on Making a better Trident

    Could it be possible to use the Custom Model Data in 1.14 for this?

    Posted in: Resource Pack Discussion
  • 0

    posted a message on [Mini Tutorial] Creating an SHA1 for server resource packs

    Im using a server hoster which does not allow me to directly change the server.properties, you can only change it in a special GUI on the dashboard. How would I do this?

    Posted in: Server Support and Administration
  • 0

    posted a message on /execute holding named item 1.13

    Im trying to do this too and it just keeps saying hi even if its not in my inventory

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Random large frame drop in specific areas

    So im building this world on creative, im using a few resource packs like itembound and etc to make it feel modded while being vanilla, im making a room and recently this one area in it drops to 40 fps no matter the settings, shaders or not, render distance, all of it, its like an fps limited while I know I have none on and only happens in this one area. If you know whats going on please tell me!


    Screenshot: one is in the area, the one with the bookshelves and 30 fps, the other one is anywhere else on the map.

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft: Story Mode Armor Pack

    Actually he can't make it for IOS users because there is no Bedrock Edition Optifine,

    Posted in: Resource Packs
  • To post a comment, please .