-
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.
add birch leaf model; improved birch/oak planks, furnace_front
- Loading branch information
Showing
36 changed files
with
167 additions
and
47 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
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,29 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "block/birch_leaves" | ||
}, | ||
{ | ||
"model": "block/birch_leaves", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "block/birch_leaves", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "block/birch_leaves", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "block/birch_leaves", | ||
"z": 90 | ||
}, | ||
{ | ||
"model": "block/birch_leaves", | ||
"x": 90 | ||
} | ||
] | ||
} | ||
} |
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/leaves_alt_MQ", | ||
"textures": { | ||
"all": "block/birch_leaves" | ||
} | ||
} |
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
+1.09 KB
src-models/assets/minecraft/textures/block/birch_leaves/occlusion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
src-models/assets/minecraft/textures/block/birch_leaves/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,18 @@ | ||
publish-inventory: true | ||
color-tint: '#80a755' | ||
color: | ||
value-red: 200 | ||
value-green: 200 | ||
value-blue: 200 | ||
height: | ||
value: 0 | ||
normal: | ||
method: sobel-low | ||
occlusion: | ||
step-distance: 0.2 | ||
z-bias: 0 | ||
z-scale: 6 | ||
f0: | ||
value: 0.017 | ||
sss: | ||
value: 0.4 |
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
+115 Bytes
src/assets/minecraft/textures/block/birch_planks/.ignore/albedo.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
+689 Bytes
src/assets/minecraft/textures/block/birch_planks/.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.
Binary file added
BIN
+752 Bytes
src/assets/minecraft/textures/block/birch_planks/.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.
19 changes: 19 additions & 0 deletions
19
src/assets/minecraft/textures/block/birch_planks/.ignore/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,19 @@ | ||
publish-inventory: true | ||
alpha: | ||
value: 255 | ||
height: | ||
scale: 0.3 | ||
normal: | ||
strength: 0.5 | ||
filter: sobel-high | ||
occlusion: | ||
z-bias: 0 | ||
z-scale: 3 | ||
step-distance: 0.15 | ||
smooth: | ||
scale: 0.6 | ||
metal: {} | ||
f0: | ||
value: 0.044 | ||
porosity: {} | ||
create-inventory: true |
Binary file added
BIN
+95 Bytes
src/assets/minecraft/textures/block/birch_planks/.ignore/porosity.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
+291 Bytes
src/assets/minecraft/textures/block/birch_planks/.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.
Binary file modified
BIN
+4.21 KB
(3800%)
src/assets/minecraft/textures/block/birch_planks/albedo.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 modified
BIN
+2.08 KB
(410%)
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.
Binary file modified
BIN
+32 Bytes
(100%)
src/assets/minecraft/textures/block/birch_planks/occlusion.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 |
---|---|---|
@@ -1,19 +1,16 @@ | ||
publish-inventory: true | ||
alpha: | ||
opacity: | ||
value: 255 | ||
height: | ||
scale: 0.3 | ||
normal: | ||
strength: 0.5 | ||
filter: sobel-high | ||
method: sobel-low | ||
strength: 0.3 | ||
occlusion: | ||
step-distance: 0.15 | ||
z-bias: 0 | ||
z-scale: 3 | ||
step-distance: 0.15 | ||
smooth: | ||
scale: 0.6 | ||
metal: {} | ||
f0: | ||
value: 0.044 | ||
porosity: {} | ||
create-inventory: true | ||
porosity: | ||
scale: 0.6 |
Binary file modified
BIN
+3.24 KB
(3600%)
src/assets/minecraft/textures/block/birch_planks/porosity.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 modified
BIN
+3.18 KB
(1200%)
src/assets/minecraft/textures/block/birch_planks/smooth.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 modified
BIN
-6 Bytes
(96%)
src/assets/minecraft/textures/block/furnace_front/albedo.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 modified
BIN
-23 Bytes
(96%)
src/assets/minecraft/textures/block/furnace_front/height.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 modified
BIN
-20 Bytes
(97%)
src/assets/minecraft/textures/block/furnace_front/occlusion.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 |
---|---|---|
@@ -1,15 +1,11 @@ | ||
alpha: | ||
publish-inventory: true | ||
opacity: | ||
value: 255 | ||
height: {} | ||
normal: | ||
method: sobel-high | ||
strength: 1.2 | ||
noise: 1 | ||
filter: sobel-high | ||
occlusion: | ||
step-distance: 0.5 | ||
z-bias: 0 | ||
z-scale: 5 | ||
step-distance: 0.15 | ||
smooth: {} | ||
f0: {} | ||
porosity: {} | ||
create-inventory: true |
Binary file added
BIN
+157 Bytes
src/assets/minecraft/textures/block/furnace_front_on/.ignore/albedo.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
+576 Bytes
src/assets/minecraft/textures/block/furnace_front_on/.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.
Binary file added
BIN
+741 Bytes
src/assets/minecraft/textures/block/furnace_front_on/.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 modified
BIN
+22 Bytes
(110%)
src/assets/minecraft/textures/block/furnace_front_on/albedo.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 modified
BIN
+8 Bytes
(110%)
src/assets/minecraft/textures/block/furnace_front_on/emissive.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 modified
BIN
-7 Bytes
(99%)
src/assets/minecraft/textures/block/furnace_front_on/height.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 modified
BIN
-88 Bytes
(88%)
src/assets/minecraft/textures/block/furnace_front_on/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.
Oops, something went wrong.
Binary file modified
BIN
+32 Bytes
(100%)
src/assets/minecraft/textures/block/oak_planks/occlusion.png
Oops, something went wrong.
Binary file modified
BIN
+3.24 KB
(3500%)
src/assets/minecraft/textures/block/oak_planks/porosity.png
Oops, something went wrong.
Oops, something went wrong.