Skip to content

Resource Pack

Ben Woodworth edited this page May 14, 2020 · 7 revisions

Note: This page is a work in progress.

Using a resource pack, an un-obtainable item can be re-textured the FastCraft UI can be configured to look like this:

Custom UI

This resource pack re-textures light_gray_stained_glass_panes (with custom data) so it seamlessly fills in item slots. This item works particularly well, since the default texture is basically invisible in item slots, since it's the same color. So, if a player doesn't have this resource pack, the FastCraft UI won't look ugly.

Setting up the resource pack

The resource pack files can be found here.

Minecraft 1.14+

Minecraft 1.13 and older

This resource makes use of the CustomModelData tag was added in 1.14, so it can't be used in earlier versions. An unbreakable tool with durability can be used. However, if a player doesn't have the resource pack enabled, FastCraft will be farly unpleasant to look at.

Configuring FastCraft

Minecraft 1.14+

  • layout.background:
    • enable: true
    • item: light_gray_stained_glass_pane{CustomModelData:0,display:{Name:"\"\""}}

Minecraft 1.13

  • layout.background:
    • enable: true
    • item: diamond_hoe{Unbreakable:1,Damage:1,display:{Name:"\"\""},HideFlags:63}

Minecraft 1.12 and older

  • layout.background:
    • enable: true
    • item: diamond_hoe{Unbreakable:1,Damage:1,display:{Name:""},HideFlags:63}