removed broken invisible skins, fixed in-game readme typo

This commit is contained in:
LAX1DUDE 2021-12-18 23:07:13 -08:00
parent 1f3642e0d6
commit 795824c1cf
6 changed files with 8647 additions and 8651 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ eaglercraft makes use of baislsl's java PNG decoder, which is available at §nht
all graphical assets in this project were ripped from mojang's official minecraft.jar for minecraft version 1.5.2 and they are mojang's intellectual property. assets ommitted include the minecraft soundtrack and music disks and all software references to the mojang/minecraft api. all graphical assets in this project were ripped from mojang's official minecraft.jar for minecraft version 1.5.2 and they are mojang's intellectual property. assets ommitted include the minecraft soundtrack and music disks and all software references to the mojang/minecraft api.
eaglercraft servers are powered by md_5's BungeeCord and the CraftBukkit project available at §nhttp://www.spigotmc.org/§r. BungeeCord has been modified to accept eaglercraft's strange login packets and to host a websocket server to translate browser connections to raw TCP that vanilla Spigot can understand. All java plugins designed for CraftBukkit 1.5.2 are compatible with this configuration. eaglercraft servers are powered by md_5's BungeeCord and the CraftBukkit project available at §nhttp://www.spigotmc.org/§r. BungeeCord has been modified to accept eaglercraft's strange login packets and to host a websocket server to translate browser connections to raw TCP that vanilla minecraft servers can understand. All java plugins designed for CraftBukkit 1.5.2 are compatible with this configuration.
scroll down for the detailed license statements scroll down for the detailed license statements

View File

@ -56,9 +56,7 @@ public class GuiScreenEditProfile extends GuiScreen {
"Pig", "Pig",
"Squid", "Squid",
"Mooshroom", "Mooshroom",
"Villager", "Villager"
"Long Arms",
"Laxative Dude"
}; };
protected String screenTitle = "Edit Profile"; protected String screenTitle = "Edit Profile";

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long