-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: gas centrifuge columns now look OK
- Loading branch information
Showing
7 changed files
with
26 additions
and
42 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
src/main/java/gregtech/api/unification/material/properties/ModeratorProperty.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 23 additions & 12 deletions
35
src/main/resources/assets/gregtech/models/block/gas_centrifuge.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,34 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [32, 32], | ||
"textures": { | ||
"0": "gregtech:gas_centrifuge", | ||
"particle": "gregtech:gas_centrifuge" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [3, 0, 3], | ||
"to": [13, 16, 13], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 5, 8], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 5, 8], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 5, 8], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 5, 8], "texture": "#0"}, | ||
"up": {"uv": [10, 5, 5, 0], "texture": "#0"}, | ||
"down": {"uv": [10, 0, 5, 5], "texture": "#0"} | ||
"north": {"uv": [0, 0, 10, 16], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 10, 16], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 10, 16], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 10, 16], "texture": "#0"}, | ||
"up": {"uv": [0, 0, 16, 16], "texture": "#1"}, | ||
"down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
} | ||
} | ||
] | ||
], | ||
"display": { | ||
"firstperson_righthand": { | ||
"rotation": [0, 7, 0], | ||
"translation": [0, -1.5, 0], | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 7, 0], | ||
"translation": [0, -1.5, 0], | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"gui": { | ||
"rotation": [34, 45, 0], | ||
"scale": [0.7, 0.7, 0.7] | ||
} | ||
} | ||
} |
Binary file removed
BIN
-702 Bytes
...in/resources/assets/gregtech/textures/blocks/casings/nuclear/gas_centrifuge.png
Binary file not shown.
Binary file added
BIN
+4.31 KB
...esources/assets/gregtech/textures/blocks/casings/nuclear/gas_centrifuge_end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.42 KB
...sources/assets/gregtech/textures/blocks/casings/nuclear/gas_centrifuge_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.