-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make matchTiles work the way it's supposed to
- Loading branch information
Nuclearfarts
authored and
Nuclearfarts
committed
May 9, 2020
1 parent
1fc61e2
commit fa21be3
Showing
6 changed files
with
5 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ classes/ | |
bin/ | ||
.classpath | ||
.project | ||
|
||
*.launch | ||
# fabric | ||
|
||
run/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/minecraft/optifine/ctm/sandstone/red_sandstone.properties
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,4 +1,4 @@ | ||
matchTiles=block/red_sandstone | ||
matchTiles=red_sandstone | ||
connect=tile | ||
method=top | ||
faces=sides | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/minecraft/optifine/ctm/sandstone/sandstone.properties
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,4 +1,4 @@ | ||
matchTiles=block/sandstone | ||
matchTiles=sandstone | ||
connect=tile | ||
method=top | ||
faces=sides | ||
|