Final Release
This commit is contained in:
parent
951255c013
commit
514ee26765
11 changed files with 26 additions and 8 deletions
4
GetRepositorySignature.bat
Normal file
4
GetRepositorySignature.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
title GetRepositorySignature
|
||||
java -cp GetRepositorySignature.jar net.lax1dude.signature_tool.checker.SignatureChecker
|
||||
pause
|
BIN
GetRepositorySignature.jar
Normal file
BIN
GetRepositorySignature.jar
Normal file
Binary file not shown.
2
GetRepositorySignature.sh
Normal file
2
GetRepositorySignature.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
java -cp GetRepositorySignature.jar net.lax1dude.signature_tool.checker.SignatureChecker
|
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
|||
# This repository will be deleted imminently
|
||||
|
||||
### Create a fresh fork ASAP to preserve it, you MUST fork a 100% fresh copy in order for the repository to be considered genuine
|
||||
|
||||
### Please read `LAX1DUDE_SIGNATURE.txt` for instructions to verify this is an original copy, if the file is not present then do not use this copy of the project
|
||||
|
||||
### LAX1DUDE's PGP key is here: [https://deev.is/certs/LAX1DUDE_eagler_public.asc](https://deev.is/certs/LAX1DUDE_eagler_public.asc)
|
||||
|
||||
### Do not edit this README, modifying any file will invalidate the repository's checksum
|
||||
|
||||
### Download your worlds off of [https://g.deev.is/eaglercraft/](https://g.deev.is/eaglercraft/) and alts in case of a URL change for the demo client
|
||||
|
||||
### MY LAN WORLD RELAYS (relay.deev.is, relay.lax1dude.net) WILL REMAIN ONLINE FOR CONVENIENCE
|
||||
|
||||
# Eaglercraft
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
eaglercraft is an AOT compiled port of mojang's minecraft 1.5.2 designed to run in an html5/javascript environment, using TeaVM and my opengl 1.3 emulator to simulate a desktop java enviroment fully compatible with minecraft java edition
|
||||
|
||||
§1this §1was §1created §1by §1calder §1young §1(lax1dude)§r
|
||||
§1this §1project §1was §1created §1by §1lax1dude§r
|
||||
|
||||
§4project §4currently §4maintained §4by §4ayunami2000§r
|
||||
§4voice §4chat §4and §4singleplayer §4LAN §4worlds §4would §4not §4have §4been §4possible §4without §4ayunami2000's §4important §4contributions§r
|
||||
|
||||
compiling the javascript and emulating the JRE is largely made possible by the TeaVM project, created by Alexey Andreev and is available for free at §nhttp://teavm.org/§r under Apache License 2.0
|
||||
|
||||
|
@ -16,7 +16,7 @@ scroll down for the detailed license statements
|
|||
|
||||
========================================
|
||||
|
||||
Copyright (c) 2022 Calder Young.
|
||||
Copyright (c) 2022 LAX1DUDE
|
||||
|
||||
This work is licensed under a Creative Commons
|
||||
Attribution-NonCommercial 4.0 International License
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue