-
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 observer, vine, grass_snow_block; revise furnace; no oldPbr relea…
…se, add 64x
- Loading branch information
Showing
103 changed files
with
341 additions
and
142 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "block/stone" | ||
} | ||
] | ||
"": { | ||
"model": "block/stone" | ||
} | ||
} | ||
} |
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_birch_wood" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/assets/minecraft/models/block/birch_button_inventory.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/button_inventory", | ||
"textures": { | ||
"texture": "block/stripped_birch_wood_inventory" | ||
} | ||
} |
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_birch_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_birch_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_birch_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_birch_wood" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/assets/minecraft/models/block/birch_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_birch_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_birch_wood_inventory" | ||
} | ||
} |
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_birch_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_birch_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,34 @@ | ||
{ | ||
"parent": "block/cube_bottom_top", | ||
"textures": { | ||
"particle": "block/dirt_inventory", | ||
"bottom": "block/dirt", | ||
"top": "block/grass_block_snow_top", | ||
"side": "block/dirt", | ||
"overlay": "block/grass_block_snow_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" } | ||
} | ||
} | ||
] | ||
} |
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,7 @@ | ||
{ | ||
"parent": "block/chiseled_red_sandstone", | ||
"textures": { | ||
"end": "block/red_sandstone_top_inventory", | ||
"side": "block/chiseled_red_sandstone_inventory" | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"parent": "block/observer", | ||
"textures": { | ||
"bottom": "block/observer_back_inventory", | ||
"side": "block/observer_side_inventory", | ||
"top": "block/observer_top_inventory", | ||
"front": "block/observer_front_inventory" | ||
} | ||
} |
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": "item/generated", | ||
"textures": { | ||
"layer0": "block/vine_inventory" | ||
} | ||
} |
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
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
Binary file added
BIN
+272 Bytes
...sets/minecraft/textures/block/chiseled_red_sandstone/chiseled_red_sandstone.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
+894 Bytes
src/assets/minecraft/textures/block/chiseled_red_sandstone/height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
src/assets/minecraft/textures/block/chiseled_red_sandstone/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,25 @@ | ||
alpha: | ||
value: 255 | ||
albedo: | ||
value-red: 186 | ||
value-green: 99 | ||
value-blue: 29 | ||
height: | ||
shift: -0.1 | ||
scale: 0.35 | ||
normal: | ||
noise: 3 | ||
filter: sobel-high | ||
occlusion: | ||
quality: 0.1 | ||
z-bias: 0 | ||
z-scale: 6 | ||
step-distance: 0.1 | ||
smooth: {} | ||
f0: | ||
value: 0.07 | ||
porosity: | ||
value: 0.63 | ||
create-inventory: true | ||
wrap-x: true | ||
wrap-y: false |
Binary file added
BIN
+275 Bytes
src/assets/minecraft/textures/block/chiseled_red_sandstone/smooth.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
14 changes: 0 additions & 14 deletions
14
src/assets/minecraft/textures/block/cut_red_sandstone.pbr.yml
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+50 Bytes
(150%)
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.
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
+270 Bytes
(190%)
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.
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.
Binary file modified
BIN
+30 Bytes
(120%)
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
+10 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.
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
+263 Bytes
(180%)
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.
Oops, something went wrong.