Skip to content

Commit

Permalink
updates to pizzazz
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed Nov 6, 2022
1 parent c8a7460 commit 8c1a062
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 395 deletions.
10 changes: 5 additions & 5 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ several years now, but I would like to take this time thank a few people who hav
helped it along it's way.

First, the people who originally created the Forge projects way back in Minecraft
alpha. Eloraam of RedPower, and SpaceToad of Buildcraft, without their acceptiance
alpha. Eloraam of RedPower, and SpaceToad of Buildcraft, without their acceptance
of me taking over the project, who knows what Minecraft modding would be today.

Secondly, someone who has worked with me, and developed some of the core features
Secondly, someone who has worked with me, and developed some core features
that allow modding to be as functional, and as simple as it is, cpw. For developing
FML, which stabelized the client and server modding ecosystem. As well as the base
loading system that allows us to modify Minecraft's code as elegently as possible.
FML, which stabilized the client and server modding ecosystem. As well as the base
loading system that allows us to modify Minecraft's code as elegantly as possible.

Mezz, who has stepped up as the issue and pull request manager. Helping to keep me
sane as well as guiding the community into creating better additions to Forge.

Searge, Bspks, Fesh0r, ProfMobious, and all the rest over on the MCP team {of which
I am a part}. For creating some of the core tools needed to make Minecraft modding
I am a part}. For creating some core tools needed to make Minecraft modding
both possible, and as stable as can be.
On that note, here is some specific information of the MCP data we use:
* Minecraft Coder Pack (MCP) *
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.parchmentmc.librarian.forgegradle'


version = '0.0.1-1.18.2-FORGE'
version = '0.1.0-1.18.2-FORGE'
group = 'com.volmit.wormholes'
archivesBaseName = 'wormholes'
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
Expand Down
Loading

0 comments on commit 8c1a062

Please sign in to comment.