Skip to content

Commit

Permalink
fix short_grass and kelps not being transparent (#412)
Browse files Browse the repository at this point in the history
* fix short_grass not being transparent

* fix kelps not being semitransparent
  • Loading branch information
themonarchoftime authored Dec 15, 2023
1 parent d910d51 commit e077a6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Obsidian/Assets/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"minecraft:peony",
"minecraft:large_fern",
"minecraft:hanging_roots",
"minecraft:grass"
"minecraft:grass",
"minecraft:short_grass"
]
},
"blocks/semitransparent": {
Expand All @@ -72,7 +73,9 @@
"minecraft:red_stained_glass",
"minecraft:black_stained_glass",
"minecraft:tinted_glass",
"#minecraft:ice"
"#minecraft:ice",
"minecraft:kelp",
"minecraft:kelp_plant"
]
},
"blocks/gravity_affected": {
Expand Down

0 comments on commit e077a6d

Please sign in to comment.