Skip to content

Commit

Permalink
Merge pull request #8 from Cart3r1234/main
Browse files Browse the repository at this point in the history
New H-beam textures and better H-beam model from Carter.
  • Loading branch information
woodiertexas authored May 23, 2022
2 parents 1c30428 + 4f358a2 commit 1c7b3aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The mod idea for Architecture Extensions is technically based off the old ![Arch
To discuss this mod or give suggestions/feedback, join my Discord server: https://discord.gg/SN89y7EQTN

## Credits
- Carter for the Rose Quartz texture for the Rose Quartz Column.
- Carter for the Rose Quartz and H Beam textures.
- Everyone in the Quilt Community discord for helping me with this mod.
- Crackers0106 for mod icon.
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "#texture"
"particle": "#beam_side"
},
"elements": [
{
"from": [1, 0, 0],
"to": [15, 16, 4],
"faces": {
"north": {"uv": [1, 0, 15, 16], "texture": "#texture", "cullface": "north"},
"east": {"uv": [0, 0, 4, 16], "texture": "#texture"},
"south": {"uv": [1, 0, 15, 16], "texture": "#texture"},
"west": {"uv": [0, 0, 4, 16], "texture": "#texture"},
"up": {"uv": [1, 0, 15, 4], "texture": "#texture", "cullface": "up"},
"down": {"uv": [1, 0, 15, 4], "texture": "#texture", "cullface": "down"}
"north": {"uv": [1, 0, 15, 16], "texture": "#beam_side", "cullface": "north"},
"east": {"uv": [0, 0, 4, 16], "texture": "#beam"},
"south": {"uv": [1, 0, 15, 16], "texture": "#beam_side"},
"west": {"uv": [0, 0, 4, 16], "texture": "#beam"},
"up": {"uv": [4, 0, 8, 14], "rotation": 90, "texture": "#beam", "cullface": "up"},
"down": {"uv": [4, 0, 8, 14], "rotation": 90, "texture": "#beam", "cullface": "down"}
}
},
{
"from": [1, 0, 12],
"to": [15, 16, 16],
"faces": {
"north": {"uv": [1, 0, 15, 16], "texture": "#texture"},
"east": {"uv": [0, 0, 4, 16], "texture": "#texture"},
"south": {"uv": [1, 0, 15, 16], "texture": "#texture", "cullface": "south"},
"west": {"uv": [0, 0, 4, 16], "texture": "#texture"},
"up": {"uv": [1, 0, 15, 4], "texture": "#texture", "cullface": "up"},
"down": {"uv": [1, 0, 15, 4], "texture": "#texture", "cullface": "down"}
"north": {"uv": [1, 0, 15, 16], "texture": "#beam_side"},
"east": {"uv": [0, 0, 4, 16], "texture": "#beam"},
"south": {"uv": [1, 0, 15, 16], "texture": "#beam_side", "cullface": "south"},
"west": {"uv": [0, 0, 4, 16], "texture": "#beam"},
"up": {"uv": [4, 0, 8, 14], "rotation": 90, "texture": "#beam", "cullface": "up"},
"down": {"uv": [4, 0, 8, 14], "rotation": 90, "texture": "#beam", "cullface": "down"}
}
},
{
"from": [6, 0, 4],
"to": [10, 16, 12],
"faces": {
"east": {"uv": [4, 0, 12, 16], "texture": "#texture"},
"west": {"uv": [4, 0, 12, 16], "texture": "#texture"},
"up": {"uv": [6, 4, 10, 12], "texture": "#texture", "cullface": "up"},
"down": {"uv": [6, 4, 10, 12], "texture": "#texture", "cullface": "down"}
"east": {"uv": [8, 0, 16, 16], "texture": "#beam"},
"west": {"uv": [8, 0, 16, 16], "texture": "#beam"},
"up": {"uv": [0, 4, 4, 12], "texture": "#beam", "cullface": "up"},
"down": {"uv": [0, 4, 4, 12], "texture": "#beam", "cullface": "down"}
}
}
],
Expand Down
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 1c7b3aa

Please sign in to comment.