Skip to content

Commit

Permalink
add secondary textures to all material blocks (finally!) (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
screret authored Aug 4, 2024
1 parent cdcf710 commit 19ae988
Show file tree
Hide file tree
Showing 53 changed files with 148 additions and 60 deletions.
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"
}
}
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"
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"textures": {
"all": "gtceu:block/material_sets/glass/block"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"textures": {
"all": "gtceu:block/material_sets/paper/block"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"textures": {
"all": "gtceu:block/material_sets/paper/frame_gt"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"textures": {
"all": "gtceu:block/material_sets/powder/block"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"textures": {
"all": "gtceu:block/material_sets/powder/frame_gt"
}
}
}
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"
}
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animation": {

}
}
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,5 @@
{
"animation": {

}
}
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,5 @@
{
"animation": {

}
}
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.

0 comments on commit 19ae988

Please sign in to comment.