Skip to content

Instantly share code, notes, and snippets.

View Ruukas97's full-sized avatar
🏠
Full Stack Developer

Ruukas Ruukas97

🏠
Full Stack Developer
  • Housekeepr
  • Denmark
  • 16:12 (UTC +02:00)
View GitHub Profile
@Ruukas97
Ruukas97 / FTBUtilExport.java
Created March 30, 2018 00:40
Copy item to clipboard in NBTUtil format
package ruukas.ftbutilexport;
import org.lwjgl.input.Keyboard;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.client.settings.KeyBinding;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.client.registry.ClientRegistry;
import net.minecraftforge.fml.common.Mod;
@Ruukas97
Ruukas97 / ExampleTab.qotab
Last active January 1, 2017 22:38
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