Jump to content

Recommended Posts

Posted

hey all, been searching around, following tutorials etc but I am having a massive issue getting textures and models to work. can do a simple block but anything more complicated breaks, does anyone know of a good program / guide to follow that doesnt break my models / textures?

 

I have tried MC Model editor, model creator, and followed bedrocks tutorials. Thanks.

Posted
  On 10/6/2015 at 9:35 AM, Ernio said:

 

I cant find any reference to .json model files in there :( this is what I have so far that seems to start to work, however I cant figure out while it is saying missing textures.

{
    "textures": {
        "0": "blocks/barkwall"
    },
    "elements": [
        {
            "name": "Cube",
            "from": [ 0.0, 0.0, 0.0 ], 
            "to": [ 16.0, 16.0, 3.0 ], 
            "faces": {
                "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "cullface": "north" },
                "east": { "texture": "#0", "uv": [ 12.0, 0.0, 16.0, 16.0 ], "cullface": "east" },
                "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "cullface": "south" },
                "west": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 16.0 ], "cullface": "west" },
                "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 3.0 ], "cullface": "up" },
                "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 3.0 ], "cullface": "down" }
            }
        }
    ]
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.