This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state("Hacknet"){ | |
} | |
startup | |
{ | |
settings.Add("Start", false, "Start timer on the first black frame after creating a new account"); | |
settings.Add("aggression", false, "Split when the \"Aggression must be Punished\" email is recieved"); | |
settings.Add("Start Trials", false, "Split when the Kaguya trials are started"); | |
settings.Add("Finish Trials", false, "Split after the trials are finished,"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Mixin(value = ModelLoader.class) | |
public abstract class MixinModelLoader implements ForgeModelLoader { | |
@Inject(method = "bake", at = @At("HEAD")) | |
public void qwwq(CallbackInfoReturnable ci) { | |
return; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"4f3afd64d894d9e27592490ffda24334199b26ae" : "Mod author was caught using stolen assets multiple times.", | |
"82c1db09eebc631f280cc5c96c9e6903f329b75d" : "Mod author was caught using stolen assets multiple times.", | |
"e0f8161a7cdb1557f03712fa03cb90b19099e46e" : "Mod author was caught using stolen assets multiple times.", | |
"fb21ac32ad565d7c66c2ec4bc4208c6471802ad9" : "Mod author was caught using stolen assets multiple times." | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @externs | |
*/ | |
/** | |
* @record | |
*/ | |
function Popups() {}; | |
Popups.open = function(a, b, c, d,e ,f) {}; |