-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edits to block models and raft blocks
- Loading branch information
1 parent
b4f4e38
commit d3425c5
Showing
8 changed files
with
502 additions
and
142 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
15 changes: 2 additions & 13 deletions
15
src/main/resources/assets/hybrid-aquatic/blockstates/raft.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,18 +1,7 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "hybrid-aquatic:models/block/raft.json", | ||
"y": 90 | ||
}, | ||
"facing=west": { | ||
"model": "hybrid-aquatic:models/block/raft.json", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "hybrid-aquatic:models/block/raft.json" | ||
}, | ||
"facing=south": { | ||
"model": "hybrid-aquatic:models/block/raft.json" | ||
"": { | ||
"model": "hybrid-aquatic:block/raft" | ||
} | ||
} | ||
} |
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.