Create Steam 'n' Rails is an addon mod for Create that aims to extend Create's train and steam systems. Current features include custom tracks, semaphores, and conductors.
- Create a new branch for your feature (named
1.18/<feat>
) - Write your feature
- Make a pull request
- Have somebody review it, and merge
- Open an issue clearly describing the feature you want to implement
- Don't start writing your feature until a core dev recommends you to
- Fork the repository (if you haven't already), and make a branch for your feature
- Happy coding!
- Open a pull request, preferably linking to your issue - include your Discord username, and those of the people who helped you, so you can get the contributor role
- (For core devs) at least 2 core devs should approve before merging - probably have discussion in Discord first as well.
Make sure to set the following environment variable when running datagen.
DATAGEN=TRUE
- Include
[ci skip]
in your commit message to skip the automatic preview build you can use this for example if the change you made is very minor, and not worth a preview, or if you are just fixing a typo in the README, etc.