All Projects → acidjazz → drmon

acidjazz / drmon

Licence: other
Draconic Reactor computercraft monitoring and failsafe interface

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to drmon

CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-68.75%)
Mutual labels:  mod, minecraft-mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-12.5%)
Mutual labels:  mod, minecraft-mod
ImageWorldGenerator
A minecraft mod to generate a world from an image/map
Stars: ✭ 20 (-58.33%)
Mutual labels:  mod, minecraft-mod
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-72.92%)
Mutual labels:  mod, minecraft-mod
plethora
A peripheral provider for ComputerCraft
Stars: ✭ 51 (+6.25%)
Mutual labels:  computercraft, minecraft-mod
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-58.33%)
Mutual labels:  mod, minecraft-mod
NetherEx
No description or website provided.
Stars: ✭ 28 (-41.67%)
Mutual labels:  mod, minecraft-mod
Tiny-Redstone
Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
Stars: ✭ 20 (-58.33%)
Mutual labels:  mod, minecraft-mod
relics
No description or website provided.
Stars: ✭ 24 (-50%)
Mutual labels:  mod, minecraft-mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-12.5%)
Mutual labels:  mod, minecraft-mod
Weeping-Angels
Minecraft Mod - Adds the terrifying Weeping Angels to the Game, Minecraft. Don't Blink!
Stars: ✭ 22 (-54.17%)
Mutual labels:  mod, minecraft-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (-27.08%)
Mutual labels:  mod, minecraft-mod
Traincraft
Traincraft repository for all released versions
Stars: ✭ 81 (+68.75%)
Mutual labels:  mod, minecraft-mod
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-66.67%)
Mutual labels:  mod, minecraft-mod
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-54.17%)
Mutual labels:  mod, minecraft-mod
ICBM-Classic
Classic 1.6.4 version of ICBM remastered for newer MC versions
Stars: ✭ 34 (-29.17%)
Mutual labels:  mod, minecraft-mod
crafting-dead
The Minecraft zombie survival mod.
Stars: ✭ 44 (-8.33%)
Mutual labels:  mod, minecraft-mod
JMT-MCMT
A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
Stars: ✭ 206 (+329.17%)
Mutual labels:  mod, minecraft-mod
carpet-discarpet
Fabric carpet extension that adds discord functionality to scarpet
Stars: ✭ 26 (-45.83%)
Mutual labels:  mod, minecraft-mod
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (-29.17%)
Mutual labels:  mod, minecraft-mod

status: currently stable, writing documentation

drmon

monitor and failsafe automation for your draconic reactor

what is this

this is a computercraft LUA script that monitors everything about a draconic reactor, with a couple features to help keep it from exploding NB: This is for Minecraft 1.7.10. You will need to edit references within the code for any version higher to reflect any changes made to Draconic Evolution past its 1.7.10 release.

tutorial

you can find a very well made youtube tutorial on how to set this up here , thank you The MindCrafters

features

  • uses a 3x3 advanced computer touchscreen monitor to interact with your reactor

  • automated regulation of the input gate for the targeted field strength of 50%

    • adjustable
  • immediate shutdown and charge upon your field strength going below 20%

    • adjustable
    • reactor will activate upon a successful charge
  • immediate shutdown when your temperature goes above 8000C

    • adjustable
    • reactor will activate upon temperature cooling down to 3000C
      • adjustable
  • easily tweak your output flux gate via touchscreen buttons

    • +/-100k, 10k, and 1k increments

requirements

  • one fully setup draconic reactor with fuel
  • 1 advanced computer
  • 9 advanced monitors
  • 3 wired modems, wireless will not work
  • a bunch of network cable

installation

  • your reactor output flux gate must be setup so that one side of it and one of your stabilizers touches a side of the advanced computer
  • by default, flux gate should touch the right side, stabilizer should touch the back of the computer
    • if you want to use different sides you need to modify startup after you have installed this and specify the sides
  • connect a modem to your input flux gate (the one connected to your reactor energy injector)
  • connect a modem to your advanced computer
  • setup yoru monitors to be a 3x3 and connect a modem to anywhere but the front
  • run network cable to all 3 modems
  • install this code via running the install script using these commands :
> pastebin get Ls1Wg3QQ install
> install
  • modify startup if you wish to configure/alter any variables mentioned in the feature list, you'll find them at the top of the file
> startup
  • you should see stats in your term, and on your monitor

upgrading to the latest version

  • right click your computer
  • hold ctrl+t until you get a >
> install
> startup

known issues

  • there is a problem with skyfactory 2.5 and pastebin, see workarounds here
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].