You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-54Lines changed: 2 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,10 @@ This project has four parts, delivered separately:
18
18
19
19
## Get it
20
20
21
-
[Download the latest storeys-master-all.jar file from Bintray](https://bintray.com/vorburger/minecraft/minecraft-storeys-maker#files).
22
-
23
-
Place it into your [spongepowered.org](https://www.spongepowered.org) Minecraft, typically the `mods/` directory of a Vanilla server.
21
+
Place the `storeys-master-all.jar` into your [spongepowered.org](https://www.spongepowered.org) Minecraft, typically the `mods/` directory of a Vanilla server.
24
22
25
23
Tested on Sponge Vanilla 7.0.0 (Minecraft 1.12.1) and Sponge Vanilla 5.1.0 (Minecraft 1.10.2). Likely works on Sponge Forge as well.
26
24
27
-
28
25
## Use it
29
26
30
27
Write your own .story file, e.g. see [hello.story](storeys/src/main/resources/hello.story).
@@ -77,65 +74,16 @@ You can obviously mix the order and repeat titles, comments, chats, narrations,
77
74
78
75
#### Dockerfile
79
76
80
-
cd ../s2i-minecraft-server
81
-
docker build -t minecraft-server .
82
-
83
-
cd ../minecraft-storeys-maker
84
77
docker build -t minecraft-storeys-maker .
85
78
86
79
docker run --rm -p 25565:25565 -p 8080:8080 -p 7070:7070 minecraft-storeys-maker
87
80
88
-
#### S2I
89
-
90
-
With S2I, and with git reset and clean due to #28 and #71:
If have this project's source code locally, then (the `rm .../node_modules` is because of [issue 28](https://github.com/vorburger/minecraft-storeys-maker/issues/28)):
This will register a listener for when an entity named "joe" gets right clicked and let him say: "hello my little friend".
20
-
The [minecraft object](api/src/main/typescript/observable-wrapper.ts) has all the functions that the scratch has, this is what scratch uses as well.
21
-
These scripts get started run when the server starts.
20
+
The [minecraft object](../api/src/main/typescript/observable-wrapper.ts) has all the functions that the scratch has, this is what scratch uses as well.
21
+
These scripts get started run when the server starts.
0 commit comments