Skip to content

Commit

Permalink
add jungle_log, smooth_stone; revise spruce_log, dirt, grass_path, gl…
Browse files Browse the repository at this point in the history
…ass; add log horizontal ctm
  • Loading branch information
null511 committed Feb 18, 2021
1 parent d60c7c4 commit 5888fda
Show file tree
Hide file tree
Showing 58 changed files with 363 additions and 96 deletions.
31 changes: 31 additions & 0 deletions src/assets/minecraft/models/block/grass_path.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{ "parent": "block/block",
"textures": {
"particle": "block/dirt",
"top": "block/grass_path_top",
"side": "block/grass_path_side",
"bottom": "block/dirt",
"overlay": "block/grass_path_side_overlay"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 15, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 15, 16 ],
"faces": {
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#overlay", "cullface": "north" },
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#overlay", "cullface": "south" },
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#overlay", "cullface": "west" },
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#overlay", "cullface": "east" }
}
}
]
}
1 change: 1 addition & 0 deletions src/assets/minecraft/optifine/block.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
layer.cutout_mipped=grass_path
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
matchTiles=dark_oak_log
method=horizontal
tiles=1 2 3 4
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
alpha:
value: 255
albedo:
value-red: 62
value-green: 47
value-blue: 27
height:
texture: height.png
scale: 0.3
normal:
strength: 0.2
noise: 2
curve-x: 90
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 2
steps: 6
smooth:
value: 0.05
f0:
value: 0.03
porosity:
value: 0.55
wrap-x: false
parts:
- name: 4
left: 0
top: 0
width: 16
height: 16
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
alpha:
value: 255
albedo:
value-red: 62
value-green: 47
value-blue: 27
height:
texture: height_double.png
scale: 0.3
normal:
strength: 0.2
noise: 2
curve-x: 90
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 2
steps: 6
smooth:
value: 0.05
f0:
value: 0.03
porosity:
value: 0.55
wrap-x: false
parts:
- name: 1
left: 0
top: 0
width: 16
height: 16
- name: 3
left: 16
top: 0
width: 16
height: 16
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
alpha:
value: 255
albedo:
value-red: 62
value-green: 47
value-blue: 27
height:
texture: height.png
scale: 0.3
normal:
strength: 0.2
noise: 2
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 2
steps: 6
smooth:
value: 0.05
f0:
value: 0.03
porosity:
value: 0.55
wrap-x: false
parts:
- name: 2
left: 0
top: 0
width: 16
height: 16
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
matchTiles=jungle_log
method=horizontal
tiles=1 2 3 4
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
alpha:
value: 255
albedo:
value-red: 88
value-green: 70
value-blue: 26
height:
texture: height.png
scale: 0.5
normal:
strength: 0.5
noise: 2
curve-x: 90
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.1
z-scale: 1
steps: 4
smooth:
value: 0.06
metal:
value: 0
f0:
value: 0.04
porosity:
value: 0.4
parts:
- name: "4"
top: 0
left: 0
width: 16
height: 16
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
alpha:
value: 255
albedo:
value-red: 88
value-green: 70
value-blue: 26
height:
texture: height_double.png
scale: 0.5
normal:
strength: 0.5
noise: 2
curve-x: 90
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.1
z-scale: 1
steps: 4
smooth:
value: 0.06
metal:
value: 0
f0:
value: 0.04
porosity:
value: 0.4
parts:
- name: 1
left: 0
top: 0
width: 16
height: 16
- name: 3
left: 16
top: 0
width: 16
height: 16
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
alpha:
value: 255
albedo:
value-red: 88
value-green: 70
value-blue: 26
height:
texture: height.png
scale: 0.5
normal:
strength: 0.5
noise: 2
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.1
z-scale: 1
steps: 4
smooth:
value: 0.06
metal:
value: 0
f0:
value: 0.04
porosity:
value: 0.4
parts:
- name: "2"
top: 0
left: 0
width: 16
height: 16
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matchTiles=sandstone
connect=tile
method=top
tiles=0
tiles=textures/block/sandstone_bottom
24 changes: 0 additions & 24 deletions src/assets/minecraft/optifine/ctm/sandstone/0.pbr.yml

This file was deleted.

Binary file removed src/assets/minecraft/optifine/ctm/sandstone/0_h.png
Binary file not shown.
Binary file modified src/assets/minecraft/textures/block/dark_oak_log/height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/dark_oak_log/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
wrap-x: false
alpha:
value: 255
albedo:
value-red: 62
value-green: 47
value-blue: 27
height:
scale: 0.2
scale: 0.3
normal:
strength: 0.2
noise: 2
Expand All @@ -22,3 +21,4 @@ f0:
value: 0.03
porosity:
value: 0.55
wrap-x: false
Binary file modified src/assets/minecraft/textures/block/dirt/height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/dirt/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ alpha:
value: 255
albedo: {}
height:
scale: 0.4
scale: 0.3
normal:
noise: 2
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 4
z-scale: 2
steps: 6
smooth: {}
f0:
Expand Down
8 changes: 0 additions & 8 deletions src/assets/minecraft/textures/block/glass.pbr.yml

This file was deleted.

Binary file added src/assets/minecraft/textures/block/glass/height.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 src/assets/minecraft/textures/block/glass/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
albedo:
value-red: 180
value-green: 215
value-blue: 221
height: {}
normal:
strength: 0.7
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.1
z-scale: 2
steps: 4
smooth: {}
f0:
value: 0.04
porosity:
value: 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 modified src/assets/minecraft/textures/block/grass_block_side/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 not shown.
5 changes: 3 additions & 2 deletions src/assets/minecraft/textures/block/grass_block_side/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ alpha:
value: 255
albedo: {}
height:
scale: 0.4
scale: 0.3
normal:
noise: 2
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 4
z-scale: 2
steps: 6
smooth: {}
f0:
value: 0.05
porosity:
value: 0.78
wrap-y: false
14 changes: 0 additions & 14 deletions src/assets/minecraft/textures/block/grass_path_side.pbr.yml

This file was deleted.

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.
15 changes: 15 additions & 0 deletions src/assets/minecraft/textures/block/grass_path_side/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
height:
scale: 0.3
normal:
noise: 2
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.2
z-scale: 2
steps: 6
f0:
value: 0.05
porosity:
value: 0.78
wrap-y: false
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

0 comments on commit 5888fda

Please sign in to comment.