Skip to content

Commit

Permalink
Getting ready for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NarcolepticFrog committed Mar 17, 2018
1 parent 05cd93f commit 6bafb3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Download the most recent version of the mod from [here](https://github.com/Narco

## Multiplayer Support

As of version 0.4, the Redstone Multiplayer mod has multiplayer support, enabling you to debug and experiment with friends! The necessary server-side modifications are included in the latest version of carpet mod. You can get the latest "snapshoty" version of carpet mod from the `public-info` channel on the SciCraft discord channel (https://discord.gg/4qaMFUN). To enable the redstone multimeter mod support in carpet, you will need to set the carpet rule `redstoneMultimeter` to `true` (e.g., by executing `/carpet redstoneMultimeter true`). See the Meter Groups section for more information about organizing meters in multiplayer.
As of version 0.4, the Redstone Multiplayer mod has multiplayer support, enabling you to debug and experiment with friends! The necessary server-side modifications are included in the latest version of carpet mod. You can get the latest "snapshotty" version of carpet mod from the `#mods` channel on the SciCraft discord channel (https://discord.gg/4qaMFUN). To enable the redstone multimeter mod support in carpet, you will need to set the carpet rule `redstoneMultimeter` to `true` (e.g., by executing `/carpet redstoneMultimeter true`). See the Meter Groups section for more information about organizing meters in multiplayer.

## The User Interface

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
forgeGradleVersion=2.3-SNAPSHOT
name=RedstoneMultimeter
version=0.4
version=0.5
mcVersion=1.12.2
mcMappings=snapshot_20171020
targetVersion=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public String getName() {

@Override
public String getVersion() {
return "0.4";
return "0.5";
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/litemod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redstonemultimeter",
"version": 0.4,
"version": 0.5,
"mcversion": "1.12.2",
"mixinConfigs": [
"mixins.rsmm.meterable.json",
Expand Down

0 comments on commit 6bafb3e

Please sign in to comment.