-
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.
revert redstone lamp overlay; fix chain, iron_bars, cut copper; add q…
…uartz bricks, purpur block, deepslate tiles; remove minecart model
- Loading branch information
Showing
131 changed files
with
274 additions
and
34 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,34 @@ | ||
edition: java | ||
format: 7 | ||
description: CTM Expirement Pack | ||
tags: BlueMap | ||
encoding: | ||
format: color | ||
sampler: nearest | ||
enable-palette: true | ||
opacity: {} | ||
color-red: {} | ||
color-green: {} | ||
color-blue: {} | ||
height: | ||
sampler: average | ||
occlusion: {} | ||
normal-x: | ||
sampler: average | ||
normal-y: | ||
sampler: average | ||
normal-z: | ||
sampler: average | ||
specular: {} | ||
smooth: {} | ||
rough: {} | ||
metal: {} | ||
f0: {} | ||
porosity: {} | ||
sss: {} | ||
emissive: {} | ||
block-texture-size: 64 | ||
item-texture-size: 64 | ||
texture-scale: 0.125 | ||
auto-generate-occlusion: false | ||
bake-occlusion-to-color: true |
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,48 @@ | ||
{ | ||
"parent": "block/block", | ||
"ambientOcclusion": true, | ||
"textures": { | ||
"sides": "block/quartz_pillar", | ||
"particle": "block/quartz_pillar" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "North-South", | ||
"from": [4.685, 0, 0], | ||
"to": [11.315, 16, 16], | ||
"faces": { | ||
"north": {"uv": [8, 0, 16, 16], "texture": "#sides"}, | ||
"south": {"uv": [8, 0, 16, 16], "texture": "#sides"} | ||
} | ||
}, | ||
{ | ||
"name": "West-East", | ||
"from": [0, 0, 4.685], | ||
"to": [16, 16, 11.315], | ||
"faces": { | ||
"east": {"uv": [8, 0, 16, 16], "texture": "#sides"}, | ||
"west": {"uv": [8, 0, 16, 16], "texture": "#sides"} | ||
} | ||
}, | ||
{ | ||
"name": "NE-SW", | ||
"from": [0, 0, 4.685], | ||
"to": [16, 16, 11.315], | ||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, | ||
"faces": { | ||
"east": {"uv": [0, 0, 8, 16], "texture": "#sides"}, | ||
"west": {"uv": [0, 0, 8, 16], "texture": "#sides"} | ||
} | ||
}, | ||
{ | ||
"name": "NW-SE", | ||
"from": [4.685, 0, 0], | ||
"to": [11.315, 16, 16], | ||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 8, 16], "texture": "#sides"}, | ||
"south": {"uv": [0, 0, 8, 16], "texture": "#sides"} | ||
} | ||
} | ||
] | ||
} |
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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "block/redstone_lamp_on" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...raft/optifine/colormap/blocks/glazed_terracotta.ignore/black_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=251710 |
2 changes: 2 additions & 0 deletions
2
...craft/optifine/colormap/blocks/glazed_terracotta.ignore/blue_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=4a3c5b |
2 changes: 2 additions & 0 deletions
2
...raft/optifine/colormap/blocks/glazed_terracotta.ignore/brown_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=4d3324 |
2 changes: 2 additions & 0 deletions
2
...craft/optifine/colormap/blocks/glazed_terracotta.ignore/cyan_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=575b5b |
2 changes: 2 additions & 0 deletions
2
...craft/optifine/colormap/blocks/glazed_terracotta.ignore/gray_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=3a2a24 |
2 changes: 2 additions & 0 deletions
2
...raft/optifine/colormap/blocks/glazed_terracotta.ignore/green_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=4c532a |
2 changes: 2 additions & 0 deletions
2
...optifine/colormap/blocks/glazed_terracotta.ignore/light_blue_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=716d8a |
2 changes: 2 additions & 0 deletions
2
...optifine/colormap/blocks/glazed_terracotta.ignore/light_gray_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=876b62 |
2 changes: 2 additions & 0 deletions
2
...craft/optifine/colormap/blocks/glazed_terracotta.ignore/lime_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=687635 |
2 changes: 2 additions & 0 deletions
2
...ft/optifine/colormap/blocks/glazed_terracotta.ignore/magenta_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=96586d |
2 changes: 2 additions & 0 deletions
2
...aft/optifine/colormap/blocks/glazed_terracotta.ignore/orange_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=a15426 |
2 changes: 2 additions & 0 deletions
2
...craft/optifine/colormap/blocks/glazed_terracotta.ignore/pink_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=a2304f |
2 changes: 2 additions & 0 deletions
2
...aft/optifine/colormap/blocks/glazed_terracotta.ignore/purple_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=764656 |
2 changes: 2 additions & 0 deletions
2
...ecraft/optifine/colormap/blocks/glazed_terracotta.ignore/red_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=8f3d2f |
2 changes: 2 additions & 0 deletions
2
...raft/optifine/colormap/blocks/glazed_terracotta.ignore/white_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=d1b2a1 |
2 changes: 2 additions & 0 deletions
2
...aft/optifine/colormap/blocks/glazed_terracotta.ignore/yellow_glazed_terracotta.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,2 @@ | ||
format=fixed | ||
color=ba8523 |
File renamed without changes
6 changes: 3 additions & 3 deletions
6
src/assets/minecraft/optifine/ctm/oversized/cut_copper/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
Binary file added
BIN
+553 KB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/color-x.jpg
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
+3.88 MB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/color.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.
Binary file added
BIN
+3.95 MB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/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,12 @@ | ||
height: | ||
shift: -0.5 | ||
scale: 0.8 | ||
auto-level: false | ||
edge-fade-x: 1 | ||
edge-fade-y: 1 | ||
ctm: | ||
method: of-repeat | ||
width: 4 | ||
height: 4 | ||
match-tiles: deepslate_tiles | ||
placeholder: true |
Binary file added
BIN
+21.9 MB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/normal.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
+830 KB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/occlusion.jpg
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.55 MB
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/smooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/deepslate_tiles/source.txt
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 @@ | ||
https://www.texturecan.com/details/286/ |
Binary file added
BIN
+6.45 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/color-x.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
+3.33 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/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
+5.96 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/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,16 @@ | ||
color: | ||
preview-tint: c4864f | ||
height: | ||
shift: -0.4 | ||
scale: 0.18 | ||
edge-fade-x: 0.4 | ||
edge-fade-y: 0.4 | ||
smooth: | ||
scale: 0.6 | ||
f0: | ||
value: 0.053 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
height: 2 | ||
match-tiles: white_glazed_terracotta orange_glazed_terracotta magenta_glazed_terracotta light_blue_glazed_terracotta yellow_glazed_terracotta lime_glazed_terracotta pink_glazed_terracotta gray_glazed_terracotta light_gray_glazed_terracotta cyan_glazed_terracotta purple_glazed_terracotta blue_glazed_terracotta brown_glazed_terracotta green_glazed_terracotta red_glazed_terracotta black_glazed_terracotta |
Binary file added
BIN
+21.9 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/normal.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.15 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/occlusion.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
+2.72 MB
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/smooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/glazed_terracotta.ignore/source.txt
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 @@ | ||
https://ambientcg.com/view?id=Tiles027 |
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.
19 changes: 19 additions & 0 deletions
19
src/assets/minecraft/optifine/ctm/oversized/iron_bars/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,19 @@ | ||
height: | ||
shift: -0.48 | ||
scale: 0.15 | ||
auto-level: false | ||
edge-fade-x: 0.7 | ||
edge-fade-y: 0.7 | ||
normal: | ||
noise: 3 | ||
occlusion: | ||
step-distance: 0.05 | ||
z-bias: 0.2 | ||
f0: | ||
value: 0.03 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
height: 2 | ||
match-tiles: iron_bars | ||
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.
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.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/iron_bars/source.txt
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 @@ | ||
https://ambientcg.com/view?id=MetalWalkway007 |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+836 KB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/.ignore/smooth.png
Oops, something went wrong.
Binary file added
BIN
+212 KB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/height.png
Oops, something went wrong.
Binary file added
BIN
+593 KB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/normal.png
Oops, something went wrong.
Binary file added
BIN
+269 KB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/occlusion.jpg
Oops, something went wrong.
Binary file added
BIN
+71.2 KB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/opacity.jpg
Oops, something went wrong.
Binary file added
BIN
+1.19 MB
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/rough.png
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/X/source.txt
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 @@ | ||
https://3dtextures.me/2019/05/15/metal-grill-003/ |
Oops, something went wrong.
10 changes: 7 additions & 3 deletions
10
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/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
Binary file modified
BIN
+1.63 MB
(1300%)
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/normal.png
Oops, something went wrong.
Binary file modified
BIN
+674 KB
(180%)
src/assets/minecraft/optifine/ctm/oversized/iron_trapdoor/smooth.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
src/assets/minecraft/optifine/ctm/oversized/purpur_block/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,13 @@ | ||
height: | ||
scale: 0.8 | ||
auto-level: true | ||
smooth: | ||
scale: 1.1 | ||
f0: | ||
value: 0.087 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
height: 2 | ||
match-tiles: purpur_block | ||
placeholder: true |
Oops, something went wrong.
Binary file added
BIN
+122 KB
src/assets/minecraft/optifine/ctm/oversized/purpur_block/occlusion.jpg
Oops, something went wrong.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/purpur_block/source.txt
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 @@ | ||
https://www.texturecan.com/details/293/ |
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.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
src/assets/minecraft/optifine/ctm/oversized/quartz_bricks/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,18 @@ | ||
height: | ||
value: 0 | ||
auto-level: false | ||
normal: | ||
noise: 0.8 | ||
smooth: | ||
shift: -0.2 | ||
scale: 1.8 | ||
f0: | ||
value: 0.05 | ||
sss: | ||
value: 0.06 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
height: 2 | ||
match-tiles: quartz_bricks | ||
placeholder: true |
Oops, something went wrong.
Binary file added
BIN
+41 KB
src/assets/minecraft/optifine/ctm/oversized/quartz_bricks/occlusion.jpg
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
File renamed without changes
File renamed without changes.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ normal: | |
occlusion: | ||
scale: 0.2 | ||
smooth: | ||
scale: 0.1 | ||
scale: 2.5 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
|
Binary file added
BIN
+6.45 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/color.png
Oops, something went wrong.
Binary file added
BIN
+5.96 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/height.png
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/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,15 @@ | ||
height: | ||
shift: -0.3 | ||
scale: 0.1 | ||
edge-fade-x: 1 | ||
edge-fade-y: 1 | ||
smooth: | ||
scale: 0.9 | ||
f0: | ||
value: 0.053 | ||
ctm: | ||
method: of-repeat | ||
width: 2 | ||
height: 2 | ||
match-tiles: yellow_glazed_terracotta | ||
placeholder: true |
Binary file added
BIN
+21.9 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/normal.png
Oops, something went wrong.
Binary file added
BIN
+1.15 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/occlusion.png
Oops, something went wrong.
Binary file added
BIN
+1.3 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/porosity.png
Oops, something went wrong.
Binary file added
BIN
+2.72 MB
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/smooth.png
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/assets/minecraft/optifine/ctm/oversized/yellow_glazed_terracotta/source.txt
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 @@ | ||
https://ambientcg.com/view?id=Tiles027 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
wrap-x: false | ||
wrap-y: true | ||
alpha: | ||
input: | ||
texture: alpha | ||
color: red | ||
sampler: nearest | ||
height: | ||
value: 0 | ||
scale: 0 | ||
normal: | ||
strength: 2 | ||
noise: 8 | ||
method: sobel3 | ||
strength: 3 | ||
occlusion: | ||
z-bias: 0.8 | ||
z-scale: 5 | ||
step-distance: 0.04 | ||
z-bias: 0.2 | ||
z-scale: 8 | ||
smooth: | ||
scale: 0.5 | ||
porosity: | ||
value: 0 | ||
shift: -0.4 | ||
scale: 0.9 | ||
metal: | ||
value: 230 | ||
ctm: {} |
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.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
src/assets/minecraft/textures/block/redstone_lamp/.ignore/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,14 @@ | ||
color: | ||
value-red: 250 | ||
value-green: 250 | ||
value-blue: 250 | ||
height: | ||
scale: 1.2 | ||
auto-level: false | ||
normal: | ||
method: sobel9 | ||
smooth: | ||
value: 0.65 | ||
metal: | ||
value: 230 | ||
ctm: {} |
Binary file added
BIN
+58.2 KB
src/assets/minecraft/textures/block/redstone_lamp/.ignore/occlusion.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
Binary file modified
BIN
+149 KB
(180%)
src/assets/minecraft/textures/block/redstone_lamp/height.png
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 |
---|---|---|
@@ -1,11 +1,5 @@ | ||
color: | ||
value-red: 250 | ||
value-green: 250 | ||
value-blue: 250 | ||
normal: | ||
method: sobel9 | ||
smooth: | ||
value: 0.65 | ||
metal: | ||
value: 230 | ||
height: | ||
scale: 0.1 | ||
f0: | ||
value: 0.04 | ||
ctm: {} |
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+296 KB
(610%)
src/assets/minecraft/textures/block/redstone_lamp/occlusion.png
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 @@ | ||
https://ambientcg.com/view?id=OfficeCeiling004 |