Skip to content

Commit

Permalink
Rebrand to ServerUtilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Sep 16, 2023
1 parent fe30843 commit b449b6f
Show file tree
Hide file tree
Showing 429 changed files with 3,318 additions and 3,214 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
FTBUtilities
SeverUtilities
===============
ServerUtilities for server owners. Fork and Rebrand of FTBUtilities, FTBLibrary, and LatCore 1.7.10.

(LatCoreMC before)
CurseForge link:
http://minecraft.curseforge.com/mc-mods/224778

### License

GTNH Modifications Copyright (C) 2021-2022 The GTNH Team

GTNH Changes are Dual Licensed:<br>
For LatvianModder - Original MIT License<br>
For LatvianModder/FTBTeam - Original MIT License<br>
For everyone else, this code is licensed LGPL v3.0 or later. Feel free to use our changes, just give back any changes you make to the community as well!

Original code Copyright (c) 2016 LatvianModder and licensed MIT (Based on LatMod Discord and the original https://latmod.com/)

![MIT License](license-support.png)

### License Support:
* Latvian Modder's statement on mods he worked on, including ServerUtilities:
![Lat MIT License](lat-mit-license.png)
![Lat FTBU License](lat-ftbu-license-discord.png)

* [FTB Utilities wayback machine license](https://web.archive.org/web/20190418033327/https://minecraft.curseforge.com/projects/ftb-utilities)
![FTB Utilities License CF Wayback](ftbu-license-wayback.png)
* [FTB Library wayback machine license](https://web.archive.org/web/20190418011645/https://minecraft.curseforge.com/projects/ftblib)
![FTB Library License CF Wayback](ftbl-license-wayback.png)
Binary file added ftbl-license-wayback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ftbu-license-wayback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
modName = FTBUtilities
modName = ServerUtilities

# This is a case-sensitive string to identify your mod. Convention is to use lower case.
modId = FTBU
modId = ServerUtilities

modGroup = ftb.utils
modGroup = serverutils.utils

# WHY is there no version field?
# The build script relies on git to provide a version via tags. It is super easy and will enable you to always know the
Expand All @@ -26,7 +26,7 @@ developmentEnvironmentUserName = Developer
# The string's content will be replaced with your mod's version when compiled. You should use this to specify your mod's
# version in @Mod([...], version = VERSION, [...])
# Leave these properties empty to skip individual token replacements
replaceGradleTokenInFile = FTBUFinals.java
replaceGradleTokenInFile = ServerUtilitiesFinals.java
gradleTokenModId =
gradleTokenModName =
gradleTokenVersion = GRADLETOKEN_VERSION
Expand Down Expand Up @@ -61,7 +61,7 @@ usesShadowedDependencies = false

# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older
# projects. New projects should not use this parameter.
customArchiveBaseName = FTBUtilities
customArchiveBaseName = ServerUtilities

# Optional parameter to prevent the source code from being published
# noPublishedSources =
Binary file added lat-ftbu-license-discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
18 changes: 0 additions & 18 deletions src/main/java/ftb/lib/api/EventFTBReload.java

This file was deleted.

12 changes: 0 additions & 12 deletions src/main/java/ftb/lib/api/EventFTBWorldClient.java

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/java/ftb/lib/api/EventFTBWorldServer.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/java/ftb/lib/api/FTBLibLang.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/ftb/lib/mod/FTBLibFinals.java

This file was deleted.

130 changes: 0 additions & 130 deletions src/main/java/ftb/lib/mod/FTBLibMod.java

This file was deleted.

83 changes: 0 additions & 83 deletions src/main/java/ftb/lib/mod/client/FTBLibClientEventHandler.java

This file was deleted.

Loading

0 comments on commit b449b6f

Please sign in to comment.