Added, removed and updated mods.

Added Thermal Foundation, Expansion, Locomotion and Cultivation.

Added Extreme Reactors.

Added Mekanism: Generators.

Added ZeroCore 2

Updated Create: Alloyed, AE2, Ars Nouveau, WTHIT, Iron Furnaces and Iron Chest.

Removed SimpleTomb.
This commit is contained in:
2022-05-16 02:12:57 -05:00
parent 0c8bf14c38
commit 42ca281cb4
30 changed files with 176 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
#need help ? http://adfoc.us/70606381270177
#Thu May 12 15:52:30 CDT 2022
#Sun May 15 21:56:02 CDT 2022
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon

View File

@@ -1,3 +1,3 @@
#need help ? http://adfoc.us/70606381270177
#Thu May 12 15:52:30 CDT 2022
#Sun May 15 21:56:01 CDT 2022
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon

View File

@@ -1,3 +1,3 @@
#need help ? http://adfoc.us/70606381270177
#Thu May 12 15:52:36 CDT 2022
#Sun May 15 21:56:07 CDT 2022
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon

View File

@@ -74,7 +74,7 @@
[performance.model-building]
#performance.model-building.thead-count.comment
#Range: 1 ~ 4
#Range: 1 ~ 8
thead-count = 4
[gui]

View File

@@ -14,6 +14,6 @@
[performance.saving]
#performance.saving.thread-count.comment
#Range: 1 ~ 4
#Range: 1 ~ 8
thread-count = 4

View File

@@ -20,7 +20,6 @@ Applied Energistics 2
Applied Mekanistics
Ars Nouveau
Beyond Earth
Biomes O' Plenty
Botania
CC: Tweaked
Chisels & bits

View File

@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu May 12 16:01:53 CDT 2022
#Sun May 15 21:57:28 CDT 2022
enableDebug=false
maxShadowRenderDistance=9
shaderPack=

View File

@@ -13,7 +13,7 @@
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates": false,
"always_defer_chunk_updates": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_particle_culling": true,

View File

@@ -0,0 +1,20 @@
{
"blocks": [
"minecraft:barrier",
"minecraft:structure_void"
],
"blockEntityTypes": [],
"entityTypes": [
"minecraft:area_effect_cloud",
"minecraft:experience_orb",
"minecraft:fireball",
"minecraft:firework_rocket",
"minecraft:snowball"
],
"configVersion": 0,
"pluginHash": [
1510828157,
0,
1532117445
]
}

View File

@@ -0,0 +1,57 @@
{
"general": {
"displayTooltip": true,
"shiftForDetails": false,
"displayMode": "TOGGLE",
"hideFromPlayerList": true,
"hideFromDebug": true,
"enableTextToSpeech": false,
"rateLimit": 250,
"maxHealthForRender": 40,
"maxHeartsPerLine": 10
},
"overlay": {
"position": {
"align": {
"x": "CENTER",
"y": "TOP"
},
"anchor": {
"x": "CENTER",
"y": "TOP"
},
"x": 0,
"y": 0,
"bossBarsOverlap": false
},
"color": {
"alpha": 80,
"themes": [
{
"id": "waila:dark",
"backgroundColor": 1250067,
"gradientStart": 3684408,
"gradientEnd": 2368548,
"fontColor": 10526880
},
{
"id": "waila:vanilla",
"backgroundColor": 1048592,
"gradientStart": 5243135,
"gradientEnd": 2621567,
"fontColor": 10526880
}
],
"activeTheme": "waila:vanilla"
},
"scale": 1.0
},
"formatter": {
"modName": "§9§o%s",
"blockName": "§f%s",
"fluidName": "§f%s",
"entityName": "§f%s",
"registryName": "§8%s"
},
"configVersion": 1
}

View File

@@ -0,0 +1,35 @@
{
"waila": {
"show_blocks": true,
"show_fluids": false,
"show_entities": true,
"show_icon": true,
"show_mod_name": true,
"show_registry": false,
"show_entity_hp": true,
"show_states": false,
"show_pos": false
},
"minecraft": {
"item_entity": true,
"override.infested": true,
"override.trapped_chest": true,
"override.powder_snow": true,
"pet.owner": true,
"furnace_contents": true,
"jukebox.record": true,
"spawner_type": true,
"crop_progress": true,
"redstone.lever": true,
"redstone.repeater": true,
"redstone.comparator": true,
"redstone.level": true,
"player_head.name": true,
"level.composter": true,
"level.honey": true,
"note_block.type": true,
"note_block.note": "SHARP",
"note_block.int_value": false,
"pet.hide_unknown_owner": false
}
}