-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add secondary textures to all material blocks (finally!) (#1639)
- Loading branch information
Showing
53 changed files
with
148 additions
and
60 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/main/resources/assets/gtceu/models/block/cube_2_layer/tinted_both/all.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,18 @@ | ||
{ | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/default", | ||
"textures": { | ||
"particle": "#bot_all", | ||
"bot_down": "#bot_all", | ||
"bot_up": "#bot_all", | ||
"bot_north": "#bot_all", | ||
"bot_east": "#bot_all", | ||
"bot_south": "#bot_all", | ||
"bot_west": "#bot_all", | ||
"top_down": "#top_all", | ||
"top_up": "#top_all", | ||
"top_north": "#top_all", | ||
"top_east": "#top_all", | ||
"top_south": "#top_all", | ||
"top_west": "#top_all" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/gtceu/models/block/cube_2_layer/tinted_both/all_translucent.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,19 @@ | ||
{ | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/default", | ||
"render_type": "translucent", | ||
"textures": { | ||
"particle": "#bot_all", | ||
"bot_down": "#bot_all", | ||
"bot_up": "#bot_all", | ||
"bot_north": "#bot_all", | ||
"bot_east": "#bot_all", | ||
"bot_south": "#bot_all", | ||
"bot_west": "#bot_all", | ||
"top_down": "#top_all", | ||
"top_up": "#top_all", | ||
"top_north": "#top_all", | ||
"top_east": "#top_all", | ||
"top_south": "#top_all", | ||
"top_west": "#top_all" | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/dull/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/dull/block" | ||
"bot_all": "gtceu:block/material_sets/dull/block", | ||
"top_all": "gtceu:block/material_sets/dull/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/dull/frame_gt.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/dull/frame_gt" | ||
"bot_all": "gtceu:block/material_sets/dull/frame_gt", | ||
"top_all": "gtceu:block/material_sets/dull/frame_gt_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/dull/raw_ore_block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/dull/raw_ore_block" | ||
"bot_all": "gtceu:block/material_sets/dull/raw_ore_block", | ||
"top_all": "gtceu:block/material_sets/dull/raw_ore_block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/emerald/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/emerald/block" | ||
"bot_all": "gtceu:block/material_sets/emerald/block", | ||
"top_all": "gtceu:block/material_sets/emerald/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/fine/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/fine/block" | ||
"bot_all": "gtceu:block/material_sets/fine/block", | ||
"top_all": "gtceu:block/material_sets/fine/block_secondary" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"textures": { | ||
"all": "gtceu:block/material_sets/glass/block" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/lapis/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/lapis/block" | ||
"bot_all": "gtceu:block/material_sets/lapis/block", | ||
"top_all": "gtceu:block/material_sets/lapis/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/lignite/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/lignite/block" | ||
"bot_all": "gtceu:block/material_sets/lignite/block", | ||
"top_all": "gtceu:block/material_sets/lignite/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/lignite/raw_ore_block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/lignite/raw_ore_block" | ||
"bot_all": "gtceu:block/material_sets/lignite/raw_ore_block", | ||
"top_all": "gtceu:block/material_sets/lignite/raw_ore_block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/metallic/raw_ore_block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/metallic/raw_ore_block" | ||
"bot_all": "gtceu:block/material_sets/metallic/raw_ore_block", | ||
"top_all": "gtceu:block/material_sets/metallic/raw_ore_block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/netherstar/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/netherstar/block" | ||
"bot_all": "gtceu:block/material_sets/netherstar/block", | ||
"top_all": "gtceu:block/material_sets/netherstar/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/opal/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/opal/block" | ||
"bot_all": "gtceu:block/material_sets/opal/block", | ||
"top_all": "gtceu:block/material_sets/opal/block_secondary" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"textures": { | ||
"all": "gtceu:block/material_sets/paper/block" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"textures": { | ||
"all": "gtceu:block/material_sets/paper/frame_gt" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"textures": { | ||
"all": "gtceu:block/material_sets/powder/block" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"textures": { | ||
"all": "gtceu:block/material_sets/powder/frame_gt" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/quartz/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/quartz/block" | ||
"bot_all": "gtceu:block/material_sets/quartz/block", | ||
"top_all": "gtceu:block/material_sets/quartz/block_secondary" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gtceu/models/block/material_sets/radioactive/block.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": "gtceu:block/material_sets/dull/block", | ||
"textures": { | ||
"top_all": "gtceu:block/material_sets/radioactive/block_secondary" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gtceu/models/block/material_sets/radioactive/frame_gt.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": "gtceu:block/material_sets/dull/frame_gt", | ||
"textures": { | ||
"top_all": "gtceu:block/material_sets/radioactive/frame_gt_secondary" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gtceu/models/block/material_sets/radioactive/raw_ore_block.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": "gtceu:block/material_sets/metallic/raw_ore_block", | ||
"textures": { | ||
"top_all": "gtceu:block/material_sets/radioactive/raw_ore_block_secondary" | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/rough/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/rough/block" | ||
"bot_all": "gtceu:block/material_sets/rough/block", | ||
"top_all": "gtceu:block/material_sets/rough/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/rough/raw_ore_block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/rough/raw_ore_block" | ||
"bot_all": "gtceu:block/material_sets/rough/raw_ore_block", | ||
"top_all": "gtceu:block/material_sets/rough/raw_ore_block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/sand/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/sand/block" | ||
"bot_all": "gtceu:block/material_sets/sand/block", | ||
"top_all": "gtceu:block/material_sets/sand/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/shiny/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/shiny/block" | ||
"bot_all": "gtceu:block/material_sets/shiny/block", | ||
"top_all": "gtceu:block/material_sets/shiny/block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/shiny/raw_ore_block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/shiny/raw_ore_block" | ||
"bot_all": "gtceu:block/material_sets/shiny/raw_ore_block", | ||
"top_all": "gtceu:block/material_sets/shiny/raw_ore_block_secondary" | ||
} | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/gtceu/models/block/material_sets/wood/block.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "gtceu:block/cube/tinted/all_0", | ||
"parent": "gtceu:block/cube_2_layer/tinted_both/all_translucent", | ||
"textures": { | ||
"all": "gtceu:block/material_sets/wood/block" | ||
"bot_all": "gtceu:block/material_sets/wood/block", | ||
"top_all": "gtceu:block/material_sets/wood/block_secondary" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/gtceu/textures/block/lamps/light_gray_off.png.mcmeta
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,5 +1,5 @@ | ||
{ | ||
"ldlib": { | ||
"connection": "gtceu:block/lamps/silver_off_ctm" | ||
"connection": "gtceu:block/lamps/light_gray_off_ctm" | ||
} | ||
} |
Binary file added
BIN
+733 Bytes
...in/resources/assets/gtceu/textures/block/material_sets/dull/block_secondary.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
+780 Bytes
...resources/assets/gtceu/textures/block/material_sets/dull/frame_gt_secondary.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
+445 Bytes
...rces/assets/gtceu/textures/block/material_sets/dull/raw_ore_block_secondary.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
+878 Bytes
...resources/assets/gtceu/textures/block/material_sets/emerald/block_secondary.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
+738 Bytes
...in/resources/assets/gtceu/textures/block/material_sets/fine/block_secondary.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
+764 Bytes
...n/resources/assets/gtceu/textures/block/material_sets/lapis/block_secondary.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
+365 Bytes
...resources/assets/gtceu/textures/block/material_sets/lignite/block_secondary.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
+824 Bytes
...s/assets/gtceu/textures/block/material_sets/lignite/raw_ore_block_secondary.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
+437 Bytes
.../assets/gtceu/textures/block/material_sets/metallic/raw_ore_block_secondary.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
+775 Bytes
...ources/assets/gtceu/textures/block/material_sets/netherstar/block_secondary.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
+775 Bytes
...in/resources/assets/gtceu/textures/block/material_sets/opal/block_secondary.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
+541 Bytes
.../resources/assets/gtceu/textures/block/material_sets/quartz/block_secondary.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
+22.4 KB
...urces/assets/gtceu/textures/block/material_sets/radioactive/block_secondary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
...esources/assets/gtceu/textures/block/material_sets/radioactive/block_secondary.png.mcmeta
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,5 @@ | ||
{ | ||
"animation": { | ||
|
||
} | ||
} |
Binary file added
BIN
+5.33 KB
...es/assets/gtceu/textures/block/material_sets/radioactive/frame_gt_secondary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
...urces/assets/gtceu/textures/block/material_sets/radioactive/frame_gt_secondary.png.mcmeta
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,5 @@ | ||
{ | ||
"animation": { | ||
|
||
} | ||
} |
Binary file added
BIN
+7.43 KB
...sets/gtceu/textures/block/material_sets/radioactive/raw_ore_block_secondary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
.../assets/gtceu/textures/block/material_sets/radioactive/raw_ore_block_secondary.png.mcmeta
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,5 @@ | ||
{ | ||
"animation": { | ||
|
||
} | ||
} |
Binary file added
BIN
+717 Bytes
...n/resources/assets/gtceu/textures/block/material_sets/rough/block_secondary.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
+912 Bytes
...ces/assets/gtceu/textures/block/material_sets/rough/raw_ore_block_secondary.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
+827 Bytes
...in/resources/assets/gtceu/textures/block/material_sets/sand/block_secondary.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
+761 Bytes
...n/resources/assets/gtceu/textures/block/material_sets/shiny/block_secondary.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
+437 Bytes
...ces/assets/gtceu/textures/block/material_sets/shiny/raw_ore_block_secondary.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
+866 Bytes
...in/resources/assets/gtceu/textures/block/material_sets/wood/block_secondary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.