Skip to content

Commit 8edf9e8

Browse files
Merge pull request #8 from mineprogramming/develop
Develop -> master
2 parents 913557c + 2ca8557 commit 8edf9e8

259 files changed

Lines changed: 138049 additions & 11641 deletions

File tree

Some content is hidden

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

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="src" path="src/java/sample/src"/>
5+
<classpathentry kind="lib" path="toolchain/classpath/android.jar"/>
6+
<classpathentry kind="lib" path="toolchain/classpath/android-support-v7-recyclerview.jar"/>
7+
<classpathentry kind="lib" path="toolchain/classpath/android-support-v4.jar"/>
8+
<classpathentry kind="lib" path="toolchain/classpath/horizon-classes.jar"/>
9+
<classpathentry kind="lib" path="toolchain/classpath/android-support-multidex.jar"/>
10+
<classpathentry kind="output" path="toolchain/build/java"/>
11+
</classpath>

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.bat
2+
*.zip
3+
*.rar
4+
*.icmod
5+
6+
.vscode/*
7+
*.code-workspace
8+
9+
# Local History for Visual Studio Code
10+
.history/
11+
12+
toolchain/*
13+
output
14+
**/__pycache__
15+
test.ts

.project

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>java</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
<filteredResources>
18+
<filter>
19+
<id>1600006817591</id>
20+
<name></name>
21+
<type>30</type>
22+
<matcher>
23+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24+
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
25+
</matcher>
26+
</filter>
27+
</filteredResources>
28+
</projectDescription>

.vs/BuildCraft/v16/.suo

-23 KB
Binary file not shown.

.vs/VSWorkspaceState.json

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

.vs/slnx.sqlite

-96 KB
Binary file not shown.

.vs/tasks.vs.json

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

BuildCraft.nproj

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

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BuildCraft
2+
BuildCraft PE mod by Nikolay Savenko
3+
4+
## Environment setup:
5+
1. Clone [toolchain](https://github.com/zheka2304/innercore-mod-toolchain) repo
6+
2. Delete src folder and make.json from toolchain-mod folder
7+
3. Put src folder, make.json and tslint.json from BuildCraft repo to toolchain-mod folder
8+
4. Configure make.json (pushTo)
9+
5. Configure ADB path if you have problems with connections.
10+
6. Configure declarations(toolchain/tslibs) if you have problems with build.
11+
12+
## Build mod
13+
1. Connect to phone using ADB if you need push.
14+
2. Choose some build task from build menu(ctrl+shift+B)
-14.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)