diff --git a/config/ModernWarfare.cfg b/config/ModernWarfare.cfg index 3458b80..2f32a24 100644 --- a/config/ModernWarfare.cfg +++ b/config/ModernWarfare.cfg @@ -11,7 +11,7 @@ - + diff --git a/config/foamfix.cfg b/config/foamfix.cfg new file mode 100644 index 0000000..666d7a1 --- /dev/null +++ b/config/foamfix.cfg @@ -0,0 +1,98 @@ +# Configuration file + +bugfixes { + # Fix BiblioRCE exploit. + B:biblioRceExploitFix=true + + # Reduce the amount of boat desynchronization between client and server. (from BugfixMod by williewillus) + B:clientBoatDesyncFix=true + + # Restore rendering the client-side heart blink. (from BugfixMod by williewillus) + B:clientHeartBlinkFix=true + + # Restore lost hearts flashing to indicate loss. (from BugfixMod by williewillus) + B:clientHeartFlashFix=true + + # Fix client-side desynchronization of damaged tools related to Unbreaking enchantments. (from BugfixMod by williewillus) + B:clientToolDesyncFix=true + + # Fix items held by mobs not reflecting their NBT status (from Forkage by immibis) + B:entityHeldItemNBTRenderFix=true + + # Fix items bouncing around on locked hoppers. (from BugfixMod by williewillus) + B:itemBounceHopperFix=false + + # Fix items bouncing around on stairs. (from BugfixMod by williewillus) + B:itemBounceStairFix=false + + # Fix native memory leak in JarDiscoverer (from Forkage by immibis) + B:jarDiscovererMemoryLeakFix=true + + # Fix Log4j formatting exploit. + B:log4jExploitFix=true + + # Fix projectiles that deal 0 damage not knocking back players. (from BugfixMod by williewillus) + B:snowballFix=true + + # Fix sounds playing extra times when you close a GUI or unpause the game (from Forkage by immibis) + B:soundSystemUnpauseFix=true + + # Fix PriorityQueue tessellator crash on empty alpha pass. + B:tessellatorAlphaPassCrashFix=true +} + + +ghostbuster { + # Path of the log file for /ghostbuster logging; if empty, outputs to Minecraft log file. + S:debuggerLogFile= + + # Enable the /ghostbuster command used for logging ghost chunkloading events. + B:enableDebugger=false + + # Main toggle. If disabled, none of the ghost chunkloading fixes are applied. + B:enableFixes=true + + # Fix ghost chunkloading caused by modded fluid blocks. + B:fixFluidsModded=true + + # Partially fix ghost chunkloading caused by vanilla fluid flow. + B:fixFluidsVanilla=true + + # Fix ghost chunkloading caused by Biomes O' Plenty grass blocks. + B:fixGrassBop=true + + # Fix ghost chunkloading caused by vanilla grass blocks. + B:fixGrassVanilla=true + + # Fix ghost chunkloading caused by vanilla vine blocks. + B:fixVinesVanilla=true +} + + +launchwrapper { + # Remove LaunchWrapper package manifest map (which is not used anyway). + B:removePackageManifestMap=true + + # Weaken LaunchWrapper's byte[] resource cache to make it cleanuppable by the GC. Safe. + B:weakenResourceCache=true +} + + +tweaks { + # Emits a 'ding' sound when mobs are hit by an arrow, not just players. (from BugfixMod by williewillus) + B:arrowDing=false + + # Adds AI tasks that make chickens attracted to all items they can breed with, not just seeds. (from BugfixMod by williewillus) + B:chickenLureFix=false + + # Add support for Minecraft 1.8+ skins. + B:mc18SkinSupport=false + + # Fix opening URLs on Linux-based installs. + B:openUrlLinux=true + + # Blacksmith houses generate with an anvil where there was a double stone slab (which was supposed to be an "anvil" anyway). (from BugfixMod by williewillus) + B:villageAnvils=false +} + + diff --git a/config/malisisdoors.cfg b/config/malisisdoors.cfg new file mode 100644 index 0000000..fda74ff --- /dev/null +++ b/config/malisisdoors.cfg @@ -0,0 +1,25 @@ +# Configuration file + +general { + # nullEnables Fence Gate to use the texture of the blocks surrounding them. + B:config.enableCamoFenceGate=true + B:config.enableMixedBlocks=true + B:config.enableVanishingBlocks=true + + # nullFrames randomly become unstable and are temporarily out of this dimension. + B:config.enableVanishingGlitch=true + + # nullAllows to place the block base on where you look instead of the side you're placing it on. Use sneak key to inverse the block placement. + B:config.enhancedMixedBlockPlacement=true + + # nullEnables the animations for doors, fence gates and trap doors. This replaces the doors entirely so conflicts may arise if another mod tries to modify them too. + B:config.modifyVanillaDoors=false + + # nullEnables less fancy rendering for Mixed Blocks. Enable this option if you experience z-fighting issue or glitched rendering. + B:config.simpleMixedBlockRendering=false + + # nullHow often the frame become unstable. + D:config.vanishingGlitchChance=5.0E-4 +} + + diff --git a/config/tabfaces.cfg b/config/tabfaces.cfg new file mode 100644 index 0000000..dea0797 --- /dev/null +++ b/config/tabfaces.cfg @@ -0,0 +1,20 @@ +# Configuration file + +client { + # Should align usernames with missing skins to the left? + B:alignToLeftIfNoQuestion=false + + # Max skin bytes accepted from the server + I:maxAcceptedSkinBytes=1000000 + + # Should show question mark if player skin unknown? + B:showQuestionMarkIfUnknown=true +} + + +common { + # Enable/disable debug logs + B:debugMode=false +} + + diff --git a/manifest.json b/manifest.json index 383426e..12f4396 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Minecraft JET", - "version": "2.8.0 Classic PR5", + "version": "2.8.0 Classic PR8", "author": "UeberallGebannt", "files": [ { @@ -96,7 +96,7 @@ }, { "projectID": 441392, - "fileID": 4496069, + "fileID": 4516609, "required": true }, {