-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
139 changed files
with
6,185 additions
and
4,394 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+21 Bytes
(220%)
.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-302 Bytes
build/classes/java/main/systems/alexander/interiors/AllTags.class
Binary file not shown.
Binary file removed
BIN
-1.94 KB
build/classes/java/main/systems/alexander/interiors/BigSeatEntity$Render.class
Binary file not shown.
Binary file removed
BIN
-6.71 KB
build/classes/java/main/systems/alexander/interiors/BigSeatEntity.class
Binary file not shown.
Binary file removed
BIN
-1.17 KB
build/classes/java/main/systems/alexander/interiors/Interiors$ClientModEvents.class
Binary file not shown.
Binary file removed
BIN
-2.99 KB
build/classes/java/main/systems/alexander/interiors/Interiors.class
Binary file not shown.
Binary file removed
BIN
-13.9 KB
build/classes/java/main/systems/alexander/interiors/block/ModBlocks.class
Binary file not shown.
Binary file removed
BIN
-1.58 KB
...sses/java/main/systems/alexander/interiors/block/custom/BigSeatInteractionBehaviour.class
Binary file not shown.
Binary file removed
BIN
-4.63 KB
...classes/java/main/systems/alexander/interiors/block/custom/BigSeatMovementBehaviour.class
Binary file not shown.
Binary file removed
BIN
-882 Bytes
.../classes/java/main/systems/alexander/interiors/block/custom/ChairBlockExtendsSeat$1.class
Binary file not shown.
Binary file removed
BIN
-1.89 KB
...ystems/alexander/interiors/block/custom/ChairBlockExtendsSeat$ArmrestConfigurations.class
Binary file not shown.
Binary file removed
BIN
-19.3 KB
build/classes/java/main/systems/alexander/interiors/block/custom/ChairBlockExtendsSeat.class
Binary file not shown.
Binary file removed
BIN
-4.03 KB
build/classes/java/main/systems/alexander/interiors/block/custom/DirectionalSeatBlock.class
Binary file not shown.
Binary file removed
BIN
-4.76 KB
build/classes/java/main/systems/alexander/interiors/block/util/EntityTypes.class
Binary file not shown.
Binary file removed
BIN
-1.18 KB
build/classes/java/main/systems/alexander/interiors/block/util/ModTags$Blocks.class
Binary file not shown.
Binary file removed
BIN
-1.17 KB
build/classes/java/main/systems/alexander/interiors/block/util/ModTags$Items.class
Binary file not shown.
Binary file removed
BIN
-523 Bytes
build/classes/java/main/systems/alexander/interiors/block/util/ModTags.class
Binary file not shown.
Binary file removed
BIN
-965 Bytes
build/classes/java/main/systems/alexander/interiors/item/CreativeTabStuff.class
Binary file not shown.
Binary file removed
BIN
-664 Bytes
build/classes/java/main/systems/alexander/interiors/item/ModCreativeModeTabs.class
Binary file not shown.
Binary file removed
BIN
-1.09 KB
build/classes/java/main/systems/alexander/interiors/item/ModItems.class
Binary file not shown.
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
59 changes: 1 addition & 58 deletions
59
build/resources/main/assets/interiors/blockstates/red_chair_icon.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,64 +1,7 @@ | ||
{ | ||
"variants": { | ||
"facing=east,armrests=none": { | ||
"model": "interiors:block/chair/red_chair", | ||
"y": 90 | ||
}, | ||
"facing=north,armrests=none": { | ||
"": { | ||
"model": "interiors:block/chair/red_chair" | ||
}, | ||
"facing=south,armrests=none": { | ||
"model": "interiors:block/chair/red_chair", | ||
"y": 180 | ||
}, | ||
"facing=west,armrests=none": { | ||
"model": "interiors:block/chair/red_chair", | ||
"y": 270 | ||
}, | ||
"facing=east,armrests=left": { | ||
"model": "interiors:block/chair/red_chair_left", | ||
"y": 90 | ||
}, | ||
"facing=north,armrests=left": { | ||
"model": "interiors:block/chair/red_chair_left" | ||
}, | ||
"facing=south,armrests=left": { | ||
"model": "interiors:block/chair/red_chair_left", | ||
"y": 180 | ||
}, | ||
"facing=west,armrests=left": { | ||
"model": "interiors:block/chair/red_chair_left", | ||
"y": 270 | ||
}, | ||
"facing=east,armrests=right": { | ||
"model": "interiors:block/chair/red_chair_right", | ||
"y": 90 | ||
}, | ||
"facing=north,armrests=right": { | ||
"model": "interiors:block/chair/red_chair_right" | ||
}, | ||
"facing=south,armrests=right": { | ||
"model": "interiors:block/chair/red_chair_right", | ||
"y": 180 | ||
}, | ||
"facing=west,armrests=right": { | ||
"model": "interiors:block/chair/red_chair_right", | ||
"y": 270 | ||
}, | ||
"facing=east,armrests=both": { | ||
"model": "interiors:block/chair/red_chair_both", | ||
"y": 90 | ||
}, | ||
"facing=north,armrests=both": { | ||
"model": "interiors:block/chair/red_chair_both" | ||
}, | ||
"facing=south,armrests=both": { | ||
"model": "interiors:block/chair/red_chair_both", | ||
"y": 180 | ||
}, | ||
"facing=west,armrests=both": { | ||
"model": "interiors:block/chair/red_chair_both", | ||
"y": 270 | ||
} | ||
} | ||
} |
32 changes: 16 additions & 16 deletions
32
build/resources/main/assets/interiors/blockstates/yellow_chair.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
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
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
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
Oops, something went wrong.