Skip to content

Commit

Permalink
More texture tweaks + remove redundant textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart3r1234 committed Jun 15, 2023
1 parent 3643189 commit 09f441f
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/portalcubed/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@
"block.portalcubed.pedestal_button": "Pedestal Button",
"block.portalcubed.old_ap_pedestal_button": "Old Aperture Pedestal Button",

"block.portalcubed.floor_button": "Surface Button",
"block.portalcubed.floor_button": "Weighted Button",
"block.portalcubed.floor_button.easter_egg": "Fifteen Hundred Megawatt Aperture Science Heavy Duty Super-Colliding Super Button",
"block.portalcubed.old_ap_floor_button": "Old Aperture Surface Button",
"block.portalcubed.old_ap_floor_button": "Old Aperture Weighted Button",

"block.portalcubed.laser_relay": "Thermal Discouragement Beam Relay",
"block.portalcubed.laser_emitter": "Thermal Discouragement Beam Emitter",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"textures": {
"particle": "portalcubed:block/old_ap_white_checkered_panel",
"1": "portalcubed:block/old_ap_white_checkered_panel"
"particle": "portalcubed:block/old_aperture_white_half_panels_1",
"1": "portalcubed:block/old_aperture_white_half_panels_1"
},
"elements": [
{ "from": [ 0, 0, 0 ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"textures": {
"particle": "portalcubed:block/old_ap_white_panel",
"1": "portalcubed:block/old_ap_white_panel"
"particle": "portalcubed:block/old_aperture_white_panel_1",
"1": "portalcubed:block/old_aperture_white_panel_1"
},
"elements": [
{ "from": [ 0, 0, 0 ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "portalcubed:block/old_ap_white_checkered_panel"
"layer0": "portalcubed:block/old_aperture_white_half_panels_1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "portalcubed:block/old_ap_white_panel"
"layer0": "portalcubed:block/old_aperture_white_panel_1"
}
}
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.
Binary file not shown.
Binary file not shown.
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 09f441f

Please sign in to comment.