1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-20 23:34:48 +00:00

Rebranding!

I feel kinda guilty about this, but it's probably a good idea to make it
clear that this isn't "actual, proper, stable" ComputerCraft.
This commit is contained in:
SquidDev
2017-11-15 16:25:10 +00:00
parent 2ae6fb47e7
commit dd3b69a633
7 changed files with 25 additions and 20 deletions

View File

@@ -94,7 +94,7 @@ import java.util.zip.ZipFile;
///////////////
@Mod(
modid = ComputerCraft.MOD_ID, name = "ComputerCraft", version = "${version}",
modid = ComputerCraft.MOD_ID, name = "CC: Tweaked", version = "${version}",
guiFactory = "dan200.computercraft.client.gui.GuiConfigCC$Factory"
)
public class ComputerCraft