generated from QuiltMC/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] General code cleanup and new textures/models and another mo…
…d integration. - Aurora's deco integration (azalea and jacaranda beams) - Code cleanup for the block java files - Removed ".nonOpaque()" for most of the blocks in ArchitectureExtensionsBlocks.java and ArchExSoul_IceCompat.java - New roof models by Azagwen: #7 - New textures for Iron H-Beam by Carter: #8 - Update registry methods for ArchExSoul_IceCompat.java; thanks acikek! Signed-off-by: woodiertexas <woodytexas8088@gmail.com>
- Loading branch information
1 parent
16dcc8c
commit 4266543
Showing
5 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
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
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/architecture_extensions/models/block/beams/iron_h_beam.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,6 +1,7 @@ | ||
{ | ||
"parent": "architecture_extensions:block/h_beam_block", | ||
"textures": { | ||
"texture": "minecraft:block/anvil" | ||
"beam": "architecture_extensions:block/h_beam", | ||
"beam_side": "architecture_extensions:block/h_beam_side" | ||
} | ||
} |
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