Skip to content

Commit

Permalink
add dark_oak_door, dark_oak_trapdoor, dispenser_front, lodestone, com…
Browse files Browse the repository at this point in the history
…poster_compost, carrots, beehive, door inventory textures; revised nether_wart_block
  • Loading branch information
null511 committed Mar 17, 2021
1 parent 46ab5ad commit 56c63ad
Show file tree
Hide file tree
Showing 85 changed files with 292 additions and 8 deletions.
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/acacia_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/acacia_door_inventory"
}
}
10 changes: 10 additions & 0 deletions src/assets/minecraft/models/item/beehive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "block/beehive",
"textures": {
"top": "block/beehive_end_inventory",
"bottom": "block/beehive_end_inventory",
"side": "block/beehive_side_inventory",
"front": "block/beehive_front_inventory",
"particle": "block/beehive_side_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/birch_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/birch_door_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/dark_oak_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/dark_oak_door_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/dark_oak_trapdoor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/dark_oak_trapdoor_bottom",
"textures": {
"texture": "block/dark_oak_trapdoor_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/iron_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/iron_door_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/jungle_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/jungle_door_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/lodestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/lodestone",
"textures": {
"end": "block/lodestone_top_inventory",
"side": "block/lodestone_side_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/nether_wart_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/nether_wart_block",
"textures": {
"all": "block/nether_wart_block_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/oak_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/oak_door_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/spruce_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "block/spruce_door_inventory"
}
}
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/acacia_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
height:
scale: 0.4
normal:
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/beehive_end/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
alpha:
value: 255
albedo:
Expand Down
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/beehive_front/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
alpha:
value: 255
albedo: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
alpha:
value: 255
albedo: {}
Expand Down
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/beehive_side/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
alpha:
value: 255
albedo: {}
Expand Down
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/birch_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
height:
shift: -0.02
normal:
Expand Down
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.
20 changes: 20 additions & 0 deletions src/assets/minecraft/textures/block/carrots_stage0/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
albedo:
value-red: 62
value-green: 131
value-blue: 40
normal:
strength: 0.5
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 2
step-distance: 0.2
smooth:
value: 0.6
f0:
value: 0.017
sss:
value: 0.4
wrap-x: false
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.
18 changes: 18 additions & 0 deletions src/assets/minecraft/textures/block/carrots_stage1/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
albedo:
value-red: 62
value-green: 131
value-blue: 40
normal:
strength: 0.8
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
step-distance: 0.2
smooth:
value: 0.5
f0:
value: 0.017
wrap-x: false
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
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.
12 changes: 12 additions & 0 deletions src/assets/minecraft/textures/block/carrots_stage2/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
normal:
strength: 1
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 6
step-distance: 0.2
smooth: {}
f0: {}
wrap-x: false
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
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.
12 changes: 12 additions & 0 deletions src/assets/minecraft/textures/block/carrots_stage3/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
normal:
strength: 2
filter: sobel3
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 8
step-distance: 0.2
smooth: {}
f0: {}
wrap-x: false
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
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.
12 changes: 12 additions & 0 deletions src/assets/minecraft/textures/block/composter_compost/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
normal:
noise: 8
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 3
step-distance: 0.2
smooth: {}
f0:
value: 0.04
porosity:
value: 0.3
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.
12 changes: 12 additions & 0 deletions src/assets/minecraft/textures/block/composter_ready/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
normal:
noise: 8
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 3
step-distance: 0.2
smooth: {}
f0:
value: 0.04
porosity:
value: 0.3
23 changes: 23 additions & 0 deletions src/assets/minecraft/textures/block/dark_oak_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
create-inventory: true
alpha:
value: 255
height:
shift: -0.02
normal:
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
step-distance: 0.2
parts:
- name: dark_oak_door_top
left: 0
top: 0
width: 16
height: 16
- name: dark_oak_door_bottom
left: 0
top: 16
width: 16
height: 16
6 changes: 3 additions & 3 deletions src/assets/minecraft/textures/block/dark_oak_planks/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ albedo:
value-red: 70
value-green: 45
value-blue: 21
height: {}
height:
scale: 0.6
normal:
noise: 1
filter: sobel-high
Expand All @@ -13,8 +14,7 @@ occlusion:
z-bias: 0.02
z-scale: 2
step-distance: 0.2
smooth:
value: 0.05
smooth: {}
f0:
value: 0.04
porosity:
Expand Down
21 changes: 21 additions & 0 deletions src/assets/minecraft/textures/block/dark_oak_trapdoor/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
create-inventory: true
alpha:
value: 255
albedo:
value-red: 81
value-green: 53
value-blue: 25
height:
scale: 0.8
normal:
strength: 2
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
step-distance: 0.2
f0:
value: 0.03
porosity:
value: 0.2
15 changes: 15 additions & 0 deletions src/assets/minecraft/textures/block/dispenser_front/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
alpha:
value: 255
height: {}
normal:
noise: 1
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 6
step-distance: 0.2
smooth: {}
f0: {}
porosity: {}
create-inventory: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
alpha:
value: 255
height: {}
normal:
noise: 1
filter: sobel-high
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 6
step-distance: 0.2
smooth: {}
f0:
value: 0.05
porosity: {}
create-inventory: true
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/iron_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
albedo:
value-red: 197
value-green: 200
Expand Down
1 change: 1 addition & 0 deletions src/assets/minecraft/textures/block/jungle_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create-inventory: true
height:
scale: 0.8
normal:
Expand Down
23 changes: 23 additions & 0 deletions src/assets/minecraft/textures/block/lodestone_side/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
alpha:
value: 255
albedo:
value-red: 129
value-green: 129
value-blue: 133
height:
scale: 0.6
normal:
noise: 3
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
step-distance: 0.2
smooth:
value: 0.06
f0:
value: 0.05
porosity:
value: 0.6
create-inventory: true
22 changes: 22 additions & 0 deletions src/assets/minecraft/textures/block/lodestone_top/pbr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
create-inventory: true
alpha:
value: 255
albedo:
value-red: 149
value-green: 151
value-blue: 155
height:
scale: 0.5
normal:
noise: 3
filter: sobel-low
occlusion:
quality: 0.1
z-bias: 0.02
z-scale: 4
step-distance: 0.2
smooth: {}
f0:
value: 0.05
porosity:
value: 0.6
4 changes: 2 additions & 2 deletions src/assets/minecraft/textures/block/nether_wart_block/pbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ occlusion:
z-bias: 0.02
z-scale: 8
step-distance: 0.2
smooth:
value: 0.78
smooth: {}
f0:
value: 0.08
sss:
value: 0.16
create-inventory: true
4 changes: 1 addition & 3 deletions src/assets/minecraft/textures/block/oak_door/pbr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
albedo: {}
create-inventory: true
height:
scale: 0.6
normal:
Expand All @@ -9,8 +9,6 @@ occlusion:
z-bias: 0.02
z-scale: 2
step-distance: 0.2
smooth: {}
porosity: {}
parts:
- name: oak_door_top
left: 0
Expand Down
Loading

0 comments on commit 56c63ad

Please sign in to comment.