Skip to content

Commit 5857d1f

Browse files
committed
add readme
1 parent 615c2ce commit 5857d1f

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Eaglercraft Porting Template
1+
# Eaglercraft Beta 1.3_01
22

3-
![preview](https://raw.githubusercontent.com/EaglerPorts/0.0.0/refs/heads/main/img/mainmenu.png)
3+
![preview](https://raw.githubusercontent.com/EaglerPorts/b1.3_01/refs/heads/main/img/mainmenu.png)
44
:-:
5-
This is a fully functional web port of Minecraft 0.0.0, playable in any modern web browser. <br> It currently supports both Singleplayer and Multiplayer.
5+
This is a fully functional web port of Minecraft Beta 1.3_01, playable in any modern web browser. <br> It currently supports both Singleplayer and Multiplayer.
66

77
> [!WARNING]
8-
> This is not meant to be a pirated version of Minecraft, it is simply just some patches for Minecraft 0.0.0 that allows it to be playable in the browser. If you haven't already, please go [Buy Minecraft](https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc?tabs=%7B%22details%22%3A0%7D).
8+
> This is not meant to be a pirated version of Minecraft, it is simply just some patches for Minecraft Beta 1.3_01 that allows it to be playable in the browser. If you haven't already, please go [Buy Minecraft](https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc?tabs=%7B%22details%22%3A0%7D).
99
1010
## Quick Start
1111
### Play Now:
1212

13-
**Client:** https://eaglerports.github.io/0.0.0/
13+
**Client:** https://eaglerports.github.io/b1.3_01/
1414

1515
**Other Minecraft Web Ports:** https://eaglerports.github.io/
1616

1717
### Offline Downloads:
18-
You can grab the latest build here from the [releases](https://github.com/EaglerPorts/0.0.0/releases) or compile it yourself.
18+
You can grab the latest build here from the [releases](https://github.com/EaglerPorts/b1.3_01/releases) or compile it yourself.
1919

2020
## Compiling
2121
Run the `CompileClient` script to build the JavaScript and WASM-GC clients. The results will be in the `client` folder.

img/mainmenu.png

268 KB
Loading

src/game/java/net/minecraft/src/EntitySheep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public EntitySheep(World var1) {
1313

1414
protected void entityInit() {
1515
super.entityInit();
16-
this.dataWatcher.addObject(16, new Byte((byte)0));
16+
this.dataWatcher.addObject(16, Byte.valueOf((byte)0));
1717
}
1818

1919
public boolean attackEntityFrom(Entity var1, int var2) {

target_teavm_wasm_gc/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,7 @@ eaglercraftBuild {
8686
"$srcFolder/platformNetworking.js",
8787
"$srcFolder/platformOpenGL.js",
8888
"$srcFolder/platformRuntime.js",
89-
"$srcFolder/platformScreenRecord.js",
90-
"$srcFolder/platformVoiceClient.js",
91-
"$srcFolder/platformWebRTC.js",
92-
"$srcFolder/platformWebView.js",
93-
"$srcFolder/clientPlatformSingleplayer.js",
94-
"$srcFolder/serverPlatformSingleplayer.js",
9589
"$srcFolder/WASMGCBufferAllocator.js",
96-
"$srcFolder/fix-webm-duration.js",
9790
"$srcFolder/teavm_runtime.js",
9891
"$srcFolder/eagruntime_entrypoint.js"
9992
)

0 commit comments

Comments
 (0)