Skip to content

Commit

Permalink
> vB1.3.0b
Browse files Browse the repository at this point in the history
BETA
1.3.0
b

Additions:
- Fixed bugs

Deletions:
none

Other:
none

Notes:
- Time taken: ~0 hours
- Coding finished at 20:32 (08:32 PM) CET
- Build finished at 20:33 (08:33 PM) CET

https://discord.gg/2WsVCQDpwy
  • Loading branch information
tudbut committed Jan 5, 2021
1 parent 81bd56d commit 2ec0a2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
4 changes: 2 additions & 2 deletions help.chat.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
§k||||||||||||||||||||||||||||||||
§c§lTTC client
§k||||||||||||||||||||||||||||||||
§avB1.2.1b
§avB1.3.0b
BETA
§71.3.0
§8a
§8b
§a§lHelp

§aCurrent prefix: %p
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/tudbut/mod/client/ttc/TTC.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package tudbut.mod.client.ttc;

import de.tudbut.tools.FileRW;
import net.minecraft.client.Minecraft;
import net.minecraft.client.entity.EntityPlayerSP;
import net.minecraft.world.World;
Expand All @@ -11,7 +12,6 @@
import org.apache.logging.log4j.Logger;
import tudbut.mod.client.ttc.events.FMLEventHandler;
import tudbut.mod.client.ttc.mods.*;
import tudbut.mod.client.ttc.utils.FileRW;
import tudbut.mod.client.ttc.utils.Module;
import tudbut.mod.client.ttc.utils.ThreadManager;
import tudbut.mod.client.ttc.utils.Utils;
Expand All @@ -26,7 +26,7 @@ public class TTC {
// FML stuff and version
public static final String MODID = "ttc";
public static final String NAME = "TTC Client";
public static final String VERSION = "vB1.3.0a";
public static final String VERSION = "vB1.3.0b";

// Registered modules, will make an api for it later
public static Module[] modules;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/tudbut/mod/client/ttc/utils/FileRW.java

This file was deleted.

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": "ttc",
"name": "TTC Client",
"description": "",
"version": "vB1.3.0a",
"version": "vB1.3.0b",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vB1.3.0a
vB1.3.0b

0 comments on commit 2ec0a2f

Please sign in to comment.