Added optimization mods and Decor mod.

This commit is contained in:
2022-05-12 17:04:53 -05:00
parent 0cb51d45c0
commit 2abf37d07b
17 changed files with 97 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
#need help ? http://adfoc.us/70606381270177
#Tue May 10 19:34:03 CDT 2022
#Thu May 12 15:52:30 CDT 2022
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon

View File

@@ -1,3 +1,3 @@
#need help ? http://adfoc.us/70606381270177
#Tue May 10 19:34:03 CDT 2022
#Thu May 12 15:52:30 CDT 2022
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon

View File

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

View File

@@ -0,0 +1,8 @@
#Decorative Blocks Configs
[general]
#Bonfire Activator (define a resource location
"bonfire activator" = "minecraft:blaze_powder"
#Disable thatch creation on shearing hay bale
"thatch enabled" = true

View File

@@ -48,4 +48,4 @@ Iron Chests: Restocked
Iron Furnaces
Iron Jetpacks
Tinkers' Integrations and Tweaks
Guidebook
Decorative Blocks

View File

@@ -0,0 +1,6 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu May 12 16:01:53 CDT 2022
enableDebug=false
maxShadowRenderDistance=9
shaderPack=
enableShaders=true

View File

@@ -1526,6 +1526,8 @@
"Narrator Readout" = false
"Zombie Villagers On Normal" = false
"Game Nerfs" = false
"Enchantments Begone" = false
"Empty NBT Begone" = false
[experimental.overlay_shader]
#Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic).
@@ -1555,6 +1557,9 @@
#Makes Sheep not drop Wool when killed
"Disable Wool Drops" = true
[experimental.enchantments_begone]
"Enchantments To Begone" = []
[oddities]
Pipes = true
Crate = true

View File

@@ -0,0 +1,6 @@
# This is the configuration file for Rubidium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1,26 @@
{
"quality": {
"weather_quality": "FAST",
"leaves_quality": "FAST",
"enable_vignette": true
},
"advanced": {
"arena_memory_allocator": "ASYNC",
"allow_direct_memory_access": true,
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates": false,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_particle_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true
},
"notifications": {
"hide_donation_button": false
}
}