-
Notifications
You must be signed in to change notification settings - Fork 17
Resource Pack
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:
This resource pack re-textures light_gray_stained_glass_pane
s (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.
The resource pack files can be found here.
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.
-
layout.background
:-
enable
:true
-
item
:light_gray_stained_glass_pane{CustomModelData:0,display:{Name:"\"\""}}
-
-
layout.background
:-
enable
:true
-
item
:diamond_hoe{Unbreakable:1,Damage:1,display:{Name:"\"\""},HideFlags:63}
-
-
layout.background
:-
enable
:true
-
item
:diamond_hoe{Unbreakable:1,Damage:1,display:{Name:""},HideFlags:63}
-
Getting Started
Usage
Development
External Links