Skip to content

Commit

Permalink
remove exe files from jar and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
r1chardj0n3s committed Dec 4, 2016
1 parent 73cd0e9 commit d692de5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,23 @@ You should now be able to compile and run minecraft with this mod.
Distribution
------------

This section TBD.
Update the version string in::

build.gradle
main/resources/mcmod.info

Then run::

./gradlew build

And upload the .jar file from ``build/libs/``.

TODO
====

*building*
- distribute the build.gradle changes required to build

*editing*
- selection-based copy/cut/paste
- scrolling rather than paging
Expand Down
2 changes: 1 addition & 1 deletion main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "pycode",
"name": "Python Code",
"description": "Python code in Minecraft.",
"version": "1.0",
"version": "1.1",
"mcversion": "1.10.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit d692de5

Please sign in to comment.