Skip to content

Commit e9adb24

Browse files
committed
Use front textures for turtles
1 parent 7a2a45b commit e9adb24

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_left",
3-
"textures": {"texture": "advancedperipherals:block/chat_box"}
3+
"textures": {"texture": "advancedperipherals:block/chat_box_front"}
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_right",
3-
"textures": {"texture": "advancedperipherals:block/chat_box"}
3+
"textures": {"texture": "advancedperipherals:block/chat_box_front"}
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_left",
3-
"textures": {"texture": "advancedperipherals:block/environment_detector"}
3+
"textures": {"texture": "advancedperipherals:block/environment_detector_front"}
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_right",
3-
"textures": {"texture": "advancedperipherals:block/environment_detector"}
3+
"textures": {"texture": "advancedperipherals:block/environment_detector_front"}
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_left",
3-
"textures": {"texture": "advancedperipherals:block/geo_scanner"}
3+
"textures": {"texture": "advancedperipherals:block/geo_scanner_front"}
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"parent": "computercraft:block/turtle_upgrade_base_right",
3-
"textures": {"texture": "advancedperipherals:block/geo_scanner"}
3+
"textures": {"texture": "advancedperipherals:block/geo_scanner_front"}
44
}

0 commit comments

Comments
 (0)