generated from Tesseract4D/ExampleMod1.7.10
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79ec509
commit 8d43679
Showing
13 changed files
with
39 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ plugins { | |
id 'com.gtnewhorizons.gtnhconvention' | ||
} | ||
|
||
version = "1.5.4" | ||
version = "1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions
8
...java/mods/tesseract/worleycaves/Main.java → ...n/java/cn/tesseract/worleycaves/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tesseract/worleycaves/config/Configs.java → ...tesseract/worleycaves/config/Configs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package mods.tesseract.worleycaves.config; | ||
package cn.tesseract.worleycaves.config; | ||
|
||
|
||
public class Configs | ||
|
4 changes: 2 additions & 2 deletions
4
...esseract/worleycaves/event/CaveEvent.java → ...esseract/worleycaves/event/CaveEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...esseract/worleycaves/util/WorleyUtil.java → ...esseract/worleycaves/util/WorleyUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
[ | ||
{ | ||
"modid": "worleycaves", | ||
"name": "Worley's Caves", | ||
"description": "Cave generation with Worley noise", | ||
"version": "1.5.3", | ||
"mcversion": "1.12.2", | ||
"url": "", | ||
"updateUrl": "", | ||
"authorList": ["SuperFluke", "booleanbyte"], | ||
"credits": "", | ||
"logoFile": "", | ||
"screenshots": [], | ||
"dependencies": [] | ||
} | ||
{ | ||
"modid": "worleycaves", | ||
"name": "Worley's Caves", | ||
"description": "Cave generation with Worley noise", | ||
"version": "1.6", | ||
"mcversion": "1.7.10", | ||
"url": "", | ||
"updateUrl": "", | ||
"authorList": [ | ||
"Tesseract", | ||
"SuperFluke", | ||
"booleanbyte" | ||
], | ||
"credits": "", | ||
"logoFile": "", | ||
"screenshots": [], | ||
"dependencies": [] | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.