Skip to content

Commit

Permalink
Minor texture and model changes
Browse files Browse the repository at this point in the history
- Adjusted the adhesion gel textures to be closer to how they actually looked in portal 2 prior to being cut
- Adjusted the display positions of the fizzler emitter item models
  • Loading branch information
Cart3r1234 committed Oct 24, 2023
1 parent e36a811 commit a76af83
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/portalcubed/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"advancement.portalcubed.fizzler.title": "Fizzle Me This",
"advancement.portalcubed.fizzler.description": "Walk through a Material Emancipation Grill",
"advancement.portalcubed.heartbreaker.title": "Heartbreaker",
"advancement.portalcubed.heartbreaker.description": "Fizzle your faithful companion cube. You monster.",
"advancement.portalcubed.heartbreaker.description": "Euthanize your faithful companion cube. You monster.",

"advancement.portalcubed.pellet.title": "Handle With Care",
"advancement.portalcubed.pellet.description": "Obtain a High Energy Pellet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -131,4 +131,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -131,4 +131,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -164,4 +164,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -131,4 +131,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -235,4 +235,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -235,4 +235,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
Expand All @@ -131,4 +131,4 @@
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,14 @@
"scale": [0.5, 0.5, 0.5]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
"rotation": [0, 180, 90],
"translation": [0, 0, -7.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
},
"portalcubed:render_types": {
"translucent": ["transparent"]
}
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 a76af83

Please sign in to comment.