Jump to content

[1.12.2] uvlock not working


SuperManitu

Recommended Posts

Hi,

I have a rather simple block at the moment that I assemble out of submodels based on blockstates.

Spoiler

{
    "multipart": [
        { "when": { "first_end": "north" }, "apply": { "model": "techmod:cablecar_track_normal" }},
        { "when": { "first_end": "south" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 180, "uvlock": true }},
        { "when": { "first_end": "west" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 270 }},
        { "when": { "first_end": "east" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 90 }},

        { "when": { "second_end": "north" }, "apply": { "model": "techmod:cablecar_track_normal" }},
        { "when": { "second_end": "south" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 180, "uvlock": true }},
        { "when": { "second_end": "west" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 270 }},
        { "when": { "second_end": "east" }, "apply": { "model": "techmod:cablecar_track_normal", "y": 90 }},

        { "when": { "first_end": "north|south", "second_end": "north|south" }, "apply": { "model": "techmod:cablecar_track_middle" }},
        { "when": { "first_end": "east|west", "second_end": "east|west" }, "apply": { "model": "techmod:cablecar_track_middle", "y": 90 }}
    ]
}

ย 

But the rendered Block looks like this (this block is `[first_end=north,second_end=south]`)

Spoiler

2017-12-26_17_12_07.thumb.png.3a1dcc01c3aecbc47d95ce66677aea01.png

Am I misinterpreting uvlock? Or how should I solve this?

Edited by SuperManitu
missing image
Link to comment
Share on other sites

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.