Hello Folks,
I'm porting a mod from 1.14.4 to 1.15.1 and I have encountered a strange visual issue with my crops.
Here is the 1.15.1 code:
package com.kwpugh.gobber2.blocks;
import com.kwpugh.gobber2.lists.ItemList;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.block.CropsBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.util.IItemProvider;
import net.minecraft.util.math.BlockPos;
import net.minecraft.w