Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
angelolz committed May 20, 2023
2 parents 9fc8f7f + 6873788 commit 466a1cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ You can download this mod at the Steam Workshop **[here](https://steamcommunity.
*Note: Linux and macOS compatibility is not tested, as Cookie Clicker does not support these platforms.*

## Installation (Browser)
### Requirements
- [Java 8](https://java.com/en/download/) (or higher, although the exe might prompt you to install Java 8 for some reason)

### Running the program

Expand All @@ -25,6 +27,8 @@ Copy this code and save it as a bookmark.
javascript: (function () { Game.LoadMod('https://angelolz.dev/mods/ccrpc/main.js?v1.3'); }());
```

*Note: you would have to do this every time you reload the Cookie Clicker page.*

If everything was installed correctly, you should see the below output and your rich presence on Discord!
![It's working! :D](https://i.imgur.com/JAIsMk4.png)

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>

<!-- logging -->
Expand All @@ -59,15 +59,15 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit 466a1cd

Please sign in to comment.