Skip to content

Instantly share code, notes, and snippets.

View katubug's full-sized avatar
💭
Asking you a million questions.

Katu katubug

💭
Asking you a million questions.
View GitHub Profile
@katubug
katubug / [1.12.2]en_us.lang
Last active January 31, 2020 23:53
Proposed lang file changes for Unique Enchantments 1.12.2 - 1.8
enchantment.uniquee.berserk=Berserker
enchantment.uniquee.berserk.desc=The lower your health, the higher your damage.
enchantment.uniquee.all=Ameliorated Sharpness
enchantment.uniquee.all.desc=An advanced version of Sharpness.
enchantment.uniquee.undead=Ameliorated Smite
enchantment.uniquee.undead.desc=An advanced version of Smite.
enchantment.uniquee.arthropods=Ameliorated Bane of Arthropods
enchantment.uniquee.arthropods.desc=An advanced version of Bane of Arthropods.
enchantment.uniquee.vitae=Vitae
enchantment.uniquee.vitae.desc=Grants you more health.
@katubug
katubug / potions.zs
Last active December 26, 2019 04:53
A CraftTweaker script utilizing For Loops and Arrays to generate recipes for many of PotionCore's potions. Should be correct as of 12/25/19.
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
/* -------------------------------------------------------------------------- */
/* SECTION Potion Recipes */
/* -------------------------------------------------------------------------- */
//NOTE Mods required for this script:
//PotionCore
//Better With Mods
@katubug
katubug / debug.log
Created September 8, 2019 00:51
EnderIO debug on - debug.log
This file has been truncated, but you can view the full file.
[19:44:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[19:44:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[19:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[19:44:45] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[19:44:45] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[19:44:45] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_212-8u, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\openjdk-8u212-b04\jre
[19:44:45] [main/DEBUG] [FML]: Java classpath at launch is:
[19:44:45] [main/DEBUG] [FML]: C:/Users/Katu/Desktop/MultiMC/jars/NewLaunch.jar
[19:44:45] [main/DEBUG] [FML]: C:/Users/Katu/Desktop/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
[19:44:45] [main/DEBUG] [FML]: C:/Users/Katu/Desktop/Mul