Skip to content

Commit

Permalink
add spone, wet_sponge, mycelium, despenser; revised all occlusion levels
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Mar 21, 2021
1 parent 56c63ad commit dbeba7f
Show file tree
Hide file tree
Showing 356 changed files with 829 additions and 591 deletions.
1 change: 1 addition & 0 deletions src/Textureless-LabPbr-128x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ encoding:
block-texture-size: 128
texture-scale: 8
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
1 change: 1 addition & 0 deletions src/Textureless-LabPbr-16x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ encoding:
emissive: {}
block-texture-size: 16
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
1 change: 1 addition & 0 deletions src/Textureless-LabPbr-32x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ encoding:
block-texture-size: 32
texture-scale: 2
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
1 change: 1 addition & 0 deletions src/Textureless-LabPbr-64x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ encoding:
block-texture-size: 64
texture-scale: 4
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
1 change: 1 addition & 0 deletions src/Textureless-Molly-32x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ encoding:
block-texture-size: 32
texture-scale: 2
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
64 changes: 64 additions & 0 deletions src/Textureless-Molly-64x.pack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
format: 6
description: No Textures! PBR shader required.
tags: 32x MollyVX
encoding:
format: lab-1.3
sampler: nearest
alpha: {}
diffuse-red:
texture: albedo
color: red
min-value: 0
max-value: 255
range-min: 0
range-max: 255
shift: 0
power: 1
diffuse-green:
texture: albedo
color: green
min-value: 0
max-value: 255
range-min: 0
range-max: 255
shift: 0
power: 1
diffuse-blue:
texture: albedo
color: blue
min-value: 0
max-value: 255
range-min: 0
range-max: 255
shift: 0
power: 1
albedo-red:
texture: none
albedo-green:
texture: none
albedo-blue:
texture: none
height:
sampler: bilinear
occlusion:
texture: none
sampler: bilinear
normal-x:
sampler: bilinear
normal-y:
sampler: bilinear
normal-z:
sampler: bilinear
specular: {}
smooth: {}
rough: {}
metal: {}
f0: {}
porosity: {}
sss: {}
emissive: {}
block-texture-size: 64
texture-scale: 4
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
1 change: 1 addition & 0 deletions src/Textureless-SEUS-32x.pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ encoding:
block-texture-size: 32
texture-scale: 2
auto-generate-occlusion: true
occlusion-quality: 0.04
edition: Java
10 changes: 10 additions & 0 deletions src/assets/minecraft/blockstates/mycelium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"snowy=false": {
"model": "block/mycelium"
},
"snowy=true": {
"model": "block/grass_block_snow"
}
}
}
34 changes: 34 additions & 0 deletions src/assets/minecraft/models/block/mycelium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "block/dirt_inventory",
"bottom": "block/dirt",
"top": "block/mycelium_top",
"side": "block/dirt",
"overlay": "block/mycelium_side_overlay"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "east" }
}
}
]
}
8 changes: 8 additions & 0 deletions src/assets/minecraft/models/item/dispenser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/dispenser",
"textures": {
"top": "block/furnace_top_inventory",
"front": "block/dispenser_front_inventory",
"side": "block/furnace_side_inventory"
}
}
9 changes: 9 additions & 0 deletions src/assets/minecraft/models/item/mycelium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "block/mycelium",
"textures": {
"top": "block/mycelium_top_inventory",
"bottom": "block/dirt_inventory",
"side": "block/dirt_inventory",
"overlay": "block/mycelium_side_overlay_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/sponge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/sponge",
"textures": {
"all": "block/sponge_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/wet_sponge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/wet_sponge",
"textures": {
"all": "block/wet_sponge_inventory"
}
}
1 change: 0 additions & 1 deletion src/assets/minecraft/optifine/ctm/glass/glass.pbr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
texture-size: 16
albedo:
value-red: 180
value-green: 215
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ smooth:
texture: ../smooth.png
porosity:
value: 0
texture-size: 16
ctm-type: compact
wrap-x: true
wrap-y: true
6 changes: 3 additions & 3 deletions src/assets/minecraft/textures/block/acacia_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
create-inventory: true
height:
scale: 0.4
normal:
strength: 0.5
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 2
z-bias: 0
z-scale: 5
step-distance: 0.2
porosity:
value: 0.3
create-inventory: true
parts:
- name: acacia_door_top
left: 0
Expand Down
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/acacia_log/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ normal:
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 3
z-bias: 0
z-scale: 5
step-distance: 0.2
smooth:
value: 0.01
Expand Down
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/acacia_log_top/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ normal:
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 2
z-bias: 0
z-scale: 5
step-distance: 0.2
smooth:
value: 0.08
Expand Down
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/acacia_planks/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ normal:
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
z-bias: 0
z-scale: 5
step-distance: 0.2
smooth: {}
metal: {}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/acacia_trapdoor/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ normal:
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 2
z-bias: 0
z-scale: 5
step-distance: 0.2
smooth: {}
metal: {}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/acacia_wood/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ normal:
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 3
z-bias: 0
z-scale: 5
step-distance: 0.2
smooth:
value: 0.01
Expand Down
Loading

0 comments on commit dbeba7f

Please sign in to comment.