Skip to content

Instantly share code, notes, and snippets.

@Ruukas97
Last active January 1, 2017 22:38
Show Gist options
  • Save Ruukas97/d6d98fdd5e260a491c1e4b4f1bd58dd2 to your computer and use it in GitHub Desktop.
Save Ruukas97/d6d98fdd5e260a491c1e4b4f1bd58dd2 to your computer and use it in GitHub Desktop.
A Custom Remote tab loaded by my Minecraft mod Quality Order
//You can download this file and put it in your config/QualityOrderCustomTabs/ folder to have Quality Order automatically load it.
//Label defines the title/name of the tab.
label:Example Quality Order Tab
//Icon defines the item that should be the icon of the tab.
icon:minecraft:trapdoor
//Search defines wether or not the search bar should be enabled on the tab. (true/false)
search:false
//Refresh defines wether or not the game should attempt to reload the file, whenever the tab is openened. Useful or debugging or servers.
//If Refresh is disabled the tab will not change until the game has been restarted.
refresh:true
//Everything else is a list of items to add to the tab. You can only write one item per line.
//You can comment by starting a line with "//" like I've done.
paper 0 {display:{Name:"New Feauture",Lore:["Visit: gist.github.com/Zerotiger", "to see how to add custom tabs."]}}
apple
stone
log 2
melon
dirt
skull 3 {SkullOwner:Deadmau5}
minecraft:wooden_axe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment