This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed mining pipe texture and lang, updated antimatter
- Loading branch information
Showing
6 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
Submodule AntimatterAPI
updated
8 files
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
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
23 changes: 23 additions & 0 deletions
23
common/src/main/resources/assets/gti/models/block/mining_pipe_thin.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"parent": "block/block", | ||
"textures": { | ||
"all": "antimatter:material/metallic/pipe/pipe_side", | ||
"particle": "#all" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [6, 0, 6], | ||
"to": [10, 16, 10], | ||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#all", "tintindex": 0}, | ||
"east": {"uv": [0, 6, 16, 10], "rotation": 90, "texture": "#all", "tintindex": 0}, | ||
"south": {"uv": [6, 0, 10, 16], "texture": "#all", "tintindex": 0}, | ||
"west": {"uv": [0, 6, 16, 10], "rotation": 270, "texture": "#all", "tintindex": 0}, | ||
"up": {"uv": [6, 6, 10, 10], "texture": "#all", "tintindex": 1}, | ||
"down": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#all", "tintindex": 1} | ||
} | ||
} | ||
] | ||
} |
Binary file added
BIN
+4.44 KB
common/src/main/resources/assets/gti/textures/block/pipe/mining_pipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.