-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken ctm; improved stripped oak +dark oak +spruce, sand, red sa…
…nd, red muchroom block, gravel, basalt +smooth, dirt side
- Loading branch information
Showing
341 changed files
with
404 additions
and
1,125 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"variants": { | ||
"axis=y": [ | ||
{ | ||
"model": "block/dark_oak_log" | ||
}, | ||
{ | ||
"model": "block/dark_oak_log", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log", | ||
"y": 270 | ||
} | ||
], | ||
"axis=z": [ | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"y": 90, | ||
"x": 90 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"y": 90, | ||
"x": 180 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"y": 90, | ||
"x": 270 | ||
} | ||
], | ||
"axis=x": [ | ||
{ | ||
"model": "block/dark_oak_log_horizontal" | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"x": 90 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"x": 180 | ||
}, | ||
{ | ||
"model": "block/dark_oak_log_horizontal", | ||
"x": 270 | ||
} | ||
] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/assets/minecraft/models/block/dark_oak_log_horizontal.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "block/cube_column_horizontal2", | ||
"textures": { | ||
"end": "block/dark_oak_log_top", | ||
"side": "block/dark_oak_log" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,30 +1,26 @@ | ||
publish-item: true | ||
color: | ||
value-red: 70 | ||
value-green: 70 | ||
value-blue: 72 | ||
height: | ||
shift: -0.08 | ||
scale: 0.4 | ||
edge-fade-x: 1 | ||
edge-fade-y: 1 | ||
normal: | ||
noise: 6 | ||
noise: 8 | ||
method: sobel3 | ||
strength: 6 | ||
strength: 8 | ||
occlusion: | ||
step-distance: 0.2 | ||
z-bias: 0.2 | ||
z-scale: 24 | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 16 | ||
smooth: | ||
shift: 0.1 | ||
f0: | ||
value: 0.041 | ||
value: 0.059 | ||
porosity: | ||
value: 0.4 | ||
ctm: | ||
method: of-repeat | ||
width: 6 | ||
height: 6 | ||
width: 4 | ||
height: 4 | ||
match-tiles: basalt_side | ||
placeholder: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.22 KB
(110%)
src/assets/minecraft/optifine/ctm/basalt_side/occlusion.png
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.
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.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
publish-item: true | ||
height: | ||
shift: -0.04 | ||
scale: 0.3 | ||
edge-fade-x: 0.8 | ||
edge-fade-y: 0.8 | ||
normal: | ||
noise: 8 | ||
method: sobel3 | ||
strength: 3 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 5 | ||
smooth: | ||
shift: -0.1 | ||
f0: | ||
value: 0.059 | ||
porosity: | ||
value: 0.45 | ||
ctm: | ||
method: of-repeat | ||
width: 4 | ||
height: 4 | ||
match-tiles: basalt_top | ||
placeholder: true |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
src/assets/minecraft/optifine/ctm/dark_oak_log/dark_oak_log.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,3 +1,3 @@ | ||
matchTiles=dark_oak_log | ||
method=horizontal | ||
tiles=1 2 3 4 | ||
tiles=left textures/block/dark_oak_wood right textures/block/dark_oak_log |
File renamed without changes
File renamed without changes
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
File renamed without changes
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
Binary file added
BIN
+819 KB
src/assets/minecraft/optifine/ctm/gravel/.ignore/Gravel024_1K_AmbientOcclusion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.43 MB
src/assets/minecraft/optifine/ctm/gravel/.ignore/Gravel024_1K_Color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.74 MB
src/assets/minecraft/optifine/ctm/gravel/.ignore/Gravel024_1K_Displacement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.59 MB
src/assets/minecraft/optifine/ctm/gravel/.ignore/Gravel024_1K_NormalDX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+510 KB
src/assets/minecraft/optifine/ctm/gravel/.ignore/Gravel024_1K_Roughness.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
publish-item: true | ||
height: | ||
scale: 0.4 | ||
auto-level: false | ||
edge-fade-x: 1 | ||
edge-fade-y: 1 | ||
edge-fade-strength: 0.6 | ||
normal: | ||
noise: 12 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 4 | ||
smooth: | ||
shift: 0.1 | ||
f0: | ||
value: 0.04 | ||
ctm: | ||
method: of-repeat | ||
width: 6 | ||
height: 6 | ||
match-tiles: gravel | ||
placeholder: true |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
23 changes: 10 additions & 13 deletions
23
src/assets/minecraft/optifine/ctm/smooth_basalt_side/mat.yml
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,26 +1,23 @@ | ||
color: | ||
value-red: 58 | ||
value-green: 58 | ||
value-blue: 61 | ||
height: | ||
shift: -0.08 | ||
scale: 0.4 | ||
scale: 0.2 | ||
edge-fade-x: 2 | ||
edge-fade-y: 2 | ||
normal: | ||
method: sobel5 | ||
strength: 1.5 | ||
noise: 2 | ||
method: sobel3 | ||
strength: 4 | ||
occlusion: | ||
step-distance: 0.2 | ||
z-bias: 0.2 | ||
z-scale: 16 | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 8 | ||
f0: | ||
value: 0.041 | ||
value: 0.059 | ||
porosity: | ||
value: 0.4 | ||
ctm: | ||
method: of-repeat | ||
width: 6 | ||
height: 6 | ||
width: 4 | ||
height: 4 | ||
match-tiles: smooth_basalt | ||
placeholder: true |
Binary file modified
BIN
+43.3 KB
(170%)
src/assets/minecraft/optifine/ctm/smooth_basalt_side/normal.png
Oops, something went wrong.
Binary file modified
BIN
+329 Bytes
(100%)
src/assets/minecraft/optifine/ctm/smooth_basalt_side/occlusion.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/smooth_basalt_top/mat.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
faces=top bottom |
24 changes: 24 additions & 0 deletions
24
src/assets/minecraft/optifine/ctm/smooth_basalt_top/mat.yml
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
publish-item: true | ||
height: | ||
shift: -0.04 | ||
scale: 0.1 | ||
edge-fade-x: 0.8 | ||
edge-fade-y: 0.8 | ||
normal: | ||
noise: 2 | ||
method: sobel3 | ||
strength: 1 | ||
occlusion: | ||
step-distance: 0.1 | ||
z-bias: 1 | ||
z-scale: 2 | ||
f0: | ||
value: 0.059 | ||
porosity: | ||
value: 0.45 | ||
ctm: | ||
method: of-repeat | ||
width: 4 | ||
height: 4 | ||
match-tiles: smooth_basalt | ||
placeholder: true |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.