Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Improve texture folder
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Mar 26, 2020
1 parent 615666d commit e35588b
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "block/block",
"textures": {
"1": "refinedpipes:blocks/item_pipe_inventory_attachment"
"1": "refinedpipes:blocks/pipe/attachment/inventory_attachment"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/advanced_extractor_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/extractor/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/basic_extractor_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/extractor/basic"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/elite_extractor_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/extractor/elite"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/improved_extractor_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/extractor/improved"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/ultimate_extractor_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/extractor/ultimate"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "refinedpipes:block/pipe/attachment/attachment",
"textures": {
"attachment": "refinedpipes:blocks/item_pipe_inventory_attachment"
"attachment": "refinedpipes:blocks/pipe/attachment/inventory_attachment"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/core",
"textures": {
"0": "refinedpipes:blocks/advanced_item_pipe",
"particle": "refinedpipes:blocks/advanced_item_pipe"
"0": "refinedpipes:blocks/pipe/item/advanced",
"particle": "refinedpipes:blocks/pipe/item/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/extension",
"textures": {
"0": "refinedpipes:blocks/advanced_item_pipe",
"particle": "refinedpipes:blocks/advanced_item_pipe"
"0": "refinedpipes:blocks/pipe/item/advanced",
"particle": "refinedpipes:blocks/pipe/item/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/straight",
"textures": {
"0": "refinedpipes:blocks/advanced_item_pipe",
"particle": "refinedpipes:blocks/advanced_item_pipe"
"0": "refinedpipes:blocks/pipe/item/advanced",
"particle": "refinedpipes:blocks/pipe/item/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/core",
"textures": {
"0": "refinedpipes:blocks/basic_item_pipe",
"particle": "refinedpipes:blocks/basic_item_pipe"
"0": "refinedpipes:blocks/pipe/item/basic",
"particle": "refinedpipes:blocks/pipe/item/basic"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/extension",
"textures": {
"0": "refinedpipes:blocks/basic_item_pipe",
"particle": "refinedpipes:blocks/basic_item_pipe"
"0": "refinedpipes:blocks/pipe/item/basic",
"particle": "refinedpipes:blocks/pipe/item/basic"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/straight",
"textures": {
"0": "refinedpipes:blocks/basic_item_pipe",
"particle": "refinedpipes:blocks/basic_item_pipe"
"0": "refinedpipes:blocks/pipe/item/basic",
"particle": "refinedpipes:blocks/pipe/item/basic"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/core",
"textures": {
"0": "refinedpipes:blocks/improved_item_pipe",
"particle": "refinedpipes:blocks/improved_item_pipe"
"0": "refinedpipes:blocks/pipe/item/improved",
"particle": "refinedpipes:blocks/pipe/item/improved"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/extension",
"textures": {
"0": "refinedpipes:blocks/improved_item_pipe",
"particle": "refinedpipes:blocks/improved_item_pipe"
"0": "refinedpipes:blocks/pipe/item/improved",
"particle": "refinedpipes:blocks/pipe/item/improved"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "refinedpipes:block/pipe/item/straight",
"textures": {
"0": "refinedpipes:blocks/improved_item_pipe",
"particle": "refinedpipes:blocks/improved_item_pipe"
"0": "refinedpipes:blocks/pipe/item/improved",
"particle": "refinedpipes:blocks/pipe/item/improved"
}
}

0 comments on commit e35588b

Please sign in to comment.