Skip to content

Commit

Permalink
Updated textures for adv pattern provider to match new ae2 style
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroksl committed Aug 18, 2024
1 parent 4a17924 commit 8915e02
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"model": "advanced_ae:block/adv_pattern_provider_all"
},
"push_direction=all,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_on"
"model": "advanced_ae:block/adv_pattern_provider_all"
},
"push_direction=east,connection_state=false": {
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 90,
"y": 90
},
"push_direction=east,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 90,
"y": 90
},
Expand All @@ -22,7 +22,7 @@
"y": 270
},
"push_direction=west,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 90,
"y": 270
},
Expand All @@ -31,31 +31,31 @@
"x": 270
},
"push_direction=south,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 270
},
"push_direction=north,connection_state=false": {
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 90
},
"push_direction=north,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 90
},
"push_direction=up,connection_state=false": {
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 0
},
"push_direction=up,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 0
},
"push_direction=down,connection_state=false": {
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 180
},
"push_direction=down,connection_state=true": {
"model": "advanced_ae:block/adv_pattern_provider_oriented_on",
"model": "advanced_ae:block/adv_pattern_provider_oriented",
"x": 180
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8915e02

Please sign in to comment.