Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/railcraft/spongeonrails
A Mod bringing compatibility between the Railcraft Mod and the Sponge API.
https://github.com/railcraft/spongeonrails
minecraft minecraft-forge minecraft-mod railcraft sponge-api spongeforge
Last synced: about 1 month ago
JSON representation
A Mod bringing compatibility between the Railcraft Mod and the Sponge API.
- Host: GitHub
- URL: https://github.com/railcraft/spongeonrails
- Owner: Railcraft
- License: mit
- Created: 2017-09-01T00:49:48.000Z (over 7 years ago)
- Default Branch: mc-1.10.2
- Last Pushed: 2017-09-30T22:39:39.000Z (over 7 years ago)
- Last Synced: 2024-11-06T06:12:10.021Z (3 months ago)
- Topics: minecraft, minecraft-forge, minecraft-mod, railcraft, sponge-api, spongeforge
- Language: Java
- Size: 62.5 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SpongeOnRails - A Mod bringing compatibility between the Railcraft Mod and the Sponge API.
Here you will find the source and issue tracker for **SpongeOnRails**.
SpongeOnRails is not affliated with SpongeAPI; its cause is supported by CovertJaguar, for it may improve the playability
of Railcraft and user experiences.## What is Railcraft?
Railcraft is a mod written for the hit game [Minecraft](https://minecraft.net/). It is built on top of the [Minecraft Forge](https://github.com/MinecraftForge) API.
It greatly expands and improves the Minecart system in Minecraft. Adding many new blocks, entities, and features. It has been in development since 2012 and contains over 800 class files and hundreds of thousands of lines of code.
The mod was created and is still currently maintained by the user going by the name **CovertJaguar**.
## What is Sponge API?
Go to Sponge API's official repo here: https://github.com/SpongePowered/SpongeAPI#spongeapi-
## Why does this repository exist?
Once, Github user @gabizou made a project called [ThaumicSponge](https://github.com/gabizou/ThaumicSponge). This becomes the
primary motivation to make a similar project to provide plugins with abilities to integrate with mods. The expected use cases
are use of mod moving sounds, particles, jobs plugins that work with players' uses of machines, etc. They are not supposed to impose
limits on Railcraft but to increase the playability of it.The name of the repository is suggested by liach and kashike.
## Official Links
* The Blog, Forums, and main download page: http://www.railcraft.info
* The Wiki: http://railcraft.info/wiki
* IRC: #railcraft on Esper.net - [WebChat](http://webchat.esper.net/?nick=RailcraftGithub...&channels=railcraft&prompt=1)
* Discord: [Invite](https://discord.gg/Wr9zxmP) - Linked with #railcraft on IRC
* Patreon Page: http://www.patreon.com/CovertJaguar![Patreon](http://www.railcraft.info/wp-content/uploads/2014/05/Patreon.png)
## Issues
Post only confirmed bugs [here](https://github.com/Railcraft/SpongeOnRails/issues). Do not paste crash logs, but post pastebin or Github Gist links to FML logs. Crash logs are often inconclusive, compared to full logs.
More information about issue Labels can be found [here](https://github.com/CovertJaguar/Railcraft/wiki/Issue-Labels). SpongeOnRails uses
the exact same labels as Railcraft.## Building
The SpongeOnRails Project follows standard Forge conventions for setting up and building a project.
Initial Setup from the Command Line (Windows):
```
gradlew setupDecompWorkspace
```## License
SpongeOnRails, like Railcraft API and Sponge API, is licensed under the [MIT License](https://www.tldrlegal.com/license/mit-license).