Skip to content

Commit

Permalink
🐛 Remove nonOpaque for leaves
Browse files Browse the repository at this point in the history
i'm fucking sTUPID
  • Loading branch information
asoji committed Mar 26, 2024
1 parent 45fede1 commit 752428f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ object Properties {
*/
fun PastelLeaves(): BlockBehaviour.Properties {
return FabricBlockSettings.copyOf(Blocks.OAK_LEAVES)
.nonOpaque()
.blockVision(Blocks::never)
.suffocates(Blocks::never)
}
Expand Down

0 comments on commit 752428f

Please sign in to comment.