Skip to content

Commit 036c9f2

Browse files
authored
Release Patch 1.1.0 for LoTAS 1.8.9 to 1.12.2
2 parents 17cc3d2 + abea0fd commit 036c9f2

File tree

791 files changed

+5616
-45116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

791 files changed

+5616
-45116
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
.project
55
build
66
bin
7-
*.launch
87
run
8+
*.launch
99
Private.java
1010

1111
.idea/
1212
Fabric-1.14.4/.gradle/
1313
Fabric-1.14.4/build/
1414
Fabric-1.14.4/run/
1515
out/
16+
17+
eclipse/

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Developers
2+
If you want to contribute to LoTAS, you need to understand how the current system works. I am using an pre-processor made by the Replay-Mod guy...
3+
4+
### Eclipse
5+
Simply import the project using "Import -> Gradle Project"
6+
7+
You need to decompile Minecraft first, go into `tasks\` and run `SetupDecompWorkspace_and_AT.launch`. This can take up to 40 minutes... :(
8+
After that you can start programming. The Code to work with is in the 'core' subproject.
9+
10+
Here's how to change the MC Version:
11+
Change the Version in the version.gradle. (11202 = 1.12.2 XYYZZ)
12+
Now, run the `Update_Version.launch` File. Don't Forget to refresh the Gradle Project after that
13+
14+
And Here's how to export the Project:
15+
Run the `Build-All.launch` File in `tasks\`. The JAR's will be in versions\X.YY.Z\build\libs\´.
16+
17+
18+
### Settings up a Working Set to make the Workspace look cleaner.
19+
Open the `Package Explorer` select and right click on all the versions (1.12, 1.12.2, 1.etc...) and 'versions' and click "Assign Working Set", then create a new Working set and put all of them in. Do the same (with a new set) for core and LoTAS... and now you can click on "..." and select the Working Set with 2 Subprojects. Now it's visually easier to work with the core project.
20+
21+
## Pushing
22+
Before Pushing, please switch to 1.12.2 again

Fabric-1.14.4/build.gradle

Lines changed: 0 additions & 74 deletions
This file was deleted.

Fabric-1.14.4/gradle.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

Fabric-1.14.4/libs/ffmpeg.jar

-5.54 MB
Binary file not shown.
-6.35 KB
Binary file not shown.

Fabric-1.14.4/libs/rLog.jar

-2.87 KB
Binary file not shown.

Fabric-1.14.4/settings.gradle

Lines changed: 0 additions & 12 deletions
This file was deleted.

Fabric-1.14.4/src/main/java/de/pfannekuchen/lotas/LoTAS.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

Fabric-1.14.4/src/main/java/de/pfannekuchen/lotas/challenges/ChallengeLoader.java

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)