Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H Beams #8

Merged
merged 3 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.