-
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.
- Loading branch information
Showing
72 changed files
with
210 additions
and
40 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
src/assets/immersiverailroading/models/track/default/prototype_texture.pbr.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,5 @@ | ||
alpha: | ||
value: 255 | ||
height: | ||
value: 0 | ||
texture-size: 64 |
Binary file added
BIN
+3.93 KB
src/assets/immersiverailroading/models/track/default/prototype_texture.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
+108 Bytes
src/assets/immersiverailroading/models/track/default/prototype_texture_metal.png
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,6 @@ | ||
{ | ||
"parent": "block/button", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/button_inventory", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/button_pressed", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/template_fence_gate", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/template_fence_gate_open", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/template_fence_gate_wall", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/assets/minecraft/models/block/oak_fence_gate_wall_open.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,6 @@ | ||
{ | ||
"parent": "block/template_fence_gate_wall_open", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/fence_inventory", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/fence_post", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/fence_side", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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/pressure_plate_up", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/assets/minecraft/models/block/oak_pressure_plate_down.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,6 @@ | ||
{ | ||
"parent": "block/pressure_plate_down", | ||
"textures": { | ||
"texture": "block/stripped_oak_wood" | ||
} | ||
} |
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 @@ | ||
texture-size: 16 | ||
alpha: | ||
value: 255 | ||
albedo: | ||
value-red: 217 | ||
value-green: 205 | ||
value-blue: 159 | ||
height: | ||
scale: 0.3 | ||
normal: | ||
strength: 0.5 | ||
noise: 3 | ||
filter: sobel3 | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0.1 | ||
z-scale: 2 | ||
steps: 4 | ||
smooth: | ||
value: 0.04 | ||
f0: | ||
value: 0.05 | ||
porosity: | ||
value: 0.6 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
src/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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
matchTiles=sandstone | ||
connect=tile | ||
method=top | ||
tiles=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-268 Bytes
src/assets/minecraft/textures/block/birch_planks/birch_planks.png
Binary file not shown.
Binary file modified
BIN
+100 Bytes
(120%)
src/assets/minecraft/textures/block/birch_planks/height.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.
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,9 +1,5 @@ | ||
alpha: | ||
value: 255 | ||
albedo: | ||
value-red: 196 | ||
value-green: 179 | ||
value-blue: 124 | ||
height: | ||
scale: 0.12 | ||
normal: | ||
|
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
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
Binary file modified
BIN
+100 Bytes
(120%)
src/assets/minecraft/textures/block/dark_oak_planks/height.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.
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.
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.
Binary file modified
BIN
+100 Bytes
(120%)
src/assets/minecraft/textures/block/oak_planks/height.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.
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.
Binary file modified
BIN
+396 Bytes
(530%)
src/assets/minecraft/textures/block/oak_trapdoor/height.png
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
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,13 @@ | ||
alpha: | ||
value: 255 | ||
height: | ||
scale: 0.5 | ||
normal: | ||
filter: sobel-low | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0.1 | ||
z-scale: 2 | ||
steps: 4 | ||
smooth: {} | ||
porosity: {} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
alpha: | ||
value: 255 | ||
height: | ||
scale: 0.5 | ||
normal: | ||
filter: sobel-low | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0.1 | ||
z-scale: 2 | ||
steps: 4 | ||
smooth: {} | ||
porosity: {} |
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+21 Bytes
(120%)
src/assets/minecraft/textures/block/piston_side/albedo.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 |
---|---|---|
@@ -1,8 +1,14 @@ | ||
wrap-y: false | ||
alpha: | ||
value: 255 | ||
height: | ||
value: 0 | ||
normal: {} | ||
scale: 0.5 | ||
normal: | ||
filter: sobel-low | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0.1 | ||
z-scale: 4 | ||
steps: 4 | ||
smooth: {} | ||
porosity: {} | ||
wrap-y: false |
Binary file modified
BIN
+7 Bytes
(110%)
src/assets/minecraft/textures/block/piston_side/porosity.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
src/assets/minecraft/textures/block/piston_side/smooth.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 |
---|---|---|
@@ -1,8 +1,14 @@ | ||
alpha: | ||
value: 255 | ||
height: | ||
value: 0 | ||
scale: 0.6 | ||
normal: | ||
strength: 0.6 | ||
filter: sobel-high | ||
occlusion: | ||
value: 0 | ||
quality: 0.1 | ||
z-bias: 0.1 | ||
z-scale: 2 | ||
steps: 4 | ||
smooth: {} | ||
porosity: {} |
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.
24 changes: 24 additions & 0 deletions
24
src/assets/minecraft/textures/block/stripped_oak_wood/pbr.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 @@ | ||
wrap-x: false | ||
alpha: | ||
value: 255 | ||
albedo: | ||
value-red: 177 | ||
value-green: 144 | ||
value-blue: 86 | ||
height: | ||
scale: 0.3 | ||
normal: | ||
strength: 0.5 | ||
noise: 2 | ||
filter: sobel-low | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0.2 | ||
z-scale: 4 | ||
steps: 6 | ||
smooth: | ||
value: 0.1 | ||
f0: | ||
value: 0.04 | ||
porosity: | ||
value: 0.35 |
File renamed without changes
Oops, something went wrong.
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
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 @@ | ||
edition: Java | ||
format: 6 | ||
description: Place above Default textures! | ||
tags: 32x LabPBR | ||
encoding: | ||
format: lab-1.3 | ||
alpha: | ||
texture: none | ||
albedo-red: | ||
texture: none | ||
albedo-green: | ||
texture: none | ||
albedo-blue: | ||
texture: none | ||
block-texture-size: 32 | ||
texture-scale: 2 |