Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Jan 26, 2022
1 parent 9e10e63 commit 65e3898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ openCVersion=lib/OpenComputers-MC1.7.10-1.7.2.1166-universal.jar
rcVersion=lib/RotaryCraft1.7.10V19c.jar
gregtechVersion=lib/gregtech-5.09.32pre3stable.jar

newNuclearControlVersion=2.4.6a
newNuclearControlVersion=2.4.6b
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@



@Mod(modid = "IC2NuclearControl", name = "Nuclear Control 2", version = "2.4.6a", dependencies = "required-after:IC2; after:gregtech;", guiFactory = "shedar.mods.ic2.nuclearcontrol.gui.GuiFactory")
@Mod(modid = "IC2NuclearControl", name = "Nuclear Control 2", version = "2.4.6b", dependencies = "required-after:IC2; after:gregtech;", guiFactory = "shedar.mods.ic2.nuclearcontrol.gui.GuiFactory")
public class IC2NuclearControl {

// The instance of your mod forge uses
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "IC2NuclearControl",
"name": "Nuclear Control 2",
"description": "Nuclear Control, an Industrial Craft 2 addon that allows you to build efficient monitoring and notification system for your nuclear reactor. Also you can use Howler Alarm and Industrial Alarm in any case when you want industrial-style notification/alarming system.",
"version": "2.4.6a",
"version": "2.4.6b",
"mcversion": "1.7.10",
"logoFile": "",
"url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=5915",
Expand Down

0 comments on commit 65e3898

Please sign in to comment.