Skip to content

Commit

Permalink
ref: add semaphore distant animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronimo97 committed Oct 8, 2024
1 parent d71d29b commit a7f647f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,50 @@
"rotation": 45
}
]
},
"semaphore_signals/sema_distant_plate_on": {
"translationX": 0,
"translationY": 3.875,
"translationZ": 0.59375,
"pivotX": 0,
"pivotY": 0.125,
"pivotZ": -0.59375,
"animationConfigs": [
{
"predicate": "with(SEMATYPE.DIST) && !with(SEMAVR.VR1)",
"mode": "ROTATION",
"rotationAxis": "X",
"rotation": 0
},
{
"predicate": "with(SEMATYPE.DIST) && with(SEMAVR.VR1)",
"mode": "ROTATION",
"rotationAxis": "X",
"rotation": 90
}
]
},
"semaphore_signals/sema_distant_vr0": {
"translationX": 0.5,
"translationY": 2.5,
"translationZ": 0,
"pivotX": -0.5,
"pivotY": -0.5,
"pivotZ": 0,
"animationConfigs": [
{
"predicate": "with(SEMATYPE.DIST) && !with(SEMAVR.VR2)",
"mode": "ROTATION",
"rotationAxis": "Z",
"rotation": 0
},
{
"predicate": "with(SEMATYPE.DIST) && with(SEMAVR.VR2)",
"mode": "ROTATION",
"rotationAxis": "Z",
"rotation": -45
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -344,46 +344,6 @@
],
"y": 3
},
"semaphore_signals/sema_distant_plate_off": {
"textures": [
{
"blockstate": "with(SEMATYPE.DIST) && with(SEMAVR.VR1)"
}
],
"y": 4
},
"semaphore_signals/sema_distant_plate_on": {
"textures": [
{
"blockstate": "with(SEMATYPE.DIST) && !with(SEMAVR.VR1)"
}
],
"y": 4
},
"semaphore_signals/sema_distant_vr0": {
"textures": [
{
"blockstate": "with(SEMATYPE.DIST) && with(SEMAVR.VR0)"
}
],
"y": 2
},
"semaphore_signals/sema_distant_vr1": {
"textures": [
{
"blockstate": "with(SEMATYPE.DIST) && with(SEMAVR.VR1)"
}
],
"y": 2
},
"semaphore_signals/sema_distant_vr2": {
"textures": [
{
"blockstate": "with(SEMATYPE.DIST) && with(SEMAVR.VR2)"
}
],
"y": 2
},
"semaphore_signals/sema_distant_ne2_2": {
"textures": [
{
Expand Down

0 comments on commit a7f647f

Please sign in to comment.