Recent content by databeast

  1. D

    Would you build this?

    bring me that sweet, sweet, endgame content!
  2. D

    Reactorcraft help

    wooooooah.... gregtech, we hardly knew ye! Linking my server's players to this post now, they are gonna love this.
  3. D

    Reactorcraft help

    my limited knowledge of C#->Java translations has a bell ringing in my head that says Sync is what you want.
  4. D

    Reactorcraft help

    now that's something I'm too much of a newb for MC/Forge stuff to know the details of. I've done plenty of multithreaded code, and I know how to ensure that *my* code is thread-safe (maintaining atomic locks on items that will cause issues from simultaneous modification).. but I don't know what...
  5. D

    Reactorcraft help

    this is the easiest way to grab the relevant interfaces: https://github.com/Cloudhunter/OpenCCSensors/tree/master/src/dan200yeah, computercraft supports Lua API's for in-game code, hence the search noise.
  6. D

    Reactorcraft help

    I'd say "glad to help", but it's the least I can do. rotarycraft on github has been one of my major reference points in getting started on getting my own mod ideas realized (granted, I just finally sat down to get started about a week ago so I'm barely beyond the concept stage, aaaand I'm more...
  7. D

    Reactorcraft help

    not at all, it's just a matter of exposing some methods via the computercraft interfaces. Here's BigReactor's entire implementation of computercraft support https://github.com/erogenousbeef/BigReactors/blob/master/erogenousbeef/bigreactors/common/tileentity/TileEntityReactorComputerPort.java
  8. D

    Reactorcraft help

    I play FTB largely because of ComputerCraft and Openperipherals, and have enjoyed the hell out of BigReactor's addition of computercraft support recently. Which is my roundabout way of implying that ReactorCraft looks like it's even more suited for some computercraft love further down your...
  9. D

    [Monster 1.0.4] MFFS Coercion Deriver not sending power to Fortron Capacitor?

    Well, at least I know I'm not crazy. This has been driving me a bit nuts the last couple of days on my server. particularly annoying since was trying to demo MFFS to new players. Latest update seems to be the culprit.