-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed some errors and added some luv component recipeis * LuV pump * luv convertor module * rest of luv * more recipies * Even More recipes * Supercomputer and superfabricator
- Loading branch information
Showing
10 changed files
with
145 additions
and
31 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
[core] | ||
|
||
[core.general] | ||
#If mod compatibility loader should crash hard if errors occur in that process. | ||
crashOnModCompatCrash = false | ||
#Set 'true' to enable development debug mode. This will result in a lower performance! | ||
debug = false | ||
#The anonymous id used by the analytics service. | ||
anonymousAnalyticsID = "4f139e1d-c06b-429e-a6ea-de91153ff41a" | ||
#If the recipe loader should crash when finding invalid recipes. | ||
crashOnInvalidRecipe = false | ||
#If an anonymous mod startup analytics request may be sent to our analytics service. | ||
analytics = true | ||
#If the version checker should be enabled. | ||
versionChecker = true | ||
|
||
[general] | ||
|
||
[general.general] | ||
#If a button should be added to the main menu to open a dev world (shift-click creates a new world). | ||
devWorldButton = false | ||
|
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 |
---|---|---|
|
@@ -48,5 +48,5 @@ | |
} | ||
], | ||
"version": 2, | ||
"selectedShaderIndex": 0 | ||
"selectedShaderIndex": 3 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
[core] | ||
|
||
[core.general] | ||
#If mod compatibility loader should crash hard if errors occur in that process. | ||
crashOnModCompatCrash = false | ||
#The default image width in px to render at. | ||
defaultScale = 32 | ||
#If the NBT tag should be hashed with MD5 when constructing the file name, and if an auxiliary txt file should be created with the full tag contents. | ||
fileNameHashTag = false | ||
#If the recipe loader should crash when finding invalid recipes. | ||
crashOnInvalidRecipe = false | ||
#If an anonymous mod startup analytics request may be sent to our analytics service. | ||
analytics = true | ||
#If the version checker should be enabled. | ||
versionChecker = true | ||
|
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
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
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