First commit

This commit is contained in:
BBaoVanC 2020-11-04 17:01:44 -06:00
commit 362d6ae161
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
26 changed files with 1241 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
.minecraft/crash-reports/
.minecraft/logs/
.minecraft/modcore/
.minecraft/mods/autotip/
.minecraft/resourcepacks/
.minecraft/saves/
.minecraft/screenshots/
.minecraft/server-resource-packs/
.minecraft/config/reminders.cfg
.minecraft/patcher/negative_cache.txt
.minecraft/servers.dat
.minecraft/usercache.json
.minecraft/usernamecache.json

View File

@ -0,0 +1,34 @@
# Configuration file
cpsmod {
B:enabled=true
I:posX=901
I:posY=72
}
fpsmod {
B:enabled=true
I:posX=901
I:posY=87
}
global {
I:bgPressed=-905969665
I:bgUnpressed=-922746880
B:chroma=false
I:fadingtime=1
D:scale=1.0
I:textPressed=-16777216
I:textUnpressed=-1
}
guikeystrokes {
I:mode=2
I:posX=901
I:posY=0
}

View File

@ -0,0 +1,50 @@
{
"clearConsoleOnLoad": {
"value": true
},
"consoleBackgroundColor": {
"value": {
"value": -15395563,
"falpha": 0.0
}
},
"consoleFontSize": {
"value": "9"
},
"consoleForegroundColor": {
"value": {
"value": -3092272,
"falpha": 0.0
}
},
"consolePrettyFont": {
"value": true
},
"consoleTheme": {
"value": "default.dark"
},
"customTheme": {
"value": false
},
"moduleImportHelp": {
"value": true
},
"modulesFolder": {
"value": "./config/ChatTriggers/modules/"
},
"openConsoleOnError": {
"value": false
},
"printChatToConsole": {
"value": true
},
"showUpdatesInChat": {
"value": true
},
"threadedLoading": {
"value": true
},
"updateModulesOnBoot": {
"value": true
}
}

View File

@ -0,0 +1,16 @@
# Configuration file
~CONFIG_VERSION: 0.1
"old animations" {
B:"Disable hearts in hotbar flashing"=true
B:"Enable 1st person rod scaling"=true
B:"Enable 3rd person sword block position"=true
B:"Enable armor turning red on taking damage"=true
B:"Enable deep red for armor turning red"=true
B:"Enable old blockhitting"=true
B:"Enable old enchantment glint"=false
B:"Enable punching while consuming food / potions, drawing a bow, ..."=true
}

View File

@ -0,0 +1,75 @@
# Configuration file
client {
# Replace the vanilla bucket models with Forges own dynamic bucket model. Unifies bucket visuals if a mod uses the Forge bucket model.
B:replaceVanillaBucketModel=false
}
general {
# Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github.
B:disableVersionCheck=false
# Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024
I:clumpingThreshold=64
# Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI.
B:sortRecipies=true
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=false
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=false
# Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false
B:fullBoundingBoxLadders=false
# Control the range of sky blending for colored skies in biomes.
I:biomeSkyBlendRange <
2
4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
>
# Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic.
D:zombieBaseSummonChance=0.1
# Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic.
D:zombieBabyChance=0.05
# The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld.
I:defaultSpawnFuzz=20
# If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location.
B:spawnHasFuzz=true
# Enable the forge block rendering pipeline - fixes the lighting of custom models.
B:forgeLightPipelineEnabled=true
# Set this to just disable the texture stitcher from writing the '{name}_{mipmap}.png files to disc. Just a small performance tweak. Default: true
B:disableStitchedFileSaving=true
B:enableGlobalConfig=false
}
version_checking {
# Enable the entire mod update check system. This only applies to mods using the Forge system.
B:Global=true
}

View File

@ -0,0 +1,47 @@
# Configuration file
##########################################################################################################
# Forge
#--------------------------------------------------------------------------------------------------------#
# Sample mod specific control section.
# Copy this section and rename the with the modid for the mod you wish to override.
# A value of zero in either entry effectively disables any chunkloading capabilities
# for that mod
##########################################################################################################
Forge {
# Maximum chunks per ticket for the mod.
I:maximumChunksPerTicket=25
# Maximum ticket count for the mod. Zero disables chunkloading capabilities.
I:maximumTicketCount=200
}
##########################################################################################################
# defaults
#--------------------------------------------------------------------------------------------------------#
# Default configuration for forge chunk loading control
##########################################################################################################
defaults {
# Are mod overrides enabled?
B:enabled=true
# The default maximum number of chunks a mod can force, per ticket,
# for a mod without an override. This is the maximum number of chunks a single ticket can force.
I:maximumChunksPerTicket=25
# The default maximum ticket count for a mod which does not have an override
# in this file. This is the number of chunk loading requests a mod is allowed to make.
I:maximumTicketCount=200
# The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
I:playerTicketCount=500
# Unloaded chunks can first be kept in a dormant cache for quicker
# loading times. Specify the size (in chunks) of that cache here
I:dormantChunkCacheSize=0
}

View File

@ -0,0 +1,41 @@
# Configuration file
~CONFIG_VERSION: SimpleMods Config
armorstatushud {
B:"Align armor horizontally"=false
B:"Enable ArmorStatusHud"=true
I:"Space between each armor piece"=5
D:armorstatus_X=0.0
D:armorstatus_Y=0.5
}
directionhud {
B:"Enable DirectionHud"=false
D:directionhud_X=0.4791666666666667
D:directionhud_Y=0.0
}
statuseffecthud {
B:"Enable StatusEffectHud"=true
B:"Render background of potion effects"=false
B:"Render effects from top to bottom"=true
D:"Scaling of the potion effects (default: 1.0)"=1.0
B:"Show effect duration"=true
B:"Show effect icon"=true
B:"Show effect name"=true
D:statuseffect_X=0.0
D:statuseffect_Y=0.0
}
togglesprint {
B:"Enable ToggleSprint upon start"=true
S:"Name shown on the screen when activated"=Sprint enabled
D:togglesprint_text_X=0.003125
D:togglesprint_text_Y=0.9796296296296296
}

View File

@ -0,0 +1,358 @@
[bug_fixes]
[bug_fixes.general]
mouse_bind_fix = true
layers_in_tab = true
keep_shaders_on_perspective_change = true
parallax_fix = false
culling_fix = false
better_keybind_handling = true
[bug_fixes.security]
resource_exploit_fix = true
[bug_fixes.world]
sky_height = true
[bug_fixes.entities]
arrow_lighting = false
[bug_fixes.chat]
case_insensitive_commands = true
command_handling = true
[bug_fixes.screen]
reset_death_timers = true
[bug_fixes.rendering]
player_void_rendering = true
[bug_fixes.window]
fullscreen_fix = true
[bug_fixes.lighting]
chunk_lighting = true
[bug_fixes.movement]
arm_rotation = true
head_rotations = true
mouse_delay_fix = true
[performance]
[performance.entity_rendering]
disable_nametag_boxes = false
disable_attached_arrows = false
disable_item_frames = false
entity_render_distance = 64
disable_grounded_arrows = false
entity_render_distance_toggle = false
disable_moving_arrows = false
disable_semitransparent_players = false
disable_skulls = false
disable_armorstands = false
disable_enchantment_books = false
[performance.general]
disable_enchantment_glint = false
disable_gl_error_checking = true
disable_end_portals = false
[performance.world]
batch_model_rendering = true
disable_mob_spawning = false
single_model_render_call = true
remove_cloud_transparency = false
static_fog_color = true
low_animation_tick = true
optimized_cloud_renderer = true
instant_world_swapping = true
constant_fog_color_checking = true
[performance.culling]
particle_culling = true
entity_culling_interval = 0
"don't_cull_armor_stand_nametags" = false
smart_entity_culling = true
entity_culling = true
"don't_cull_nametags" = true
"don't_cull_player_nametags" = false
"don't_cull_entity_nametags" = false
[performance.text_rendering]
cache_font_data = true
optimized_font_renderer = true
[performance.resources]
downscale_pack_images = true
[performance.rendering]
disable_attached_arrows = false
entity_render_distance = 64
disable_moving_arrows = false
disable_enchantment_glint = false
disable_shadowed_text = false
disable_end_portals = false
disable_item_frames = false
disable_grounded_arrows = false
cache_font_data = true
entity_render_distance_toggle = false
optimized_cloud_renderer = true
disable_skulls = false
optimized_font_renderer = true
disable_semitransparent_players = false
disable_armorstands = false
disable_enchantment_books = false
[performance.particles]
disable_breaking_particles = false
static_particle_color = true
[performance.items]
item_searching = true
optimized_item_renderer = true
[miscellaneous]
[miscellaneous.general]
log_optimizer_amount = 30
better_camera = true
crosshair_perspective = false
better_f1 = false
log_optimizer = false
[miscellaneous.tab]
number_ping = true
toggle_tab = false
[miscellaneous.blocks]
remove_ground_foliage = false
[miscellaneous.blocks.1]
12_farm_selection_boxes = true
[miscellaneous.optifine]
smooth_scroll-to-zoom_animation = false
smooth_zoom_animation = false
toggle_to_zoom = false
zoom_smooth_camera = false
zoom_sensitivity = 100
smooth_zoom_function = 0
simplify_fps_counter = true
zoom_adjustment = true
[miscellaneous.overlays]
remove_water_overlay = false
disable_achievements = false
remove_inverted_colors_from_crosshair = false
nausea_effect = false
fire_overlay_height = 0
[miscellaneous.rendering]
disable_breaking_particles = false
smart_fullbright = true
show_own_nametag = false
clean_view = false
fullbright = true
clean_text_shadow = false
disable_text_shadow = false
numerical_enchantments = true
add_text_shadow_to_nametags = false
[miscellaneous.window]
"instant_fullscreen_(windows_only)" = false
windowed_fullscreen = false
[miscellaneous.field_of_view]
sprinting_fov = 1
slowness_fov = 1
fov_modifier = false
remove_water_fov = false
speed_fov = 1
bow_fov = 1
[screens]
[screens.general]
container_backgrounds = false
gui_crosshair = false
clean_main_menu = true
skin_refresher = true
startup_notification = true
replace_open_to_lan = false
replaced_mods_warning = true
[screens.tab]
tab_height = true
custom_tab_opacity = false
tab_opacity = 100
set_tab_height = 10
[screens.combat_utilities]
damage_glance = true
item_count_glance = true
enchantment_glance = true
protection_percentage = true
projectile_protection_percentage = true
[screens.chat]
super_compact_chat = 5
cross_chat = true
anti_clear_chat = false
chat_history_length = 100
chat_timestamps = false
safe_chat_clicks = false
transparent_chat = false
transparent_chat_input_field = false
chat_keeper = true
compact_chat = true
chat_position = true
chat_timestamps_format = 0
[screens.image_preview]
image_preview = true
image_preview_width = 50
[screens.inventory]
inventory_position = true
[fixes]
[fixes.general]
mouse_bind_fix = true
scoreboard_patch = true
parallax_fix = false
culling_fix = false
[fixes.security]
resource_exploit_fix = true
[fixes.entities]
arrow_lighting = false
[fixes.chat]
case_insensitive_commands = true
command_handling = true
[fixes.screen]
fullscreen_fix = true
reset_death_timers = true
[fixes.movement]
arm_position = true
head_rotations = true
mouse_delay_fix = true
[quality_of_life]
[quality_of_life.screenshot_utilities]
screenshot_manager = true
no_feedback = false
screenshot_preview = false
compact_response = false
[quality_of_life.overlay]
remove_water_overlay = false
fire_overlay_height = 0
[quality_of_life.combat_utilities]
damage_glance = true
item_count_glance = true
enchantment_glance = true
protection_percentage = true
projectile_protection_percentage = true
[quality_of_life.blocks]
[quality_of_life.blocks.1]
12_farm_selection_boxes = true
[quality_of_life.cleaner]
log_optimizer_amount = 30
log_optimizer = false
[quality_of_life.image_preview]
image_preview = true
image_preview_width = 50
[quality_of_life.rendering]
show_own_nametag = false
disable_achievements = true
startup_notification = true
cleanview = false
transparent_nametags = false
nausea_effect = true
remove_tall_grass = false
numerical_enchantments = true
[quality_of_life.inventory]
container_backgrounds = false
inventory_position = true
[quality_of_life.field_of_view]
sprinting_fov = 1
slowness_fov = 1
fov_modifier = false
remove_water_fov = false
speed_fov = 1
bow_fov = 1
[quality_of_life.general]
remove_inverted_colors_from_crosshair = false
clean_main_menu = true
skin_refresher = true
gui_crosshair = false
crosshair_perspective = false
replace_open_to_lan = true
keep_shaders_on_perspective_change = true
better_keybind_handling = true
[quality_of_life.world]
fullbright = true
instant_world_swapping = true
sky_height = true
[quality_of_life.tab]
tab_height = true
number_ping = true
custom_tab_opacity = false
tab_opacity = 100
toggle_tab = false
set_tab_height = 10
[quality_of_life.fullscreen]
"instant_fullscreen_(windows_only)" = false
windowed_fullscreen = false
[quality_of_life.chat]
transparent_chat_field = false
super_compact_chat = 5
anticlearchat = false
chat_history_length = 10000
chat_timestamps = false
safe_chat_clicks = true
transparent_chat = false
crosschat = true
chat_keeper = true
compact_chat = false
chat_position = true
[quality_of_life.optifine]
optifine_zoom_adjustment = true
optifine_zoom_sensitivity = false
simplify_optifine_fps_counter = true
[screenshots]
[screenshots.feedback]
no_feedback = false
compact_response = false
[screenshots.general]
screenshot_manager = true
preview_time = 3
preview_scale = 3
screenshot_preview = false
preview_animation = 0

View File

@ -0,0 +1,344 @@
[sounds]
[sounds.music]
music_game = 100
music_game_end = 100
music_game_nether = 100
music_game_end_dragon = 100
music_game_end_credits = 100
music_menu = 100
music_game_creative = 100
[sounds.hostile]
mob_guardian_flop = 100
mob_wither_idle = 100
mob_zombie_metal = 100
mob_enderdragon_wings = 100
mob_skeleton_say = 100
mob_zombie_step = 100
mob_enderdragon_end = 100
game_hostile_hurt_fall_small = 100
mob_wither_shoot = 100
mob_slime_big = 100
mob_blaze_breathe = 100
mob_creeper_death = 100
mob_zombiepig_zpigangry = 100
mob_spider_say = 100
mob_guardian_curse = 100
mob_ghast_charge = 100
game_hostile_swim = 100
game_hostile_hurt = 100
mob_endermen_portal = 100
mob_zombiepig_zpig = 100
mob_silverfish_step = 100
mob_silverfish_say = 100
game_hostile_die = 100
mob_wither_spawn = 100
game_hostile_hurt_fall_big = 100
mob_endermen_stare = 100
mob_zombie_woodbreak = 100
mob_guardian_land_idle = 100
mob_silverfish_kill = 100
game_hostile_swim_splash = 100
mob_enderdragon_hit = 100
mob_zombiepig_zpigdeath = 100
mob_magmacube_jump = 100
mob_zombie_hurt = 100
mob_zombie_say = 100
mob_slime_attack = 100
mob_endermen_scream = 100
mob_skeleton_step = 100
mob_ghast_death = 100
mob_zombie_unfect = 100
mob_zombiepig_zpighurt = 100
mob_guardian_idle = 100
mob_silverfish_hit = 100
mob_zombie_infect = 100
mob_enderdragon_growl = 100
mob_ghast_scream = 100
mob_spider_death = 100
mob_slime_small = 100
mob_guardian_land_death = 100
mob_blaze_hit = 100
mob_ghast_affectionate_scream = 100
mob_magmacube_small = 100
mob_endermen_idle = 100
mob_wither_death = 100
mob_magmacube_big = 100
creeper_primed = 100
mob_blaze_death = 100
mob_skeleton_hurt = 100
mob_zombie_remedy = 100
mob_guardian_elder_death = 100
mob_endermen_hit = 100
mob_ghast_fireball = 100
mob_guardian_hit = 100
mob_creeper_say = 100
mob_skeleton_death = 100
mob_zombie_wood = 100
mob_zombie_death = 100
mob_guardian_elder_idle = 100
mob_guardian_attack = 100
mob_spider_step = 100
mob_guardian_land_hit = 100
mob_ghast_moan = 100
mob_wither_hurt = 100
mob_guardian_death = 100
mob_guardian_elder_hit = 100
mob_endermen_death = 100
[sounds.record]
records_13 = 100
records_stal = 100
note_harp = 100
note_bd = 100
records_11 = 100
note_pling = 100
records_far = 100
records_strad = 100
note_hat = 100
records_cat = 100
note_snare = 100
records_chirp = 100
note_bass = 100
records_ward = 100
note_bassattack = 100
records_mall = 100
records_mellohi = 100
records_blocks = 100
records_wait = 100
[sounds.weather]
ambient_weather_rain = 100
ambient_weather_thunder = 100
[sounds.neutral]
mob_bat_idle = 100
mob_chicken_plop = 100
mob_bat_death = 100
mob_horse_angry = 100
step_stone = 100
mob_horse_idle = 100
mob_wolf_growl = 100
step_grass = 100
mob_rabbit_hop = 100
mob_cow_hurt = 100
minecart_base = 100
mob_rabbit_idle = 100
mob_wolf_death = 100
mob_horse_armor = 100
mob_cat_hitt = 100
mob_bat_takeoff = 100
mob_horse_zombie_death = 100
mob_horse_donkey_angry = 100
mob_villager_haggle = 100
mob_cat_purreow = 100
mob_wolf_bark = 100
game_neutral_die = 100
mob_horse_gallop = 100
random_bow = 100
game_neutral_swim = 100
mob_cat_meow = 100
game_neutral_swim_splash = 100
mob_irongolem_throw = 100
mob_wolf_panting = 100
mob_cat_purr = 100
random_bowhit = 100
mob_villager_death = 100
game_neutral_hurt = 100
mob_wolf_shake = 100
mob_chicken_hurt = 100
mob_cat_hiss = 100
mob_wolf_step = 100
mob_horse_land = 100
step_cloth = 100
mob_horse_donkey_hit = 100
mob_rabbit_death = 100
step_ladder = 100
step_snow = 100
step_sand = 100
mob_horse_hit = 100
mob_irongolem_walk = 100
mob_horse_zombie_hit = 100
mob_wolf_howl = 100
mob_pig_say = 100
mob_bat_hurt = 100
game_potion_smash = 100
mob_chicken_say = 100
mob_horse_leather = 100
game_neutral_hurt_fall_small = 100
mob_villager_idle = 100
mob_horse_breathe = 100
mob_pig_step = 100
mob_villager_no = 100
mob_horse_skeleton_death = 100
mob_sheep_shear = 100
mob_horse_zombie_idle = 100
mob_sheep_say = 100
mob_horse_donkey_idle = 100
mob_irongolem_death = 100
mob_pig_death = 100
game_neutral_hurt_fall_big = 100
mob_horse_donkey_death = 100
mob_rabbit_hurt = 100
mob_villager_yes = 100
mob_cow_say = 100
mob_wolf_whine = 100
mob_cow_step = 100
mob_sheep_step = 100
step_wood = 100
mob_horse_skeleton_idle = 100
mob_horse_skeleton_hit = 100
mob_horse_wood = 100
mob_bat_loop = 100
step_gravel = 100
mob_villager_hit = 100
mob_horse_jump = 100
mob_horse_soft = 100
mob_wolf_hurt = 100
mob_chicken_step = 100
mob_irongolem_hit = 100
mob_horse_death = 100
[sounds.block]
liquid_water = 100
tile_piston_out = 100
dig_grass = 100
dig_glass = 100
random_anvil_use = 100
random_door_close = 100
portal_trigger = 100
liquid_lavapop = 100
dig_wood = 100
item_firecharge_use = 100
game_tnt_primed = 100
portal_portal = 100
random_chestopen = 100
random_anvil_break = 100
random_chestclosed = 100
random_door_open = 100
game_player_swim_splash = 100
dig_gravel = 100
dig_cloth = 100
random_anvil_land = 100
random_explode = 100
fire_fire = 100
random_click = 100
dig_sand = 100
dig_snow = 100
dig_stone = 100
random_fizz = 100
fire_ignite = 100
liquid_lava = 100
random_wood_click = 100
tile_piston_in = 100
[sounds.ambient]
fireworks_twinkle_far = 100
fireworks_largeblast_far = 100
fireworks_twinkle = 100
fireworks_blast = 100
fireworks_launch = 100
ambient_cave_cave = 100
blood_effect2 = 100
blood_effect = 100
final_kill = 100
fireworks_blast_far = 100
fireworks_largeblast = 100
[sounds.player]
random_levelup = 100
minecart_inside = 100
random_burp = 100
random_orb = 100
game_player_swim = 100
game_player_hurt_fall_small = 100
random_break = 100
game_player_die = 100
game_player_hurt = 100
random_splash = 100
random_successful_hit = 100
random_eat = 100
random_drink = 100
portal_travel = 100
random_pop = 100
game_player_hurt_fall_big = 100
[sounds.master]
mcgo_throwables_grenadethrow = 100
mcgo_callouts_coverme = 100
mcgo_gamesounds_throwingsmoke = 100
mcgo_taunts_mvp = 100
mcgo_throwables_explodesmoke = 100
mcgo_callouts_negative = 100
mcgo_callouts_thanks = 100
mcgo_random_headshot_shooter = 100
mcgo_taunts_tooeasy = 100
mcgo_gamesounds_criminalswinthegame = 100
mcgo_gamesounds_bombdroppedenemyteam = 100
mcgo_weapons_magnumshot = 100
mcgo_gamesounds_bombplanted = 100
gui_button_press = 100
mcgo_callouts_savingmymoney = 100
mcgo_gamesounds_throwinggrenade = 100
mcgo_taunts_mymother = 100
mcgo_gamesounds_bombdroppedyourteam = 100
mcgo_gamesounds_throwingflashbang = 100
mcgo_throwables_explodefirebomb = 100
mcgo_gamesounds_copswinthegame = 100
mcgo_gamesounds_oneenemyleft = 100
mcgo_callouts_goingtob = 100
mcgo_gamesounds_pickedupthebomb = 100
mcgo_taunts_behindyou = 100
mcgo_random_reload_end = 100
mcgo_taunts_knifefight = 100
mcgo_callouts_goingtoa = 100
mcgo_gamesounds_winteamocelots = 100
mcgo_taunts_peekaboo = 100
mcgo_callouts_letsrush = 100
mcgo_shop_shopcantbuy = 100
mcgo_gamesounds_winteamcreepers = 100
mcgo_taunts_poparound = 100
mcgo_gamesounds_secondsremain = 100
mcgo_gamesounds_throwingdecoy = 100
mcgo_shop_shopbuyitem = 100
mcgo_callouts_letstakeitslow = 100
mcgo_taunts_rekt = 100
mcgo_callouts_stackup = 100
mcgo_gamesounds_reloading = 100
mcgo_callouts_rogerthat = 100
mcgo_callouts_needaweapon = 100
mcgo_gamesounds_swappingsides = 100
mcgo_random_reload_start = 100
mcgo_gamesounds_wilhelm = 100
mcgo_throwables_explodeflashbang = 100
mcgo_gamesounds_throwingfirebomb = 100
mcgo_callouts_followme = 100
mcgo_weapons_shotgunshot = 100
mcgo_callouts_gotaweaponforyou = 100
mcgo_gamesounds_droppedagun = 100
mcgo_taunts_goodgame = 100
mcgo_weapons_knifeswing = 100
mcgo_throwables_explodegrenade = 100
mcgo_callouts_letsgoin = 100
mcgo_shop_boughtarmor = 100
mcgo_weapons_snipershot = 100
mcgo_gamesounds_bombdefused = 100
mcgo_callouts_youtaketheotherside = 100
mcgo_shop_shopmenuopen = 100
mcgo_random_headshot_victim = 100
mcgo_weapons_smgshot = 100
mcgo_weapons_carbineshot = 100
mcgo_gamesounds_roundstart = 100
mcgo_weapons_akshot = 100
mcgo_taunts_thatallyougot = 100
mcgo_gamesounds_bombbeep = 100
mcgo_shop_shopmenuclose = 100
mcgo_gamesounds_spawnedin = 100
mcgo_weapons_pistolshot = 100
mcgo_random_reload_fire = 100
mcgo_taunts_hypixel = 100
mcgo_gamesounds_oneteammateleft = 100
mcgo_gamesounds_headshotkill = 100

View File

@ -0,0 +1,14 @@
#Splash screen properties
#Wed Nov 04 11:40:07 CST 2020
logoTexture=textures/gui/title/mojang.png
background=0xFFFFFF
font=0x0
barBackground=0xFFFFFF
barBorder=0xC0C0C0
rotate=false
bar=0xCB3D35
enabled=true
resourcePackPath=resources
logoOffset=0
forgeTexture=fml\:textures/gui/forge.gif
fontTexture=textures/font/ascii.png

BIN
.minecraft/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

119
.minecraft/options.txt Normal file
View File

@ -0,0 +1,119 @@
invertYMouse:false
mouseSensitivity:0.5
fov:0.0
gamma:1.0
saturation:0.0
renderDistance:16
guiScale:2
particles:0
bobView:false
anaglyph3d:false
maxFps:260
fboEnable:true
difficulty:3
fancyGraphics:true
ao:1
renderClouds:false
resourcePacks:["lowfire"]
incompatibleResourcePacks:[]
lastServer:
lang:en_US
chatVisibility:0
chatColors:true
chatLinks:true
chatLinksPrompt:true
chatOpacity:1.0
snooperEnabled:true
fullscreen:false
enableVsync:false
useVbo:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
touchscreen:false
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatHeightUnfocused:0.44366196
chatScale:1.0
chatWidth:1.0
showInventoryAchievementHint:false
mipmapLevels:4
streamBytesPerPixel:0.5
streamMicVolume:1.0
streamSystemVolume:1.0
streamKbps:0.5412844
streamFps:0.31690142
streamCompression:1
streamSendMetadata:true
streamPreferredServer:
streamChatEnabled:0
streamChatUserFilter:0
streamMicToggleBehavior:0
forceUnicodeFont:false
allowBlockAlternatives:false
reducedDebugInfo:false
useNativeTransport:true
entityShadows:true
realmsNotifications:false
key_key.attack:-100
key_key.use:-99
key_key.forward:17
key_key.left:30
key_key.back:31
key_key.right:32
key_key.jump:57
key_key.sneak:42
key_key.sprint:29
key_key.drop:16
key_key.inventory:18
key_key.chat:20
key_key.playerlist:15
key_key.pickItem:-98
key_key.command:53
key_key.screenshot:60
key_key.togglePerspective:63
key_key.smoothCamera:0
key_key.streamStartStop:64
key_key.streamPauseUnpause:65
key_key.streamCommercial:0
key_key.streamToggleMic:0
key_key.fullscreen:87
key_key.spectatorOutlines:0
key_key.hotbar.1:2
key_key.hotbar.2:3
key_key.hotbar.3:4
key_key.hotbar.4:5
key_key.hotbar.5:6
key_key.hotbar.6:7
key_key.hotbar.7:46
key_key.hotbar.8:19
key_key.hotbar.9:33
key_of.key.zoom:44
key_Open Friends Gui:0
key_Add Friend:0
key_Flip (Hold):0
key_Rotate (Hold):0
key_Flip (Toggle):0
key_Rotate (Toggle):0
key_Name History:49
key_Drop Stack Modifier:0
key_Chat Peek:0
key_Toggle Sprint:45
soundCategory_master:0.13245033
soundCategory_music:0.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

72
.minecraft/optionsof.txt Normal file
View File

@ -0,0 +1,72 @@
ofFogType:1
ofFogStart:0.8
ofMipmapType:0
ofOcclusionFancy:false
ofSmoothFps:false
ofSmoothWorld:false
ofAoLevel:1.0
ofClouds:3
ofCloudsHeight:0.0
ofTrees:0
ofDroppedItems:0
ofRain:0
ofAnimatedWater:0
ofAnimatedLava:0
ofAnimatedFire:true
ofAnimatedPortal:true
ofAnimatedRedstone:true
ofAnimatedExplosion:true
ofAnimatedFlame:true
ofAnimatedSmoke:true
ofVoidParticles:true
ofWaterParticles:true
ofPortalParticles:true
ofPotionParticles:true
ofFireworkParticles:true
ofDrippingWaterLava:true
ofAnimatedTerrain:true
ofAnimatedTextures:true
ofRainSplash:true
ofLagometer:false
ofShowFps:false
ofAutoSaveTicks:4000
ofBetterGrass:3
ofConnectedTextures:2
ofWeather:true
ofSky:true
ofStars:true
ofSunMoon:true
ofVignette:0
ofChunkUpdates:1
ofChunkUpdatesDynamic:false
ofTime:0
ofClearWater:false
ofAaLevel:0
ofAfLevel:1
ofProfiler:false
ofBetterSnow:false
ofSwampColors:true
ofRandomEntities:true
ofSmoothBiomes:true
ofCustomFonts:true
ofCustomColors:true
ofCustomItems:true
ofCustomSky:true
ofShowCapes:true
ofNaturalTextures:false
ofEmissiveTextures:true
ofLazyChunkLoading:false
ofRenderRegions:false
ofSmartAnimations:false
ofDynamicFov:true
ofAlternateBlocks:true
ofDynamicLights:3
ofScreenshotSize:1
ofCustomEntityModels:true
ofCustomGuis:true
ofShowGlErrors:true
ofFullscreenMode:Default
ofFastMath:false
ofFastRender:true
ofTranslucentBlocks:0
key_of.key.zoom:44

0
.packignore Normal file
View File

19
instance.cfg Normal file
View File

@ -0,0 +1,19 @@
ForgeVersion=
InstanceType=OneSix
IntendedVersion=
LWJGLVersion=
LiteloaderVersion=
LogPrePostOutput=true
MCLaunchMethod=LauncherPart
OverrideCommands=false
OverrideConsole=false
OverrideJavaArgs=false
OverrideJavaLocation=false
OverrideMCLaunchMethod=false
OverrideMemory=false
OverrideWindow=false
iconKey=default
lastLaunchTime=1604511591795
name=Simple 1.8.9
notes=
totalTimePlayed=230058

38
mmc-pack.json Normal file
View File

@ -0,0 +1,38 @@
{
"components": [
{
"cachedName": "LWJGL 2",
"cachedVersion": "2.9.4-nightly-20150209",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl",
"version": "2.9.4-nightly-20150209"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"suggests": "2.9.4-nightly-20150209",
"uid": "org.lwjgl"
}
],
"cachedVersion": "1.8.9",
"important": true,
"uid": "net.minecraft",
"version": "1.8.9"
},
{
"cachedName": "Forge",
"cachedRequires": [
{
"equals": "1.8.9",
"uid": "net.minecraft"
}
],
"cachedVersion": "11.15.1.1722",
"uid": "net.minecraftforge",
"version": "11.15.1.1722"
}
],
"formatVersion": 1
}