RFG & Update mcmod.info
& Update readme
#874
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims to make working on LittleTiles as painless as possible with the help of RFG.
With this to work on LittleTiles you simply need to:
setupDecompWorkspace
(Can be found underTasks > modded minecraft
)setupDecompWorkspace
is done reload the Gradle projectRun Client
&Run Server
Once you want to build the mod simply use the
build
task in GradleWhen you need to change the version simply go into the
gradle.properties
file and change theversion
property, it will automatically update the version everywhere including in the jar name.This PR's also update's the readme and the mcmod.info.
Tested this in real instances with lots of mods nothing broke tested with OptiFine Shaders and lots of other mods.
This should also theoretically fix compatibility with Albedo, although I did not test that due to me being on AMD and Albedo seems to just white screens on AMD for some reason.
PS: Sorry for the big PR that spiral in every direction, just layer the groundwork for future more targeted and sane PR's
PS: Same as before except the mapping update