Skip to content

Commit

Permalink
Fix signs in the terraform-wood-api-v1 test mod having incorrect part…
Browse files Browse the repository at this point in the history
…icles
  • Loading branch information
haykam821 committed May 29, 2024
1 parent d5edd38 commit a439f47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "block/oak_hanging_sign" }
"": { "model": "terraform:block/custom_hanging_sign" }
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "block/oak_sign" }
"": { "model": "terraform:block/custom_sign" }
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "block/oak_hanging_sign" }
"": { "model": "terraform:block/custom_hanging_sign" }
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "block/oak_sign" }
"": { "model": "terraform:block/custom_sign" }
}
}

0 comments on commit a439f47

Please sign in to comment.