Skip to content

Commit

Permalink
BYG: Fix scoria stone brick block textures
Browse files Browse the repository at this point in the history
Fixes #235 for Forge = #254.
Closes #226 by implementing it.
  • Loading branch information
Juuxel committed Apr 23, 2022
1 parent d167715 commit 525977b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "adorn:block/templates/platform",
"textures": {
"texture": "byg:block/scoria_stonebrick"
"texture": "byg:block/scoria_stone_bricks"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "adorn:block/templates/post",
"textures": {
"texture": "byg:block/scoria_stonebrick"
"texture": "byg:block/scoria_stone_bricks"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "adorn:block/templates/step",
"textures": {
"texture": "byg:block/scoria_stonebrick"
"texture": "byg:block/scoria_stone_bricks"
}
}

0 comments on commit 525977b

Please sign in to comment.