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
- Host: GitHub
- URL: https://github.com/sidoh/reactor_simulator
- Owner: sidoh
- License: mit
- Created: 2015-01-02T01:26:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T08:30:50.000Z (about 8 years ago)
- Last Synced: 2025-12-20T21:43:26.528Z (6 months ago)
- Language: Java
- Size: 2.48 MB
- Stars: 17
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```