File: fullscreen_background

Description

This is not used in the default game, it's a feature exclusive to Resource Packs. It's an image that resizes to cover the screen in the background of the main menu. If you want to set an image as a custom menu background, this is an easy way to do it. You should use an image aspect ratio of 16:9 (like 1920x1080 pixels) to make sure it fits properly.

Default Texture

Default Dimensions: 1x1 pixels (this can be any size you want)

Light background

Dark background

Default JSON

{
  "color": "FFFFFFFF",
  "type": "Simple",
  "filterMode": "Bilinear",
  "wrapMode": "Clamp"
}

When you create your JSON file, if you don't include a variable it will just use the default value. You don't need to include every variable! Only include variables you want to change, otherwise it will get messy.

This JSON file uses enums, which are just variables that have multiple preset options. Here are the options for the included enums:

Associated Categories