Skip to content

Commit

Permalink
Fix grass model (#31)
Browse files Browse the repository at this point in the history
1.20.4 removed the grass model and texture from the resource pack for some reason.
  • Loading branch information
gentlegiantJGC authored Dec 8, 2023
1 parent aa7ac47 commit a15cbdc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/grass"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/tinted_cross",
"textures": {
"cross": "minecraft:block/grass"
}
}
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 a15cbdc

Please sign in to comment.