Compare commits
4
Commits
1.1.1s
..
d82e8b042e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d82e8b042e
|
||
|
|
1cae36e1cd
|
||
|
|
e349e50a41
|
||
|
|
2b729a0aae
|
@@ -7,9 +7,18 @@
|
||||
/saves/
|
||||
/schematics/
|
||||
/screenshots/
|
||||
/libraries/
|
||||
/trees/
|
||||
/*.log
|
||||
/*.json
|
||||
/*.zip
|
||||
/options.txt
|
||||
/optionsviveprofiles.txt
|
||||
/eula.txt
|
||||
/run.bat
|
||||
/run.sh
|
||||
/server.properties
|
||||
/unix_args.txt
|
||||
/unix_jvm_args.txt
|
||||
/user_jvm_args.txt
|
||||
/world
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"dumpTagMap": false,
|
||||
"dumpDuplicates": false,
|
||||
"dumpUnification": false,
|
||||
"dumpOverview": false,
|
||||
"dumpRecipes": false,
|
||||
"dumpUncoveredRecipes": false
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"ignoredRecipeTypes": [
|
||||
"cucumber:shaped_tag"
|
||||
],
|
||||
"ignoredRecipes": [],
|
||||
"defaultDuplicateRules": {
|
||||
"ignoredFields": [
|
||||
"show_notification",
|
||||
"conditions",
|
||||
"category",
|
||||
"group"
|
||||
],
|
||||
"rules": {
|
||||
"cookingtime": "HigherRule",
|
||||
"energy": "HigherRule",
|
||||
"experience": "HigherRule"
|
||||
},
|
||||
"shouldSanitize": false
|
||||
},
|
||||
"overrideDuplicateRules": {
|
||||
"minecraft:crafting_shaped": {
|
||||
"ignoredFields": [
|
||||
"pattern",
|
||||
"show_notification",
|
||||
"conditions",
|
||||
"category",
|
||||
"key",
|
||||
"group"
|
||||
],
|
||||
"rules": {},
|
||||
"shouldSanitize": false
|
||||
}
|
||||
},
|
||||
"strictMode": false
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"serverOnly": false
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"modPriorities": [
|
||||
"minecraft",
|
||||
"kubejs",
|
||||
"crafttweaker",
|
||||
"create",
|
||||
"thermal",
|
||||
"immersiveengineering",
|
||||
"mekanism"
|
||||
],
|
||||
"stoneStrata": [
|
||||
"stone",
|
||||
"nether",
|
||||
"deepslate",
|
||||
"granite",
|
||||
"diorite",
|
||||
"andesite"
|
||||
],
|
||||
"tags": [
|
||||
"forge:nuggets/{material}",
|
||||
"forge:dusts/{material}",
|
||||
"forge:gears/{material}",
|
||||
"forge:gems/{material}",
|
||||
"forge:ingots/{material}",
|
||||
"forge:raw_materials/{material}",
|
||||
"forge:ores/{material}",
|
||||
"forge:plates/{material}",
|
||||
"forge:rods/{material}",
|
||||
"forge:wires/{material}",
|
||||
"forge:storage_blocks/{material}",
|
||||
"forge:storage_blocks/raw_{material}"
|
||||
],
|
||||
"materials": [
|
||||
"aeternium",
|
||||
"aluminum",
|
||||
"amber",
|
||||
"apatite",
|
||||
"bitumen",
|
||||
"brass",
|
||||
"bronze",
|
||||
"charcoal",
|
||||
"chrome",
|
||||
"cinnabar",
|
||||
"coal",
|
||||
"coal_coke",
|
||||
"cobalt",
|
||||
"constantan",
|
||||
"copper",
|
||||
"diamond",
|
||||
"electrum",
|
||||
"elementium",
|
||||
"emerald",
|
||||
"enderium",
|
||||
"fluorite",
|
||||
"gold",
|
||||
"graphite",
|
||||
"invar",
|
||||
"iridium",
|
||||
"iron",
|
||||
"lapis",
|
||||
"lead",
|
||||
"lumium",
|
||||
"mithril",
|
||||
"netherite",
|
||||
"nickel",
|
||||
"obsidian",
|
||||
"osmium",
|
||||
"peridot",
|
||||
"platinum",
|
||||
"potassium_nitrate",
|
||||
"ruby",
|
||||
"sapphire",
|
||||
"signalum",
|
||||
"silver",
|
||||
"steel",
|
||||
"sulfur",
|
||||
"tin",
|
||||
"tungsten",
|
||||
"uranium",
|
||||
"zinc"
|
||||
],
|
||||
"priorityOverrides": {},
|
||||
"customTags": {},
|
||||
"tagOwnerships": {},
|
||||
"itemTagInheritanceMode": "ALLOW",
|
||||
"itemTagInheritance": {},
|
||||
"blockTagInheritanceMode": "ALLOW",
|
||||
"blockTagInheritance": {},
|
||||
"ignoredTags": [],
|
||||
"ignoredItems": [],
|
||||
"ignoredRecipeTypes": [
|
||||
"cucumber:shaped_tag"
|
||||
],
|
||||
"ignoredRecipes": [],
|
||||
"itemsHidingJeiRei": true
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
#.
|
||||
#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes.
|
||||
disableMigration = false
|
||||
|
||||
#.
|
||||
#Enable/disable features. Values on server override clients
|
||||
[features]
|
||||
#.
|
||||
copycat_vertical_stairs = true
|
||||
copycat_byte = true
|
||||
copycat_vertical_slice = true
|
||||
copycat_wooden_pressure_plate = true
|
||||
copycat_block = true
|
||||
copycat_shaft = true
|
||||
copycat_large_cogwheel = true
|
||||
copycat_fence = true
|
||||
copycat_wall = true
|
||||
copycat_cogwheel = true
|
||||
copycat_vertical_step = true
|
||||
copycat_slope_layer = true
|
||||
copycat_light_weighted_pressure_plate = true
|
||||
copycat_stairs = true
|
||||
copycat_fence_gate = true
|
||||
copycat_slab = true
|
||||
copycat_board = true
|
||||
copycat_wooden_button = true
|
||||
copycat_trapdoor = true
|
||||
copycat_stone_pressure_plate = true
|
||||
copycat_half_panel = true
|
||||
copycat_slice = true
|
||||
copycat_beam = true
|
||||
copycat_door = true
|
||||
copycat_iron_door = true
|
||||
copycat_ghost_block = true
|
||||
copycat_fluid_pipe = true
|
||||
copycat_heavy_weighted_pressure_plate = true
|
||||
copycat_iron_trapdoor = true
|
||||
copycat_half_layer = true
|
||||
copycat_stone_button = true
|
||||
copycat_ladder = true
|
||||
copycat_layer = true
|
||||
copycat_slope = true
|
||||
copycat_vertical_slope = true
|
||||
|
||||
#.
|
||||
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
|
||||
[feature_categories]
|
||||
#.
|
||||
#.
|
||||
#All copycats with a sloped surface
|
||||
slopes = true
|
||||
#.
|
||||
#All copycats that support multiple materials in a single block
|
||||
multistates = true
|
||||
#.
|
||||
#All copycats that can be resized by putting in more of the same copycat
|
||||
stackables = true
|
||||
#.
|
||||
#All copycats that can emit a redstone signal
|
||||
redstone = true
|
||||
#.
|
||||
#All copycats with extra functions/interactions
|
||||
functional = true
|
||||
#.
|
||||
#All copycats mimicking blocks from Create
|
||||
create = true
|
||||
|
||||
@@ -0,0 +1,150 @@
|
||||
|
||||
#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
|
||||
# as the config isnt synced between Clients and Server.
|
||||
#General Settings
|
||||
[general]
|
||||
#Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm).
|
||||
#Range: > 0
|
||||
fe_at_max_rpm = 480
|
||||
#Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
|
||||
#Range: > 0
|
||||
max_stress = 16384
|
||||
#If audio should be enabled or not.
|
||||
audio_enabled = true
|
||||
|
||||
#Electric Motor
|
||||
[electric_motor]
|
||||
#Electric Motor min/max RPM.
|
||||
#Range: > 1
|
||||
motor_rpm_range = 256
|
||||
#Electric Motor minimum required energy consumption in FE/t.
|
||||
#Range: > 0
|
||||
motor_min_consumption = 8
|
||||
#Electric Motor max input in FE (Energy transfer not consumption).
|
||||
#Range: > 0
|
||||
motor_max_input = 5000
|
||||
#Electric Motor internal capacity in FE.
|
||||
#Range: > 0
|
||||
motor_capacity = 5000
|
||||
|
||||
#Alternator
|
||||
[alternator]
|
||||
#Alternator max input in FE (Energy transfer, not generation).
|
||||
#Range: > 0
|
||||
generator_max_output = 5000
|
||||
#Alternator internal capacity in FE.
|
||||
#Range: > 0
|
||||
generator_capacity = 5000
|
||||
#Alternator efficiency relative to base conversion rate.
|
||||
#Range: 0.01 ~ 1.0
|
||||
generator_efficiency = 0.75
|
||||
|
||||
#Rolling Mill
|
||||
[rolling_mill]
|
||||
#Rolling Mill duration in ticks.
|
||||
#Range: > 0
|
||||
rolling_mill_processing_duration = 120
|
||||
#Rolling Mill base stress impact.
|
||||
#Range: 0 ~ 1024
|
||||
rolling_mill_stress = 8
|
||||
|
||||
#Wires
|
||||
[wires]
|
||||
#Small Connector max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
small_connector_max_input = 1000
|
||||
#Small Connector max output in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
small_connector_max_output = 1000
|
||||
#Small Connector max wire length in blocks.
|
||||
#Range: 0 ~ 256
|
||||
small_connector_wire_length = 16
|
||||
#Small Connector With Light energy consumption in FE/t.
|
||||
#Range: > 0
|
||||
small_light_connector_consumption = 1
|
||||
#Large Connector max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
large_connector_max_input = 5000
|
||||
#Large Connector max output in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
large_connector_max_output = 5000
|
||||
#Large Connector max wire length in blocks.
|
||||
#Range: 0 ~ 256
|
||||
large_connector_wire_length = 32
|
||||
#Ignore checking if block face can support connector.
|
||||
connector_ignore_face_check = true
|
||||
#Allows blocks attached to a connector to freely pass energy to and from the connector network.
|
||||
connector_allow_passive_io = true
|
||||
|
||||
#Accumulator
|
||||
[accumulator]
|
||||
#Accumulator max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
accumulator_max_input = 5000
|
||||
#Accumulator max output in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
accumulator_max_output = 5000
|
||||
#Accumulator internal capacity per block in FE.
|
||||
#Range: > 0
|
||||
accumulator_capacity = 2000000
|
||||
#Accumulator max multiblock height.
|
||||
#Range: 1 ~ 8
|
||||
accumulator_max_height = 5
|
||||
#Accumulator max multiblock width.
|
||||
#Range: 1 ~ 8
|
||||
accumulator_max_width = 3
|
||||
|
||||
#Portable Energy Interface
|
||||
[portable_energy_interface]
|
||||
#PEI max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
pei_max_input = 5000
|
||||
#PEI max output in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
pei_max_output = 5000
|
||||
|
||||
#Tesla Coil
|
||||
[tesla_coil]
|
||||
#Tesla Coil max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
tesla_coil_max_input = 10000
|
||||
#Tesla Coil charge rate in FE/t.
|
||||
#Range: > 0
|
||||
tesla_coil_charge_rate = 5000
|
||||
#Tesla Coil charge rate in FE/t for recipes.
|
||||
#Range: > 0
|
||||
tesla_coil_recipe_charge_rate = 2000
|
||||
#Tesla Coil internal capacity in FE.
|
||||
#Range: > 0
|
||||
tesla_coil_capacity = 40000
|
||||
#Energy consumed when Tesla Coil is fired (in FE).
|
||||
#Range: > 0
|
||||
tesla_coil_hurt_energy_required = 1000
|
||||
#Hurt range (in blocks/meters).
|
||||
#Range: > 0
|
||||
tesla_coil_hurt_range = 3
|
||||
#Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
|
||||
#Range: > 0
|
||||
tesla_coil_hurt_mob = 3
|
||||
#The duration of the Shocked effect for mobs (in ticks).
|
||||
#Range: > 0
|
||||
tesla_coil_effect_time_mob = 20
|
||||
#Damaged dealt to players when Tesla Coil is fired (in half hearts).
|
||||
#Range: > 0
|
||||
tesla_coil_hurt_player = 2
|
||||
#The duration of the Shocked effect for players (in ticks).
|
||||
#Range: > 0
|
||||
tesla_coil_effect_time_player = 20
|
||||
#Tesla Coil fire interval (in ticks).
|
||||
#Range: > 0
|
||||
tesla_coil_fire_cooldown = 20
|
||||
|
||||
#Misc
|
||||
[misc]
|
||||
#Diamond Grit Sandpaper durability (number of uses).
|
||||
#Range: > 3
|
||||
diamond_grit_sandpaper_uses = 1024
|
||||
#Barbed Wire Damage.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
barbed_wire_damage = 2.0
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
#.
|
||||
#Modify Create Encased blocks comportements
|
||||
[kinetics]
|
||||
#.
|
||||
#.
|
||||
#Can swap casing between block (Mixer, Press, Depot, Gearbox, etc...)
|
||||
casingBlockSwappable = true
|
||||
#.
|
||||
#Can swap material between shafts,cogwheels and large cogwheels (includes brass,andesite and glass)
|
||||
shaftCogwheelsSwappable = true
|
||||
#.
|
||||
#Should Brass/Copper/Train mixe faster
|
||||
shouldCustomMixerMixeFaster = true
|
||||
#.
|
||||
#Should Wooden Shaft break if the speed is too high
|
||||
shouldWoodenShaftBreak = true
|
||||
#.
|
||||
#Should Glass Shaft break if the system is overstressed
|
||||
shouldGlassShaftBreak = true
|
||||
#.
|
||||
#The max speed wooden shafts can endure
|
||||
#Range: 2 ~ 256
|
||||
maxSpeedWoodenShaft = 32
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||
#Sun Jan 05 05:31:03 UTC 2025
|
||||
#Tue Jan 07 10:26:41 UTC 2025
|
||||
boolean.creative.enable_item_group_ferret=false
|
||||
|
||||
@@ -1 +1 @@
|
||||
[{"name":"Sc0Ot3rKId_","uuid":"0ab75e44-3a2a-46af-ad58-7f483b86c90f","expiresOn":"2025-02-06 12:07:59 +0000"},{"name":"ZareMate","uuid":"1e05172e-504d-488d-8b89-f69021978af5","expiresOn":"2025-02-05 05:33:02 +0000"}]
|
||||
[{"name":"gerda","uuid":"6ef64c2c-5c85-43da-a51a-d5008e5710f6","expiresOn":"2025-02-06 21:45:53 +0000"},{"name":"Sc0Ot3rKId_","uuid":"0ab75e44-3a2a-46af-ad58-7f483b86c90f","expiresOn":"2025-02-06 12:07:59 +0000"},{"name":"ZareMate","uuid":"1e05172e-504d-488d-8b89-f69021978af5","expiresOn":"2025-02-05 05:33:02 +0000"}]
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
#Common config settings
|
||||
[common]
|
||||
#Enables backpacks spawning in loot chests
|
||||
enableLoot = true
|
||||
#Enables trade for Villager Backpack in Librarian villager trades
|
||||
enableVillagerTrade = true
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user