An open API service indexing awesome lists of open source software.

https://github.com/sidoh/reactor_simulator

A simulator API for BigReactors
https://github.com/sidoh/reactor_simulator

Last synced: 3 months ago
JSON representation

A simulator API for BigReactors

Awesome Lists containing this project

README

          

Reactor Simulator
=================

Simulates designs for the popular MineCraft mod [BigReactors](http://github.com/erogenousbeef/BigReactors). Based on code by [pwestling](http://github.com/pwestling).

## Running

You can start the server with

```
./gradlew run
```

Runs on port 8081. This is currently hardcoded. Serves from localhost:8081/api

## Running (docker)

You can pull the docker image from `sidoh/reactor_simulator:latest`, then:

```
docker run sidoh/reactor_simulator
```