Skip to content

Instantly share code, notes, and snippets.

local component = require("component")
local computer = require("computer")
local gpu = component.gpu
local event = require("event")
local unicode = require("unicode")
local package = require("package")
local graphlib = require("graphlib")
local thread = require("thread")
local screenViewport = {gpu.getViewport()}
@zeng-github01
zeng-github01 / nc_fission_reactor.lua
Last active October 3, 2023 15:44
NuclearCraft Reactor AutoControl
local component = require("component")
local keyboard = require("keyboard")
local event = require("event")
local thread = require("thread")
local gpu = component.gpu
local STARTTIME = os.time()
local screenViewport = {gpu.getViewport()}
This file has been truncated, but you can view the full file.
[22:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:38:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:38:23] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[22:38:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at D:\ATLauncher\runtimes\minecraft\jre-legacy\windows-x64\jre-legacy
[22:38:23] [main/INFO] [FML]: Searching D:\ATLauncher\servers\SkyFactory4\.\mods for mods
[22:38:23] [main/INFO] [FML]: Searching D:\ATLauncher\servers\SkyFactory4\.\mods\1.12.2 for mods
[22:38:23] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from _MixinBootstrap-1.1.0.jar
[22:38:23] [main/WARN] [FML]: Found FMLCorePluginCon
@zeng-github01
zeng-github01 / crafttweaker.log
Created September 16, 2023 15:43
Crt update error
This file has been truncated, but you can view the full file.
[PREINITIALIZATION][SERVER][INFO] Current loaders after merging: [[preinit]]
[PREINITIALIZATION][SERVER][INFO] Loading scripts for loader with names [preinit]
[PREINITIALIZATION][SERVER][INFO] ikwid preprocessor is found in crafttweaker\env.production.zs, warnings and errors aren't printed to the players' chat.
[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\env.dev.zs} as we are currently loading with a different loader
[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4050:crafttweaker]: crafttweaker\utils.zs} as we are currently loading with a different loader
[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4049:crafttweaker]: crafttweaker\craftingUtils.zs} as we are currently loading with a different loader
[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4000:contenttweaker]: contenttweaker\materials\init.zs} as we are currently loading with a different loader
[PREINIT