0.14 update with fixes!
This commit is contained in:
@@ -175,6 +175,9 @@ client {
|
||||
|
||||
# Controls buttons on Priority Screen : Capped at 9999
|
||||
I:priorityAmtButton4=1000
|
||||
|
||||
# Whether to add "Craftable" to item tooltips when they can be crafted automatically.
|
||||
B:showCraftableTooltip=true
|
||||
B:useColoredCraftingStatus=true
|
||||
B:useTerminalUseLargeFont=false
|
||||
}
|
||||
@@ -266,6 +269,7 @@ features {
|
||||
|
||||
networkfeatures {
|
||||
B:Channels=true
|
||||
B:QuantumLinkingCard=true
|
||||
B:QuantumNetworkBridge=true
|
||||
B:Security=true
|
||||
B:SpatialIO=true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
S:digest=65a9bad6cc287ffe6caba013caaec176
|
||||
S:digest=fe03796904c9d5cbc0d4b8207065996d
|
||||
|
||||
# Caching can save processing time, if there are a lot of items. [default: true]
|
||||
B:enableCache=true
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
cache {
|
||||
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
|
||||
I:interval=24
|
||||
S:lastCheck=1678670262487
|
||||
S:lastCheck=1682827682295
|
||||
}
|
||||
|
||||
|
||||
|
||||
+2397
-3724
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
#Inventory Tweaks Configuration
|
||||
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
|
||||
#Sun Mar 12 21:10:16 PDT 2023
|
||||
#Sat Apr 29 21:15:46 PDT 2023
|
||||
enableMiddleClick=true
|
||||
showChestButtons=true
|
||||
enableSortingOnPickup=false
|
||||
|
||||
+1221
-1
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ mapperconfigurations {
|
||||
I:divinerpgpriority=1
|
||||
I:equivalentenergisticspriority=1
|
||||
|
||||
# Priority for Mod with ModId = expequiv. Values: 3145 [range: 0 ~ 512, default: 1]
|
||||
# Priority for Mod with ModId = expequiv. Values: 3158 [range: 0 ~ 512, default: 1]
|
||||
I:expequivpriority=1
|
||||
I:metallurgypriority=1
|
||||
|
||||
@@ -244,7 +244,7 @@ mapperconfigurations {
|
||||
apicustomconversionmapper {
|
||||
|
||||
allow {
|
||||
# Allow Mod expequiv to add its 79332 Recipes to the EMC Calculation [default: true]
|
||||
# Allow Mod expequiv to add its 79536 Recipes to the EMC Calculation [default: true]
|
||||
B:expequiv=true
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"COMMON": [
|
||||
"the Brute",
|
||||
"the Apprentice",
|
||||
"the Page"
|
||||
],
|
||||
"UNCOMMON": [
|
||||
"the Predator",
|
||||
"the Journeyman",
|
||||
"the Squire"
|
||||
],
|
||||
"RARE": [
|
||||
"the Reaper",
|
||||
"the Master",
|
||||
"the Knight"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"COMMON": [
|
||||
"story/root",
|
||||
"story/mine_stone",
|
||||
"story/iron_tools",
|
||||
"story/obtain_armor",
|
||||
"story/deflect_arrow",
|
||||
"story/enter_the_nether",
|
||||
"story/enchant_item",
|
||||
"story/enter_the_end",
|
||||
|
||||
"husbandry/root",
|
||||
"husbandry/breed_an_animal",
|
||||
"husbandry/tame_an_animal",
|
||||
|
||||
"adventure/root",
|
||||
"adventure/kill_a_mob",
|
||||
"adventure/trade",
|
||||
"adventure/shoot_arrow",
|
||||
"adventure/summon_iron_golem",
|
||||
|
||||
"nether/fast_travel",
|
||||
"nether/brew_potion",
|
||||
|
||||
"end/kill dragon",
|
||||
"end/enter_end_gateway"
|
||||
],
|
||||
"UNCOMMON": [
|
||||
"story/cure_zombie_villager",
|
||||
|
||||
"adventure/totem_of_undying",
|
||||
|
||||
"nether/create_full_beacon",
|
||||
|
||||
"end/dragon_egg",
|
||||
"end/respawn_dragon",
|
||||
"end/dragon_breath",
|
||||
"end/elytra"
|
||||
],
|
||||
"RARE": [
|
||||
"husbandry/bred_all_animals",
|
||||
"husbandry/balanced_diet",
|
||||
"husbandry/break_diamond_hoe",
|
||||
|
||||
"adventure/kill_all_mobs",
|
||||
"adventure/adventuring_time",
|
||||
"adventure/sniper_duel",
|
||||
|
||||
"nether/return_to_sender",
|
||||
"nether/uneasy_alliance",
|
||||
"nether/all_potions",
|
||||
"nether/all_effects",
|
||||
|
||||
"end/levitate"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"COMMON": [
|
||||
"spelunker",
|
||||
"chicken_chaser",
|
||||
"captain",
|
||||
"melon_lord"
|
||||
],
|
||||
"UNCOMMON": [
|
||||
"pack_supporter",
|
||||
"halite_warrior",
|
||||
"mithminite_warrior",
|
||||
"draconic_warrior",
|
||||
"infinity_warrior",
|
||||
"explorer_of_terra",
|
||||
"tinkerer",
|
||||
"basic_crafter",
|
||||
"alien_material_expert",
|
||||
"underworld_explorer",
|
||||
"advanced_crafter",
|
||||
"elite_crafter",
|
||||
"alchemist",
|
||||
"ultimate_crafter",
|
||||
"super_enchanter",
|
||||
"fluix_purifier",
|
||||
"modular_machinist",
|
||||
"void_world_dweller",
|
||||
"compact_machinist",
|
||||
"wizard",
|
||||
"elder_god_cultist",
|
||||
"astral_sorcerer",
|
||||
"witch",
|
||||
"thaumaturgist",
|
||||
"blood_alchemist",
|
||||
"technological_botanist",
|
||||
"warper",
|
||||
"extreme_industrialist",
|
||||
"blood_master",
|
||||
"fusion_experimentalist",
|
||||
"divine_excavator",
|
||||
"rocket_astronaut",
|
||||
"space_station_explorer",
|
||||
"warp_driver",
|
||||
"friend_of_the_bees_puzzle",
|
||||
"sedna_space_time_scientist",
|
||||
"singularity_master",
|
||||
"hard_mode_recursive",
|
||||
"midgame_warrior_of_terra",
|
||||
"shell_1_mythic_warrior",
|
||||
"shell_2_mythic_warrior",
|
||||
"shell_3_mythic_warrior",
|
||||
"shell_4_mythic_warrior",
|
||||
"nightmare_mythic_warrior",
|
||||
"recursive_mythic_warrior",
|
||||
"fusion_energist",
|
||||
"promethium_fusion_madman",
|
||||
"draconic_infuser",
|
||||
"shell_1_garnet_explorer",
|
||||
"shell_2_garnet_explorer",
|
||||
"shell_3_garnet_explorer",
|
||||
"shell_4_garnet_explorer",
|
||||
"shell_1_garnet_master",
|
||||
"shell_2_garnet_master",
|
||||
"shell_3_garnet_master",
|
||||
"shell_4_garnet_master",
|
||||
"kikoku_surgeon_of_death",
|
||||
"case_mythic_machinist",
|
||||
"salt_reactor_weirdo",
|
||||
"fusion_mad_scientist",
|
||||
"sacrifice_metal_warrior",
|
||||
"chaotic_warrior",
|
||||
"elven_metallurgist",
|
||||
"draconic_reactor_world_breaker",
|
||||
"odb_world_ender",
|
||||
"unidentified",
|
||||
"engine_mythic_scientist",
|
||||
"power_unit_mythic_engineer",
|
||||
"reactor_mythic_mad_scientist",
|
||||
"heat_exchanger",
|
||||
"wielder_of_the_stabby_knife",
|
||||
"taster_of_the_rainbow",
|
||||
"bed_nightmare_dweller",
|
||||
"black_hole_warrior",
|
||||
"bane_of_the_twilight_horde",
|
||||
"bane_of_the_shyre_empire",
|
||||
"defined",
|
||||
"star_engineer",
|
||||
"pulsar_engineer",
|
||||
"black_hole_engineer",
|
||||
"ingot_the_infinite",
|
||||
"bane_of_the_meatball_man",
|
||||
"cosmic_warrior",
|
||||
"rise_of_the_arbiter",
|
||||
"meatball_man",
|
||||
"multiverse_explorer",
|
||||
"realgar_garnet_excavator",
|
||||
"perfected_gem_cosmic_challenger",
|
||||
"explorer_dimensional_rifts",
|
||||
"explorer_nether",
|
||||
"explorer_end_islands",
|
||||
"explorer_aether",
|
||||
"explorer_erebus",
|
||||
"explorer_deep_dark",
|
||||
"explorer_iceika",
|
||||
"explorer_arcana",
|
||||
"explorer_betweenlands",
|
||||
"explorer_twilight_forest",
|
||||
"explorer_emptyness",
|
||||
"explorer_abyssal",
|
||||
"explorer_dreadlands",
|
||||
"explorer_omothol",
|
||||
"explorer_dark_realm",
|
||||
"explorer_luna",
|
||||
"explorer_osiris",
|
||||
"explorer_ptah",
|
||||
"explorer_hator",
|
||||
"explorer_europa",
|
||||
"explorer_oi",
|
||||
"explorer_falacer",
|
||||
"explorer_orcus",
|
||||
"explorer_haumea",
|
||||
"explorer_sedna",
|
||||
"explorer_eden",
|
||||
"explorer_precasia",
|
||||
"explorer_barathos",
|
||||
"explorer_lelyetia",
|
||||
"explorer_creeponia",
|
||||
"explorer_deeplands",
|
||||
"explorer_abyss",
|
||||
"explorer_rhenia",
|
||||
"explorer_myrmex",
|
||||
"explorer_wildwood",
|
||||
"explorer_candyland",
|
||||
"explorer_gardencia",
|
||||
"explorer_celeve",
|
||||
"explorer_crystevia",
|
||||
"explorer_haven",
|
||||
"explorer_iromine",
|
||||
"explorer_mysterium",
|
||||
"explorer_vox_ponds",
|
||||
"explorer_pixonia",
|
||||
"explorer_spatial",
|
||||
"explorer_apalachia",
|
||||
"explorer_borean",
|
||||
"explorer_runandor",
|
||||
"explorer_lunalus",
|
||||
"explorer_proxima",
|
||||
"explorer_skythern",
|
||||
"explorer_ancient_cavern",
|
||||
"explorer_immortallis",
|
||||
"explorer_greckon",
|
||||
"explorer_dustopia",
|
||||
"explorer_vethea",
|
||||
"explorer_zoi",
|
||||
"explorer_nero",
|
||||
"explorer_akathartos",
|
||||
"explorer_pauram",
|
||||
"explorer_mortum",
|
||||
"explorer_shyrelands",
|
||||
"explorer_alkemia",
|
||||
"rise_of_the_energy_bee",
|
||||
"explorer_taerrapiatta",
|
||||
"explorer_furatto",
|
||||
"explorer_apichisi",
|
||||
"explorer_diamerisma",
|
||||
"explorer_vibe",
|
||||
"explorer_finem",
|
||||
"cat_maid"
|
||||
],
|
||||
"RARE": [
|
||||
"opulent"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Set to false if you do not want archive fragments to be added to loot
|
||||
B:addFragmentsToLoot=true
|
||||
}
|
||||
|
||||
|
||||
+315
-47
@@ -43,6 +43,9 @@ general {
|
||||
}
|
||||
|
||||
"bugfixes: entities" {
|
||||
# Prevents fire projectiles burning entities when blocking with shields
|
||||
B:"Block Fire"=true
|
||||
|
||||
# Fixes entities glitching through the bottom of boats
|
||||
B:"Boat Riding Offset"=true
|
||||
|
||||
@@ -58,12 +61,18 @@ general {
|
||||
# Fixes item dupes when players are dropping items and disconnecting
|
||||
B:"Disconnect Dupe"=true
|
||||
|
||||
# Fixes consuming an item having a chance of also consuming a second item without any animation
|
||||
B:"Double Consumption"=true
|
||||
|
||||
# Saves entity bounding boxes to tags to prevent breakouts and suffocation
|
||||
B:"Entity Bounding Box"=true
|
||||
|
||||
# Fixes entity motion desyncs most notable with arrows and thrown items
|
||||
B:"Entity Desync"=true
|
||||
|
||||
# Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0
|
||||
B:"Entity ID"=true
|
||||
|
||||
# Prevents corruption of entities caused by invalid health or damage values
|
||||
B:"Entity NaN Values"=true
|
||||
|
||||
@@ -76,7 +85,7 @@ general {
|
||||
# Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam)
|
||||
B:"Entity UUID"=true
|
||||
|
||||
# Saves increased player health to tags
|
||||
# Corrects maximum player health on joining by setting the last saved health value
|
||||
B:"Max Player Health"=true
|
||||
|
||||
# Fixes saturation depleting in peaceful mode
|
||||
@@ -90,18 +99,12 @@ general {
|
||||
}
|
||||
|
||||
"bugfixes: misc" {
|
||||
# Prevents fire projectiles burning entities when blocking with shields
|
||||
B:"Block Fire"=true
|
||||
# Improves the accuracy of smooth lighting by checking for suffocation and light opacity
|
||||
B:"Accurate Smooth Lighting"=true
|
||||
|
||||
# Fixes entity and particle rendering issues by enabling depth buffer writing
|
||||
B:"Depth Mask"=true
|
||||
|
||||
# Fixes slow background startup edge case caused by checking tooltips during the loading process
|
||||
B:"Faster Background Startup"=false
|
||||
|
||||
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
||||
B:"Frustum Culling"=true
|
||||
|
||||
# Replaces the help command, sorts and reports broken commands
|
||||
B:"Help Command"=true
|
||||
|
||||
@@ -129,17 +132,24 @@ general {
|
||||
# Fixes loading of outdated chunks to prevent duplications, deletions and data corruption
|
||||
B:"Chunk Saving"=true
|
||||
|
||||
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
||||
B:"Frustum Culling"=true
|
||||
|
||||
# Keeps the order of tile entities on chunk load
|
||||
B:"Tile Entity Update Order"=true
|
||||
}
|
||||
|
||||
debug {
|
||||
# Disables config resets on mod updates
|
||||
# Please note that you will face duplicate/invalid config settings
|
||||
B:"Bypass Config Versioning"=false
|
||||
|
||||
# For those who live life on the edge, may or may not include Jons
|
||||
B:"Bypass Incompatibility Warnings"=false
|
||||
|
||||
# Version number of the config file
|
||||
# Do not touch!
|
||||
S:"Config Version"=1.12.2-1.4.0
|
||||
S:"Config Version"=1.12.2-1.5.0
|
||||
|
||||
# Enables debug logging
|
||||
B:"Debug Logging"=false
|
||||
@@ -163,7 +173,6 @@ general {
|
||||
# Abides by Botania's 'enableFancySkybox' config option
|
||||
# Example: 43
|
||||
I:"Fancy Skybox" <
|
||||
43
|
||||
>
|
||||
}
|
||||
|
||||
@@ -191,6 +200,9 @@ general {
|
||||
|
||||
# Disables damage caused by bees bypassing player armor
|
||||
B:"Disable Bee Damage Armor Bypass"=true
|
||||
|
||||
# Allows Forestry farms to pick up ExtraTrees fruit
|
||||
B:"Extra Trees: Gather Windfall"=true
|
||||
}
|
||||
|
||||
"mo' creatures" {
|
||||
@@ -208,6 +220,78 @@ general {
|
||||
>
|
||||
}
|
||||
|
||||
roost {
|
||||
# Improves load time by registering CT chickens early for Roost to detect them
|
||||
# Note: All CT chickens must be specified in "Custom Chickens" for this tweak to work!
|
||||
# Note: The .zs files creating custom chickens must be loaded with '#loader preinit', not '#loader contenttweaker'!
|
||||
B:"ContentTweaker: Early Register CT Chickens"=true
|
||||
|
||||
# Adds custom chickens from mods (e.g. ContentTweaker) to Roost's stock texture check
|
||||
# Syntax: name
|
||||
# name Chicken name
|
||||
S:"Custom Chickens" <
|
||||
amber_chicken
|
||||
amethyst_chicken
|
||||
arlemite_chicken
|
||||
baronyte_chicken
|
||||
blazium_chicken
|
||||
bloodgem_chicken
|
||||
bloodstone_chicken
|
||||
blue_gemstone_chicken
|
||||
brightsteel_chicken
|
||||
candyte_chicken
|
||||
chalcedony_chicken
|
||||
chaos_chicken
|
||||
charged_runium_chicken
|
||||
chestbone_fragment_chicken
|
||||
cold_iron_chicken
|
||||
crystallite_chicken
|
||||
elecanium_chicken
|
||||
emberstone_chicken
|
||||
fluctuatite_chicken
|
||||
footbone_fragment_chicken
|
||||
gemenyte_chicken
|
||||
glitch_chicken
|
||||
green_gemstone_chicken
|
||||
infinity_chicken
|
||||
jade_chicken
|
||||
jewelyte_chicken
|
||||
legbone_fragment_chicken
|
||||
limonite_chicken
|
||||
lunastone_chicken
|
||||
lyon_chicken
|
||||
mithrillium_chicken
|
||||
mystite_chicken
|
||||
netherite_chicken
|
||||
ogerite_chicken
|
||||
ornamyte_chicken
|
||||
osmium_chicken
|
||||
palladium_chicken
|
||||
polonium_chicken
|
||||
pure_chicken
|
||||
purple_gemstone_chicken
|
||||
realmite_chicken
|
||||
red_gemstone_chicken
|
||||
rhenium_chicken
|
||||
rosite_chicken
|
||||
runium_chicken
|
||||
rupee_chicken
|
||||
sapphire_chicken
|
||||
skullbone_fragment_chicken
|
||||
unidentified_chicken
|
||||
varsium_chicken
|
||||
vityte_chicken
|
||||
white_gemstone_chicken
|
||||
yellow_gemstone_chicken
|
||||
hassium_chicken
|
||||
ghoulish_chicken
|
||||
ghastly_chicken
|
||||
rubidium_chicken
|
||||
caesium_chicken
|
||||
strontium_chicken
|
||||
>
|
||||
}
|
||||
|
||||
"storage drawers" {
|
||||
# Fixes voiding of items when nearing full capacity
|
||||
# Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade
|
||||
@@ -216,13 +300,16 @@ general {
|
||||
|
||||
# Approximate range in blocks at which drawers render contained items
|
||||
# 0 for default unlimited range
|
||||
I:"Render Range"=20
|
||||
I:"Render Range"=0
|
||||
}
|
||||
|
||||
thaumcraft {
|
||||
# Adds particles to firebats similar to legacy versions
|
||||
B:"Firebat Particles"=true
|
||||
|
||||
# Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs
|
||||
B:"Flower Bounding Box"=true
|
||||
|
||||
# Stops the thaumometer from bobbing rapidly when using it to scan objects
|
||||
B:"Stable Thaumometer"=true
|
||||
|
||||
@@ -230,6 +317,14 @@ general {
|
||||
B:"Wisp Particles"=true
|
||||
}
|
||||
|
||||
"thermal expansion" {
|
||||
# Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker
|
||||
# Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files
|
||||
# (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser())
|
||||
# Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function
|
||||
B:"Insolator Custom Monoculture"=true
|
||||
}
|
||||
|
||||
"tinkers' construct" {
|
||||
# Excludes gaseous fluids from being transferable via faucets
|
||||
B:"Gaseous Fluids"=false
|
||||
@@ -253,9 +348,6 @@ general {
|
||||
# Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking
|
||||
B:"Better Harvest"=false
|
||||
|
||||
# Sets the delay in ticks between placing blocks
|
||||
I:"Block Placement Click Delay"=4
|
||||
|
||||
# Determines how tall cacti can grow
|
||||
I:"Cactus Size"=3
|
||||
|
||||
@@ -265,23 +357,47 @@ general {
|
||||
# Allows the player to jump over fences and walls
|
||||
B:"Fence/Wall Jump"=true
|
||||
|
||||
# Prevents placing of liquid source blocks in the world
|
||||
B:"Hardcore Buckets"=false
|
||||
# Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...)
|
||||
B:"Lenient Paths"=true
|
||||
|
||||
# Determines how tall sugar cane can grow
|
||||
I:"Sugar Cane Size"=3
|
||||
|
||||
"better placement" {
|
||||
# Removes the delay between placing blocks
|
||||
B:"[1] Better Placement Toggle"=false
|
||||
|
||||
# If the cursor must be moved to a new location before placing another block
|
||||
B:"[2] Force New Location"=true
|
||||
|
||||
# Only affects block placement in creative mode
|
||||
B:"[3] Creative Mode Only"=false
|
||||
}
|
||||
|
||||
"breakable bedrock" {
|
||||
# Allows dispensers to place blocks
|
||||
B:"[1] Block Dispenser Toggle"=true
|
||||
|
||||
# Allows customizable mining of bedrock
|
||||
B:"[1] Breakable Bedrock Toggle"=false
|
||||
D:"[2] Hardness"=200.0
|
||||
D:"[3] Resistance"=6000000.0
|
||||
I:"[4] Harvest Level"=3
|
||||
|
||||
# List of blocks concerning dispensing
|
||||
# Behavior depends on the list mode
|
||||
# Syntax: modid:block
|
||||
S:"[2] Block List" <
|
||||
minecraft:water
|
||||
minecraft:flowing_water
|
||||
minecraft:lava
|
||||
minecraft:flowing_lava
|
||||
minecraft:fire
|
||||
minecraft:web
|
||||
thermalexpansion:strongbox
|
||||
>
|
||||
|
||||
# List of tools concerning mining bedrock
|
||||
# If empty, allows every tool matching the harvest level
|
||||
# Behavior depends on the list mode
|
||||
# Syntax: modid:tool
|
||||
S:"[5] Tool List" <
|
||||
S:"[2] Tool List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Tools which can't mine bedrock, others can
|
||||
@@ -289,7 +405,7 @@ general {
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[6] List Mode"=BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
"finite water" {
|
||||
@@ -321,8 +437,18 @@ general {
|
||||
# Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them
|
||||
B:"Better Ignition"=true
|
||||
|
||||
# Replaces deadly creeper explosions with delightful confetti
|
||||
B:"Creeper Confetti"=false
|
||||
# Sets the acceleration value for controlling boats
|
||||
D:"Boat Speed"=0.04
|
||||
|
||||
# Sets the chance for creepers to spawn charged
|
||||
# Min: 0.0
|
||||
# Max: 1.0
|
||||
D:"Charged Creeper Spawning Chance"=0.0
|
||||
|
||||
# Sets the chance to replace deadly creeper explosions with delightful confetti
|
||||
# Min: 0.0
|
||||
# Max: 1.0
|
||||
D:"Creeper Confetti"=0.0
|
||||
|
||||
# Disables skipping night by using a bed while making it still able to set spawn
|
||||
B:"Disable Sleeping"=false
|
||||
@@ -371,7 +497,7 @@ general {
|
||||
# Prevents the fire animation overlay from being displayed when the player is immune to fire
|
||||
B:"[3] Fire Overlay"=true
|
||||
|
||||
# Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty
|
||||
# Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty)
|
||||
B:"[4] Flaming Arrows"=true
|
||||
|
||||
# Allows fire to spread from entity to entity (30% chance * regional difficulty)
|
||||
@@ -429,6 +555,21 @@ general {
|
||||
D:"[6] Max Vehicle Speed"=100.0
|
||||
}
|
||||
|
||||
"rally health" {
|
||||
# Adds Bloodborne's Rally system to Minecraft
|
||||
# Regain lost health when attacking back within the risk time
|
||||
B:"[1] Rally Health Toggle"=false
|
||||
|
||||
# Determines the risk time in ticks
|
||||
I:"[2] Risk Time"=60
|
||||
|
||||
# Determines the chance to regain health in percent
|
||||
I:"[3] Heal Chance"=80
|
||||
|
||||
# Plays an indication sound effect when health is regained
|
||||
B:"[4] Indication Sound"=false
|
||||
}
|
||||
|
||||
"water fall damage" {
|
||||
# Re-implements an improved version of pre-1.4 fall damage in water
|
||||
B:"[1] Water Fall Damage Toggle"=false
|
||||
@@ -446,9 +587,55 @@ general {
|
||||
# Bows enchanted with Infinity no longer require arrows
|
||||
B:"Bow Infinity"=true
|
||||
|
||||
# Sets custom rarities for items, affecting tooltip colors
|
||||
# Syntax: modid:item;rarity
|
||||
# Available rarities: common, uncommon, rare, epic
|
||||
# Example -> minecraft:diamond;rare
|
||||
S:"Custom Rarity" <
|
||||
minecraft:dragon_breath;uncommon
|
||||
minecraft:elytra;uncommon
|
||||
minecraft:experience_bottle;uncommon
|
||||
minecraft:nether_star;uncommon
|
||||
minecraft:skull:0;uncommon
|
||||
minecraft:skull:1;uncommon
|
||||
minecraft:skull:2;uncommon
|
||||
minecraft:skull:3;uncommon
|
||||
minecraft:skull:4;uncommon
|
||||
minecraft:skull:5;uncommon
|
||||
minecraft:totem_of_undying;uncommon
|
||||
minecraft:beacon;rare
|
||||
minecraft:end_crystal;rare
|
||||
minecraft:barrier;epic
|
||||
minecraft:chain_command_block;epic
|
||||
minecraft:command_block;epic
|
||||
minecraft:command_block_minecart;epic
|
||||
minecraft:dragon_egg;epic
|
||||
minecraft:knowledge_book;epic
|
||||
minecraft:repeating_command_block;epic
|
||||
minecraft:structure_block;epic
|
||||
minecraft:structure_void;epic
|
||||
thaumcraft:thaumium_axe;uncommon
|
||||
thaumcraft:thaumium_hoe;uncommon
|
||||
thaumcraft:thaumium_pick;uncommon
|
||||
thaumcraft:thaumium_shovel;uncommon
|
||||
thaumcraft:thaumium_sword;uncommon
|
||||
thaumcraft:void_axe;uncommon
|
||||
thaumcraft:void_hoe;uncommon
|
||||
thaumcraft:void_pick;uncommon
|
||||
thaumcraft:void_shovel;uncommon
|
||||
thaumcraft:void_sword;uncommon
|
||||
thaumcraft:primal_crusher;epic
|
||||
>
|
||||
|
||||
# Prevents placing of liquid source blocks in the world
|
||||
B:"Hardcore Buckets"=false
|
||||
|
||||
# Disables the 1.9 combat update attack cooldown
|
||||
B:"No Attack Cooldown"=false
|
||||
|
||||
# Disables dragon's breath from being a container item and leaving off empty bottles when a stack is brewed with
|
||||
B:"No Leftover Breath Bottles"=true
|
||||
|
||||
# Enables one-time ignition of entities by hitting them with a torch
|
||||
B:"Super Hot Torch"=false
|
||||
|
||||
@@ -502,6 +689,15 @@ general {
|
||||
|
||||
# Enables the bobbing effect
|
||||
B:"[13] Bobbing"=true
|
||||
|
||||
# Makes item entities flash when they're about to despawn
|
||||
B:"[14] Clear Despawn"=false
|
||||
|
||||
# Determines the time in seconds item entities have left before despawn to start flashing
|
||||
I:"[15] Clear Despawn: Flashing Time"=20
|
||||
|
||||
# Makes item entities flash faster as they get closer to despawning
|
||||
B:"[16] Clear Despawn: Urgent Flashing"=true
|
||||
}
|
||||
|
||||
mending {
|
||||
@@ -563,7 +759,7 @@ general {
|
||||
# 0 for vanilla default
|
||||
I:"Linear XP Amount"=0
|
||||
|
||||
# Disables the flashing of skybox and ground brightness on lightning strikes
|
||||
# Disables the flashing of skybox and ground brightness on lightningflash strikes
|
||||
B:"No Lightning Flash"=false
|
||||
|
||||
# Disables the flashing effect when the night vision potion effect is about to run out
|
||||
@@ -572,9 +768,6 @@ general {
|
||||
# Disables the inventory shift when potion effects are active
|
||||
B:"No Potion Shift"=true
|
||||
|
||||
# Disables lighting of active redstone, repeaters, and comparators to improve performance
|
||||
B:"No Redstone Lighting"=false
|
||||
|
||||
# Prevents placing offhand blocks when blocks or food are held in the mainhand
|
||||
B:"Offhand Improvement"=true
|
||||
|
||||
@@ -590,15 +783,9 @@ general {
|
||||
# Skips the credits screen after the player goes through the end podium portal
|
||||
B:"Skip Credits"=false
|
||||
|
||||
# Suppresses in-game tutorial hint tabs in the right-hand corner
|
||||
B:"Suppress Tutorial Hints"=true
|
||||
|
||||
# Adds a button to the pause menu to toggle cheats
|
||||
B:"Toggle Cheats Button"=true
|
||||
|
||||
# Removes the hardcoded 30 FPS limit in screens like the main menu
|
||||
B:"Uncap FPS"=true
|
||||
|
||||
"incurable potions" {
|
||||
# Determines if potion effects are curable with curative items like buckets of milk
|
||||
B:"[1] Incurable Potions Toggle"=true
|
||||
@@ -639,19 +826,74 @@ general {
|
||||
>
|
||||
}
|
||||
|
||||
"rally health" {
|
||||
# Adds Bloodborne's Rally system to Minecraft
|
||||
# Regain lost health when attacking back within the risk time
|
||||
B:"[1] Rally Health Toggle"=false
|
||||
"pickup notification" {
|
||||
# Displays notifications when the player obtains or loses items
|
||||
B:"[01] Pickup Notification Toggle"=false
|
||||
|
||||
# Determines the risk time in ticks
|
||||
I:"[2] Risk Time"=60
|
||||
# Displays item additions when a player obtains an item
|
||||
B:"[02] Display Item Additions"=true
|
||||
|
||||
# Determines the chance to regain health in percent
|
||||
I:"[3] Heal Chance"=80
|
||||
# Displays item removals when a player loses an item
|
||||
B:"[03] Display Item Removals"=true
|
||||
|
||||
# Plays an indication sound effect when health is regained
|
||||
B:"[4] Indication Sound"=false
|
||||
# Displays changes in player experience
|
||||
B:"[04] Display Experience"=true
|
||||
|
||||
# Displays the icon of the respective item
|
||||
B:"[05] Display Icon"=true
|
||||
|
||||
# Displays the name of the respective item
|
||||
B:"[06] Display Name"=true
|
||||
|
||||
# Displays a dark rectangle behind changed items
|
||||
B:"[07] Display Background"=false
|
||||
|
||||
# Sets the horizontal offset of the notification
|
||||
I:"[08] Display Offset Horizontal"=0
|
||||
|
||||
# Sets the vertical offset of the notification
|
||||
I:"[09] Display Offset Vertical"=18
|
||||
|
||||
# Sets the edge/corner of the screen to use as the base location
|
||||
# Valid values:
|
||||
# BOTTOM_RIGHT
|
||||
# BOTTOM
|
||||
# BOTTOM_LEFT
|
||||
# LEFT
|
||||
# TOP_LEFT
|
||||
# TOP
|
||||
# TOP_RIGHT
|
||||
# RIGHT
|
||||
# CENTER
|
||||
S:"[10] Snap Position"=BOTTOM_RIGHT
|
||||
|
||||
# Sets the scaling of item names
|
||||
D:"[11] Name Scale"=0.8
|
||||
|
||||
# Sets the scaling of item icons
|
||||
D:"[12] Icon Scale"=0.8
|
||||
|
||||
# Sets the maximum number of items in the queue before they start fading out artificially
|
||||
I:"[13] Soft Limit"=6
|
||||
|
||||
# Sets the number of items that will be faded out after the soft limit is reached
|
||||
I:"[14] Fade Limit"=3
|
||||
|
||||
# Sets the duration in ticks how long the notification will be displayed
|
||||
I:"[15] Display Duration"=120
|
||||
|
||||
# Sets the duration in ticks how long the notification fades out
|
||||
I:"[16] Fade Duration"=20
|
||||
|
||||
# List of item registry names to ignore when displaying changes
|
||||
# Syntax: modid:item
|
||||
S:"[17] Blacklist: Ignore Item Changes" <
|
||||
>
|
||||
|
||||
# List of item registry names for which to ignore subitem changes
|
||||
# Syntax: modid:item
|
||||
S:"[18] Blacklist: Ignore Subitem Changes" <
|
||||
>
|
||||
}
|
||||
|
||||
"smooth scrolling" {
|
||||
@@ -677,6 +919,23 @@ general {
|
||||
>
|
||||
}
|
||||
|
||||
"toast control" {
|
||||
# Enables the control of toasts (pop-up text boxes)
|
||||
B:"[1] Toast Control Toggle"=true
|
||||
|
||||
# Determines if advancement toasts are blocked. Enabling will block ALL advancements.
|
||||
B:"[2] Disable Advancement Toasts"=false
|
||||
|
||||
# Determines if recipe unlock toasts are blocked. Blocks "you have unlocked a new recipe" toasts.
|
||||
B:"[3] Disable Recipe Toasts"=true
|
||||
|
||||
# Determines if system toasts are blocked. This is used only for the narrator toggle notification right now.
|
||||
B:"[4] Disable System Toasts"=true
|
||||
|
||||
# Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move.
|
||||
B:"[5] Disable Tutorial Toasts"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: performance" {
|
||||
@@ -697,6 +956,15 @@ general {
|
||||
|
||||
# Skips initial world chunk loading & garbage collection to speed up world loading
|
||||
B:"Fast World Loading"=true
|
||||
|
||||
# Fixes slow background startup edge case caused by checking tooltips during the loading process
|
||||
B:"Faster Background Startup"=false
|
||||
|
||||
# Disables lighting of active redstone, repeaters, and comparators to improve performance
|
||||
B:"No Redstone Lighting"=false
|
||||
|
||||
# Removes the hardcoded 30 FPS limit in screens like the main menu
|
||||
B:"Uncap FPS"=true
|
||||
}
|
||||
|
||||
"tweaks: world" {
|
||||
@@ -719,7 +987,7 @@ general {
|
||||
|
||||
"dimension unload" {
|
||||
# Unloads dimensions not in use to free up resources
|
||||
B:"[1] Dimension Unload Toggle"=false
|
||||
B:"[1] Dimension Unload Toggle"=true
|
||||
|
||||
# Time (in ticks) to wait before checking dimensions
|
||||
I:"[2] Interval"=600
|
||||
|
||||
+172
-15
@@ -9,6 +9,10 @@ general {
|
||||
# Slims down the hopper bounding box for easier access of nearby blocks
|
||||
B:"Hopper Bounding Box"=true
|
||||
|
||||
# Prevents crashes when the destination tile entity becomes unavailable during the item insert process
|
||||
# Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium
|
||||
B:"Hopper Insert Safety Check"=true
|
||||
|
||||
# Prevents voiding held items when right + left clicking on an item frame simultaneously
|
||||
B:"Item Frame Void"=true
|
||||
|
||||
@@ -23,7 +27,7 @@ general {
|
||||
|
||||
"block overlay" {
|
||||
# Fixes x-ray when standing in non-suffocating blocks
|
||||
B:"[1] Block Overlay Toggle"=true
|
||||
B:"[1] Block Overlay Toggle"=false
|
||||
|
||||
# Excludes blocks from the block overlay bugfix
|
||||
# Syntax: modid:block
|
||||
@@ -93,7 +97,7 @@ general {
|
||||
B:"Depth Mask"=true
|
||||
|
||||
# Fixes slow background startup edge case caused by checking tooltips during the loading process
|
||||
B:"Faster Background Startup"=true
|
||||
B:"Faster Background Startup"=false
|
||||
|
||||
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
||||
B:"Frustum Culling"=true
|
||||
@@ -135,7 +139,7 @@ general {
|
||||
|
||||
# Version number of the config file
|
||||
# Do not touch!
|
||||
S:"Config Version"=1.12.2-1.3.2
|
||||
S:"Config Version"=1.12.2-1.4.0
|
||||
|
||||
# Enables debug logging
|
||||
B:"Debug Logging"=false
|
||||
@@ -151,7 +155,16 @@ general {
|
||||
|
||||
"biomes o' plenty" {
|
||||
# Fixes rapid inflection of regeneration effects in hot spring water
|
||||
B:"Hot Spring Water"=true
|
||||
B:"Hot Spring Water"=false
|
||||
}
|
||||
|
||||
botania {
|
||||
# Enables the Botania Garden of Glass skybox for custom dimensions
|
||||
# Abides by Botania's 'enableFancySkybox' config option
|
||||
# Example: 43
|
||||
I:"Fancy Skybox" <
|
||||
43
|
||||
>
|
||||
}
|
||||
|
||||
"epic siege mod" {
|
||||
@@ -199,11 +212,11 @@ general {
|
||||
# Fixes voiding of items when nearing full capacity
|
||||
# Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade
|
||||
# Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with
|
||||
B:"Item Handlers"=true
|
||||
B:"Item Handlers"=false
|
||||
|
||||
# Approximate range in blocks at which drawers render contained items
|
||||
# 0 for default unlimited range
|
||||
I:"Render Range"=0
|
||||
I:"Render Range"=20
|
||||
}
|
||||
|
||||
thaumcraft {
|
||||
@@ -224,6 +237,9 @@ general {
|
||||
# Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand
|
||||
B:"Offhand Shuriken"=true
|
||||
|
||||
# Caches all ore dictionary smelting recipes to speed up game loading
|
||||
B:"Ore Dictionary Cache"=true
|
||||
|
||||
# Despawns unbreakable projectiles faster to improve framerates
|
||||
B:"Projectile Despawning"=true
|
||||
}
|
||||
@@ -255,6 +271,27 @@ general {
|
||||
# Determines how tall sugar cane can grow
|
||||
I:"Sugar Cane Size"=3
|
||||
|
||||
"breakable bedrock" {
|
||||
# Allows customizable mining of bedrock
|
||||
B:"[1] Breakable Bedrock Toggle"=false
|
||||
D:"[2] Hardness"=200.0
|
||||
D:"[3] Resistance"=6000000.0
|
||||
I:"[4] Harvest Level"=3
|
||||
|
||||
# List of tools concerning mining bedrock
|
||||
# If empty, allows every tool matching the harvest level
|
||||
# Syntax: modid:tool
|
||||
S:"[5] Tool List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Tools which can't mine bedrock, others can
|
||||
# Whitelist Mode: Tools which can mine bedrock, others can't
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[6] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
"finite water" {
|
||||
# Prevents creation of infinite water sources
|
||||
B:"[1] Finite Water Toggle"=false
|
||||
@@ -370,11 +407,26 @@ general {
|
||||
}
|
||||
|
||||
"player speed" {
|
||||
# Enables the modification of base and maximum player speeds
|
||||
B:"[1] Player Speed Toggle"=false
|
||||
|
||||
# Determines the player's base walk speed
|
||||
D:"[1] Walk Speed"=0.1
|
||||
D:"[2] Walk Speed"=0.1
|
||||
|
||||
# Determines the player's base fly speed
|
||||
D:"[2] Fly Speed"=0.05
|
||||
D:"[3] Fly Speed"=0.05
|
||||
|
||||
# Determines the player's maximum speed
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[4] Max Speed"=100.0
|
||||
|
||||
# Determines the player's maximum speed when flying with elytra
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[5] Max Elytra Speed"=300.0
|
||||
|
||||
# Determines the player's maximum speed when riding a vehicle or mount
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[6] Max Vehicle Speed"=100.0
|
||||
}
|
||||
|
||||
"water fall damage" {
|
||||
@@ -394,9 +446,6 @@ general {
|
||||
# Bows enchanted with Infinity no longer require arrows
|
||||
B:"Bow Infinity"=true
|
||||
|
||||
# Stops combination of item entities if their maximum stack size is reached
|
||||
B:"Item Entity Combination"=true
|
||||
|
||||
# Disables the 1.9 combat update attack cooldown
|
||||
B:"No Attack Cooldown"=false
|
||||
|
||||
@@ -407,6 +456,54 @@ general {
|
||||
# -1 for vanilla default
|
||||
I:"XP Bottle Amount"=-1
|
||||
|
||||
"item entities" {
|
||||
# Enables the modification of item entity properties
|
||||
B:"[01] Item Entities Toggle"=true
|
||||
|
||||
# Adds physical aspects such as collision boxes to item entities
|
||||
B:"[02] Physics"=false
|
||||
|
||||
# Item entities can be picked up automatically
|
||||
# When disabled, item entities can be picked up by right-clicking (requires 'Physics' option)
|
||||
B:"[03] Automatic Pickup"=true
|
||||
|
||||
# Item entities can only be picked up when sneaking
|
||||
B:"[04] Sneaking Pickup"=false
|
||||
|
||||
# Tools which enable picking up items automatically
|
||||
# Example -> minecraft:bucket
|
||||
S:"[05] Collection Tool" <
|
||||
>
|
||||
|
||||
# Determines the delay in ticks until item entities can be picked up
|
||||
# -1 for vanilla default
|
||||
I:"[06] Pickup Delay"=-1
|
||||
|
||||
# Determines the time in ticks until item entities get despawned
|
||||
# -1 for vanilla default
|
||||
I:"[07] Lifespan"=-1
|
||||
|
||||
# Stops combination of item entities
|
||||
B:"[08] No Combination"=false
|
||||
|
||||
# Stops combination of item entities if their maximum stack size is reached
|
||||
B:"[09] Smart Combination"=true
|
||||
|
||||
# The radius (in blocks) that dropped items should check around them for other dropped items to combine with
|
||||
# Depends on the Smart Combination toggle
|
||||
D:"[10] Smart Combination Radius"=2.0
|
||||
|
||||
# Allows dropped items to also check above and below them for combination
|
||||
# Depends on the Smart Combination toggle
|
||||
B:"[11] Smart Combination Y-Axis Check"=true
|
||||
|
||||
# Enables the rotation effect
|
||||
B:"[12] Rotation"=true
|
||||
|
||||
# Enables the bobbing effect
|
||||
B:"[13] Bobbing"=true
|
||||
}
|
||||
|
||||
mending {
|
||||
# Implements modern mending behavior to only repair damaged equipment with XP
|
||||
B:"[1] Mending Toggle"=true
|
||||
@@ -418,6 +515,35 @@ general {
|
||||
B:"[3] Overpowered"=false
|
||||
}
|
||||
|
||||
"shield parry" {
|
||||
# Allows parrying of projectiles with shields
|
||||
B:"[1] Shield Parry Toggle"=false
|
||||
|
||||
# Determines the amount of time an arrow can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[2] Arrow Time Window"=40
|
||||
|
||||
# Determines the amount of time a fireball can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[3] Fireball Time Window"=40
|
||||
|
||||
# Determines the amount of time a throwable can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[4] Throwable Time Window"=40
|
||||
|
||||
# Adds the Rebound enchantment for extended parry time windows
|
||||
B:"[5] Rebound Enchantment"=true
|
||||
|
||||
# Makes the Rebound enchantment exclusive to enchanted books as loot
|
||||
B:"[6] Rebound Treasure Enchantment"=false
|
||||
|
||||
# Maximum enchantment level for the Rebound enchantment
|
||||
I:"[7] Rebound Max Level"=5
|
||||
|
||||
# Multiplier for the parry time windows
|
||||
D:"[8] Rebound Multiplier"=0.25
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: misc" {
|
||||
@@ -473,6 +599,22 @@ general {
|
||||
# Removes the hardcoded 30 FPS limit in screens like the main menu
|
||||
B:"Uncap FPS"=true
|
||||
|
||||
"incurable potions" {
|
||||
# Determines if potion effects are curable with curative items like buckets of milk
|
||||
B:"[1] Incurable Potions Toggle"=true
|
||||
|
||||
# Syntax: modid:potioneffect
|
||||
S:"[2] Potion Effect List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Potion effects incurable by curative items, others are curable
|
||||
# Whitelist Mode: Potion effects curable by curative items, others are incurable
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
"load sounds" {
|
||||
# Play load sound on...
|
||||
# Valid values:
|
||||
@@ -497,6 +639,21 @@ general {
|
||||
>
|
||||
}
|
||||
|
||||
"rally health" {
|
||||
# Adds Bloodborne's Rally system to Minecraft
|
||||
# Regain lost health when attacking back within the risk time
|
||||
B:"[1] Rally Health Toggle"=false
|
||||
|
||||
# Determines the risk time in ticks
|
||||
I:"[2] Risk Time"=60
|
||||
|
||||
# Determines the chance to regain health in percent
|
||||
I:"[3] Heal Chance"=80
|
||||
|
||||
# Plays an indication sound effect when health is regained
|
||||
B:"[4] Indication Sound"=false
|
||||
}
|
||||
|
||||
"smooth scrolling" {
|
||||
# Adds smooth scrolling to in-game lists
|
||||
B:"[1] Smooth Scrolling Toggle"=true
|
||||
@@ -523,12 +680,12 @@ general {
|
||||
}
|
||||
|
||||
"tweaks: performance" {
|
||||
# Improves model load times by checking if an animated model exists before trying to load it
|
||||
B:"Check Animated Models"=true
|
||||
|
||||
# Adds an IRecipe cache to improve recipe performance in larger modpacks
|
||||
B:"Crafting Cache"=true
|
||||
|
||||
# Improves model load times by removing Forge's animated models
|
||||
B:"Disable Animated Models"=false
|
||||
|
||||
# Improves loading times by removing debug code for missing sounds and subtitles
|
||||
B:"Disable Audio Debug"=true
|
||||
|
||||
@@ -562,7 +719,7 @@ general {
|
||||
|
||||
"dimension unload" {
|
||||
# Unloads dimensions not in use to free up resources
|
||||
B:"[1] Dimension Unload Toggle"=true
|
||||
B:"[1] Dimension Unload Toggle"=false
|
||||
|
||||
# Time (in ticks) to wait before checking dimensions
|
||||
I:"[2] Interval"=600
|
||||
|
||||
@@ -0,0 +1,583 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
|
||||
"bugfixes: blocks" {
|
||||
# Fixes inconsistent delays of comparators to prevent redstone timing issues
|
||||
B:"Comparator Timing"=true
|
||||
|
||||
# Slims down the hopper bounding box for easier access of nearby blocks
|
||||
B:"Hopper Bounding Box"=true
|
||||
|
||||
# Prevents voiding held items when right + left clicking on an item frame simultaneously
|
||||
B:"Item Frame Void"=true
|
||||
|
||||
# Disables climbing movement when flying
|
||||
B:"Ladder Flying Slowdown"=true
|
||||
|
||||
# Avoids the need for multiple mining attempts by sending additional movement packets
|
||||
B:"Mining Glitch"=true
|
||||
|
||||
# Properly saves the last state of pistons to tags
|
||||
B:"Piston Progress"=true
|
||||
|
||||
"block overlay" {
|
||||
# Fixes x-ray when standing in non-suffocating blocks
|
||||
B:"[1] Block Overlay Toggle"=true
|
||||
|
||||
# Excludes blocks from the block overlay bugfix
|
||||
# Syntax: modid:block
|
||||
S:"[2] Blacklist" <
|
||||
>
|
||||
|
||||
# Includes blocks in the block overlay bugfix
|
||||
# Syntax: modid:block
|
||||
S:"[3] Whitelist" <
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"bugfixes: entities" {
|
||||
# Fixes entities glitching through the bottom of boats
|
||||
B:"Boat Riding Offset"=true
|
||||
|
||||
# Fixes corrupted entities exceeding the allowed death time
|
||||
B:"Death Time"=true
|
||||
|
||||
# Fixes lag caused by dead entities by sending additional packets when the player is not alive
|
||||
B:"Destroy Entity Packets"=true
|
||||
|
||||
# Fixes missing player states when changing dimensions by sending additional packets
|
||||
B:"Dimension Change Player States"=true
|
||||
|
||||
# Fixes item dupes when players are dropping items and disconnecting
|
||||
B:"Disconnect Dupe"=true
|
||||
|
||||
# Saves entity bounding boxes to tags to prevent breakouts and suffocation
|
||||
B:"Entity Bounding Box"=true
|
||||
|
||||
# Fixes entity motion desyncs most notable with arrows and thrown items
|
||||
B:"Entity Desync"=true
|
||||
|
||||
# Prevents corruption of entities caused by invalid health or damage values
|
||||
B:"Entity NaN Values"=true
|
||||
|
||||
# Pushes entities out of blocks when growing up to prevent suffocation
|
||||
B:"Entity Suffocation"=true
|
||||
|
||||
# Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions
|
||||
B:"Entity Tracker"=true
|
||||
|
||||
# Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam)
|
||||
B:"Entity UUID"=true
|
||||
|
||||
# Saves increased player health to tags
|
||||
B:"Max Player Health"=true
|
||||
|
||||
# Fixes saturation depleting in peaceful mode
|
||||
B:"Player Saturation"=true
|
||||
|
||||
# Fixes skeletons not looking at their targets when strafing
|
||||
B:"Skeleton Aim"=true
|
||||
|
||||
# Returns missing hoods to villager mantles
|
||||
B:"Villager Mantle Hoods"=true
|
||||
}
|
||||
|
||||
"bugfixes: misc" {
|
||||
# Prevents fire projectiles burning entities when blocking with shields
|
||||
B:"Block Fire"=true
|
||||
|
||||
# Fixes entity and particle rendering issues by enabling depth buffer writing
|
||||
B:"Depth Mask"=true
|
||||
|
||||
# Fixes slow background startup edge case caused by checking tooltips during the loading process
|
||||
B:"Faster Background Startup"=true
|
||||
|
||||
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
||||
B:"Frustum Culling"=true
|
||||
|
||||
# Replaces the help command, sorts and reports broken commands
|
||||
B:"Help Command"=true
|
||||
|
||||
# Prevents various crashes with Turkish locale
|
||||
B:"Locale Crash"=true
|
||||
|
||||
"model gap" {
|
||||
# Fixes transparent gaps in all 3D models of blocks and items
|
||||
B:"[1] Model Gap Toggle"=true
|
||||
|
||||
# Quad X/Y offset
|
||||
# Moves the quad toward the center of the item
|
||||
# Use to hide gaps, keep as close to 0 as possible
|
||||
D:"[2] Recess Value"=0.007
|
||||
|
||||
# Quad expansion increment
|
||||
# Enlarges each quad
|
||||
# Use to hide gaps, keep as close to 0 as possible
|
||||
D:"[3] Expansion Value"=0.008
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"bugfixes: world" {
|
||||
# Fixes loading of outdated chunks to prevent duplications, deletions and data corruption
|
||||
B:"Chunk Saving"=true
|
||||
|
||||
# Keeps the order of tile entities on chunk load
|
||||
B:"Tile Entity Update Order"=true
|
||||
}
|
||||
|
||||
debug {
|
||||
# For those who live life on the edge, may or may not include Jons
|
||||
B:"Bypass Incompatibility Warnings"=false
|
||||
|
||||
# Version number of the config file
|
||||
# Do not touch!
|
||||
S:"Config Version"=1.12.2-1.3.2
|
||||
|
||||
# Enables debug logging
|
||||
B:"Debug Logging"=false
|
||||
|
||||
# Enables a screen displaying incompatible mods on game load
|
||||
B:"Obsolete Mods Screen"=true
|
||||
|
||||
# Prints the time the game needed to launch to the log
|
||||
B:"Show Loading Time"=true
|
||||
}
|
||||
|
||||
"mod integration" {
|
||||
|
||||
"biomes o' plenty" {
|
||||
# Fixes rapid inflection of regeneration effects in hot spring water
|
||||
B:"Hot Spring Water"=true
|
||||
}
|
||||
|
||||
"epic siege mod" {
|
||||
# Disables leftover debug logging inside the digger AI of the beta builds
|
||||
B:"Disable Digger AI Debug"=true
|
||||
}
|
||||
|
||||
forestry {
|
||||
# Adds custom emerald to germling trades to the arborist villager
|
||||
# Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max
|
||||
# level Level when this trade becomes available (how much trading needs to be done)
|
||||
# emeralds_min Lower random limit for emeralds
|
||||
# emeralds_max Upper random limit for emeralds
|
||||
# germlings_min Lower random limit for germlings
|
||||
# germlings_max Upper random limit for germlings
|
||||
# type Type of germling, can be either pollen or sapling
|
||||
# complexity_min Lower limit of allele complexity
|
||||
# complexity_max Upper limit of allele complexity
|
||||
#
|
||||
# Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds:
|
||||
# 5;10;40;1;1;sapling;6;10
|
||||
S:"Arborist Villager Trades" <
|
||||
>
|
||||
|
||||
# Disables damage caused by bees bypassing player armor
|
||||
B:"Disable Bee Damage Armor Bypass"=true
|
||||
}
|
||||
|
||||
"mo' creatures" {
|
||||
# Adds support for modded biome spawns
|
||||
# Syntax: modid;name;key;tag;filename
|
||||
# modid Mod ID required for this to be added
|
||||
# name Mod name
|
||||
# key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods
|
||||
# tag Short tag for logs
|
||||
# filename Filename to use for the generated config
|
||||
S:"Custom Modded Biomes" <
|
||||
pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg
|
||||
traverse;traverse;traverse;TRAV;Traverse.cfg
|
||||
dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg
|
||||
>
|
||||
}
|
||||
|
||||
"storage drawers" {
|
||||
# Fixes voiding of items when nearing full capacity
|
||||
# Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade
|
||||
# Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with
|
||||
B:"Item Handlers"=true
|
||||
|
||||
# Approximate range in blocks at which drawers render contained items
|
||||
# 0 for default unlimited range
|
||||
I:"Render Range"=0
|
||||
}
|
||||
|
||||
thaumcraft {
|
||||
# Adds particles to firebats similar to legacy versions
|
||||
B:"Firebat Particles"=true
|
||||
|
||||
# Stops the thaumometer from bobbing rapidly when using it to scan objects
|
||||
B:"Stable Thaumometer"=true
|
||||
|
||||
# Increases particle size of wisps similar to legacy versions
|
||||
B:"Wisp Particles"=true
|
||||
}
|
||||
|
||||
"tinkers' construct" {
|
||||
# Excludes gaseous fluids from being transferable via faucets
|
||||
B:"Gaseous Fluids"=false
|
||||
|
||||
# Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand
|
||||
B:"Offhand Shuriken"=true
|
||||
|
||||
# Despawns unbreakable projectiles faster to improve framerates
|
||||
B:"Projectile Despawning"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: blocks" {
|
||||
# Replaces bed obstruction checks with an improved version
|
||||
B:"Bed Obstruction Replacement"=true
|
||||
|
||||
# Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking
|
||||
B:"Better Harvest"=false
|
||||
|
||||
# Sets the delay in ticks between placing blocks
|
||||
I:"Block Placement Click Delay"=4
|
||||
|
||||
# Determines how tall cacti can grow
|
||||
I:"Cactus Size"=3
|
||||
|
||||
# Makes leaves decay faster when trees are chopped
|
||||
B:"Fast Leaf Decay"=true
|
||||
|
||||
# Allows the player to jump over fences and walls
|
||||
B:"Fence/Wall Jump"=true
|
||||
|
||||
# Prevents placing of liquid source blocks in the world
|
||||
B:"Hardcore Buckets"=false
|
||||
|
||||
# Determines how tall sugar cane can grow
|
||||
I:"Sugar Cane Size"=3
|
||||
|
||||
"finite water" {
|
||||
# Prevents creation of infinite water sources
|
||||
B:"[1] Finite Water Toggle"=false
|
||||
|
||||
# Allows creation of infinite water sources in ocean and river biomes
|
||||
B:"[2] Allow Water Biomes"=true
|
||||
|
||||
# Inclusive minimum altitude at which water is infinite
|
||||
I:"[3] Minimum Altitude"=0
|
||||
|
||||
# Inclusive maximum altitude at which water is infinite
|
||||
I:"[4] Maximum Altitude"=63
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: entities" {
|
||||
# Removes entity AI for improved server performance
|
||||
B:"AI Removal"=false
|
||||
|
||||
# Replaces entity AI for improved server performance
|
||||
B:"AI Replacement"=true
|
||||
|
||||
# Replaces auto jump with an increased step height
|
||||
B:"Auto Jump Replacement"=true
|
||||
|
||||
# Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them
|
||||
B:"Better Ignition"=true
|
||||
|
||||
# Replaces deadly creeper explosions with delightful confetti
|
||||
B:"Creeper Confetti"=false
|
||||
|
||||
# Disables skipping night by using a bed while making it still able to set spawn
|
||||
B:"Disable Sleeping"=false
|
||||
|
||||
# Lets husks and strays spawn underground like regular zombies and skeletons
|
||||
B:"Husk & Stray Spawning"=true
|
||||
|
||||
# Mobs carrying picked up items will drop their equipment and despawn properly
|
||||
B:"Mob Despawn Improvement"=true
|
||||
|
||||
# Stops horses wandering around when saddled
|
||||
B:"No Saddled Wandering"=true
|
||||
|
||||
attributes {
|
||||
# Sets custom ranges for entity attributes
|
||||
B:"[01] Attributes Toggle"=true
|
||||
D:"[02] Max Health Min"=-65536.0
|
||||
D:"[03] Max Health Max"=65536.0
|
||||
D:"[04] Follow Range Min"=-65536.0
|
||||
D:"[05] Follow Range Max"=65536.0
|
||||
D:"[06] Knockback Resistance Min"=-65536.0
|
||||
D:"[07] Knockback Resistance Max"=65536.0
|
||||
D:"[08] Movement Speed Min"=-65536.0
|
||||
D:"[09] Movement Speed Max"=65536.0
|
||||
D:"[10] Flying Speed Min"=-65536.0
|
||||
D:"[11] Flying Speed Max"=65536.0
|
||||
D:"[12] Attack Damage Min"=-65536.0
|
||||
D:"[13] Attack Damage Max"=65536.0
|
||||
D:"[14] Attack Speed Min"=-65536.0
|
||||
D:"[15] Attack Speed Max"=65536.0
|
||||
D:"[16] Armor Min"=-65536.0
|
||||
D:"[17] Armor Max"=65536.0
|
||||
D:"[18] Armor Toughness Min"=-65536.0
|
||||
D:"[19] Armor Toughness Max"=65536.0
|
||||
D:"[20] Luck Min"=-65536.0
|
||||
D:"[21] Luck Max"=65536.0
|
||||
}
|
||||
|
||||
"better burning" {
|
||||
# Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items
|
||||
B:"[1] Cooked Items"=true
|
||||
|
||||
# If entities have fire resistance, they get extinguished right away when on fire
|
||||
B:"[2] Extinguishing"=true
|
||||
|
||||
# Prevents the fire animation overlay from being displayed when the player is immune to fire
|
||||
B:"[3] Fire Overlay"=true
|
||||
|
||||
# Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty
|
||||
B:"[4] Flaming Arrows"=true
|
||||
|
||||
# Allows fire to spread from entity to entity (30% chance * regional difficulty)
|
||||
B:"[5] Spreading Fire"=true
|
||||
}
|
||||
|
||||
"easy breeding" {
|
||||
# Enables easy breeding of animals by tossing food on the ground
|
||||
B:"[1] Easy Breeding Toggle"=false
|
||||
|
||||
# Determines the distance for animals to search for food
|
||||
D:"[2] Search Distance"=10.0
|
||||
}
|
||||
|
||||
"collision damage" {
|
||||
# Applies horizontal collision damage to the player akin to elytra collision
|
||||
B:"[1] Collision Damage Toggle"=false
|
||||
|
||||
# The damage factor that gets multiplied with the player speed
|
||||
# Vanilla default for elytra damage is 10
|
||||
I:"[2] Damage Factor"=10
|
||||
}
|
||||
|
||||
"no golems" {
|
||||
# Disables the manual creation of iron golems
|
||||
B:"[1] Iron Golem Toggle"=false
|
||||
|
||||
# Disables the manual creation of snow golems
|
||||
B:"[2] Snow Golem Toggle"=false
|
||||
|
||||
# Disables the manual creation of withers
|
||||
B:"[3] Wither Toggle"=false
|
||||
}
|
||||
|
||||
"player speed" {
|
||||
# Determines the player's base walk speed
|
||||
D:"[1] Walk Speed"=0.1
|
||||
|
||||
# Determines the player's base fly speed
|
||||
D:"[2] Fly Speed"=0.05
|
||||
}
|
||||
|
||||
"water fall damage" {
|
||||
# Re-implements an improved version of pre-1.4 fall damage in water
|
||||
B:"[1] Water Fall Damage Toggle"=false
|
||||
|
||||
# How much fall damage gets reduced by water per tick
|
||||
D:"[2] Damage Reduction"=2.0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: items" {
|
||||
# Switches the selected hotbar slot to a proper tool if required
|
||||
B:"Auto Switch Tools"=false
|
||||
|
||||
# Bows enchanted with Infinity no longer require arrows
|
||||
B:"Bow Infinity"=true
|
||||
|
||||
# Stops combination of item entities if their maximum stack size is reached
|
||||
B:"Item Entity Combination"=true
|
||||
|
||||
# Disables the 1.9 combat update attack cooldown
|
||||
B:"No Attack Cooldown"=false
|
||||
|
||||
# Enables one-time ignition of entities by hitting them with a torch
|
||||
B:"Super Hot Torch"=false
|
||||
|
||||
# Sets the amount of experience spawned by bottles o' enchanting
|
||||
# -1 for vanilla default
|
||||
I:"XP Bottle Amount"=-1
|
||||
|
||||
mending {
|
||||
# Implements modern mending behavior to only repair damaged equipment with XP
|
||||
B:"[1] Mending Toggle"=true
|
||||
|
||||
# Determines the amount of durability mending will repair, on average, per point of experience
|
||||
D:"[2] Ratio"=2.0
|
||||
|
||||
# Repairs damaged items from the entire inventory with XP
|
||||
B:"[3] Overpowered"=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: misc" {
|
||||
# Restores feature to tilt the camera when damaged
|
||||
B:"Damage Tilt"=true
|
||||
|
||||
# Disables the narrator functionality entirely
|
||||
B:"Disable Narrator"=true
|
||||
|
||||
# Re-implements parallax rendering of the end portal from 1.10 and older
|
||||
B:"End Portal Parallax"=true
|
||||
|
||||
# Lets background music play continuously without delays
|
||||
B:"Infinite Music"=false
|
||||
|
||||
# Sets the amount of XP needed for each level, effectively removing the increasing level scaling
|
||||
# 0 for vanilla default
|
||||
I:"Linear XP Amount"=0
|
||||
|
||||
# Disables the flashing of skybox and ground brightness on lightning strikes
|
||||
B:"No Lightning Flash"=false
|
||||
|
||||
# Disables the flashing effect when the night vision potion effect is about to run out
|
||||
B:"No Night Vision Flash"=false
|
||||
|
||||
# Disables the inventory shift when potion effects are active
|
||||
B:"No Potion Shift"=true
|
||||
|
||||
# Disables lighting of active redstone, repeaters, and comparators to improve performance
|
||||
B:"No Redstone Lighting"=false
|
||||
|
||||
# Prevents placing offhand blocks when blocks or food are held in the mainhand
|
||||
B:"Offhand Improvement"=true
|
||||
|
||||
# Removes the redundant Minecraft Realms button from the main menu
|
||||
B:"Remove Realms Button"=true
|
||||
|
||||
# Removes the recipe book button from GUIs
|
||||
B:"Remove Recipe Book"=false
|
||||
|
||||
# Forcefully turns off the snooper and hides the snooper settings button from the options menu
|
||||
B:"Remove Snooper"=true
|
||||
|
||||
# Skips the credits screen after the player goes through the end podium portal
|
||||
B:"Skip Credits"=false
|
||||
|
||||
# Suppresses in-game tutorial hint tabs in the right-hand corner
|
||||
B:"Suppress Tutorial Hints"=true
|
||||
|
||||
# Adds a button to the pause menu to toggle cheats
|
||||
B:"Toggle Cheats Button"=true
|
||||
|
||||
# Removes the hardcoded 30 FPS limit in screens like the main menu
|
||||
B:"Uncap FPS"=true
|
||||
|
||||
"load sounds" {
|
||||
# Play load sound on...
|
||||
# Valid values:
|
||||
# NOTHING
|
||||
# MINECRAFT
|
||||
# WORLD
|
||||
# MINECRAFT_AND_WORLD
|
||||
S:"[1] Mode"=NOTHING
|
||||
|
||||
# Sounds to play when Minecraft is loaded
|
||||
# Syntax: eventname;pitch
|
||||
S:"[2] Minecraft Loaded Sounds" <
|
||||
entity.experience_orb.pickup;1.0
|
||||
entity.player.levelup;1.0
|
||||
>
|
||||
|
||||
# Sounds to play when the world is loaded
|
||||
# Syntax: eventname;pitch
|
||||
S:"[3] World Loaded Sounds" <
|
||||
entity.experience_orb.pickup;1.0
|
||||
entity.player.levelup;1.0
|
||||
>
|
||||
}
|
||||
|
||||
"smooth scrolling" {
|
||||
# Adds smooth scrolling to in-game lists
|
||||
B:"[1] Smooth Scrolling Toggle"=true
|
||||
D:"[2] Bounce Back Multiplier"=0.24
|
||||
I:"[3] Scroll Duration"=600
|
||||
D:"[4] Scroll Step"=19.0
|
||||
}
|
||||
|
||||
"swing through grass" {
|
||||
# Allows hitting entities through grass instead of breaking it
|
||||
B:"[1] Swing Through Grass Toggle"=true
|
||||
|
||||
# Excludes blocks from the swing through grass tweak
|
||||
# Syntax: modid:block
|
||||
S:"[2] Blacklist" <
|
||||
>
|
||||
|
||||
# Includes blocks in the swing through grass tweak
|
||||
# Syntax: modid:block
|
||||
S:"[3] Whitelist" <
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: performance" {
|
||||
# Adds an IRecipe cache to improve recipe performance in larger modpacks
|
||||
B:"Crafting Cache"=true
|
||||
|
||||
# Improves model load times by removing Forge's animated models
|
||||
B:"Disable Animated Models"=false
|
||||
|
||||
# Improves loading times by removing debug code for missing sounds and subtitles
|
||||
B:"Disable Audio Debug"=true
|
||||
|
||||
# Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry
|
||||
B:"Fast Dye Blending"=true
|
||||
|
||||
# Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time
|
||||
B:"Fast Prefix Checking"=true
|
||||
|
||||
# Skips initial world chunk loading & garbage collection to speed up world loading
|
||||
B:"Fast World Loading"=true
|
||||
}
|
||||
|
||||
"tweaks: world" {
|
||||
# Replaces stronghold generation with a safer variant
|
||||
B:"Stronghold Replacement"=true
|
||||
|
||||
# Tidies newly generated chunks by removing scattered item entities
|
||||
B:"Tidy Chunk"=false
|
||||
|
||||
"chunk gen limit" {
|
||||
# Limits maximum chunk generation per tick for improved server performance
|
||||
B:"[1] Chunk Gen Limit Toggle"=false
|
||||
|
||||
# Maximum chunks to generate per tick per dimension
|
||||
I:"[2] Ticks"=2
|
||||
|
||||
# Maximum time in ms to spend generating chunks per tick per dimension
|
||||
I:"[3] Time"=5
|
||||
}
|
||||
|
||||
"dimension unload" {
|
||||
# Unloads dimensions not in use to free up resources
|
||||
B:"[1] Dimension Unload Toggle"=true
|
||||
|
||||
# Time (in ticks) to wait before checking dimensions
|
||||
I:"[2] Interval"=600
|
||||
|
||||
# List of dimensions which should not be unloaded
|
||||
# Can be dimension name or ID
|
||||
# Uses regular expressions
|
||||
S:"[3] Blacklist" <
|
||||
0
|
||||
overworld
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,748 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
|
||||
"bugfixes: blocks" {
|
||||
# Fixes inconsistent delays of comparators to prevent redstone timing issues
|
||||
B:"Comparator Timing"=true
|
||||
|
||||
# Slims down the hopper bounding box for easier access of nearby blocks
|
||||
B:"Hopper Bounding Box"=true
|
||||
|
||||
# Prevents crashes when the destination tile entity becomes unavailable during the item insert process
|
||||
# Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium
|
||||
B:"Hopper Insert Safety Check"=true
|
||||
|
||||
# Prevents voiding held items when right + left clicking on an item frame simultaneously
|
||||
B:"Item Frame Void"=true
|
||||
|
||||
# Disables climbing movement when flying
|
||||
B:"Ladder Flying Slowdown"=true
|
||||
|
||||
# Avoids the need for multiple mining attempts by sending additional movement packets
|
||||
B:"Mining Glitch"=true
|
||||
|
||||
# Properly saves the last state of pistons to tags
|
||||
B:"Piston Progress"=true
|
||||
|
||||
"block overlay" {
|
||||
# Fixes x-ray when standing in non-suffocating blocks
|
||||
B:"[1] Block Overlay Toggle"=true
|
||||
|
||||
# Excludes blocks from the block overlay bugfix
|
||||
# Syntax: modid:block
|
||||
S:"[2] Blacklist" <
|
||||
>
|
||||
|
||||
# Includes blocks in the block overlay bugfix
|
||||
# Syntax: modid:block
|
||||
S:"[3] Whitelist" <
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"bugfixes: entities" {
|
||||
# Fixes entities glitching through the bottom of boats
|
||||
B:"Boat Riding Offset"=true
|
||||
|
||||
# Fixes corrupted entities exceeding the allowed death time
|
||||
B:"Death Time"=true
|
||||
|
||||
# Fixes lag caused by dead entities by sending additional packets when the player is not alive
|
||||
B:"Destroy Entity Packets"=true
|
||||
|
||||
# Fixes missing player states when changing dimensions by sending additional packets
|
||||
B:"Dimension Change Player States"=true
|
||||
|
||||
# Fixes item dupes when players are dropping items and disconnecting
|
||||
B:"Disconnect Dupe"=true
|
||||
|
||||
# Saves entity bounding boxes to tags to prevent breakouts and suffocation
|
||||
B:"Entity Bounding Box"=true
|
||||
|
||||
# Fixes entity motion desyncs most notable with arrows and thrown items
|
||||
B:"Entity Desync"=true
|
||||
|
||||
# Prevents corruption of entities caused by invalid health or damage values
|
||||
B:"Entity NaN Values"=true
|
||||
|
||||
# Pushes entities out of blocks when growing up to prevent suffocation
|
||||
B:"Entity Suffocation"=true
|
||||
|
||||
# Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions
|
||||
B:"Entity Tracker"=true
|
||||
|
||||
# Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam)
|
||||
B:"Entity UUID"=true
|
||||
|
||||
# Saves increased player health to tags
|
||||
B:"Max Player Health"=true
|
||||
|
||||
# Fixes saturation depleting in peaceful mode
|
||||
B:"Player Saturation"=true
|
||||
|
||||
# Fixes skeletons not looking at their targets when strafing
|
||||
B:"Skeleton Aim"=true
|
||||
|
||||
# Returns missing hoods to villager mantles
|
||||
B:"Villager Mantle Hoods"=true
|
||||
}
|
||||
|
||||
"bugfixes: misc" {
|
||||
# Prevents fire projectiles burning entities when blocking with shields
|
||||
B:"Block Fire"=true
|
||||
|
||||
# Fixes entity and particle rendering issues by enabling depth buffer writing
|
||||
B:"Depth Mask"=true
|
||||
|
||||
# Fixes slow background startup edge case caused by checking tooltips during the loading process
|
||||
B:"Faster Background Startup"=false
|
||||
|
||||
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
||||
B:"Frustum Culling"=true
|
||||
|
||||
# Replaces the help command, sorts and reports broken commands
|
||||
B:"Help Command"=true
|
||||
|
||||
# Prevents various crashes with Turkish locale
|
||||
B:"Locale Crash"=true
|
||||
|
||||
"model gap" {
|
||||
# Fixes transparent gaps in all 3D models of blocks and items
|
||||
B:"[1] Model Gap Toggle"=true
|
||||
|
||||
# Quad X/Y offset
|
||||
# Moves the quad toward the center of the item
|
||||
# Use to hide gaps, keep as close to 0 as possible
|
||||
D:"[2] Recess Value"=0.007
|
||||
|
||||
# Quad expansion increment
|
||||
# Enlarges each quad
|
||||
# Use to hide gaps, keep as close to 0 as possible
|
||||
D:"[3] Expansion Value"=0.008
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"bugfixes: world" {
|
||||
# Fixes loading of outdated chunks to prevent duplications, deletions and data corruption
|
||||
B:"Chunk Saving"=true
|
||||
|
||||
# Keeps the order of tile entities on chunk load
|
||||
B:"Tile Entity Update Order"=true
|
||||
}
|
||||
|
||||
debug {
|
||||
# Disables config resets on mod updates
|
||||
# Please note that you will face duplicate/invalid config settings
|
||||
B:"Bypass Config Versioning"=false
|
||||
|
||||
# For those who live life on the edge, may or may not include Jons
|
||||
B:"Bypass Incompatibility Warnings"=false
|
||||
|
||||
# Version number of the config file
|
||||
# Do not touch!
|
||||
S:"Config Version"=1.12.2-1.4.1
|
||||
|
||||
# Enables debug logging
|
||||
B:"Debug Logging"=false
|
||||
|
||||
# Enables a screen displaying incompatible mods on game load
|
||||
B:"Obsolete Mods Screen"=true
|
||||
|
||||
# Prints the time the game needed to launch to the log
|
||||
B:"Show Loading Time"=true
|
||||
}
|
||||
|
||||
"mod integration" {
|
||||
|
||||
"biomes o' plenty" {
|
||||
# Fixes rapid inflection of regeneration effects in hot spring water
|
||||
B:"Hot Spring Water"=true
|
||||
}
|
||||
|
||||
botania {
|
||||
# Enables the Botania Garden of Glass skybox for custom dimensions
|
||||
# Abides by Botania's 'enableFancySkybox' config option
|
||||
# Example: 43
|
||||
I:"Fancy Skybox" <
|
||||
>
|
||||
}
|
||||
|
||||
"epic siege mod" {
|
||||
# Disables leftover debug logging inside the digger AI of the beta builds
|
||||
B:"Disable Digger AI Debug"=true
|
||||
}
|
||||
|
||||
forestry {
|
||||
# Adds custom emerald to germling trades to the arborist villager
|
||||
# Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max
|
||||
# level Level when this trade becomes available (how much trading needs to be done)
|
||||
# emeralds_min Lower random limit for emeralds
|
||||
# emeralds_max Upper random limit for emeralds
|
||||
# germlings_min Lower random limit for germlings
|
||||
# germlings_max Upper random limit for germlings
|
||||
# type Type of germling, can be either pollen or sapling
|
||||
# complexity_min Lower limit of allele complexity
|
||||
# complexity_max Upper limit of allele complexity
|
||||
#
|
||||
# Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds:
|
||||
# 5;10;40;1;1;sapling;6;10
|
||||
S:"Arborist Villager Trades" <
|
||||
>
|
||||
|
||||
# Disables damage caused by bees bypassing player armor
|
||||
B:"Disable Bee Damage Armor Bypass"=true
|
||||
}
|
||||
|
||||
"mo' creatures" {
|
||||
# Adds support for modded biome spawns
|
||||
# Syntax: modid;name;key;tag;filename
|
||||
# modid Mod ID required for this to be added
|
||||
# name Mod name
|
||||
# key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods
|
||||
# tag Short tag for logs
|
||||
# filename Filename to use for the generated config
|
||||
S:"Custom Modded Biomes" <
|
||||
pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg
|
||||
traverse;traverse;traverse;TRAV;Traverse.cfg
|
||||
dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg
|
||||
>
|
||||
}
|
||||
|
||||
"storage drawers" {
|
||||
# Fixes voiding of items when nearing full capacity
|
||||
# Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade
|
||||
# Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with
|
||||
B:"Item Handlers"=true
|
||||
|
||||
# Approximate range in blocks at which drawers render contained items
|
||||
# 0 for default unlimited range
|
||||
I:"Render Range"=0
|
||||
}
|
||||
|
||||
thaumcraft {
|
||||
# Adds particles to firebats similar to legacy versions
|
||||
B:"Firebat Particles"=true
|
||||
|
||||
# Stops the thaumometer from bobbing rapidly when using it to scan objects
|
||||
B:"Stable Thaumometer"=true
|
||||
|
||||
# Increases particle size of wisps similar to legacy versions
|
||||
B:"Wisp Particles"=true
|
||||
}
|
||||
|
||||
"tinkers' construct" {
|
||||
# Excludes gaseous fluids from being transferable via faucets
|
||||
B:"Gaseous Fluids"=false
|
||||
|
||||
# Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand
|
||||
B:"Offhand Shuriken"=true
|
||||
|
||||
# Caches all ore dictionary smelting recipes to speed up game loading
|
||||
B:"Ore Dictionary Cache"=true
|
||||
|
||||
# Despawns unbreakable projectiles faster to improve framerates
|
||||
B:"Projectile Despawning"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: blocks" {
|
||||
# Replaces bed obstruction checks with an improved version
|
||||
B:"Bed Obstruction Replacement"=true
|
||||
|
||||
# Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking
|
||||
B:"Better Harvest"=false
|
||||
|
||||
# Determines how tall cacti can grow
|
||||
I:"Cactus Size"=3
|
||||
|
||||
# Makes leaves decay faster when trees are chopped
|
||||
B:"Fast Leaf Decay"=true
|
||||
|
||||
# Allows the player to jump over fences and walls
|
||||
B:"Fence/Wall Jump"=true
|
||||
|
||||
# Prevents placing of liquid source blocks in the world
|
||||
B:"Hardcore Buckets"=false
|
||||
|
||||
# Determines how tall sugar cane can grow
|
||||
I:"Sugar Cane Size"=3
|
||||
|
||||
"better placement" {
|
||||
# Removes the delay between placing blocks
|
||||
B:"[1] Better Placement Toggle"=false
|
||||
|
||||
# If the cursor must be moved to a new location before placing another block
|
||||
B:"[2] Force New Location"=true
|
||||
|
||||
# Only affects block placement in creative mode
|
||||
B:"[3] Creative Mode Only"=false
|
||||
}
|
||||
|
||||
"breakable bedrock" {
|
||||
# Allows customizable mining of bedrock
|
||||
B:"[1] Breakable Bedrock Toggle"=false
|
||||
|
||||
# List of tools concerning mining bedrock
|
||||
# If empty, allows every tool to be used
|
||||
# Syntax: modid:tool
|
||||
S:"[2] Tool List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Tools which can't mine bedrock, others can
|
||||
# Whitelist Mode: Tools which can mine bedrock, others can't
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
"finite water" {
|
||||
# Prevents creation of infinite water sources
|
||||
B:"[1] Finite Water Toggle"=false
|
||||
|
||||
# Allows creation of infinite water sources in ocean and river biomes
|
||||
B:"[2] Allow Water Biomes"=true
|
||||
|
||||
# Inclusive minimum altitude at which water is infinite
|
||||
I:"[3] Minimum Altitude"=0
|
||||
|
||||
# Inclusive maximum altitude at which water is infinite
|
||||
I:"[4] Maximum Altitude"=63
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: entities" {
|
||||
# Removes entity AI for improved server performance
|
||||
B:"AI Removal"=false
|
||||
|
||||
# Replaces entity AI for improved server performance
|
||||
B:"AI Replacement"=true
|
||||
|
||||
# Replaces auto jump with an increased step height
|
||||
B:"Auto Jump Replacement"=true
|
||||
|
||||
# Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them
|
||||
B:"Better Ignition"=true
|
||||
|
||||
# Replaces deadly creeper explosions with delightful confetti
|
||||
B:"Creeper Confetti"=false
|
||||
|
||||
# Disables skipping night by using a bed while making it still able to set spawn
|
||||
B:"Disable Sleeping"=false
|
||||
|
||||
# Lets husks and strays spawn underground like regular zombies and skeletons
|
||||
B:"Husk & Stray Spawning"=true
|
||||
|
||||
# Mobs carrying picked up items will drop their equipment and despawn properly
|
||||
B:"Mob Despawn Improvement"=true
|
||||
|
||||
# Stops horses wandering around when saddled
|
||||
B:"No Saddled Wandering"=true
|
||||
|
||||
attributes {
|
||||
# Sets custom ranges for entity attributes
|
||||
B:"[01] Attributes Toggle"=true
|
||||
D:"[02] Max Health Min"=-65536.0
|
||||
D:"[03] Max Health Max"=65536.0
|
||||
D:"[04] Follow Range Min"=-65536.0
|
||||
D:"[05] Follow Range Max"=65536.0
|
||||
D:"[06] Knockback Resistance Min"=-65536.0
|
||||
D:"[07] Knockback Resistance Max"=65536.0
|
||||
D:"[08] Movement Speed Min"=-65536.0
|
||||
D:"[09] Movement Speed Max"=65536.0
|
||||
D:"[10] Flying Speed Min"=-65536.0
|
||||
D:"[11] Flying Speed Max"=65536.0
|
||||
D:"[12] Attack Damage Min"=-65536.0
|
||||
D:"[13] Attack Damage Max"=65536.0
|
||||
D:"[14] Attack Speed Min"=-65536.0
|
||||
D:"[15] Attack Speed Max"=65536.0
|
||||
D:"[16] Armor Min"=-65536.0
|
||||
D:"[17] Armor Max"=65536.0
|
||||
D:"[18] Armor Toughness Min"=-65536.0
|
||||
D:"[19] Armor Toughness Max"=65536.0
|
||||
D:"[20] Luck Min"=-65536.0
|
||||
D:"[21] Luck Max"=65536.0
|
||||
}
|
||||
|
||||
"better burning" {
|
||||
# Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items
|
||||
B:"[1] Cooked Items"=true
|
||||
|
||||
# If entities have fire resistance, they get extinguished right away when on fire
|
||||
B:"[2] Extinguishing"=true
|
||||
|
||||
# Prevents the fire animation overlay from being displayed when the player is immune to fire
|
||||
B:"[3] Fire Overlay"=true
|
||||
|
||||
# Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty
|
||||
B:"[4] Flaming Arrows"=true
|
||||
|
||||
# Allows fire to spread from entity to entity (30% chance * regional difficulty)
|
||||
B:"[5] Spreading Fire"=true
|
||||
}
|
||||
|
||||
"easy breeding" {
|
||||
# Enables easy breeding of animals by tossing food on the ground
|
||||
B:"[1] Easy Breeding Toggle"=false
|
||||
|
||||
# Determines the distance for animals to search for food
|
||||
D:"[2] Search Distance"=10.0
|
||||
}
|
||||
|
||||
"collision damage" {
|
||||
# Applies horizontal collision damage to the player akin to elytra collision
|
||||
B:"[1] Collision Damage Toggle"=false
|
||||
|
||||
# The damage factor that gets multiplied with the player speed
|
||||
# Vanilla default for elytra damage is 10
|
||||
I:"[2] Damage Factor"=10
|
||||
}
|
||||
|
||||
"no golems" {
|
||||
# Disables the manual creation of iron golems
|
||||
B:"[1] Iron Golem Toggle"=false
|
||||
|
||||
# Disables the manual creation of snow golems
|
||||
B:"[2] Snow Golem Toggle"=false
|
||||
|
||||
# Disables the manual creation of withers
|
||||
B:"[3] Wither Toggle"=false
|
||||
}
|
||||
|
||||
"player speed" {
|
||||
# Enables the modification of base and maximum player speeds
|
||||
B:"[1] Player Speed Toggle"=false
|
||||
|
||||
# Determines the player's base walk speed
|
||||
D:"[2] Walk Speed"=0.1
|
||||
|
||||
# Determines the player's base fly speed
|
||||
D:"[3] Fly Speed"=0.05
|
||||
|
||||
# Determines the player's maximum speed
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[4] Max Speed"=100.0
|
||||
|
||||
# Determines the player's maximum speed when flying with elytra
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[5] Max Elytra Speed"=300.0
|
||||
|
||||
# Determines the player's maximum speed when riding a vehicle or mount
|
||||
# Increase if you get the infamous 'Player moved too quickly' messages
|
||||
D:"[6] Max Vehicle Speed"=100.0
|
||||
}
|
||||
|
||||
"water fall damage" {
|
||||
# Re-implements an improved version of pre-1.4 fall damage in water
|
||||
B:"[1] Water Fall Damage Toggle"=false
|
||||
|
||||
# How much fall damage gets reduced by water per tick
|
||||
D:"[2] Damage Reduction"=2.0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: items" {
|
||||
# Switches the selected hotbar slot to a proper tool if required
|
||||
B:"Auto Switch Tools"=false
|
||||
|
||||
# Bows enchanted with Infinity no longer require arrows
|
||||
B:"Bow Infinity"=true
|
||||
|
||||
# Disables the 1.9 combat update attack cooldown
|
||||
B:"No Attack Cooldown"=false
|
||||
|
||||
# Enables one-time ignition of entities by hitting them with a torch
|
||||
B:"Super Hot Torch"=false
|
||||
|
||||
# Sets the amount of experience spawned by bottles o' enchanting
|
||||
# -1 for vanilla default
|
||||
I:"XP Bottle Amount"=-1
|
||||
|
||||
"item entities" {
|
||||
# Enables the modification of item entity properties
|
||||
B:"[01] Item Entities Toggle"=true
|
||||
|
||||
# Adds physical aspects such as collision boxes to item entities
|
||||
B:"[02] Physics"=false
|
||||
|
||||
# Item entities can be picked up automatically
|
||||
# When disabled, item entities can be picked up by right-clicking (requires 'Physics' option)
|
||||
B:"[03] Automatic Pickup"=true
|
||||
|
||||
# Item entities can only be picked up when sneaking
|
||||
B:"[04] Sneaking Pickup"=false
|
||||
|
||||
# Tools which enable picking up items automatically
|
||||
# Example -> minecraft:bucket
|
||||
S:"[05] Collection Tool" <
|
||||
>
|
||||
|
||||
# Determines the delay in ticks until item entities can be picked up
|
||||
# -1 for vanilla default
|
||||
I:"[06] Pickup Delay"=-1
|
||||
|
||||
# Determines the time in ticks until item entities get despawned
|
||||
# -1 for vanilla default
|
||||
I:"[07] Lifespan"=-1
|
||||
|
||||
# Stops combination of item entities
|
||||
B:"[08] No Combination"=false
|
||||
|
||||
# Stops combination of item entities if their maximum stack size is reached
|
||||
B:"[09] Smart Combination"=true
|
||||
|
||||
# The radius (in blocks) that dropped items should check around them for other dropped items to combine with
|
||||
# Depends on the Smart Combination toggle
|
||||
D:"[10] Smart Combination Radius"=2.0
|
||||
|
||||
# Allows dropped items to also check above and below them for combination
|
||||
# Depends on the Smart Combination toggle
|
||||
B:"[11] Smart Combination Y-Axis Check"=true
|
||||
|
||||
# Enables the rotation effect
|
||||
B:"[12] Rotation"=true
|
||||
|
||||
# Enables the bobbing effect
|
||||
B:"[13] Bobbing"=true
|
||||
}
|
||||
|
||||
mending {
|
||||
# Implements modern mending behavior to only repair damaged equipment with XP
|
||||
B:"[1] Mending Toggle"=true
|
||||
|
||||
# Determines the amount of durability mending will repair, on average, per point of experience
|
||||
D:"[2] Ratio"=2.0
|
||||
|
||||
# Repairs damaged items from the entire inventory with XP
|
||||
B:"[3] Overpowered"=false
|
||||
}
|
||||
|
||||
"shield parry" {
|
||||
# Allows parrying of projectiles with shields
|
||||
B:"[1] Shield Parry Toggle"=false
|
||||
|
||||
# Determines the amount of time an arrow can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[2] Arrow Time Window"=40
|
||||
|
||||
# Determines the amount of time a fireball can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[3] Fireball Time Window"=40
|
||||
|
||||
# Determines the amount of time a throwable can be parried after raising the shield
|
||||
# Measured in ticks
|
||||
I:"[4] Throwable Time Window"=40
|
||||
|
||||
# Adds the Rebound enchantment for extended parry time windows
|
||||
B:"[5] Rebound Enchantment"=true
|
||||
|
||||
# Makes the Rebound enchantment exclusive to enchanted books as loot
|
||||
B:"[6] Rebound Treasure Enchantment"=false
|
||||
|
||||
# Maximum enchantment level for the Rebound enchantment
|
||||
I:"[7] Rebound Max Level"=5
|
||||
|
||||
# Multiplier for the parry time windows
|
||||
D:"[8] Rebound Multiplier"=0.25
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: misc" {
|
||||
# Restores feature to tilt the camera when damaged
|
||||
B:"Damage Tilt"=true
|
||||
|
||||
# Disables the narrator functionality entirely
|
||||
B:"Disable Narrator"=true
|
||||
|
||||
# Re-implements parallax rendering of the end portal from 1.10 and older
|
||||
B:"End Portal Parallax"=true
|
||||
|
||||
# Lets background music play continuously without delays
|
||||
B:"Infinite Music"=false
|
||||
|
||||
# Sets the amount of XP needed for each level, effectively removing the increasing level scaling
|
||||
# 0 for vanilla default
|
||||
I:"Linear XP Amount"=0
|
||||
|
||||
# Disables the flashing of skybox and ground brightness on lightning strikes
|
||||
B:"No Lightning Flash"=false
|
||||
|
||||
# Disables the flashing effect when the night vision potion effect is about to run out
|
||||
B:"No Night Vision Flash"=false
|
||||
|
||||
# Disables the inventory shift when potion effects are active
|
||||
B:"No Potion Shift"=true
|
||||
|
||||
# Disables lighting of active redstone, repeaters, and comparators to improve performance
|
||||
B:"No Redstone Lighting"=false
|
||||
|
||||
# Prevents placing offhand blocks when blocks or food are held in the mainhand
|
||||
B:"Offhand Improvement"=true
|
||||
|
||||
# Removes the redundant Minecraft Realms button from the main menu
|
||||
B:"Remove Realms Button"=true
|
||||
|
||||
# Removes the recipe book button from GUIs
|
||||
B:"Remove Recipe Book"=false
|
||||
|
||||
# Forcefully turns off the snooper and hides the snooper settings button from the options menu
|
||||
B:"Remove Snooper"=true
|
||||
|
||||
# Skips the credits screen after the player goes through the end podium portal
|
||||
B:"Skip Credits"=false
|
||||
|
||||
# Suppresses in-game tutorial hint tabs in the right-hand corner
|
||||
B:"Suppress Tutorial Hints"=true
|
||||
|
||||
# Adds a button to the pause menu to toggle cheats
|
||||
B:"Toggle Cheats Button"=true
|
||||
|
||||
# Removes the hardcoded 30 FPS limit in screens like the main menu
|
||||
B:"Uncap FPS"=true
|
||||
|
||||
"incurable potions" {
|
||||
# Determines if potion effects are curable with curative items like buckets of milk
|
||||
B:"[1] Incurable Potions Toggle"=true
|
||||
|
||||
# Syntax: modid:potioneffect
|
||||
S:"[2] Potion Effect List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Potion effects incurable by curative items, others are curable
|
||||
# Whitelist Mode: Potion effects curable by curative items, others are incurable
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
"load sounds" {
|
||||
# Play load sound on...
|
||||
# Valid values:
|
||||
# NOTHING
|
||||
# MINECRAFT
|
||||
# WORLD
|
||||
# MINECRAFT_AND_WORLD
|
||||
S:"[1] Mode"=NOTHING
|
||||
|
||||
# Sounds to play when Minecraft is loaded
|
||||
# Syntax: eventname;pitch
|
||||
S:"[2] Minecraft Loaded Sounds" <
|
||||
entity.experience_orb.pickup;1.0
|
||||
entity.player.levelup;1.0
|
||||
>
|
||||
|
||||
# Sounds to play when the world is loaded
|
||||
# Syntax: eventname;pitch
|
||||
S:"[3] World Loaded Sounds" <
|
||||
entity.experience_orb.pickup;1.0
|
||||
entity.player.levelup;1.0
|
||||
>
|
||||
}
|
||||
|
||||
"rally health" {
|
||||
# Adds Bloodborne's Rally system to Minecraft
|
||||
# Regain lost health when attacking back within the risk time
|
||||
B:"[1] Rally Health Toggle"=false
|
||||
|
||||
# Determines the risk time in ticks
|
||||
I:"[2] Risk Time"=60
|
||||
|
||||
# Determines the chance to regain health in percent
|
||||
I:"[3] Heal Chance"=80
|
||||
|
||||
# Plays an indication sound effect when health is regained
|
||||
B:"[4] Indication Sound"=false
|
||||
}
|
||||
|
||||
"smooth scrolling" {
|
||||
# Adds smooth scrolling to in-game lists
|
||||
B:"[1] Smooth Scrolling Toggle"=true
|
||||
D:"[2] Bounce Back Multiplier"=0.24
|
||||
I:"[3] Scroll Duration"=600
|
||||
D:"[4] Scroll Step"=19.0
|
||||
}
|
||||
|
||||
"swing through grass" {
|
||||
# Allows hitting entities through grass instead of breaking it
|
||||
B:"[1] Swing Through Grass Toggle"=true
|
||||
|
||||
# Excludes blocks from the swing through grass tweak
|
||||
# Syntax: modid:block
|
||||
S:"[2] Blacklist" <
|
||||
>
|
||||
|
||||
# Includes blocks in the swing through grass tweak
|
||||
# Syntax: modid:block
|
||||
S:"[3] Whitelist" <
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"tweaks: performance" {
|
||||
# Improves model load times by checking if an animated model exists before trying to load it
|
||||
B:"Check Animated Models"=true
|
||||
|
||||
# Adds an IRecipe cache to improve recipe performance in larger modpacks
|
||||
B:"Crafting Cache"=true
|
||||
|
||||
# Improves loading times by removing debug code for missing sounds and subtitles
|
||||
B:"Disable Audio Debug"=true
|
||||
|
||||
# Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry
|
||||
B:"Fast Dye Blending"=true
|
||||
|
||||
# Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time
|
||||
B:"Fast Prefix Checking"=true
|
||||
|
||||
# Skips initial world chunk loading & garbage collection to speed up world loading
|
||||
B:"Fast World Loading"=true
|
||||
}
|
||||
|
||||
"tweaks: world" {
|
||||
# Replaces stronghold generation with a safer variant
|
||||
B:"Stronghold Replacement"=true
|
||||
|
||||
# Tidies newly generated chunks by removing scattered item entities
|
||||
B:"Tidy Chunk"=false
|
||||
|
||||
"chunk gen limit" {
|
||||
# Limits maximum chunk generation per tick for improved server performance
|
||||
B:"[1] Chunk Gen Limit Toggle"=false
|
||||
|
||||
# Maximum chunks to generate per tick per dimension
|
||||
I:"[2] Ticks"=2
|
||||
|
||||
# Maximum time in ms to spend generating chunks per tick per dimension
|
||||
I:"[3] Time"=5
|
||||
}
|
||||
|
||||
"dimension unload" {
|
||||
# Unloads dimensions not in use to free up resources
|
||||
B:"[1] Dimension Unload Toggle"=true
|
||||
|
||||
# Time (in ticks) to wait before checking dimensions
|
||||
I:"[2] Interval"=600
|
||||
|
||||
# List of dimensions which should not be unloaded
|
||||
# Can be dimension name or ID
|
||||
# Uses regular expressions
|
||||
S:"[3] Blacklist" <
|
||||
0
|
||||
overworld
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Configuration file
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# biome_generation
|
||||
@@ -555,7 +555,7 @@ wet_noodle {
|
||||
B:"Disable Disruptions"=false
|
||||
|
||||
# Toggles whether or not the spreading of Dreadlands through the Dread Plague is disabled. Cha'garoth remains unaffected by this (because he doesn't naturally spawn outside of the dimension).
|
||||
B:"Disable Dreadlands Spread"=false
|
||||
B:"Disable Dreadlands Spread"=true
|
||||
|
||||
# Toggles whether or not Oblivion Deathbombs (or ODB Cores) can explode.
|
||||
B:"Disable ODB Explosions"=false
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"dreadite_nugget": 39,
|
||||
"destructive_steel_dust": 14,
|
||||
"rubidium_rod": 171,
|
||||
"sideral_damascus_steel_armor": 226,
|
||||
"tartarite_ore_minecraft_stone": 208,
|
||||
"vibranium_dust": 70,
|
||||
"palladium_dust": 98,
|
||||
@@ -28,6 +29,7 @@
|
||||
"halite_armor": 220,
|
||||
"destructive_steel_nugget": 12,
|
||||
"chalcedony_ore_minecraft_stone": 218,
|
||||
"sideral_damascus_steel_nugget": 221,
|
||||
"black_metal_dust": 197,
|
||||
"polonium_rod": 113,
|
||||
"palladium_molten": 100,
|
||||
@@ -62,6 +64,7 @@
|
||||
"dreadite_gear": 37,
|
||||
"palladium_rod": 99,
|
||||
"fluctuatite_rod": 65,
|
||||
"sideral_damascus_steel_ingot": 222,
|
||||
"rubidium_ingot": 169,
|
||||
"steadfast_steel_ingot": 25,
|
||||
"ogerite_ore_minecraft_stone": 216,
|
||||
@@ -115,6 +118,7 @@
|
||||
"vityte_rod": 106,
|
||||
"vengeful_steel_molten": 22,
|
||||
"palladium_ingot": 97,
|
||||
"sideral_damascus_steel_rod": 224,
|
||||
"promethium_ingot": 203,
|
||||
"hot_vibranium_alloy_ingot": 129,
|
||||
"rubidium_nugget": 168,
|
||||
@@ -143,9 +147,11 @@
|
||||
"polonium_ingot": 111,
|
||||
"brightsteel_dust": 152,
|
||||
"polonium_dust": 112,
|
||||
"sideral_damascus_steel_molten": 225,
|
||||
"palladium_nugget": 96,
|
||||
"sednanite_rod": 56,
|
||||
"bloodmaster_metal_rod": 33,
|
||||
"sideral_damascus_steel_dust": 223,
|
||||
"abyssite_rod": 186,
|
||||
"dreadite_rod": 42,
|
||||
"abyssite_ingot": 185,
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"dreadite_nugget": 39,
|
||||
"destructive_steel_dust": 14,
|
||||
"rubidium_rod": 171,
|
||||
"sideral_damascus_steel_armor": 226,
|
||||
"tartarite_ore_minecraft_stone": 208,
|
||||
"vibranium_dust": 70,
|
||||
"palladium_dust": 98,
|
||||
@@ -28,6 +29,7 @@
|
||||
"halite_armor": 220,
|
||||
"destructive_steel_nugget": 12,
|
||||
"chalcedony_ore_minecraft_stone": 218,
|
||||
"sideral_damascus_steel_nugget": 221,
|
||||
"black_metal_dust": 197,
|
||||
"polonium_rod": 113,
|
||||
"palladium_molten": 100,
|
||||
@@ -62,6 +64,7 @@
|
||||
"dreadite_gear": 37,
|
||||
"palladium_rod": 99,
|
||||
"fluctuatite_rod": 65,
|
||||
"sideral_damascus_steel_ingot": 222,
|
||||
"rubidium_ingot": 169,
|
||||
"steadfast_steel_ingot": 25,
|
||||
"ogerite_ore_minecraft_stone": 216,
|
||||
@@ -115,6 +118,7 @@
|
||||
"vityte_rod": 106,
|
||||
"vengeful_steel_molten": 22,
|
||||
"palladium_ingot": 97,
|
||||
"sideral_damascus_steel_rod": 224,
|
||||
"promethium_ingot": 203,
|
||||
"hot_vibranium_alloy_ingot": 129,
|
||||
"rubidium_nugget": 168,
|
||||
@@ -143,9 +147,11 @@
|
||||
"polonium_ingot": 111,
|
||||
"brightsteel_dust": 152,
|
||||
"polonium_dust": 112,
|
||||
"sideral_damascus_steel_molten": 225,
|
||||
"palladium_nugget": 96,
|
||||
"sednanite_rod": 56,
|
||||
"bloodmaster_metal_rod": 33,
|
||||
"sideral_damascus_steel_dust": 223,
|
||||
"abyssite_rod": 186,
|
||||
"dreadite_rod": 42,
|
||||
"abyssite_ingot": 185,
|
||||
|
||||
@@ -131,7 +131,7 @@ other {
|
||||
I:"Fur Drop Chance"=5000
|
||||
|
||||
# If true, the booklet should be given to the player when he first crafts something from the Mod
|
||||
B:"Give Booklet on First Craft"=true
|
||||
B:"Give Booklet on First Craft"=false
|
||||
|
||||
# The ItemFood, IGrowable and IPlantable Items that can not be used to craft Mashed Food. These are the actual registered Item Names, the ones you use, for example, when using the /give Command.
|
||||
S:"Mashed Food Crafting Exceptions" <
|
||||
|
||||
@@ -60,7 +60,7 @@ client {
|
||||
I:oxygenBarModeX=0
|
||||
I:oxygenBarModeY=1
|
||||
I:oxygenBarX=-8
|
||||
I:oxygenBarY=57
|
||||
I:oxygenBarY=70
|
||||
I:suitPanelModeX=-1
|
||||
I:suitPanelModeY=-1
|
||||
I:suitPanelX=8
|
||||
|
||||
@@ -665,7 +665,7 @@ general {
|
||||
B:numismaticDynamoRecipes=true
|
||||
|
||||
# Set this to false to disable AoA integration Phytogenic Insolator recipes
|
||||
B:phytogenicInsolatorRecipes=true
|
||||
B:phytogenicInsolatorRecipes=false
|
||||
|
||||
# Set this to false to disable AoA integration pulverizer recipes
|
||||
B:pulverizerRecipes=true
|
||||
|
||||
@@ -32,7 +32,7 @@ general {
|
||||
# Top_Left
|
||||
# Bottom_Right
|
||||
# Bottom_Left
|
||||
S:hudResourcesPosition=Bottom_Left
|
||||
S:hudResourcesPosition=Bottom_Right
|
||||
|
||||
# The amount of players to store as ranked on the leaderboard. Lower amounts generally have slightly better performance
|
||||
# Min: 5
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
##########################################################################################################
|
||||
|
||||
data {
|
||||
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [enderio:witherweapon:5], [enderio:soulbound:1], [enderio:witherarrow:5], [enderio:repellent:1], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [soulshardsrespawn:soul_stealer:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.beheading:1], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.reach:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [enderio:witherweapon:5], [enderio:witherarrow:5], [enderio:soulbound:1], [enderio:repellent:1], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [soulshardsrespawn:soul_stealer:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.reach:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
S:data <
|
||||
minecraft:protection:10
|
||||
minecraft:fire_protection:5
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
##########################################################################################################
|
||||
|
||||
battletowerchestitems {
|
||||
S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5
|
||||
S:"Floor 2"=stone_pickaxe-0-50-1-1;stone_axe-0-50-1-1;torch-0-80-3-3;stone_button-0-50-2-2
|
||||
S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2
|
||||
S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2
|
||||
S:"Floor 5"=brown_mushroom-0-75-2-2;red_mushroom-0-75-2-2;sapling-0-90-3-3;wheat-0-75-4-4
|
||||
S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3
|
||||
S:"Floor 7"=iron_sword-0-60-1-1;gunpowder-0-75-3-3;leather-0-75-4-4;fish-0-75-3-3;dye-0-60-1-2
|
||||
S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5;golden_carrot-0-70-2-8
|
||||
S:"Floor 2"=stone_pickaxe-0-50-1-1;stone_axe-0-50-1-1;torch-0-80-3-3;stone_button-0-50-2-2;golden_carrot-0-70-2-8;contenttweaker:pasta_aglio_olio_peperoncino-0-20-1-4
|
||||
S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2;contenttweaker:bento_l-0-25-1-5
|
||||
S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2;aoa3:void_boots-0-30-1-1
|
||||
S:"Floor 5"=brown_mushroom-0-75-2-2;red_mushroom-0-75-2-2;sapling-0-90-3-3;wheat-0-75-4-4;aoa3:void_helmet-0-30-1-1
|
||||
S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3;aoa3:void_legs-0-30-1-1
|
||||
S:"Floor 7"=iron_sword-0-60-1-1;gunpowder-0-75-3-3;leather-0-75-4-4;fish-0-75-3-3;dye-0-60-1-2;aoa3:void_chestplate-0-30-1-1
|
||||
S:"Floor 8"=chainmail_helmet-0-40-1-1;chainmail_chestplate-0-40-1-1;chainmail_leggings-0-40-1-1;chainmail_boots-0-40-1-1;ChestGenHook:chests/simple_dungeon:3
|
||||
S:"Floor 9"=bookshelf-0-70-1-3;redstone_lamp-0-60-2-2;waterlily-0-75-3-3;brewing_stand-0-50-1-1;ChestGenHook:chests/simple_dungeon:5
|
||||
S:"Item Generations per Floor"=7
|
||||
@@ -63,6 +63,7 @@ biomespawnallowed {
|
||||
B:darklands_mountains=true
|
||||
B:darklands_plains=true
|
||||
B:dead_forest=true
|
||||
B:dead_swamp=true
|
||||
B:deep_mushroom_forest=true
|
||||
B:deep_ocean=true
|
||||
B:deep_waters=true
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Time in ticks when generating should start after world load
|
||||
# Used for makeshift Loot Tweaker compatibility
|
||||
I:"Buffer Time"=100
|
||||
|
||||
# Usage of the tower variant builder:
|
||||
# THEME;WALL_BLOCK;WALL_BLOCK_METADATA;LIGHT_BLOCK;LIGHT_BLOCK_METADATA;FLOOR_BLOCK;FLOOR_BLOCK_METADATA;STAIR_BLOCK;STAIR_BLOCK_METADATA
|
||||
# Available themes: default, sand, red_sand, snow, water, foliage, rare
|
||||
S:"Tower Variants" <
|
||||
default;minecraft:cobblestone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_stairs;0
|
||||
default;minecraft:stone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_brick_stairs;0
|
||||
sand;minecraft:sandstone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:sandstone_stairs;0
|
||||
red_sand;minecraft:red_sandstone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:red_sandstone_stairs;0
|
||||
snow;minecraft:ice;0;minecraft:air;0;minecraft:snow;0;minecraft:quartz_stairs;0
|
||||
water;minecraft:mossy_cobblestone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_stairs;0
|
||||
water;minecraft:prismarine;1;minecraft:sea_lantern;0;minecraft:prismarine;2;minecraft:quartz_stairs;0
|
||||
foliage;minecraft:log;3;minecraft:web;0;minecraft:dirt;0;minecraft:jungle_stairs;0
|
||||
rare;minecraft:netherrack;0;minecraft:glowstone;0;minecraft:soul_sand;0;minecraft:nether_brick_stairs;0
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"algorithm":"rivens-full","updateChecker":true,"preallocateMemory":false,"fog":true,"beaconBeam":false,"fastHopper":true,"fastBeacon":false,"fastSearch":true,"asyncSearch":true}
|
||||
{"algorithm":"rivens-full","updateChecker":true,"preallocateMemory":false,"fog":true,"beaconBeam":true,"fastHopper":true,"fastBeacon":false,"fastSearch":true,"asyncSearch":true}
|
||||
@@ -23,7 +23,7 @@ general {
|
||||
S:"Scroll Speed Multiplier"=1.0
|
||||
|
||||
# If true, skip the home GUI and open quests at startup. This property will be changed by the mod itself. [default: false]
|
||||
B:"Skip Home"=false
|
||||
B:"Skip Home"=true
|
||||
|
||||
# If true, then the player will spawn with a Quest Book when they first join the world [default: true]
|
||||
B:"Spawn with Quest Book"=true
|
||||
@@ -35,7 +35,7 @@ general {
|
||||
B:"Use Quest Bookmark"=true
|
||||
|
||||
# If view mode enabled, User can view all quests [default: false]
|
||||
B:"View mode"=true
|
||||
B:"View mode"=false
|
||||
|
||||
# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
|
||||
B:"Zoom In on Cursor"=true
|
||||
|
||||
+17198
-7565
File diff suppressed because it is too large
Load Diff
@@ -219,7 +219,9 @@
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart"
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:rainbow_heart_canister",
|
||||
"contenttweaker:rainbow_heart_canister"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -83,6 +83,23 @@ general {
|
||||
# A player with one of these items in their inventory will be immune to the no-flight rule.
|
||||
# See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ]
|
||||
S:bypassKeyInventory <
|
||||
contenttweaker:singular_gravity_honey dimension:7
|
||||
contenttweaker:singular_gravity_honey dimension:145
|
||||
contenttweaker:singular_gravity_honey dimension:147
|
||||
contenttweaker:singular_gravity_honey dimension:148
|
||||
contenttweaker:singular_gravity_honey dimension:149
|
||||
contenttweaker:singular_gravity_honey dimension:150
|
||||
contenttweaker:singular_gravity_honey dimension:151
|
||||
contenttweaker:singular_gravity_honey dimension:152
|
||||
contenttweaker:singular_gravity_honey dimension:160
|
||||
contenttweaker:singular_gravity_honey dimension:161
|
||||
contenttweaker:singular_gravity_honey dimension:50
|
||||
contenttweaker:singular_gravity_honey dimension:51
|
||||
contenttweaker:singular_gravity_honey dimension:52
|
||||
contenttweaker:singular_gravity_honey dimension:53
|
||||
contenttweaker:singular_gravity_honey dimension:426
|
||||
contenttweaker:singular_gravity_honey dimension:20
|
||||
contenttweaker:singular_gravity_honey dimension:66
|
||||
>
|
||||
|
||||
# The list of dimension IDs, used as a allow-list or deny-list, depending on your other config settings. Internal numeric IDs, please. [default: [7]]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The buildcraft detailed configuration file. This contains a lot of miscellaneous options that have no affect on gameplay.
|
||||
# You should refer to the BC source code for a detailed description of what these do. (https://github.com/BuildCraft/BuildCraft)
|
||||
# This file will be overwritten every time that buildcraft starts, so don't change anything other than the values.
|
||||
#Sun Mar 12 21:05:30 PDT 2023
|
||||
#Sat Apr 29 21:12:19 PDT 2023
|
||||
render.pipe.misc.inside.shade=0.725
|
||||
|
||||
@@ -728,7 +728,7 @@ cyclicmagic {
|
||||
B:EnchantAutoSmelt=true
|
||||
|
||||
# Set false to delete - requires restart [default: true]
|
||||
B:EnchantBeheading=true
|
||||
B:EnchantBeheading=false
|
||||
|
||||
# Set false to delete - requires restart [default: true]
|
||||
B:EnchantExcavation=true
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
[
|
||||
{
|
||||
"tier": 0,
|
||||
"displayName": "Faulty",
|
||||
"displayColor": "dark_gray",
|
||||
"killMultiplier": 1,
|
||||
"dataToNext": 6,
|
||||
"canSimulate": false,
|
||||
"trial": {
|
||||
"pristine": 2,
|
||||
"maxWave": 1,
|
||||
"affixes": 0,
|
||||
"glitchChance": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"tier": 1,
|
||||
"displayName": "Basic",
|
||||
"displayColor": "green",
|
||||
"killMultiplier": 4,
|
||||
"dataToNext": 48,
|
||||
"pristineChance": 5,
|
||||
"trial": {
|
||||
"pristine": 5,
|
||||
"maxWave": 2,
|
||||
"affixes": 1,
|
||||
"glitchChance": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"tier": 2,
|
||||
"displayName": "Advanced",
|
||||
"displayColor": "blue",
|
||||
"killMultiplier": 10,
|
||||
"dataToNext": 300,
|
||||
"pristineChance": 11,
|
||||
"trial": {
|
||||
"pristine": 8,
|
||||
"maxWave": 4,
|
||||
"affixes": 1,
|
||||
"glitchChance": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"tier": 3,
|
||||
"displayName": "Superior",
|
||||
"displayColor": "light_purple",
|
||||
"killMultiplier": 18,
|
||||
"dataToNext": 900,
|
||||
"pristineChance": 24,
|
||||
"trial": {
|
||||
"pristine": 12,
|
||||
"maxWave": 5,
|
||||
"affixes": 2,
|
||||
"glitchChance": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"tier": 4,
|
||||
"displayName": "Self-Aware",
|
||||
"displayColor": "gold",
|
||||
"pristineChance": 42,
|
||||
"trial": {
|
||||
"pristine": 18,
|
||||
"maxWave": 7,
|
||||
"affixes": 3,
|
||||
"glitchChance": 11
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,819 @@
|
||||
[
|
||||
{
|
||||
"id": "blaze",
|
||||
"displayName": "Blaze",
|
||||
"livingMatter": "hellish",
|
||||
"simulationRFCost": 1500,
|
||||
"craftingIngredients": [
|
||||
"minecraft:blaze_powder"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:blaze"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:blaze_rod,22",
|
||||
"thermalfoundation:material,32,771",
|
||||
"xreliquary:mob_ingredient,1,7"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"Bring buckets of water, and watch in despair",
|
||||
"as it evaporates, and everything is on fire.",
|
||||
"You are on fire."
|
||||
],
|
||||
"entity": "minecraft:blaze",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "creeper",
|
||||
"displayName": "Creeper",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 80,
|
||||
"craftingIngredients": [
|
||||
"minecraft:gunpowder"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:creeper"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:gunpowder,64",
|
||||
"minecraft:skull,6,4",
|
||||
"aoa3:copper_coin,1,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"Will blow up your base if",
|
||||
"left unattended."
|
||||
],
|
||||
"entity": "minecraft:creeper",
|
||||
"entityScale": 42,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dragon",
|
||||
"displayName": "Ender Dragon",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:dragon_egg"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:ender_dragon"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:dragon_breath,32",
|
||||
"mysticalagradditions:stuff,1,2",
|
||||
"draconicevolution:draconium_dust,8,0",
|
||||
"bhc:green_heart,1,0",
|
||||
"minecraft:elytra,1,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"Resides in the End, does not harbor treasure.",
|
||||
"Destroy its crystals and break the cycle!"
|
||||
],
|
||||
"entity": "minecraft:ender_dragon",
|
||||
"entityScale": 7,
|
||||
"entityOffsetX": 0,
|
||||
"entityOffsetY": -20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "enderman",
|
||||
"displayName": "Enderman",
|
||||
"displayNamePlural": "Endermen",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 2000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:ender_pearl"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:enderman",
|
||||
"minecraft:endermite"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:ender_pearl,6",
|
||||
"minecraft:end_crystal,1",
|
||||
"enderio:block_enderman_skull,2",
|
||||
"xreliquary:mob_ingredient,1,11"
|
||||
],
|
||||
"trial": {
|
||||
"entities": "deepmoblearning:trial_enderman",
|
||||
"spawnDelay": 2.6,
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,5"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 20,
|
||||
"mobTrivia": [
|
||||
"Friendly unless provoked, dislikes rain.",
|
||||
"Teleports short distances."
|
||||
],
|
||||
"entity": "minecraft:enderman",
|
||||
"entityScale": 30,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ghast",
|
||||
"displayName": "Ghast",
|
||||
"livingMatter": "hellish",
|
||||
"simulationRFCost": 2000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:ghast_tear"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:ghast"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:ghast_tear,8",
|
||||
"xreliquary:mob_ingredient,1,3"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"If you hear something that sounds like",
|
||||
"a crying llama, you're probably hearing a ghast."
|
||||
],
|
||||
"entity": "minecraft:ghast",
|
||||
"entityScale": 10,
|
||||
"entityOffsetX": 0,
|
||||
"entityOffsetY": -20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "guardian",
|
||||
"displayName": "Guardian",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 1500,
|
||||
"craftingIngredients": [
|
||||
"minecraft:prismarine_shard"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:guardian",
|
||||
"minecraft:elder_guardian"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:prismarine_shard,32",
|
||||
"minecraft:prismarine_crystals,32",
|
||||
"minecraft:fish,64,0",
|
||||
"bhc:red_heart,8,0",
|
||||
"xreliquary:mob_ingredient,1,16"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 15,
|
||||
"mobTrivia": [
|
||||
"Lurking in the oceans.",
|
||||
"Uses some sort of sonar beam as",
|
||||
"a means of attack."
|
||||
],
|
||||
"entity": "minecraft:guardian",
|
||||
"entityScale": 36,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": -5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "shulker",
|
||||
"displayName": "Shulker",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 1000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:shulker_shell"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:shulker"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:shulker_shell,18",
|
||||
"minecraft:diamond,2"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 15,
|
||||
"mobTrivia": [
|
||||
"Found in End cities.",
|
||||
"Sneaky little buggers."
|
||||
],
|
||||
"entity": "minecraft:shulker",
|
||||
"entityScale": 36,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": -5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "skeleton",
|
||||
"displayName": "Skeleton",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 80,
|
||||
"craftingIngredients": [
|
||||
"minecraft:bone"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:skeleton",
|
||||
"minecraft:stray",
|
||||
"twilightforest:skeleton_druid"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:bone,64",
|
||||
"minecraft:arrow,64",
|
||||
"minecraft:skull,6",
|
||||
"xreliquary:mob_ingredient,1,0"
|
||||
],
|
||||
"trial": {
|
||||
"entities": [
|
||||
"minecraft:stray,33",
|
||||
"minecraft:skeleton,67"
|
||||
],
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,3"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"A formidable archer, which seems to be running",
|
||||
"some sort of cheat engine.",
|
||||
"A shield could prove useful."
|
||||
],
|
||||
"entity": "minecraft:skeleton",
|
||||
"entityHeldItem": "minecraft:bow",
|
||||
"entityScale": 38,
|
||||
"entityOffsetX": 6,
|
||||
"entityOffsetY": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "slime",
|
||||
"displayName": "Slime",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 300,
|
||||
"craftingIngredients": [
|
||||
"minecraft:slime_ball"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:slime",
|
||||
"minecraft:magma_cube"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:slime_ball,32",
|
||||
"xreliquary:mob_ingredient,1,4"
|
||||
],
|
||||
"trial": {
|
||||
"entities": "deepmoblearning:trial_slime",
|
||||
"spawnDelay": 1.6,
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,3"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 8,
|
||||
"mobTrivia": [
|
||||
"The bouncing bouncer",
|
||||
"bounces, bounces and bounces",
|
||||
"Bounces and bou- squish! -\"A new slime haiku\""
|
||||
],
|
||||
"entity": "minecraft:slime",
|
||||
"entityScale": 60,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": -16
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "spider",
|
||||
"displayName": "Spider",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 80,
|
||||
"craftingIngredients": [
|
||||
"minecraft:spider_eye"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:spider",
|
||||
"minecraft:cave_spider",
|
||||
"twilightforest:hedge_spider",
|
||||
"twilightforest:king_spider"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:spider_eye,16",
|
||||
"minecraft:string,64",
|
||||
"minecraft:web,8",
|
||||
"xreliquary:mob_ingredient,1,2"
|
||||
],
|
||||
"trial": {
|
||||
"entities": [
|
||||
"deepmoblearning:trial_spider,88",
|
||||
"deepmoblearning:trial_cave_spider,12"
|
||||
],
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,4"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 8,
|
||||
"mobTrivia": [
|
||||
"Nocturnal douchebags, beware!",
|
||||
"Drops strands of string for some reason."
|
||||
],
|
||||
"entity": "minecraft:spider",
|
||||
"entityScale": 30,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": 0,
|
||||
"extraEntity": "minecraft:cave_spider",
|
||||
"extraEntityIsChild": false,
|
||||
"extraEntityOffsetX": 5,
|
||||
"extraEntityOffsetY": -25
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "witch",
|
||||
"displayName": "Witch",
|
||||
"displayNamePlural": "Witches",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 400,
|
||||
"craftingIngredients": [
|
||||
"minecraft:glass_bottle"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:witch"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:redstone,32",
|
||||
"minecraft:glowstone_dust,32",
|
||||
"minecraft:sugar,64",
|
||||
"xreliquary:mob_ingredient,2,5"
|
||||
],
|
||||
"trial": {
|
||||
"entities": "minecraft:witch",
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,6"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 13,
|
||||
"mobTrivia": [
|
||||
"Affinity with potions and concoctions.",
|
||||
"Likes cats.",
|
||||
"Beware!"
|
||||
],
|
||||
"entity": "minecraft:witch",
|
||||
"entityHeldItem": "minecraft:potion",
|
||||
"entityScale": 34,
|
||||
"entityOffsetX": 4,
|
||||
"entityOffsetY": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "wither",
|
||||
"displayName": "Wither",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 5000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:nether_star"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:wither"
|
||||
],
|
||||
"lootItems": [
|
||||
"mysticalagradditions:stuff,1,0",
|
||||
"aoa3:nether_tokens,1,0",
|
||||
"bhc:yellow_heart,1,0",
|
||||
"aoa3:small_skill_crystal,1,0",
|
||||
"aoa3:wither_rune,1,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 150,
|
||||
"mobTrivia": [
|
||||
"Do not approach this enemy. Run!",
|
||||
"I mean it has 3 heads, what could",
|
||||
"possibly go wrong?"
|
||||
],
|
||||
"entity": "minecraft:wither",
|
||||
"entityScale": 22,
|
||||
"entityOffsetX": 3,
|
||||
"entityOffsetY": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "wither_skeleton",
|
||||
"displayName": "Wither Skeleton",
|
||||
"livingMatter": "hellish",
|
||||
"simulationRFCost": 3000,
|
||||
"craftingIngredients": [
|
||||
"minecraft:skull,1,1"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:wither_skeleton"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:skull,1,1",
|
||||
"minecraft:coal,64",
|
||||
"xreliquary:mob_ingredient,1,1",
|
||||
"iceandfire:witherbone,4,1"
|
||||
],
|
||||
"trial": {
|
||||
"entities": "minecraft:wither_skeleton",
|
||||
"spawnDelay": 3.2,
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,5"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"Inflicts the Wither effect.",
|
||||
"Bring milk!"
|
||||
],
|
||||
"entity": "minecraft:wither_skeleton",
|
||||
"entityHeldItem": "minecraft:stone_sword",
|
||||
"entityScale": 33,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "zombie",
|
||||
"displayName": "Zombie",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 80,
|
||||
"craftingIngredients": [
|
||||
"minecraft:rotten_flesh"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:zombie",
|
||||
"minecraft:husk",
|
||||
"minecraft:zombie_villager",
|
||||
"minecraft:zombie_pigman"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:rotten_flesh,64",
|
||||
"minecraft:iron_ingot,16",
|
||||
"minecraft:carrot,32",
|
||||
"minecraft:potato,32",
|
||||
"xreliquary:mob_ingredient,1,6"
|
||||
],
|
||||
"trial": {
|
||||
"entities": [
|
||||
"minecraft:zombie,45",
|
||||
"minecraft:husk,30",
|
||||
"minecraft:zombie_villager,25"
|
||||
],
|
||||
"mobsPerWave": [ 4, 5, 6, 6, 10, 14, 20 ],
|
||||
"rewards": [
|
||||
"deepmoblearning:glitch_heart,3"
|
||||
]
|
||||
},
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"They go moan in the night.",
|
||||
"Does not understand the need for",
|
||||
"personal space."
|
||||
],
|
||||
"entity": "minecraft:zombie",
|
||||
"entityScale": 35,
|
||||
"entityOffsetX": -2,
|
||||
"entityOffsetY": 6,
|
||||
"extraEntity": "minecraft:zombie",
|
||||
"extraEntityIsChild": true,
|
||||
"extraEntityOffsetX": 21,
|
||||
"extraEntityOffsetY": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "thermal_elemental",
|
||||
"mod": "thermalfoundation",
|
||||
"displayName": "Thermal Elemental",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"thermalfoundation:material,1,1025",
|
||||
"thermalfoundation:material,1,1026",
|
||||
"thermalfoundation:material,1,1027"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"thermalfoundation:blizz",
|
||||
"thermalfoundation:blitz",
|
||||
"thermalfoundation:basalz"
|
||||
],
|
||||
"lootItems": [
|
||||
"thermalfoundation:material,16,772",
|
||||
"thermalfoundation:material,16,770",
|
||||
"minecraft:snowball,16",
|
||||
"thermalfoundation:material,8,2050",
|
||||
"thermalfoundation:material,8,2052",
|
||||
"thermalfoundation:material,8,2048"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"Blizzes, Blitzes and Basalzes.",
|
||||
"Siblings of the Blaze.",
|
||||
"Their master really liked words starting with B."
|
||||
],
|
||||
"entity": "thermalfoundation:blizz",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "twilight_forest",
|
||||
"mod": "twilightforest",
|
||||
"displayName": "Forest creature",
|
||||
"livingMatter": "twilight",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"twilightforest:firefly"
|
||||
],
|
||||
"extraTooltip": "Gain data by defeating non-vanilla mobs in the Naga Courtyard and Lich Tower.",
|
||||
"associatedMobs": [
|
||||
"twilightforest:naga",
|
||||
"twilightforest:lich_minion",
|
||||
"twilightforest:lich",
|
||||
"twilightforest:death_tome",
|
||||
"twilightforest:swarm_spider"
|
||||
],
|
||||
"lootItems": [
|
||||
"twilightforest:naga_scale,16",
|
||||
"twilightforest:charm_of_life_1,2",
|
||||
"twilightforest:charm_of_keeping_1,2",
|
||||
"minecraft:paper,64",
|
||||
"minecraft:book,32"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 0,
|
||||
"mobTrivia": [
|
||||
"Nagas, Liches and flying books.",
|
||||
"What the hell have you walked into?"
|
||||
],
|
||||
"entity": "twilightforest:lich",
|
||||
"entityScale": 35,
|
||||
"entityOffsetX": 6,
|
||||
"entityOffsetY": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "twilight_swamp",
|
||||
"mod": "twilightforest",
|
||||
"displayName": "Swamp creature",
|
||||
"livingMatter": "twilight",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"minecraft:waterlily"
|
||||
],
|
||||
"extraTooltip": "Gain data by defeating non-vanilla mobs in the Swamp Labyrinth and Hydra Lair.",
|
||||
"associatedMobs": [
|
||||
"twilightforest:minotaur",
|
||||
"twilightforest:minoshroom",
|
||||
"twilightforest:maze_slime",
|
||||
"twilightforest:fire_beetle",
|
||||
"twilightforest:pinch_beetle",
|
||||
"twilightforest:slime_beetle",
|
||||
"twilightforest:hydra"
|
||||
],
|
||||
"lootItems": [
|
||||
"twilightforest:steeleaf_ingot,16",
|
||||
"twilightforest:ironwood_raw,8",
|
||||
"twilightforest:fiery_ingot,5",
|
||||
"twilightforest:hydra_chop,16",
|
||||
"minecraft:gold_ingot,22",
|
||||
"minecraft:red_mushroom,32",
|
||||
"minecraft:slime_ball,16",
|
||||
"bhc:yellow_heart,4,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 0,
|
||||
"mobTrivia": [
|
||||
"This realm sure could use some building regulations.",
|
||||
"How are you even allowed to build a huge maze",
|
||||
"in your basement!?"
|
||||
],
|
||||
"entity": "minecraft:minotaur",
|
||||
"entityHeldItem": "twilightforest:minotaur_axe",
|
||||
"entityScale": 33,
|
||||
"entityOffsetX": 6,
|
||||
"entityOffsetY": 14
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "twilight_glacier",
|
||||
"mod": "twilightforest",
|
||||
"displayName": "Glacier inhabitant",
|
||||
"livingMatter": "twilight",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"twilightforest:arctic_fur"
|
||||
],
|
||||
"extraTooltip": "Gain data by defeating non-vanilla mobs in the Yeti Lair and Ice Tower.",
|
||||
"associatedMobs": [
|
||||
"twilightforest:yeti_alpha",
|
||||
"twilightforest:yeti",
|
||||
"twilightforest:winter_wolf",
|
||||
"twilightforest:penguin",
|
||||
"twilightforest:snow_guardian",
|
||||
"twilightforest:stable_ice_core",
|
||||
"twilightforest:unstable_ice_core",
|
||||
"twilightforest:snow_queen"
|
||||
],
|
||||
"lootItems": [
|
||||
"twilightforest:arctic_fur,16",
|
||||
"twilightforest:alpha_fur,8",
|
||||
"minecraft:packed_ice,16",
|
||||
"minecraft:feather,32",
|
||||
"twilightforest:charm_of_life_2,1",
|
||||
"twilightforest:charm_of_keeping_2,1",
|
||||
"xreliquary:mob_ingredient,1,10",
|
||||
"bhc:blue_heart,4,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 0,
|
||||
"mobTrivia": [
|
||||
"Here you'll find caves with ancient beasts",
|
||||
"and Elsa's wicked distant cousin Aurora.",
|
||||
"(Elsa might \"let it go\", but Aurora sure won't!)"
|
||||
],
|
||||
"entity": "minecraft:snow_queen",
|
||||
"entityScale": 33,
|
||||
"entityOffsetX": 5,
|
||||
"entityOffsetY": 13
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "twilight_darkwood",
|
||||
"mod": "twilightforest",
|
||||
"displayName": "Darkwood creature",
|
||||
"livingMatter": "twilight",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"twilightforest:twilight_log"
|
||||
],
|
||||
"extraTooltip": "Gain data by defeating non-vanilla mobs in the Goblin Knight Stronghold and Dark Tower.",
|
||||
"associatedMobs": [
|
||||
"twilightforest:redcap",
|
||||
"twilightforest:blockchain_goblin",
|
||||
"twilightforest:kobold",
|
||||
"twilightforest:goblin_knight_lower",
|
||||
"twilightforest:goblin_knight_upper",
|
||||
"twilightforest:helmet_crab",
|
||||
"twilightforest:knight_phantom",
|
||||
"twilightforest:tower_ghast",
|
||||
"twilightforest:tower_broodling",
|
||||
"twilightforest:tower_golem",
|
||||
"twilightforest:tower_termite",
|
||||
"twilightforest:mini_ghast",
|
||||
"twilightforest:ur_ghast"
|
||||
],
|
||||
"lootItems": [
|
||||
"twilightforest:armor_shard_cluster,5",
|
||||
"twilightforest:carminite,16",
|
||||
"minecraft:diamond_ore,3",
|
||||
"minecraft:emerald_ore,2",
|
||||
"minecraft:fish,32",
|
||||
"bhc:green_heart,4,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 0,
|
||||
"mobTrivia": [
|
||||
"Spooky scary strongholds send shivers down",
|
||||
"your spine, the Ur-Ghast will shock your",
|
||||
"soul and seal your doom tonight!"
|
||||
],
|
||||
"entity": "twilightforest:ur_ghast",
|
||||
"entityScale": 3,
|
||||
"entityOffsetX": -3,
|
||||
"entityOffsetY": -3
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tinker_slime",
|
||||
"mod": "tconstruct",
|
||||
"displayName": "Blue Slime",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 500,
|
||||
"craftingIngredients": [
|
||||
"tconstruct:edible,1"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"tconstruct:blue_slime"
|
||||
],
|
||||
"lootItems": [
|
||||
"tconstruct:edible,18,1",
|
||||
"tconstruct:edible,18,2",
|
||||
"tconstruct:edible,18,4",
|
||||
"tconstruct:slime_sapling,4,0",
|
||||
"tconstruct:slime_sapling,4,1",
|
||||
"tconstruct:slime_sapling,4,2"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"The elusive blue slime. Seemingly a",
|
||||
"part of some sort of power hierarchy,",
|
||||
"since there's a bunch of \"King slimes\" around."
|
||||
],
|
||||
"entity": "tconstruct:blue_slime",
|
||||
"entityScale": 60,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": -16
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mo_android",
|
||||
"mod": "matteroverdrive",
|
||||
"displayName": "Rogue Android",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 256,
|
||||
"craftingIngredients": [
|
||||
"matteroverdrive:rogue_android_part,1,0",
|
||||
"matteroverdrive:rogue_android_part,1,1",
|
||||
"matteroverdrive:rogue_android_part,1,2",
|
||||
"matteroverdrive:rogue_android_part,1,3"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"matteroverdrive:ranged_rogue_android",
|
||||
"matteroverdrive:rogue_android"
|
||||
],
|
||||
"lootItems": [
|
||||
"matteroverdrive:energy_pack,6",
|
||||
"matteroverdrive:tritanium_ingot,4"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"It's not simply an android.",
|
||||
"It's a life form, entirely unique.",
|
||||
"Meep morp."
|
||||
],
|
||||
"entity": "matteroverdrive:rogue_android",
|
||||
"entityScale": 33,
|
||||
"entityOffsetX": 4,
|
||||
"entityOffsetY": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "illager",
|
||||
"displayName": "Illager",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 128,
|
||||
"craftingIngredients": [
|
||||
"minecraft:totem_of_undying,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"minecraft:vindication_illager",
|
||||
"minecraft:vex",
|
||||
"minecraft:evocation_illager"
|
||||
],
|
||||
"lootItems": [
|
||||
"minecraft:totem_of_undying,1,0",
|
||||
"minecraft:emerald,4,0",
|
||||
"bhc:blue_heart,1,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 10,
|
||||
"mobTrivia": [
|
||||
"They are corrupted by a mysterious force.",
|
||||
"They work under a united front."
|
||||
],
|
||||
"entity": "minecraft:evocation_illager",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "hydra",
|
||||
"displayName": "Hydra",
|
||||
"livingMatter": "overworldian",
|
||||
"simulationRFCost": 256,
|
||||
"craftingIngredients": [
|
||||
"iceandfire:hydra_fang,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"iceandfire:if_hydra"
|
||||
],
|
||||
"lootItems": [
|
||||
"iceandfire:hydra_fang,1,0",
|
||||
"iceandfire:hydra_skull,1,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"A dangerous swamp dweller.",
|
||||
"Fire is its enemy."
|
||||
],
|
||||
"entity": "iceandfire:if_hydra",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": "overworldian",
|
||||
"displayName": "Overworldian",
|
||||
"displayColor": "green",
|
||||
"xpValue": 1
|
||||
},
|
||||
{
|
||||
"id": "hellish",
|
||||
"displayName": "Hellish",
|
||||
"displayColor": "red",
|
||||
"xpValue": 1
|
||||
},
|
||||
{
|
||||
"id": "extraterrestrial",
|
||||
"displayName": "Extraterrestrial",
|
||||
"displayColor": "light_purple",
|
||||
"xpValue": 1
|
||||
},
|
||||
{
|
||||
"id": "twilight",
|
||||
"mod": "twilightforest",
|
||||
"displayName": "Twilight",
|
||||
"displayColor": "blue",
|
||||
"xpValue": 1
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,331 @@
|
||||
[
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" O ",
|
||||
"ONO",
|
||||
" O "
|
||||
],
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "deepmoblearning:living_matter_overworldian",
|
||||
"data": 0
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "deepmoblearning:living_matter_hellish",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"HEH",
|
||||
" H "
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "deepmoblearning:living_matter_hellish",
|
||||
"data": 0
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "deepmoblearning:living_matter_extraterrestrial",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "dirt" },
|
||||
{ "type": "forge:ore_dict", "ore": "treeLeaves" },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:grass",
|
||||
"count": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "minecraft:wheat_seeds", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:carrot",
|
||||
"count": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "type": "forge:ore_dict", "ore": "cropCarrot" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:potato",
|
||||
"count": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "minecraft:porkchop", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"count": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "minecraft:rotten_flesh", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:iron_ingot",
|
||||
"count": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "minecraft:dye", "data": 15 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bone",
|
||||
"count": 22
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "stickWood" },
|
||||
{ "item": "minecraft:flint", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:arrow",
|
||||
"count": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:rotten_flesh", "data": 0 },
|
||||
{ "item": "minecraft:apple", "data": 0 },
|
||||
{ "item": "minecraft:red_mushroom", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:spider_eye",
|
||||
"count": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "minecraft:coal", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gunpowder",
|
||||
"count": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "string" },
|
||||
{ "type": "forge:ore_dict", "ore": "slimeball" },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:web",
|
||||
"count": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_overworldian", "data": 0 },
|
||||
{ "type": "forge:ore_dict", "ore": "gemQuartz" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 },
|
||||
{ "type": "forge:ore_dict", "ore": "sand" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:soul_sand",
|
||||
"count": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 },
|
||||
{ "type": "forge:ore_dict", "ore": "gunpowder" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blaze_powder",
|
||||
"count": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "bone" },
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blaze_rod",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:spider_eye", "data": 0 },
|
||||
{ "item": "minecraft:sugar", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:ghast_tear",
|
||||
"count": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "dustGlowstone" },
|
||||
{ "type": "forge:ore_dict", "ore": "ingotIron" },
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gold_ingot",
|
||||
"count": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_hellish", "data": 0 },
|
||||
{ "item": "minecraft:red_mushroom", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:nether_wart",
|
||||
"count": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "type": "forge:ore_dict", "ore": "sandstone" },
|
||||
{ "type": "forge:ore_dict", "ore": "sandstone" },
|
||||
{ "item": "minecraft:ender_pearl", "data": 0 },
|
||||
{ "item": "deepmoblearning:living_matter_extraterrestrial", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:end_stone",
|
||||
"count": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_extraterrestrial", "data": 0 },
|
||||
{ "item": "minecraft:emerald", "data": 0 },
|
||||
{ "item": "minecraft:snowball", "data": 0 },
|
||||
{ "type": "forge:ore_dict", "ore": "slimeball" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:ender_pearl",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WLW",
|
||||
"SSS",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"L": { "item": "deepmoblearning:living_matter_extraterrestrial", "data": 0 },
|
||||
"S": { "item": "minecraft:soul_sand", "data": 0 },
|
||||
"W": { "item": "minecraft:skull", "data": 1 }
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:nether_star",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_extraterrestrial", "data": 0 },
|
||||
{ "item": "minecraft:apple", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chorus_fruit",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_twilight", "data": 0 },
|
||||
{ "item": "minecraft:feather", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "twilightforest:raven_feather",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_twilight", "data": 0 },
|
||||
{ "item": "minecraft:torch", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "twilightforest:torchberries",
|
||||
"count": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "deepmoblearning:living_matter_twilight", "data": 0 },
|
||||
{ "item": "minecraft:beef", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "twilightforest:raw_venison",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,55 @@
|
||||
# Configuration file
|
||||
|
||||
"deep learner gui overlay settings" {
|
||||
# Horizontal padding from selected corner
|
||||
I:"Horizontal Padding"=0
|
||||
|
||||
# Overlay screen position. Valid values: topleft / topright / bottomright / bottomleft
|
||||
S:Position=topleft
|
||||
|
||||
# Vertical padding from selected corner
|
||||
I:"Vertical Padding"=0
|
||||
}
|
||||
|
||||
|
||||
"glitch armor settings" {
|
||||
# Chance to drop Pristine Matter on Data Model mob kill with full Glitch Armor equipped
|
||||
# Min: 0
|
||||
# Max: 100
|
||||
I:"Glitch Armor Pristine Chance"=18
|
||||
|
||||
# Number of Pristine Matter to drop on Data Model mob kill with full Glitch Armor equipped
|
||||
# Min: 0
|
||||
# Max: 64
|
||||
I:"Glitch Armor Pristine Count"=2
|
||||
B:"Is Glitch Armor Creative Flight Enabled?"=false
|
||||
}
|
||||
|
||||
|
||||
"machine settings" {
|
||||
# Use legacy sidedness (insert from top, output to all other sides)?
|
||||
B:"Legacy Machine Sidedness"=false
|
||||
|
||||
# Time it takes for the Loot Fabricator to process one item (in ticks)
|
||||
# Min: 1
|
||||
# Max: 1200
|
||||
I:"Loot Fabricator Processing Time"=51
|
||||
|
||||
# Energy cost of Loot Fabricator in RF/t
|
||||
# Min: 0
|
||||
# Max: 25600
|
||||
I:"Loot Fabricator RF Cost"=512
|
||||
|
||||
# Time it takes for the Simulation Chamber to run one iteration (in ticks)
|
||||
# Min: 1
|
||||
# Max: 1200
|
||||
I:"Simulation Chamber Processing Time"=301
|
||||
}
|
||||
|
||||
|
||||
"misc settings" {
|
||||
B:"Is Soot-Covered Redstone Crafting Enabled?"=true
|
||||
B:"Show Data Model tier in item name?"=true
|
||||
}
|
||||
|
||||
|
||||
@@ -536,7 +536,7 @@ deathcryx {
|
||||
S:deathcryx_attack=6.0
|
||||
|
||||
# Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0]
|
||||
S:deathcryx_health=600.0
|
||||
S:deathcryx_health=80.0
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ general {
|
||||
|
||||
# Min: 1
|
||||
# Max: 255
|
||||
I:ArcanaY=18
|
||||
I:ArcanaY=70
|
||||
|
||||
# Don't render arcana bar if full
|
||||
B:HideArcanaBar=true
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"catalyst": {
|
||||
"id": "deepmoblearning:living_matter_overworldian"
|
||||
},
|
||||
"multiplier": 2.2,
|
||||
"operations": 10
|
||||
},
|
||||
{
|
||||
"catalyst": {
|
||||
"id": "deepmoblearning:living_matter_hellish"
|
||||
},
|
||||
"multiplier": 2.4,
|
||||
"operations": 10
|
||||
},
|
||||
{
|
||||
"catalyst": {
|
||||
"id": "deepmoblearning:living_matter_extraterrestrial"
|
||||
},
|
||||
"multiplier": 2.7,
|
||||
"operations": 10
|
||||
},
|
||||
{
|
||||
"catalyst": {
|
||||
"id": "deepmoblearning:living_matter_twilight"
|
||||
},
|
||||
"multiplier": 10.0,
|
||||
"operations": 10
|
||||
},
|
||||
{
|
||||
"catalyst": {
|
||||
"id": "deepmoblearning:glitch_heart"
|
||||
},
|
||||
"multiplier": 5.0,
|
||||
"operations": 100
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "blaze",
|
||||
"modifier": 0.5
|
||||
},
|
||||
{
|
||||
"id": "dragon",
|
||||
"modifier": 1.6
|
||||
},
|
||||
{
|
||||
"id": "ghast",
|
||||
"modifier": 0.1
|
||||
},
|
||||
{
|
||||
"id": "skeleton",
|
||||
"modifier": 0.1
|
||||
},
|
||||
{
|
||||
"id": "wither",
|
||||
"modifier": 1.5
|
||||
},
|
||||
{
|
||||
"id": "wither_skeleton",
|
||||
"modifier": 0.2
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,66 @@
|
||||
[
|
||||
{
|
||||
"id": "blaze",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "creeper",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "dragon",
|
||||
"will": 10.0
|
||||
},
|
||||
{
|
||||
"id": "enderman",
|
||||
"will": 2.0
|
||||
},
|
||||
{
|
||||
"id": "ghast",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "guardian",
|
||||
"will": 1.5
|
||||
},
|
||||
{
|
||||
"id": "shulker",
|
||||
"will": 1.5
|
||||
},
|
||||
{
|
||||
"id": "skeleton",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "slime",
|
||||
"will": 0.536
|
||||
},
|
||||
{
|
||||
"id": "spider",
|
||||
"will": 0.8
|
||||
},
|
||||
{
|
||||
"id": "witch",
|
||||
"will": 1.3
|
||||
},
|
||||
{
|
||||
"id": "wither_skeleton",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "zombie",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "thermal_elemental",
|
||||
"will": 1.0
|
||||
},
|
||||
{
|
||||
"id": "tinker_slime",
|
||||
"will": 0.67
|
||||
},
|
||||
{
|
||||
"id": "mo_android",
|
||||
"will": 1.0
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"tier": 1,
|
||||
"base_output": 50
|
||||
},
|
||||
{
|
||||
"tier": 2,
|
||||
"base_output": 300
|
||||
},
|
||||
{
|
||||
"tier": 3,
|
||||
"base_output": 600
|
||||
},
|
||||
{
|
||||
"tier": 4,
|
||||
"base_output": 2000
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"tier": 1,
|
||||
"will_output": 1.0
|
||||
},
|
||||
{
|
||||
"tier": 2,
|
||||
"will_output": 1.5
|
||||
},
|
||||
{
|
||||
"tier": 3,
|
||||
"will_output": 2.25
|
||||
},
|
||||
{
|
||||
"tier": 4,
|
||||
"will_output": 3.37
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,20 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Default: true
|
||||
B:"Allow multiple agonizers linked with one Altar"=true
|
||||
|
||||
# Max: 10,000
|
||||
# Default: 128
|
||||
# Min: 1
|
||||
# Max: 10000
|
||||
I:"RF tick cost of the Digital Agonizer"=128
|
||||
|
||||
# Max: 10,000
|
||||
# Default: 256
|
||||
# Min: 1
|
||||
# Max: 10000
|
||||
I:"RF tick cost of the Digital Will Injector"=256
|
||||
}
|
||||
|
||||
|
||||
@@ -28,15 +28,6 @@
|
||||
</alloying>
|
||||
</recipe>
|
||||
|
||||
<recipe name="Alloy: bettermithril, Variant: mithessence" required="false">
|
||||
<alloying energy="2000" exp="0.1">
|
||||
<input name="ingotColdIron"/>
|
||||
<input name="essenceMithril" amount="4"/>
|
||||
<input name="plateRhinoBeetle"/>
|
||||
<output name="ingotMithril" amount="16"/>
|
||||
</alloying>
|
||||
</recipe>
|
||||
|
||||
<recipe name="Alloy: vibranium, Variant: base" required="false">
|
||||
<alloying energy="20000" exp="0.1">
|
||||
<input name="ingotBaronyte"/>
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ ores {
|
||||
|
||||
"quake hammer" {
|
||||
# [range: 0.0 ~ 3.4028235E38, default: 0.03]
|
||||
S:"Quake Hammer charged render size"=0.03
|
||||
S:"Quake Hammer charged render size"=2.0
|
||||
|
||||
# [range: 0.0 ~ 3.4028235E38, default: 10.0]
|
||||
S:"Quake Hammer damage"=10.0
|
||||
|
||||
@@ -41,6 +41,8 @@ species {
|
||||
careerbees.energy
|
||||
careerbees.cook
|
||||
careerbees.armorer
|
||||
careerbees.taxcollector
|
||||
careerbees.sharpening
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"This means that it is *theoretically* possible to travel through these dimensions!",
|
||||
"Time to start looking at some ways to prove this theory. Nobel prize here I come!!"
|
||||
],
|
||||
dependencies: [
|
||||
"808f22e0"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "b8e61294",
|
||||
type: "checkmark",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
x: -5.5d,
|
||||
y: 1.5d,
|
||||
description: "You should switch to better questing, this questbook will be removed in next update!",
|
||||
text: [
|
||||
"New players, you should not be using this questbook!"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "4ec3751d",
|
||||
type: "checkmark",
|
||||
title: "DON'T USE FTBQUESTS"
|
||||
}]
|
||||
}
|
||||
@@ -189,6 +189,41 @@ if HaveForestryModule Bees <<
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Radiant {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0xa85e32 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x54ebcf
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Radiant // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.balanced"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% HoneyComb:beacon // Can use all the specifiers usable in recipes
|
||||
60% I:minecraft:clay_ball
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
10% HoneyComb:beacon
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Uranium {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
@@ -461,74 +496,446 @@ if HaveForestryModule Bees <<
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Trinity {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0xffffff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x92960b
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Trinity // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
30% HoneyComb:trinity // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
99% HoneyComb:trinity
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Shyre {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x073c91 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xd6d60d
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Shyre // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
90% HoneyComb:shyre // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
99% HoneyComb:shyre
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Twilight {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x919191 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x333333
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Twilight // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
90% HoneyComb:twilight // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
99% HoneyComb:twilight
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersVanilla" // See below
|
||||
}
|
||||
}
|
||||
cfg Sniper {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = No // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x0f7d27
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Sniper // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% HoneyComb:sniper // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
10% HoneyComb:sniper
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg Gunman {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = No // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x827a0c
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Gunman // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% HoneyComb:gun // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
10% HoneyComb:gun
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg Artillery {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = No // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x07228c
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Artillery // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% HoneyComb:cannon // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
10% HoneyComb:cannon
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg Bomber {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = No // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x961412
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Bomber // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% HoneyComb:bomb // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
10% HoneyComb:bomb
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg GunDevil {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xe6f0e9
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = GunDevil // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
10% I:contenttweaker:gun_devil_fragment // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
70% I:contenttweaker:gun_devil_fragment
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg Fissile {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x245e08 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x657507
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Fissile // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
50% I:contenttweaker:heuf_fuel // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
90% I:contenttweaker:heuf_fuel
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesDemonic" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "forestry.flowersNether" // See below
|
||||
}
|
||||
}
|
||||
cfg Gravity {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x06347a // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xc7c7c7
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Damp // Arid, Normal, Damp
|
||||
Temperature = Icy // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = Yes // If true - only works at night
|
||||
|
||||
Binominal = Gravity // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
50% HoneyComb:gravitybound // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
1% I:contenttweaker:dense_gravitite_ore
|
||||
80% HoneyComb:gravitybound
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Flower_Provider = "gendustry.flowersGoldBlocks" // See below
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// http://bdew.net/gendustry/configuration/adding-custom-bees/adding-honey-drops-and-combs/
|
||||
|
||||
cfg HoneyCombs {
|
||||
cfg beacon { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13369 // Damage value, must be unique
|
||||
PrimaryColor = 0xa85e32 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x54ebcf
|
||||
}
|
||||
cfg meatball { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13337 // Damage value, must be unique
|
||||
PrimaryColor = 0xFF0000 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x0000FF
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg uranium { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14001 // Damage value, must be unique
|
||||
PrimaryColor = 0x0c5c08 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x042b02
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg alchemical { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14004 // Damage value, must be unique
|
||||
PrimaryColor = 0xffffff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x13799c
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg uranium { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14001 // Damage value, must be unique
|
||||
PrimaryColor = 0x0c5c08 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x042b02
|
||||
}
|
||||
cfg thorium { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14002 // Damage value, must be unique
|
||||
PrimaryColor = 0x393b39 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x040804
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg oxygenated { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14003 // Damage value, must be unique
|
||||
PrimaryColor = 0xcea8ff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xf05e59
|
||||
cfg shyre { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13370 // Damage value, must be unique
|
||||
PrimaryColor = 0x073c91 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xd6d60d
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg hotspring { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13331 // Damage value, must be unique
|
||||
PrimaryColor = 0xb0e2ff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x9af5a0
|
||||
cfg twilight { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13371 // Damage value, must be unique
|
||||
PrimaryColor = 0x919191 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x333333
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg balanced { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13349 // Damage value, must be unique
|
||||
PrimaryColor = 0x736d70 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x6d757d
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg gorgon { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13341 // Damage value, must be unique
|
||||
PrimaryColor = 0x215224 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xfffb00
|
||||
}
|
||||
}
|
||||
cfg HoneyCombs {
|
||||
cfg formic { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13340 // Damage value, must be unique
|
||||
PrimaryColor = 0x5db0a2 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x5db079
|
||||
}
|
||||
cfg gorgon { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13341 // Damage value, must be unique
|
||||
PrimaryColor = 0x215224 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xfffb00
|
||||
}
|
||||
cfg balanced { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13349 // Damage value, must be unique
|
||||
PrimaryColor = 0x736d70 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x6d757d
|
||||
}
|
||||
cfg hotspring { // Section name used in localization, custom stack name, etc.
|
||||
ID = 13331 // Damage value, must be unique
|
||||
PrimaryColor = 0xb0e2ff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x9af5a0
|
||||
}
|
||||
cfg oxygenated { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14003 // Damage value, must be unique
|
||||
PrimaryColor = 0xcea8ff // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xf05e59
|
||||
}
|
||||
cfg sniper { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14005 // Damage value, must be unique
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x0f7d27
|
||||
}
|
||||
cfg trinity {
|
||||
ID = 13338
|
||||
PrimaryColor = 0xffffff
|
||||
SecondaryColor = 0x92960b
|
||||
}
|
||||
cfg gun { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14006 // Damage value, must be unique
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x827a0c
|
||||
}
|
||||
cfg cannon { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14007 // Damage value, must be unique
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x07228c
|
||||
}
|
||||
cfg bomb { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14008 // Damage value, must be unique
|
||||
PrimaryColor = 0x262626 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x961412
|
||||
}
|
||||
cfg gravitybound { // Section name used in localization, custom stack name, etc.
|
||||
ID = 14009 // Damage value, must be unique
|
||||
PrimaryColor = 0x06347a // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xc7c7c7
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
cfg HoneyDrops {
|
||||
cfg meatball {
|
||||
ID = 13337
|
||||
@@ -536,6 +943,7 @@ if HaveForestryModule Bees <<
|
||||
SecondaryColor = 0x0000FF
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Custom Flower allele that accepts gold blocks and spreads gold ore
|
||||
|
||||
|
||||
@@ -8,6 +8,38 @@ gendustry.honeycomb.balanced.name=Balanced Comb
|
||||
gendustry.honeycomb.gorgon.name=Gorgon Comb
|
||||
gendustry.bees.species.Gorgon=Gorgon
|
||||
gendustry.bees.species.Alchemical=EMBee
|
||||
gendustry.bees.species.Fiotic=Fiotic
|
||||
gendustry.bees.species.Feesh=Feesh
|
||||
gendustry.bees.species.Fiotic=Fios
|
||||
gendustry.bees.species.Feesh=StaffiX
|
||||
gendustry.honeycomb.alchemical.name=Alchemical Comb
|
||||
gendustry.honeycomb.hotspring.name=Hot Spring Comb
|
||||
gendustry.honeycomb.trinity.name=Trinity Comb
|
||||
gendustry.honeycomb.formic.name=Formic Comb
|
||||
gendustry.honeycomb.beacon.name=Beecon Comb
|
||||
gendustry.honeycomb.shyre.name=Shyre Comb
|
||||
gendustry.honeycomb.twilight.name=Twilight Comb
|
||||
gendustry.honeycomb.uranium.name=Uranium Comb
|
||||
gendustry.honeycomb.thorium.name=Thorium Comb
|
||||
gendustry.honeycomb.oxygenated.name=Oxygen Comb
|
||||
gendustry.honeycomb.sniper.name=Sniper Rifle Comb
|
||||
gendustry.honeycomb.gun.name=Pistol Comb
|
||||
gendustry.honeycomb.cannon.name=Cannon Comb
|
||||
gendustry.honeycomb.bomb.name=Bomb Comb
|
||||
gendustry.honeycomb.gravitybound.name=Gravity Comb
|
||||
gendustry.bees.species.Springwater=Spring Water
|
||||
gendustry.bees.species.GunDevil=Gun Devil
|
||||
gendustry.bees.species.Oxygen=Oxygen
|
||||
gendustry.bees.species.Bomber=Bomber
|
||||
gendustry.bees.species.Luctor=Luctor
|
||||
gendustry.bees.species.Twilight=Twilight Horde
|
||||
gendustry.bees.species.Radiant=Radiant
|
||||
gendustry.bees.species.Sniper=Sniper
|
||||
gendustry.bees.species.Shyre=Shyre Empire
|
||||
gendustry.bees.species.Fissile=Fissile
|
||||
gendustry.bees.species.Uranium=Uranium
|
||||
gendustry.bees.species.Gravity=Gravity
|
||||
gendustry.bees.species.Gunman=Gunman
|
||||
gendustry.bees.species.Armored=Armored
|
||||
gendustry.bees.species.Formic=Formic
|
||||
gendustry.bees.species.Artillery=Artillery
|
||||
gendustry.bees.species.Thorium=Thorium
|
||||
gendustry.bees.species.Trinity=Trinity
|
||||
|
||||
@@ -70,7 +70,7 @@ module {
|
||||
I:versionNotificationTypes=0
|
||||
|
||||
# Don't change this.
|
||||
I:versionSave=12
|
||||
I:versionSave=29
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+498
-7
@@ -209,6 +209,16 @@
|
||||
"damagemultiply": 4.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 7,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 15.0,
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 66,
|
||||
@@ -219,6 +229,16 @@
|
||||
"damagemultiply": 4.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 66,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 15.0,
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 425,
|
||||
@@ -229,6 +249,16 @@
|
||||
"damagemultiply": 1.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 425,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 12.0,
|
||||
"damagemultiply": 4.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 426,
|
||||
@@ -239,6 +269,16 @@
|
||||
"damagemultiply": 4.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 426,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 15.0,
|
||||
"damagemultiply": 6.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 50,
|
||||
@@ -249,6 +289,16 @@
|
||||
"damagemultiply": 2.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 50,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 8.0,
|
||||
"damagemultiply": 8.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 51,
|
||||
@@ -259,6 +309,16 @@
|
||||
"damagemultiply": 2.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 51,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 8.0,
|
||||
"damagemultiply": 8.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 52,
|
||||
@@ -269,6 +329,16 @@
|
||||
"damagemultiply": 3.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 52,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 8.0,
|
||||
"damagemultiply": 8.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 53,
|
||||
@@ -279,6 +349,16 @@
|
||||
"damagemultiply": 2.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 53,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 8.0,
|
||||
"damagemultiply": 8.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": -11325,
|
||||
@@ -289,6 +369,16 @@
|
||||
"damagemultiply": 4.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": -11325,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 180,
|
||||
@@ -299,6 +389,16 @@
|
||||
"damagemultiply": 6.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 180,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 181,
|
||||
@@ -309,6 +409,16 @@
|
||||
"damagemultiply": 6.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 181,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 182,
|
||||
@@ -319,6 +429,16 @@
|
||||
"damagemultiply": 6.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 182,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 183,
|
||||
@@ -329,6 +449,16 @@
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 183,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 50.0,
|
||||
"damagemultiply": 50.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 184,
|
||||
@@ -339,6 +469,16 @@
|
||||
"damagemultiply": 40.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 184,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 60.0,
|
||||
"damagemultiply": 60.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 152,
|
||||
@@ -349,6 +489,16 @@
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 152,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 420,
|
||||
@@ -359,6 +509,16 @@
|
||||
"damagemultiply": 5.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 420,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 421,
|
||||
@@ -369,6 +529,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 421,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 15.0,
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 422,
|
||||
@@ -379,6 +549,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 422,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 15.0,
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 423,
|
||||
@@ -389,6 +569,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 423,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 424,
|
||||
@@ -399,6 +589,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 424,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 818,
|
||||
@@ -409,6 +609,16 @@
|
||||
"damagemultiply": 5.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 818,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 802,
|
||||
@@ -419,6 +629,16 @@
|
||||
"damagemultiply": 5.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 802,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 815,
|
||||
@@ -429,6 +649,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 815,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 805,
|
||||
@@ -439,6 +669,16 @@
|
||||
"damagemultiply": 5.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 805,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 807,
|
||||
@@ -449,6 +689,16 @@
|
||||
"damagemultiply": 5.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 807,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 800,
|
||||
@@ -459,6 +709,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 800,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 803,
|
||||
@@ -469,6 +729,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 803,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 809,
|
||||
@@ -479,6 +749,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 809,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 804,
|
||||
@@ -489,6 +769,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 804,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 806,
|
||||
@@ -499,6 +789,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 806,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 811,
|
||||
@@ -509,6 +809,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 811,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 813,
|
||||
@@ -519,6 +829,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 813,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 40.0,
|
||||
"damagemultiply": 40.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 817,
|
||||
@@ -529,6 +849,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 817,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 821,
|
||||
@@ -539,6 +869,16 @@
|
||||
"damagemultiply": 10.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 821,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 20.0,
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 165,
|
||||
@@ -549,6 +889,16 @@
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 165,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 40.0,
|
||||
"damagemultiply": 40.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 814,
|
||||
@@ -559,6 +909,16 @@
|
||||
"damagemultiply": 15.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 814,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 819,
|
||||
@@ -569,6 +929,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 819,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 816,
|
||||
@@ -579,6 +949,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 816,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 801,
|
||||
@@ -589,6 +969,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 801,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 812,
|
||||
@@ -598,6 +988,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 812,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 810,
|
||||
@@ -608,6 +1008,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 810,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 808,
|
||||
@@ -618,6 +1028,16 @@
|
||||
"damagemultiply": 20.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 808,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 30.0,
|
||||
"damagemultiply": 30.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 820,
|
||||
@@ -628,6 +1048,16 @@
|
||||
"damagemultiply": 25.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 820,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 35.0,
|
||||
"damagemultiply": 35.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 170,
|
||||
@@ -638,6 +1068,16 @@
|
||||
"damagemultiply": 25.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 170,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 35.0,
|
||||
"damagemultiply": 35.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 171,
|
||||
@@ -648,6 +1088,16 @@
|
||||
"damagemultiply": 25.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 171,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 35.0,
|
||||
"damagemultiply": 35.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 172,
|
||||
@@ -658,6 +1108,16 @@
|
||||
"damagemultiply": 25.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 172,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 35.0,
|
||||
"damagemultiply": 35.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 173,
|
||||
@@ -668,6 +1128,16 @@
|
||||
"damagemultiply": 25.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 173,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 35.0,
|
||||
"damagemultiply": 35.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
{
|
||||
"dimension": 14676,
|
||||
@@ -677,32 +1147,42 @@
|
||||
"healthmultiply": 5.0,
|
||||
"damagemultiply": 2.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
{
|
||||
"dimension": 14676,
|
||||
"hostile": true,
|
||||
"gamestage":"hardmode",
|
||||
"result": "default",
|
||||
"multxp": 1.0,
|
||||
"healthmultiply": 10.0,
|
||||
"damagemultiply": 3.0,
|
||||
"speedmultiply": 1.0
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"passive": true,
|
||||
"hostile": true,
|
||||
"dimension": 170,
|
||||
"onjoin": true,
|
||||
"result": "allow",
|
||||
"potion": "minecraft:strength,999999,50"
|
||||
},
|
||||
{
|
||||
"passive": true,
|
||||
"hostile": true,
|
||||
"dimension": 171,
|
||||
"onjoin": true,
|
||||
"result": "allow",
|
||||
"potion": "minecraft:strength,999999,50"
|
||||
},
|
||||
{
|
||||
"passive": true,
|
||||
"hostile": true,
|
||||
"dimension": 172,
|
||||
"onjoin": true,
|
||||
"result": "allow",
|
||||
"potion": "minecraft:strength,999999,50"
|
||||
},
|
||||
{
|
||||
"passive": true,
|
||||
"hostile": true,
|
||||
"dimension": 173,
|
||||
"onjoin": true,
|
||||
"result": "allow",
|
||||
@@ -757,7 +1237,7 @@
|
||||
"onjoin": true,
|
||||
"result": "allow",
|
||||
"potion": ["minecraft:strength,999999,1",
|
||||
"minecraft:regeneration,150,255",
|
||||
"minecraft:regeneration,250,255",
|
||||
"minecraft:health_boost,999999,100",
|
||||
"minecraft:fire_resistance,999999,1",
|
||||
"minecraft:magic_resistance,999999,1",
|
||||
@@ -858,7 +1338,8 @@
|
||||
|
||||
|
||||
{
|
||||
"mob": ["mod_lavacow:raven"],
|
||||
"mob": ["mod_lavacow:raven",
|
||||
"abyssalcraft:depthsghoul"],
|
||||
"result": "deny"
|
||||
},
|
||||
|
||||
@@ -867,7 +1348,17 @@
|
||||
"mob": "minecraft:guardian",
|
||||
"mincount": {
|
||||
"amount": 30,
|
||||
"hostile": true,
|
||||
"mob": "minecraft:guardian",
|
||||
"perplayer": true
|
||||
},
|
||||
"result": "deny"
|
||||
},
|
||||
|
||||
{
|
||||
"mob": "forestry:butterflyge",
|
||||
"mincount": {
|
||||
"amount": 10,
|
||||
"mob": "forestry:butterflyge",
|
||||
"perplayer": true
|
||||
},
|
||||
"result": "deny"
|
||||
|
||||
+4022
-665
File diff suppressed because it is too large
Load Diff
+23
-7
@@ -5,18 +5,21 @@
|
||||
##########################################################################################################
|
||||
# advanced
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Advanced config options to change the way JEI functions.
|
||||
# Advanced config options to change the way HEI functions.
|
||||
##########################################################################################################
|
||||
|
||||
advanced {
|
||||
# When enabled, adds new bookmarks to the front of the bookmark list [default: false]
|
||||
B:addBookmarksToFront=false
|
||||
|
||||
# Builds search trees on multiple threads concurrently, turn this off if you're experiencing extremely high load on your CPU when loading HEI [default: true]
|
||||
B:asyncSearchTreeBuilding=true
|
||||
|
||||
# Move the JEI search bar to the bottom center of the screen. [default: false]
|
||||
# Move the HEI search bar to the bottom center of the screen. [default: false]
|
||||
B:centerSearchBarEnabled=false
|
||||
B:debugModeEnabled=false
|
||||
|
||||
# Choose if JEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
|
||||
# Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
|
||||
# [Default: mouse_pickup]
|
||||
# [Valid: [inventory, mouse_pickup]]
|
||||
S:giveMode=inventory
|
||||
@@ -27,22 +30,32 @@ advanced {
|
||||
# The maximum height of the recipe GUI. [range: 175 ~ 5000, default: 350]
|
||||
I:maxRecipeGuiHeight=350
|
||||
|
||||
# How the mod name should be formatted in the tooltip for JEI GUIs. Leave blank to disable. [Default: blue italic] [Valid: [black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic]]
|
||||
# How the mod name should be formatted in the tooltip for HEI GUIs. Leave blank to disable. [Default: blue italic] [Valid: [black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic]]
|
||||
S:modNameFormat=
|
||||
|
||||
# Enable JEI memory usage optimizations. [default: true]
|
||||
B:optimizeMemoryUsage=true
|
||||
|
||||
# Enable ultra low memory usage mode, can slow down searching by a lot however. [default: false]
|
||||
B:ultraLowMemoryUsage=false
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# misc
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Miscellaneous config options
|
||||
##########################################################################################################
|
||||
|
||||
misc {
|
||||
# Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true]
|
||||
B:mouseClickToSeeRecipes=true
|
||||
|
||||
# Show when a recipe has been changed by adding it to the item's tooltip [default: true]
|
||||
B:tooltipShowRecipeBy=true
|
||||
}
|
||||
|
||||
|
||||
rendering {
|
||||
# Stops extremely frequent ingredient draw calls by using a render buffer, improves FPS in menus by up to 2-3x. But animations and glint will not be applied correctly. [default: false]
|
||||
B:bufferIngredientRenders=false
|
||||
}
|
||||
|
||||
@@ -78,7 +91,11 @@ search {
|
||||
# [Default: disabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:resourceIdSearchMode=DISABLED
|
||||
|
||||
# Includes advanced tooltips in search trees [WILL RELOAD SEARCH TREES] [default: false]
|
||||
B:searchAdvancedTooltips=false
|
||||
|
||||
# Includes stripped diacritics version of strings in search trees [WILL RELOAD SEARCH TREES] [default: false]
|
||||
B:searchStrippedDiacritics=false
|
||||
|
||||
# Search mode for Tooltips (prefix: #)
|
||||
@@ -89,7 +106,6 @@ search {
|
||||
|
||||
|
||||
searchadvancedtooltips {
|
||||
# config.jei.searchAdvancedTooltips.search.comment [default: false]
|
||||
B:search=false
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,22 @@ world-1012401003 {
|
||||
}
|
||||
|
||||
|
||||
world-1206224488 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
|
||||
# Default item to use to fill up fluids when clicking on a fluid ingredient in the menu, (format: item_name@meta)
|
||||
S:defaultFluidContainerItem=
|
||||
|
||||
# Hide and unhide ingredients by clicking them in the list.
|
||||
B:editEnabled=false
|
||||
S:filterText=outpu item
|
||||
|
||||
# Show the list of ingredients next to open GUIs.
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-1356355984 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
@@ -213,7 +229,7 @@ world-430065538 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
B:editEnabled=false
|
||||
S:filterText=creat
|
||||
S:filterText=@aether
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
@@ -272,6 +288,16 @@ world-647993437 {
|
||||
}
|
||||
|
||||
|
||||
world-730527978 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=with bone
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-754345806 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
@@ -285,7 +311,17 @@ world-78688046 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
B:editEnabled=false
|
||||
S:filterText=astat
|
||||
S:filterText=mumm
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-867829110 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=cosm
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
@@ -512,6 +548,15 @@ world3138864 {
|
||||
}
|
||||
|
||||
|
||||
world3143046 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
B:editEnabled=false
|
||||
S:filterText=
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world3145593 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -621,17 +666,11 @@ world557676774 {
|
||||
|
||||
|
||||
world65553 {
|
||||
# Show the list of bookmarks next to open GUIs.
|
||||
B:bookmarkOverlayEnabled=true
|
||||
|
||||
# Give items instead of showing the recipe.
|
||||
B:cheatItemsEnabled=false
|
||||
|
||||
# Hide and unhide ingredients by clicking them in the list.
|
||||
B:bookmarkOverlayEnabled=false
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=nobel
|
||||
|
||||
# Show the list of ingredients next to open GUIs.
|
||||
S:filterText=@flui
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ general {
|
||||
B:cleanOnInit=true
|
||||
|
||||
# Whether to clean memory immediately when joining a world. This disrespects minInterval. If this is set to false, a minimum time of minInterval has to pass before the memory can be cleaned for the first time. [default: true]
|
||||
B:cleanOnJoin=true
|
||||
B:cleanOnJoin=false
|
||||
|
||||
# Aliases for the memory cleaning command, if you want to add multiple, spilt them with spaces. [default: ]
|
||||
S:commandAliases=
|
||||
|
||||
@@ -39,7 +39,7 @@ general {
|
||||
I:chargingChance=15
|
||||
|
||||
# Do the chickens chunkload? [range: 0 ~ 1, default: 1]
|
||||
I:chickensChunkload=1
|
||||
I:chickensChunkload=0
|
||||
|
||||
# Are the chickens immune to fire? [range: 0 ~ 1, default: 1]
|
||||
I:chickensImmuneToFire=1
|
||||
|
||||
@@ -0,0 +1,350 @@
|
||||
{
|
||||
"registryname": "aluminum_lathe",
|
||||
"localizedname": "Lathe",
|
||||
"color": "d5d8de",
|
||||
"parts": [
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"modularmachinery:blockoutputbus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"modularmachinery:blockinputbus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"libvulpes:elitemotor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"libvulpes:elitemotor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"modularmachinery:blockenergyinputhatch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:metal_decoration1@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"immersiveengineering:sheetmetal@1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"thermalfoundation:glass_alloy@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -8,7 +8,7 @@
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"description": "Replace block behind energy hatch for faster recipes",
|
||||
"description": "Replace block in front of energy hatch for faster recipes",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "duration",
|
||||
|
||||
@@ -0,0 +1,622 @@
|
||||
{
|
||||
"registryname": "blood_god_altar",
|
||||
"localizedname": "Blood God Altar",
|
||||
"color": "781116",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"modularmachinery:blockfluidinputhatch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockinputbus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"modularmachinery:blockfluidoutputhatch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:altar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:demon_stone@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"bloodmagic:blood_rune@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -4,7 +4,7 @@
|
||||
"color": "cf132f",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "twilightforest:magic_log_core@2",
|
||||
"elements": "twilightforest:magic_log_core",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
|
||||
@@ -295,7 +295,7 @@
|
||||
"y": 3,
|
||||
"z": -2,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_fire_core_disabled@0"
|
||||
"iceandfire:dragonforge_fire_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -327,7 +327,7 @@
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_ice_core_disabled@0"
|
||||
"iceandfire:dragonforge_ice_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -399,7 +399,7 @@
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_ice_core_disabled@0"
|
||||
"iceandfire:dragonforge_ice_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -423,7 +423,7 @@
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_ice_core_disabled@0"
|
||||
"iceandfire:dragonforge_ice_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -519,7 +519,7 @@
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_ice_core_disabled@0"
|
||||
"iceandfire:dragonforge_ice_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -615,7 +615,7 @@
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_fire_core_disabled@0"
|
||||
"iceandfire:dragonforge_fire_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -655,7 +655,7 @@
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_fire_core_disabled@0"
|
||||
"iceandfire:dragonforge_fire_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -671,7 +671,7 @@
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"iceandfire:dragonforge_fire_core_disabled@0"
|
||||
"iceandfire:dragonforge_fire_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"bewitchment:stone_herne_statue@1"
|
||||
"bewitchment:stone_herne_statue"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,21 @@
|
||||
"registryname": "sterilized_altar",
|
||||
"localizedname": "Sterilized Sacrificial Altar",
|
||||
"color": "011112",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "thebetweenlands:pearl_block",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"description": "replace the middle block for increased speed",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.1
|
||||
}
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
{
|
||||
"x": -1,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"registryname": "mythical_resource_miner_tier21",
|
||||
"localizedname": "Borean Mythical Void Resource Miner",
|
||||
"localizedname": "Runandor Mythical Void Resource Miner",
|
||||
"color": "383836",
|
||||
"parts": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"registryname": "mythical_resource_miner_tier22",
|
||||
"localizedname": "Runandor Mythical Void Resource Miner",
|
||||
"localizedname": "Lunalus Mythical Void Resource Miner",
|
||||
"color": "383836",
|
||||
"parts": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"registryname": "mythical_resource_miner_tier23",
|
||||
"localizedname": "Lunalus Mythical Void Resource Miner",
|
||||
"localizedname": "Borean Mythical Void Resource Miner",
|
||||
"color": "383836",
|
||||
"parts": [
|
||||
{
|
||||
|
||||
@@ -1645,10 +1645,10 @@ salt_fission {
|
||||
I:salt_fission_max_distribution_rate=4
|
||||
|
||||
# Multiplier for the fraction of stored fluid that vessels will spread to adjacent components.
|
||||
D:salt_fission_vessel_spread_ratio=0.5
|
||||
D:salt_fission_vessel_spread_ratio=1.0
|
||||
|
||||
# Multiplier for the fraction of stored fluid that heaters will spread to adjacent components.
|
||||
D:salt_fission_heater_spread_ratio=0.5
|
||||
D:salt_fission_heater_spread_ratio=1.0
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,31 @@ blacklist {
|
||||
# Fully qualified class name [default: ]
|
||||
S:blacklistedTiles <
|
||||
extrautils2:rainbowgenerator:0
|
||||
nuclearcraft:fission_controller_new_fixed
|
||||
nuclearcraft:salt_fission_controller
|
||||
nuclearcraft:heat_exchanger_controller
|
||||
nuclearcraft:turbine_controller
|
||||
nuclearcraft:fusion_core
|
||||
bigreactors:turbinecontroller
|
||||
bigreactors:reactorcontroller
|
||||
thermalexpansion:dynamo:0
|
||||
thermalexpansion:dynamo:1
|
||||
thermalexpansion:dynamo:2
|
||||
thermalexpansion:dynamo:3
|
||||
thermalexpansion:dynamo:4
|
||||
thermalexpansion:dynamo:5
|
||||
techreborn:thermal_generator
|
||||
techreborn:diesel_generator
|
||||
techreborn:semi_fluid_generator
|
||||
techreborn:solid_fuel_generator
|
||||
techreborn:dragon_egg_syphon
|
||||
industrialforegoing:protein_generator
|
||||
industrialforegoing:biofuel_generator
|
||||
cyclicmagic:peat_generator
|
||||
enderio:block_zombie_generator
|
||||
enderio:block_franken_zombie_generator
|
||||
enderio:block_ender_generator
|
||||
actuallyadditions:block_bio_reactor
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Splash screen properties
|
||||
#Tue Mar 14 19:04:31 PDT 2023
|
||||
#Sat Apr 29 21:05:55 PDT 2023
|
||||
background=0xBFBFBF
|
||||
memoryGood=0x00091A
|
||||
font=0x0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"times": [
|
||||
1358398,
|
||||
1278172,
|
||||
1276781
|
||||
989715,
|
||||
1263513,
|
||||
878384
|
||||
]
|
||||
}
|
||||
@@ -101,6 +101,10 @@ registries {
|
||||
minecraft:clay, minecraft:clay_ball, 4
|
||||
industrialforegoing:dryrubber, industrialforegoing:tinydryrubber, 9
|
||||
divinerpg:divine_stone, divinerpg:divine_shards, 9
|
||||
contenttweaker:enhanced_chaos_shard, contenttweaker:enhanced_chaos_fragment, 9
|
||||
aoa3:gilded_lotto_banner, aoa3:lotto_banner, 9
|
||||
aoa3:encrusted_lotto_banner, aoa3:gilded_lotto_banner, 9
|
||||
aoa3:bejewelled_lotto_banner, aoa3:encrusted_lotto_banner, 9
|
||||
>
|
||||
|
||||
# List of ore dictionary names to blacklist for substitution. [default: ]
|
||||
|
||||
Binary file not shown.
@@ -41,6 +41,16 @@ general {
|
||||
# DISABLED
|
||||
# REQUIRE_PREFIX
|
||||
S:"Mod Search Setting"=REQUIRE_PREFIX
|
||||
|
||||
# Valid values:
|
||||
# AUTOSEARCH
|
||||
# AUTOSEARCH_KEEP
|
||||
# MANUAL_SEARCH
|
||||
# MANUAL_SEARCH_KEEP
|
||||
# JEI_AUTOSEARCH
|
||||
# JEI_AUTOSEARCH_KEEP
|
||||
# JEI_MANUAL_SEARCH
|
||||
# JEI_MANUAL_SEARCH_KEEP
|
||||
S:"Search Box Mode"=AUTOSEARCH
|
||||
|
||||
# Valid values:
|
||||
|
||||
@@ -17,7 +17,7 @@ client {
|
||||
I:"Health Bar X"=0
|
||||
|
||||
# With CUSTOM position, sets Y position of Health Bar [range: -20000 ~ 20000, default: 0]
|
||||
I:"Health Bar Y"=0
|
||||
I:"Health Bar Y"=18
|
||||
|
||||
# Delays hiding the dialog for the given number of milliseconds [range: 50 ~ 5000, default: 400]
|
||||
I:"Hide Delay"=400
|
||||
|
||||
+294
-296
@@ -1,313 +1,311 @@
|
||||
<ul>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-core">BuildCraft|Core (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-nbt">Integrated NBT (by scleox)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/career-bees">Career Bees (by RWTema)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nothirium">Nothirium (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/startup-timer">Startup Timer (by embeddedt)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/renderlib">RenderLib (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions">RFTools Dimensions (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-mobs">Bad Mobs (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-integration">JEI Integration (by SnowShock35)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mikes-mods-library">Mike's Mods Library (by pkmnfrk)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture-tiered-crystals">Mystical Agriculture Tiered Crystals (by Electrolyte)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/born-in-a-barn">Born in a Barn (by Speiger)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-flux">Redstone Flux (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chickens">Chickens (by setycz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/infinitylib">InfinityLib (by InfinityRaider)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/alwayseat">AlwaysEat (by suppergerrie2)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors">Just Enough Reactors (by BrainStone)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hatchery">Hatchery (by GenDeathrow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mmmmmmmmmmmm">MmmMmmMmmMmm (Target Dummy) (by MehVahdJukaar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-illumination">Project Red - Illumination (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-one-probe">The One Probe (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mtlib">MTLib (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/scannable">Scannable (by Sangar_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/base">B.A.S.E (by lanse505)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-routers">Modular Routers (by desht_08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/contenttweaker">ContentTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capability-adapter">ME Capability Adapter (by rfctksSparkle)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-factory">BuildCraft|Factory (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-utilities">Extra Utilities (by RWTema)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/guide-api">Guide-API (by TehNut)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisdoors">MalisisDoors (by Ordinastie)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-magic">Blood Magic (by WayofTime)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterfps">BetterFps (by Guichaguri)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chameleon">Chameleon (by Texelsaur)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-null">/dank/null (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks">Inventory Tweaks [1.12 only] (by JimeoWan)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib">Tesla Core Lib (by face_of_cat)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mantle">Mantle (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinker-i-o">Tinker I/O (by GKBm2011)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/stackie">Stackie (by Lunatrius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev">ArchitectureCraft - TridentMC Version (by darkevilmac)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/recipe-stages">Recipe Stages (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8">CodeChicken Lib 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/valkyrielib">ValkyrieLib (by ValkyrieofNight)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openblocks">OpenBlocks (by OpenMods)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-core">CoFH Core (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/soul-shards-respawn">Soul Shards Respawn (by TehNut)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reach-fix">Reach Fix (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamistics">Dynamistics (by Eutropium)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/botania">Botania (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/applecore">AppleCore (by squeek502)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/brandons-core">Brandon's Core (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-jei">Tinker's JEI (by possible_triangle)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/armoreablemobs">ArmoreableMobs (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry-twilight-forest-spell-pack">Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-filters">Item Filters (by LatvianModder)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projecte">ProjectE (by SinKillerJ)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extreme-reactors">Extreme Reactors (by ZeroNoRyouki)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastfurnace">FastFurnace (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon">Gendustry JEI Addon (by ninjabrain1)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/drawerfps-legacy">DrawerFPS Legacy (by ACGaming56)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8">Chicken Chunks 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advent-of-ascension-nevermine">Advent of Ascension (Nevermine) (by Scimiguy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projectex">FTB ProjectEX (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/pillar">Pillar (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap">MixinBootstrap (by LX_Gaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sound-reloader">Sound Reloader (by TheWhoAreYouPerson)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bibliocraft">BiblioCraft (by Nuchaz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty">Biomes O' Plenty (by Forstride)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/agricraft">AgriCraft (by InfinityRaider)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-stages">Item Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-additions">Thaumic Additions: Reconstructed (by Zeitheron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/framed-compacting-drawers">Framed Compacting Drawers (by Eutropium)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ai-reducer">AI Reducer (by Charles445)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft">Thaumcraft (by Azanor13)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-foundation">Thermal Foundation (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xnet">XNet (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry">Electroblob's Wizardry (by Electroblob)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zenkorium-creatures">Zenkorium Creatures (by enderiumsmith)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/morpheus">Morpheus (by Quetzi)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedauto">PackagedAuto (by TheLMiffy1111)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tickcentral">TickCentral (by Terminator_NL)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extracpus">Extra CPUs (by DamnRelentless)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-innovation">Thermal Innovation (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottabletweaker">LootTableTweaker (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimensionaldoors">DimensionalDoors (by DimensionalDevelopment)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-baubles">Actually Baubles (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing">Industrial Foregoing (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips">Loot Capacitor Tooltips (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agradditions">Mystical Agradditions (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plethora-peripherals">Plethora Peripherals (by SquidDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ichunutil">iChunUtil (by ohaiiChun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived">Super Sound Muffler: Revived (by Firstnecron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-culling">Entity Culling (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bigger-packets-please">Bigger Packets Please (by ElNounch)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture">Mystical Agriculture (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/random-things">Random Things (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gunpowderlib">GunpowderLib (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io">Ender IO (by crazypants_mc_the_second)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unidict">UniDict (by WanionCane)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reliquary-v1-3">Reliquary Reincarnations (by P3pp3rF1y)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ice-and-fire-dragons">Ice and Fire: Dragons (by sbom_xela)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/official-divinerpg">DivineRPG (Official) (by NicosaurusRex99)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-expansion">Thermal Expansion (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-population-control">Mob Population Control (by MacTso)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/well">Well well well... (by Foreck1)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning">Thaumic Inventory Scanning (Thaumcraft Addon) (by BlayTheNinth)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-villagers">JEI Villagers (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-builders-wands">Better Builder's Wands (by Portablejim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels">Integrated Tunnels (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-transport">BuildCraft|Transport (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natures-compass">Nature's Compass (by Chaosyr)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lunatriuscore">LunatriusCore (by Lunatrius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zerocore">ZeroCore 2 (by ZeroNoRyouki)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/controlling">Controlling (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-booter">MixinBooter (by Rongmario)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/atomicstrykers-battle-towers">AtomicStryker's Battle Towers (by atomicstrykergrumpy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library">p455w0rd's Library (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/resource-loader">Resource Loader (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling">Tinkers' Tool Leveling (by bonusboni)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-fluid-terminal">AE2 Wireless Fluid Terminal (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded">Bad Wither No Cookie - Reloaded (by Kreezxil)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8">Ender Storage 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/akashic-tome">Akashic Tome (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plusticminusbad">xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-agricraft">Blood Agricraft (by Niyu_cuatro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools">RFTools (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-cabinet">Storage Cabinet (by AshIndigo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/shulker-tooltip">Shulker Tooltip (by ZephaniahNoah)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/btfixes">Battle Towers Fixes (by ACGaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics">Integrated Dynamics (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-erebus">The Erebus (by vadis365)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spark">spark (by Iucko)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-integration">Project Red - Integration (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/resource-loader">Resource Loader (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclops-core">Cyclops Core (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication">Project Red - Fabrication (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy">Ender IO Endergy (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisiscore">MalisisCore (by Ordinastie)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reborncore">Reborn Core (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottweaker">LootTweaker (by Daomephsta)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/libvulpes">LibVulpes (by zmaster587)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lolasm">CensoredASM (by Rongmario)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterp2p">Better P2P (by lacuda55)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer">Thaumic Tinkerer (by gaeakat)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jeid">JustEnoughIDs (by Runemoro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-exploration">Project Red - Exploration (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/astral-sorcery">Astral Sorcery (by HellFirePvP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sledgehammer">Sledgehammer (by LX_Gaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-builders">BuildCraft|Builders (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dupefix-project">DupeFix Project (by Focamacho)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-bees">JEI Bees (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cb-multipart">CB Multipart (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ranged-pumps">Ranged Pumps (by raoulvdberge)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimension-stages">Dimension Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft-integration">AbyssalCraft Integration (by Shinoow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mysticallib">MysticalLib (by Noobanidus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mrtjpcore">MrTJPCore (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-expansion">Project Red - Expansion (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing">Industrial Foregoing (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators">ToroHealth Damage Indicators (by ToroCraft)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lunatriuscore">LunatriusCore (by Lunatrius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/oc-xnet-driver">OC XNet Driver (by davenonymous)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/game-stages">Game Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-cabinet">Storage Cabinet (by AshIndigo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-compat">Buildcraft Compat (by Forge_User_75087269)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture-tiered-crystals">Mystical Agriculture Tiered Crystals (by Electrolyte)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/its-the-little-things">It's the little things (by Zlepper)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-backups-forge">FTB Backups (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-baubles">Actually Baubles (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest">The Twilight Forest (by Benimatic)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-booter">MixinBooter (by Rongmario)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry">Advanced Rocketry (by zmaster587)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-energistics-extended-life">Thaumic Energistics Extended Life (by Delfayne)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy">Ender IO Endergy (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-factory">BuildCraft|Factory (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap">MixinBootstrap (by LX_Gaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/corail-tombstone">Corail Tombstone (by Corail_31)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/findme">FindMe (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capability-adapter">ME Capability Adapter (by rfctksSparkle)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natures-compass">Nature's Compass (by Chaosyr)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ice-and-fire-dragons">Ice and Fire: Dragons (by sbom_xela)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/expanded-equivalence">Expanded Equivalence (by Zeitheron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry">Gendustry (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-crafting-terminal">Wireless Crafting Terminal (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/opencomputers">OpenComputers (by Sangar_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/iron-chests">Iron Chests (by ProgWML6)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bewitchment-legacy">Bewitchment (Legacy) (by sunconure11)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition">Spice of Life: Carrot Edition (by lordcazsius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-arsenal">Blood Arsenal (by Arcaratus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-redstone-cbe">Wireless Redstone CBE (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-core">Project Red - Core (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimension-stages">Dimension Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/building-gadgets">Building Gadgets (by Direwolf20)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-core">CoFH Core (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-quests-forge">FTB Quests (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/infinitylib">InfinityLib (by InfinityRaider)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/valkyrielib">ValkyrieLib (by ValkyrieofNight)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/double-doors">Double Doors (by Serilum)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamistics">Dynamistics (by Eutro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hammer-lib">Hammer Lib (by Zeitheron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/magic-bees">Magic Bees (by MysteriousAges)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-storage">Dank Storage (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-biome-blend">Better Biome Blend (by FionaTheMortal)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-overlays">More Overlays (by feldim245)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting">Extended Crafting (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-spells-electroblobs-wizardry">Extra Spells (Electroblob's Wizardry) (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/techreborn">Tech Reborn (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry">Gendustry (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-stuff">AE2 Stuff (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/renderlib">RenderLib (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinker-i-o">Tinker I/O (by GKBm2011)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/botania">Botania (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/controlling">Controlling (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mmmmmmmmmmmm">MmmMmmMmmMmm (Target Dummy) (by MehVahdJukaar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry-twilight-forest-spell-pack">Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/born-in-a-barn">Born in a Barn (by Speiger)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-world">CoFH World (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openblocks">OpenBlocks (by OpenMods)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-builders">BuildCraft|Builders (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bring-me-the-rings">Bring Me The Rings! (by zabi94)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integration-foregoing">Integration Foregoing (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum">Immersive Petroleum (by Flaxbeard)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/randompatches-forge">RandomPatches (Forge) (by TheRandomLabs)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-exploration">Project Red - Exploration (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottabletweaker">LootTableTweaker (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extrabotany">ExtraBotany (by ExtraMeteorP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/armoreablemobs">ArmoreableMobs (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/placebo">Placebo (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torchmaster">Torchmaster (by xalcon)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bewitchment-legacy">Bewitchment (Legacy) (by sunconure11)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plusticminusbad">xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived">Super Sound Muffler: Revived (by Firstnecron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2">Simply Jetpacks 2 (by Tomson124)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture">Mystical Agriculture (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modtweaker">ModTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-bees">JEI Bees (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-rf">BuildCraft RF: ReFluxified (by JackRaidenPH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesslocator">Tesslocator (by LatvianModder)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agradditions">Mystical Agradditions (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-utilities">Extra Utilities (by RWTema)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tipthescales">TipTheScales (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/startup-timer">Startup Timer (by embeddedt)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spark">spark (by Iucko)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cc-tweaked">CC: Tweaked (by SquidDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-additions">Thaumic Additions: Reconstructed (by Zeitheron)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar">Overloaded Armor Bar (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/brandons-core">Brandon's Core (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling">Tinkers' Tool Leveling (by bonusboni)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft-integration">AbyssalCraft Integration (by Shinoow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation">Thermal Cultivation (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blockcraftery">Blockcraftery (by EpicSquid315)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal">Redstone Arsenal (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life">AE2 Unofficial Extended Life (by PrototypeTrousers)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hatchery">Hatchery (by GenDeathrow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/silverfish">Silverfish (by Forge_User_54167930)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/particle-culling">Particle Culling (by bl4ckscor3)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded">Bad Wither No Cookie - Reloaded (by Kreezxil)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endercore">EnderCore (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon">Gendustry JEI Addon (by ninjabrain1)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-jei">Thaumic JEI (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extreme-reactors">Extreme Reactors (by ZeroNoRyouki)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/universal-tweaks">Universal Tweaks (by ACGaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crimson-warfare">Crimson Warfare (by Ta6e)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/contenttweaker">ContentTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterfps">BetterFps (by Guichaguri)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisiscore">MalisisCore (by Ordinastie)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/base">B.A.S.E (by lanse505)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zenkorium-creatures">Zenkorium Creatures (by enderiumsmith)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animus">Animus (by TeamDman)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/constructs-armory">Construct's Armory (by TheIllusiveC4)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders">Thaumic Wonders (by daedalus4096)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/roost">Roost (by timrwood)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-augment">Modular Augment (by fffxc2)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-magic">Blood Magic (by WayofTime)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openmodslib">OpenModsLib (by OpenMods)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ichunutil">iChunUtil (by ohaiiChun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endertweaker">Ender Tweaker (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/appleskin">AppleSkin (by squeek502)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dans-mouse-tweaks">dan's Mouse Tweaks (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bookshelf">Bookshelf (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-builders-wands">Better Builder's Wands (by Portablejim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty">Biomes O' Plenty (by Forstride)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/clumps">Clumps (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unidict">UniDict (by WanionCane)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/magic-bees">Magic Bees (by MysteriousAges)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/phosphor-forge">Phosphor (Forge) (by jellysquid3_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer">Just Enough Resources (JER) (by way2muchnoise)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-illumination">Project Red - Illumination (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/in-control">In Control! (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-silicon">BuildCraft|Silicon (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/compact-machines">Compact Machines (by davenonymous)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-additions">Actually Additions (by Ellpeck)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools">RFTools (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/iron-chests">Iron Chests (by ProgWML6)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod">NuclearCraft (by tomdodd4598)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reach-fix">Reach Fix (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterbedrockgen">BetterBedrockGen (by Gigabit101)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-cells-2-samlam140330s-fork">ExtraCells2 - SamLam140330's Fork (by SamLam140330)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-routers">Modular Routers (by desht_08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advent-of-ascension-nevermine">Advent of Ascension (Nevermine) (by Scimiguy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry">Electroblob's Wizardry (by Electroblob)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/patchouli">Patchouli (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedexcrafting">PackagedExCrafting (by TheLMiffy1111)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2">Simply Jetpacks 2 (by Tomson124)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/its-the-little-things">It's the little things (by Zlepper)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation">Thaumic Augmentation (by TheCodex6824)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-silicon">BuildCraft|Silicon (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-energy">BuildCraft|Energy (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/woot">Woot (by Ipsis)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/particle-culling">Particle Culling (by bl4ckscor3)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2wtlib">AE2 Wireless Terminal Library (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-magic">Modular Magic (by frinn38)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest">The Twilight Forest (by Benimatic)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft">Thaumcraft (by Azanor13)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/oc-xnet-driver">OC XNet Driver (by davenonymous)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-compat">Buildcraft Compat (by Forge_User_75087269)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft">AbyssalCraft (by Shinoow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animus">Animus (by TeamDman)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/arcane-essentials">Arcane Essentials (Electroblob's Wizardry) (by FavouriteDragon)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei">Just Enough Items (JEI) (by mezz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-backups-forge">FTB Backups (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life">AE2 Unofficial Extended Life (by PrototypeTrousers)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/broken-wings">Broken Wings (by quat1024)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10">Avaritia 1.1x (by Morpheus11011)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ctm">ConnectedTexturesMod (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-construct">Tinkers Construct (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reauth">ReAuth (by TechnicianLP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mighty-ender-chicken">Mighty Ender Chicken (by ohaiiChun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-engineering">Immersive Engineering (by BluSunrize)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/deep-mob-learning">Deep Mob Learning (by IterationFunk)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/game-stages">Game Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openmodslib">OpenModsLib (by OpenMods)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge">FTB Utilities (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubley-heart-canisters">Baubley Heart Canisters (by traverse_joe)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker">CraftTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/common-capabilities">Common Capabilities (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-evolution">Draconic Evolution (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/top-addons">TOP Addons (by DrManganese)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mcjtylib">McJtyLib (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-expansion">Project Red - Expansion (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dans-crafting-tweaks">dan's Crafting Tweaks (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-quests-forge">FTB Quests (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/initial-inventory">Initial Inventory (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/phosphor-forge">Phosphor (Forge) (by jellysquid3_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modtweaker">ModTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-compat">Project Red - Compat (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-utilities">Ender Utilities (by masady)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-pattern-terminal">Wireless Pattern Terminal (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/environmental-tech">Environmental Tech (by ValkyrieofNight)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/flux-networks">Flux Networks (by sonar_sonic)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-interface-terminal">AE2 Wireless Interface Terminal (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chisel">Chisel (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge">FTB Library (Forge) (Legacy) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-additions">Actually Additions (by Ellpeck)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/compact-machines">Compact Machines (by davenonymous)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-stuff">AE2 Stuff (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blockcraftery">Blockcraftery (by EpicSquid315)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/angry-pixel-the-betweenlands-mod">[ANGRY PIXEL] The Betweenlands (by MrCompost)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisblocks">MalisisBlocks (by Ordinastie)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aether">The Aether (by GildedGames)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fermion-core">Fermion Lib (by TheSilkMiner)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-network-visualiser">AE2 Network Visualiser (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/appleskin">AppleSkin (by squeek502)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-calculation">Just Enough Calculation (by towdium)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-rf">BuildCraft RF: ReFluxified (by JackRaidenPH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endertweaker">Ender Tweaker (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bookshelf">Bookshelf (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal">Redstone Arsenal (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/placebo">Placebo (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/foamfix-optimization-mod">FoamFix (by asiekierka)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/double-doors">Double Doors (by Serilum)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-main-menu">Custom Main Menu (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod">NuclearCraft (by tomdodd4598)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/silverfish">Silverfish (by Forge_User_54167930)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin">Shadowfacts' Forgelin (by ShadowfactsDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantments-control">Enchantments Control (by austeretony)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/collective">Collective (by Serilum)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesslocator">Tesslocator (by LatvianModder)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/deep-mob-learning-blood-magic-addon">Deep Mob Learning - Blood Magic Addon (by IterationFunk)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottweaker">LootTweaker (by Daomephsta)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclic">Cyclic (by Lothrazar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/autoreglib">AutoRegLib (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips">Loot Capacitor Tooltips (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chickens">Chickens (by setycz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8">Ender Storage 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-innovation">Thermal Innovation (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wanionlib">WanionLib (by WanionCane)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bdlib">BdLib (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/building-gadgets">Building Gadgets (by Direwolf20)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-cells-2-samlam140330s-fork">ExtraCells2 - SamLam140330's Fork (by SamLam140330)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-void-world">Simple Void World (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/findme">FindMe (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/in-control">In Control! (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ido">Idō (Deprecated) (by bagu_chan500)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-energistics">Thaumic Energistics (by nividica)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-jei">Thaumic JEI (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/railcraft">Railcraft (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/constructs-armory">Construct's Armory (by TheIllusiveC4)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-stages">Mob Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum">Immersive Petroleum (by Flaxbeard)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubles">Baubles (by Azanor13)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integration-foregoing">Integration Foregoing (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-machinery">Modular Machinery (by HellFirePvP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-world">CoFH World (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works">Unlimited Chisel Works (by asiekierka)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fishs-undead-rising">Fish's Undead Rising (by fish0016054)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tipthescales">TipTheScales (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/randompatches-forge">RandomPatches (Forge) (by TheRandomLabs)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics">Thermal Dynamics (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar">Overloaded Armor Bar (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crimson-warfare">Crimson Warfare (by Ta6e)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer">Just Enough Resources (JER) (by way2muchnoise)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/binnies-mods">Binnie's Mods (by _ForgeUser9116757)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cc-tweaked">CC: Tweaked (by SquidDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry">Advanced Rocketry (by zmaster587)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/multifarm-crops">Multifarm Crops (by mallrat208)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/techreborn">Tech Reborn (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/llibrary">LLibrary (by mmdlexiconn)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-sound-config">Sound Device Options (by ichttt)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/astral-sorcery">Astral Sorcery (by HellFirePvP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib">Tesla Core Lib (by face_of_cat)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-core">BuildCraft|Core (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-integration">Project Red - Integration (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial">Better Questing Unofficial (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge">FTB Library (Forge) (Legacy) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-calculation">Just Enough Calculation (by towdium)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xtones">Xtones (by TehNut)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/woot">Woot (by Ipsis)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-construct">Tinkers Construct (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chisel">Chisel (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fps-reducer">FPS Reducer (by bre2el)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/angry-pixel-the-betweenlands-mod">[ANGRY PIXEL] The Betweenlands (by MrCompost)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/stackie">Stackie (by Lunatrius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tiny-mob-farm">Tiny Mob Farm (by davidmaamoaix)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extrabotany">ExtraBotany (by ExtraMeteorP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ai-reducer">AI Reducer (by Charles445)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bring-me-the-rings">Bring Me The Rings! (by zabi94)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/moar-tinkers">Moar Tinkers (by AshuraNoYami)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/clumps">Clumps (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/journeymap">JourneyMap (by techbrew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/memory-cleaner-mod">Memory Cleaner Mod (by TCreopargh)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/shulker-tooltip">Shulker Tooltip (by ZephaniahNoah)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torcherino">Torcherino (by sci4me)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterbedrockgen">BetterBedrockGen (by Gigabit101)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/universal-tweaks">Universal Tweaks (by ACGaming56)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/variegated">Variegated (by Noobanidus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation">Thermal Cultivation (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endercore">EnderCore (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-spells-electroblobs-wizardry">Extra Spells (Electroblob's Wizardry) (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework">AE2 Fluid Crafting Rework (by jojo2k333)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators">ToroHealth Damage Indicators (by ToroCraft)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dans-mouse-tweaks">dan's Mouse Tweaks (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-drawers">Storage Drawers (by Texelsaur)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/forestry">Forestry (by mezz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natura">Natura (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torchmaster">Torchmaster (by xalcon)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/applecore">AppleCore (by squeek502)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nothirium">Nothirium (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev">ArchitectureCraft - TridentMC Version (by darkevilmac)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mod-name-tooltip">Mod Name Tooltip (by mezz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reborncore">Reborn Core (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked">Cosmetic Armor Reworked (by LainMI)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-erebus">The Erebus (by vadis365)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-nbt">Integrated NBT (by scleox)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting">Extended Crafting (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-overlays">More Overlays (by feldim245)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mtlib">MTLib (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-network-visualiser">AE2 Network Visualiser (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-magic">Modular Magic (by frinn38)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/collective">Collective (by Serilum)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/titles">Titles (by Aurilux)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-agricraft">Blood Agricraft (by Niyu_cuatro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8">CodeChicken Lib 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bigger-packets-please">Bigger Packets Please (by ElNounch)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-stages">Mob Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-transport">BuildCraft|Transport (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-redstone-cbe">Wireless Redstone CBE (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/morpheus">Morpheus (by Quetzi)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io">Ender IO (by crazypants_mc_the_second)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-expansion">Thermal Expansion (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions">RFTools Dimensions (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/memory-cleaner-mod">Memory Cleaner Mod (by TCreopargh)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-villagers">JEI Villagers (by Buuz135)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-storage">Dank Storage (by tfarecnim)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker">CraftTweaker (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ctm">ConnectedTexturesMod (by tterrag1098)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge">FTB Utilities (Forge) (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/common-capabilities">Common Capabilities (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dme">Deep Mob Evolution (by Pansmith)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning">Thaumic Inventory Scanning (Thaumcraft Addon) (by BlayTheNinth)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/opencomputers">OpenComputers (by Sangar_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projecte">ProjectE (by SinKillerJ)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10">Avaritia 1.1x (by Morpheus11011)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/roost">Roost (by timrwood)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mantle">Mantle (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/recipe-stages">Recipe Stages (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mysticallib">MysticalLib (by Noobanidus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterp2p">Better P2P (by lacuda55)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sound-reloader">Sound Reloader (by TheWhoAreYouPerson)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gunpowderlib">GunpowderLib (by Jackyy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zerocore">ZeroCore 2 (by ZeroNoRyouki)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/journeymap">JourneyMap (by techbrew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mikes-mods-library">Mike's Mods Library (by pkmnfrk)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reliquary-v1-3">Reliquary Reincarnations (by P3pp3rF1y)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/official-divinerpg">DivineRPG (Official) (by NicosaurusRex99)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extracpus">Extra CPUs (by Relentless)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mighty-ender-chicken">Mighty Ender Chicken (by ohaiiChun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fermion-core">Fermion Lib (by TheSilkMiner)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks">Inventory Tweaks [1.12 only] (by JimeoWan)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-null">/dank/null (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/top-addons">TOP Addons (by DrManganese)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/alwayseat">AlwaysEat (by suppergerrie2)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-arsenal">Blood Arsenal (by Arcaratus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-evolution">Draconic Evolution (by brandon3055)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/scannable">Scannable (by Sangar_)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-compat">Project Red - Compat (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aether">The Aether (by TheAetherTeam)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/forestry">Forestry (by mezz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubles">Baubles (by Azanor13)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft">AbyssalCraft (by Shinoow)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-biome-blend">Better Biome Blend (by FionaTheMortal)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/guide-api">Guide-API (by TehNut)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-population-control">Mob Population Control (by MacTso)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bdlib">BdLib (by bdew)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-culling">Entity Culling (by meldexun)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/random-things">Random Things (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-filters">Item Filters (by LatvianModder)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/broken-wings">Broken Wings (by quat1024)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/initial-inventory">Initial Inventory (by Jaredlll08)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/autoreglib">AutoRegLib (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-drawers">Storage Drawers (by Texelsaur)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors">Just Enough Reactors (by BrainStone)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-integration">JEI Integration (by SnowShock35)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation">Thaumic Augmentation (by TheCodex6824)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ido">Idō (Deprecated) (by bagu_chan500)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/akashic-tome">Akashic Tome (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisblocks">MalisisBlocks (by Ordinastie)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-core">Project Red - Core (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torcherino">Torcherino (by sci4me)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-trophies">Simple Trophies (by quat1024)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/framed-compacting-drawers">Framed Compacting Drawers (by Eutro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-void-world">Simple Void World (by modmuss50)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/moar-tinkers">Moar Tinkers (by AshuraNoYami)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8">Chicken Chunks 1.8.+ (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedauto">PackagedAuto (by TheLMiffy1111)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/arcane-essentials">Arcane Essentials (Electroblob's Wizardry) (by FavouriteDragon)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sledgehammer">Sledgehammer (by LX_Gaming)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ranged-pumps">Ranged Pumps (by raoulvdberge)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-energy">BuildCraft|Energy (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimensionaldoors">DimensionalDoors (by DimensionalDevelopment)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin">Shadowfacts' Forgelin (by ShadowfactsDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/soul-shards-respawn">Soul Shards Respawn (by TehNut)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bibliocraft">BiblioCraft (by Nuchaz)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels">Integrated Tunnels (by kroeser)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mcjtylib">McJtyLib (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/career-bees">Career Bees (by RWTema)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/llibrary">LLibrary (by mmdlexiconn)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plethora-peripherals">Plethora Peripherals (by SquidDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-engineering">Immersive Engineering (by BluSunrize)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by BlakeBr0)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jeid">JustEnoughIDs (by Runemoro)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xnet">XNet (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/environmental-tech">Environmental Tech (by ValkyrieofNight)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/binnies-mods">Binnie's Mods (by _ForgeUser9116757)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/had-enough-items">Had Enough Items (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dupefix-project">DupeFix Project (by Focamacho)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-machinery">Modular Machinery (by HellFirePvP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-flux">Redstone Flux (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-utilities">Ender Utilities (by masady)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-sound-config">Sound Device Options (by ichttt)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-one-probe">The One Probe (by McJty)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication">Project Red - Fabrication (by MrTJP)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/multifarm-crops">Multifarm Crops (by mallrat208)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projectex">FTB ProjectEX (by FTB)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fishs-undead-rising">Fish's Undead Rising (by fish0016054)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics">Thermal Dynamics (by TeamCoFH)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/pillar">Pillar (by Vazkii)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer">Thaumic Tinkerer (by gaeakat)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclic">Cyclic (by Lothrazar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-main-menu">Custom Main Menu (by Lumien231)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lolasm">CensoredASM (by Rongmario)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library">p455w0rd's Library (by TheRealp455w0rd)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition">Spice of Life: Carrot Edition (by lordcazsius)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/agricraft">AgriCraft (by InfinityRaider)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cb-multipart">CB Multipart (by covers1624)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chameleon">Chameleon (by Texelsaur)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/flux-networks">Flux Networks (by sonar_sonic)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works">Unlimited Chisel Works (by asiekierka)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/variegated">Variegated (by Noobanidus)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework">AE2 Fluid Crafting Rework (by jojo2k333)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natura">Natura (by mDiyo)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/railcraft">Railcraft (by Covert_Jaguar)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastfurnace">FastFurnace (by Shadows_of_Fire)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/deep-blood-evolution">Deep Blood Evolution (by jojo2k333)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/foamfix-optimization-mod">FoamFix (by asiekierka)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-jei">Tinker's JEI (by possible_triangle)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/atomicstrykers-battle-towers">AtomicStryker's Battle Towers (by atomicstrykergrumpy)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubley-heart-canisters">Baubley Heart Canisters (by traverse_joe)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantments-control">Enchantments Control (by austeretony)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-mobs">Bad Mobs (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-stages">Item Stages (by DarkhaxDev)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dans-crafting-tweaks">dan's Crafting Tweaks (by CleanroomMC)</a></li>
|
||||
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reauth">ReAuth (by TechnicianLP)</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [0],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "minecraft:dirt",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 2000
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [0],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "minecraft:dirt",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 2000
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"generatorType": "SURFACE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [151],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 500
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user