Hello Folks,
Porting a custom glass block from 1.14.4 to 1.15.1. Added render layer type to make it translucent, but the bottom of the block shows through like X-ray on the ground beneath.
I attached a pic that shows a vanilla glass next to my glass for example.
Any thoughts?
package com.kwpugh.gobber2.blocks;
import java.util.List;
import javax.annotation.Nullable;
import com.kwpugh.gobber2.lists.BlockList;
import net.minecraft.block.Bl