-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/EnigmaticaModpacks/Enigm…
…atica10 into develop
- Loading branch information
Showing
151 changed files
with
1,895 additions
and
116 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#Setting these values to false will disable features using the vanilla isEnabled method | ||
#It is recommended to create a new world after changing the config! | ||
["Arts & Crafts Config".Features] | ||
#Allows flower pots to be dyed when true. Default value: true | ||
enableDyedFlowerPots = true | ||
#Should chalk sticks be enabled? Default value: true | ||
enableChalkSticks = true | ||
#Allows decorated pots to be dyed when true. Default value: true | ||
enableDyedDecoratedPots = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#List of blocks that are allowed to be covered. Supports '*' as a wildcard. | ||
blocks = ["pipez:*_pipe", "mekanism:*_cable", "mekanism:*_conductor", "mekanism:*_pipe", "mekanism:*_tube", "mekanism:*_transporter", "mekanism_extras:*_cable", "mekanism_extras:*_conductor", "mekanism_extras:*_pipe", "mekanism_extras:*_tube", "mekanism_extras:*_transporter", "thermal:*_duct", "thermal:*_duct_windowed", "computercraft:cable", "powah:energy_cable_*", "pneumaticcraft:*_tube", "ppfluids:fluid_pipe", "prettypipes:pipe", "laserio:laser_*", "cyclic:*_pipe", "embers:*_pipe", "elementalcraft:elementpipe*", "gtceu:*wire", "gtceu:*pipe"] | ||
#List of blocks that are explicitly not allowed to be used as a cover. Supports '*' as a wildcard. | ||
not_allowed_blocks = [] | ||
#Whether the facade should be consumed when placed. | ||
consumeFacade = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,86 @@ | ||
#Conversion multiplier from Aura to Power | ||
#Range: 4.9E-324 ~ 1.7976931348623157E308 | ||
# Default: 10.0 | ||
# Range: 4.9E-324 ~ 1.7976931348623157E308 | ||
auraConversion = 40.0 | ||
#Conversion multiplier from Source to Power | ||
#Range: 4.9E-324 ~ 1.7976931348623157E308 | ||
# Default: 10.0 | ||
# Range: 4.9E-324 ~ 1.7976931348623157E308 | ||
sourceConversion = 400.0 | ||
|
||
["Dim type"] | ||
#Power Buffer size of the Dim type | ||
#Range: > 0 | ||
# Default: 1000 | ||
# Range: > 0 | ||
powerBuffer = 240000 | ||
#Max amount of power transfer for the Dim type per tick | ||
#Range: > 0 | ||
# Default: 100 | ||
# Range: > 0 | ||
maxPowertransfer = 240000 | ||
#Range the Dim type can connect to Source containers | ||
#Range: > 0 | ||
# Default: 2 | ||
# Range: > 0 | ||
range = 8 | ||
#Ticks to wait for next operation for the DIM type | ||
#Range: > 0 | ||
# Default: 100 | ||
# Range: > 0 | ||
tickinterval = 80 | ||
#Amount of Source to convert per Operation with the Dim type | ||
#Range: > 0 | ||
# Default: 10 | ||
# Range: > 0 | ||
amountperoperation = 20 | ||
#Amount of Aura to drain/provide when theDim type operates | ||
#Range: > 0 | ||
# Default: 10 | ||
# Range: > 0 | ||
change = 800 | ||
|
||
["Bright type"] | ||
#Power Buffer size of the Bright type | ||
#Range: > 0 | ||
# Default: 10000 | ||
# Range: > 0 | ||
powerBuffer = 960000 | ||
#Max amount of power transfer for the Bright type per tick | ||
#Range: > 0 | ||
# Default: 1000 | ||
# Range: > 0 | ||
maxPowertransfer = 960000 | ||
#Range the Bright type can connect to Source containers | ||
#Range: > 0 | ||
# Default: 5 | ||
# Range: > 0 | ||
range = 8 | ||
#Ticks to wait for next operation for the BRIGHT type | ||
#Range: > 0 | ||
# Default: 50 | ||
# Range: > 0 | ||
tickinterval = 40 | ||
#Amount of Source to convert per Operation with the Bright type | ||
#Range: > 0 | ||
# Default: 100 | ||
# Range: > 0 | ||
amountperoperation = 20 | ||
#Amount of Aura to drain/provide when theBright type operates | ||
#Range: > 0 | ||
# Default: 50 | ||
# Range: > 0 | ||
change = 3800 | ||
|
||
["Iridescent type"] | ||
#Power Buffer size of the Iridescent type | ||
#Range: > 0 | ||
# Default: 100000 | ||
# Range: > 0 | ||
powerBuffer = 1920000 | ||
#Max amount of power transfer for the Iridescent type per tick | ||
#Range: > 0 | ||
# Default: 10000 | ||
# Range: > 0 | ||
maxPowertransfer = 1920000 | ||
#Range the Iridescent type can connect to Source containers | ||
#Range: > 0 | ||
# Default: 10 | ||
# Range: > 0 | ||
range = 8 | ||
#Ticks to wait for next operation for the IRIDESCENT type | ||
#Range: > 0 | ||
# Default: 20 | ||
# Range: > 0 | ||
tickinterval = 20 | ||
#Amount of Source to convert per Operation with the Iridescent type | ||
#Range: > 0 | ||
# Default: 1000 | ||
# Range: > 0 | ||
amountperoperation = 20 | ||
#Amount of Aura to drain/provide when theIridescent type operates | ||
#Range: > 0 | ||
# Default: 100 | ||
# Range: > 0 | ||
change = 7800 | ||
|
Oops, something went wrong.