Skip to content

Commit 5886cc3

Browse files
committed
Restarted modding for 1.12 and 1.5
1 parent 4db83f1 commit 5886cc3

File tree

1,272 files changed

+65544
-65361
lines changed

Some content is hidden

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

1,272 files changed

+65544
-65361
lines changed

.gitignore

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# push src/ only
2-
/*
3-
!/src/
4-
!/gradle/
5-
!/libs/
6-
!/externlibs/
7-
!gradlew
8-
!gradlew.bat
9-
!.travis.yml
10-
!README.md
11-
!guidelines.md
12-
!LICENSE
13-
!build.gradle
14-
!build.properties
15-
!.gitignore
16-
17-
*.class
18-
19-
# Mobile Tools for Java (J2ME)
20-
.mtj.tmp/
21-
22-
# Package Files #
23-
*.war
24-
*.ear
25-
26-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
27-
hs_err_pid*
28-
/gradlew
1+
# push src/ only
2+
/*
3+
!/src/
4+
!/gradle/
5+
!/libs/
6+
!/externlibs/
7+
!gradlew
8+
!gradlew.bat
9+
!.travis.yml
10+
!README.md
11+
!guidelines.md
12+
!LICENSE
13+
!build.gradle
14+
!build.properties
15+
!.gitignore
16+
17+
*.class
18+
19+
# Mobile Tools for Java (J2ME)
20+
.mtj.tmp/
21+
22+
# Package Files #
23+
*.war
24+
*.ear
25+
26+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
27+
hs_err_pid*
28+
/gradlew

.travis.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
language: java
2-
cache:
3-
addons:
4-
apt:
5-
packages:
6-
- oracle-java8-installer
7-
directories:
8-
- $HOME/.gradle
9-
- .gradle
10-
sudo: false
11-
notifications:
12-
email: false
13-
install: true
14-
jdk:
15-
- oraclejdk8
16-
env: GRADLE_OPTS="-Xms1g -Xmx3g"
17-
install: ./gradlew setupCIWorkspace
18-
script: ./gradlew build
19-
branches:
20-
except:
21-
- .*-experimental
1+
language: java
2+
cache:
3+
addons:
4+
apt:
5+
packages:
6+
- oracle-java8-installer
7+
directories:
8+
- $HOME/.gradle
9+
- .gradle
10+
sudo: false
11+
notifications:
12+
email: false
13+
install: true
14+
jdk:
15+
- oraclejdk8
16+
env: GRADLE_OPTS="-Xms1g -Xmx3g"
17+
install: ./gradlew setupCIWorkspace
18+
script: ./gradlew build
19+
branches:
20+
except:
21+
- .*-experimental

LICENSE

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
2-
DISCLAIMER
3-
4-
This is a fan made modification, all copyrighted names, monsters, weapons, armors as well as other work of art belongs to its original owner, including but not necessarily limited to CAPCOM (C).
5-
6-
Copyright (C) 2017, Heltrato & WorldSEnder
7-
All rights reserved
8-
9-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10-
11-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12-
Before distributing or publishing this software or derivative work, seek permission from the authors.
13-
14-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1+
2+
DISCLAIMER
3+
4+
This is a fan made modification, all copyrighted names, monsters, weapons, armors as well as other work of art belongs to its original owner, including but not necessarily limited to CAPCOM (C).
5+
6+
Copyright (C) 2017, Heltrato & WorldSEnder
7+
All rights reserved
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
Before distributing or publishing this software or derivative work, seek permission from the authors.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
1-
# [![MHFC](https://i.imgur.com/BJbwc1e.png)](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2702398-monster-hunter-frontier-craft-1-0-2)
2-
3-
Monster Hunter Frontier Craft mod created by the Guild Hall team authored by : Heltrato, WorldsEnder:)
4-
5-
# Contributing #
6-
Feel free to speed up our development and pull request in here. If you want to setup your workspace:
7-
8-
1.) First, make a fork of this repository. When you've done that, you can clone that reposity. Depending on your installation settings, you either have to run the command in the git Bash, or the CMD/Terminal.
9-
```
10-
git clone https://github.com/<Your Username>/MHFC
11-
```
12-
2.)Afterwards go into your directory and you will find the `MHFC` folder open it and ctrl + shift + right click and open command prompt
13-
then enter the command
14-
```
15-
gradlew setupDecompWorkspace --refresh-dependencies
16-
```
17-
3.) Finally for eclipse
18-
```
19-
gradlew eclipse --refresh-dependencies
20-
```
21-
4.) Open eclipse import it with gradle then go start # Contributing #
22-
23-
24-
25-
# Feature to be added soon #
26-
* [ ] Party System
27-
* [ ] Gesture
28-
* [ ] Element System.
29-
* [ ] Open World
30-
31-
[![Build Status](https://travis-ci.org/Guild-Hall/MHFC.svg)](https://travis-ci.org/Guild-Hall/MHFC)
32-
33-
Description
34-
-----------
35-
36-
# What is this mod? #
37-
- This mod aims to recreate the great experience from the popular Monster Hunter game series in Minecraft
38-
39-
# Discord Server #
40-
https://discord.gg/d9PaQMf
41-
42-
Copyright notice
43-
----------------
44-
45-
Copyright (C) 2018, WorldSEnder and Heltrato
46-
All rights reserved
47-
48-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
49-
50-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
51-
Before distributing or publishing this software or derivative work, seek permission from the authors.
52-
53-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
54-
55-
DISCLAIMER
56-
57-
This is a fan made modification, all copyrighted names, monsters, weapons, armors as well as other work of art belongs to its original owner, including but not necessarily limited to CAPCOM (C).
58-
1+
# [![MHFC](https://i.imgur.com/BJbwc1e.png)](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2702398-monster-hunter-frontier-craft-1-0-2)
2+
3+
Monster Hunter Frontier Craft mod created by the Guild Hall team authored by : Heltrato, WorldsEnder:)
4+
5+
# Contributing #
6+
Feel free to speed up our development and pull request in here. If you want to setup your workspace:
7+
8+
1.) First, make a fork of this repository. When you've done that, you can clone that reposity. Depending on your installation settings, you either have to run the command in the git Bash, or the CMD/Terminal.
9+
```
10+
git clone https://github.com/<Your Username>/MHFC
11+
```
12+
2.)Afterwards go into your directory and you will find the `MHFC` folder open it and ctrl + shift + right click and open command prompt
13+
then enter the command
14+
```
15+
gradlew setupDecompWorkspace --refresh-dependencies
16+
```
17+
3.) Finally for eclipse
18+
```
19+
gradlew eclipse --refresh-dependencies
20+
```
21+
4.) Open eclipse import it with gradle then go start # Contributing #
22+
23+
24+
25+
# Feature to be added soon #
26+
* [ ] Party System
27+
* [ ] Gesture
28+
* [ ] Element System.
29+
* [ ] Open World
30+
31+
[![Build Status](https://travis-ci.org/Guild-Hall/MHFC.svg)](https://travis-ci.org/Guild-Hall/MHFC)
32+
33+
Description
34+
-----------
35+
36+
# What is this mod? #
37+
- This mod aims to recreate the great experience from the popular Monster Hunter game series in Minecraft
38+
39+
# Discord Server #
40+
https://discord.gg/d9PaQMf
41+
42+
Copyright notice
43+
----------------
44+
45+
Copyright (C) 2018, WorldSEnder and Heltrato
46+
All rights reserved
47+
48+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
49+
50+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
51+
Before distributing or publishing this software or derivative work, seek permission from the authors.
52+
53+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
54+
55+
DISCLAIMER
56+
57+
This is a fan made modification, all copyrighted names, monsters, weapons, armors as well as other work of art belongs to its original owner, including but not necessarily limited to CAPCOM (C).
58+

0 commit comments

Comments
 (0)