Skip to content

Commit

Permalink
Merge pull request #813 from MCTian-mi/sponge
Browse files Browse the repository at this point in the history
make metal sponges blocky
  • Loading branch information
last8kings authored Mar 30, 2024
2 parents 7502e68 + 81f5f70 commit b69ca6d
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.hafnium.crude"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.hafnium.crude"
}
}
10 changes: 5 additions & 5 deletions resources/gregtech/models/item/metaitems/sponge.hafnium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.hafnium"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.hafnium"
}
}
10 changes: 5 additions & 5 deletions resources/gregtech/models/item/metaitems/sponge.platinum.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.platinum"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.platinum"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.titanium.crude"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.titanium.crude"
}
}
10 changes: 5 additions & 5 deletions resources/gregtech/models/item/metaitems/sponge.titanium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.titanium"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.titanium"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.zirconium.crude"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.zirconium.crude"
}
}
10 changes: 5 additions & 5 deletions resources/gregtech/models/item/metaitems/sponge.zirconium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/sponge.zirconium"
}
}
"parent": "block/cube_all",
"textures": {
"all": "gregtech:items/metaitems/sponge.zirconium"
}
}
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 resources/gregtech/textures/items/metaitems/sponge.hafnium.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 resources/gregtech/textures/items/metaitems/sponge.platinum.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 resources/gregtech/textures/items/metaitems/sponge.titanium.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.
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 b69ca6d

Please sign in to comment.