minecraft.client
minecraft.client copied to clipboard
Setting a block as stained clay just sets it to clay
The following code sets the block at 'belowPlayer' to regular clay instead of Yellow clay
world.SetBlock(new StainedClay(Decent.Minecraft.Client.Color.Yellow), belowPlayer);