Swiss army knife of bugfixes and performance improvements for MC 1.7.10

Overview

ArchaicFix

This mod implements a number of bugfixes, tweaks, and optimizations for Minecraft 1.7.10.

The latest development version can be downloaded here: https://nightly.link/embeddedt/ArchaicFix/workflows/gradle/main/Package.zip

Dependencies

Credits

  • Forge, for making this possible.
  • Sponge, for providing the Mixin framework.
  • TheMasterCaver, for writing very informative posts on several vanilla issues.
  • makamys, for their assistance with the occlusion culling tweak and various other fixes.
  • LoliASM/Rongmario
  • MemoryLeakFix, for the Mixin cache clearing code. This is backported with credit since the mod is unlikely to be ported to 1.7.10.
  • Countless other individuals on the Mojang bug tracker who took the time to document the reasons for bugs in the game.

Compatibility notes

  • ArchaicFix is not compatible with versions of GG Util that include threaded lighting. You may use the fixed version instead.

List of tweaks/bugfixes

Some tweaks are configurable and I recommend reading the config file to learn more about them.

Non-configurable changes:

  • New worlds use the modern naming scheme "New World (n)" rather than continuously appending dashes
  • Backport of the Phosphor lighting engine (fixes many lighting issues in vanilla)
  • Better LongHashMap implementation (together these two changes fix the infamous 1.7 stuttering)
  • Optional 1.8-style occlusion culling (improves FPS, disabled by default)
  • Hacks to prevent CME crashes during world generation
  • MC-30845
  • MC-2025 (partially fixed, full fix is in progress)
  • Villagers no longer lock all their trades
  • ChickenChunks should no longer crash in combination with chunkloading from other mods like Extra Utilities
  • Various memory leak fixes (most noticeable when changing dimensions or exiting/rejoining the world)
  • Matter Overdrive only recomputes its registry file if one does not already exist in config/MatterOverdrive
Comments
  • GregTech 6 crashing on launch.

    GregTech 6 crashing on launch.

    Vanilla 1.7.10 with Forge, FalsePatternLib, MixinBooterLegacy and ArchaicFix only.

    Here is the log. Not sure on which side it should be fixed so I opened an issue in both repos https://github.com/GregTech6/gregtech6/issues/95

    https://pastebin.com/PBjqWHQx

    opened by Crimento 19
  • "java.lang.RuntimeException: fastutil was not loaded correctly"

    Made sure threaded chunk updates were not enabled, since I have both Optifine and Fastcraft.

    I also tried removing one/both of those mods and attempted to load the game. Same issue, so they were added back in.

    See full log attached. Snippet of error portion pasted below.

    java.lang.RuntimeException: fastutil was not loaded correctly at org.embeddedt.archaicfix.helpers.FastutilHelper.checkLoad(FastutilHelper.java:34) at org.embeddedt.archaicfix.ArchaicFix.onConstruct(ArchaicFix.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3093) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

    fml-client-latest.log

    opened by syndicate25 15
  • itemLagReduction is incompatible with Ships Mod

    itemLagReduction is incompatible with Ships Mod

    Using the latest 0.3.2 version, dropped items float to the ground so slowly, if I don't move out of their way, I pick them up again.

    Problem does not occur without ArchaicFix installed.

    I don't recall this as an issue in 0.3.0, but I can test that tomorrow if needed.

    Here's a short video I took: https://youtu.be/xYTh0cUA2U0

    bug low priority 
    opened by syndicate25 13
  • Incompatibility with Lumy Skin Patch

    Incompatibility with Lumy Skin Patch

    Report: https://mclo.gs/knhrylY (Couldn't find a configuration option regarding mixins.archaicfix.json:client.core.MixinSkinManager, but I might be misunderstanding this crash report) Thanks!

    opened by xJon 10
  • [1.7.10] archaicfix crash when start the game with optifine

    [1.7.10] archaicfix crash when start the game with optifine

    Seem to be incompatibility with multithreaded chunk loading

    Mods list : archaicfix-mc1.7.10-0.3.0 falsepatternlib-mc1.7.10-0.10.5 OptiFine_1.7.10_HD_U_E7 SpongeMixins-1.5.0(from gtnh)

    Logs : https://paste.ee/p/Jp2Qi

    opened by quentin452 8
  • Crash

    Crash

    ---- Minecraft Crash Report ---- // Who set us up the TNT?

    Time: 10/15/22 4:19 AM Description: Initializing game

    java.lang.RuntimeException: fastutil was not loaded correctly at org.embeddedt.archaicfix.helpers.FastutilHelper.checkLoad(FastutilHelper.java:34) at org.embeddedt.archaicfix.ArchaicFix.onConstruct(ArchaicFix.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    A detailed walkthrough of the error, its code path and all known details is as follows:

    -- Head -- Stacktrace: at org.embeddedt.archaicfix.helpers.FastutilHelper.checkLoad(FastutilHelper.java:34) at org.embeddedt.archaicfix.ArchaicFix.onConstruct(ArchaicFix.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)

    -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_292, AdoptOpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK Memory: 334002152 bytes (318 MB) / 1617428480 bytes (1542 MB) up to 3797417984 bytes (3621 MB) JVM Flags: 1 total; -Xmx4074M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 120 mods loaded, 120 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UC appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) UC CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar) UC itemphysic{1.1.5} [ItemPhysic] (minecraft.jar) UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UC OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar) UC xaerominimap_core{1.7.10-1.0} [XaeroMinimapCore] (minecraft.jar) UC xaeroworldmap_core{1.7.10-1.0} [XaeroWorldMapCore] (minecraft.jar) UC tickDynamic{0.1.5} [Tick Dynamic] (minecraft.jar) UC tnt_utilities_core{1.2} [TNTUtils Core] (minecraft.jar) UC FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar) UC spongemixins{1.5.0} [SpongeMixins] (00gasstation-mc1.7.10-0.3.5.jar) UC mixingasm{0.2.2} [Mixingasm] (00gasstation-mc1.7.10-0.3.5.jar) UC mixinbooterlegacy{1.1.2} [MixinBooterLegacy] (00gasstation-mc1.7.10-0.3.5.jar) UC gasstation{0.3.5} [GasStation] (00gasstation-mc1.7.10-0.3.5.jar) UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar) UC bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) UC ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar) UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar) UC animatedplayer{1.5.1} [Animated Player Mod] (AnimatedPlayer-1.7.10-1.5.1.jar) UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) UC AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar) UC appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) UC falsepatternlib{0.10.13} [FalsePatternLib] (falsepatternlib-mc1.7.10-0.10.13.jar) UE archaicfix{0.3.3} [Archaic Fix] (archaicfix-mc1.7.10-0.3.3.jar) UC armoroverlay{2.0} [Armor Overlay] (Armor Overlay 2.0.jar) UC armorchroma{1.2} [Armor Chroma] (armorchroma-1.2-1.7.10.jar) UC autopickup{2.1} [AutoPickup] (AutoPickup-1.7.10-2.1.jar) UC AutoSapling{1.0} [AutoSapling] (AutoSapling-1.1.jar) UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) UC backpacks16840{3.5.8} [Backpacks!] (backpacks 1.7.10 - 3.5.8.jar) UC betterburning{0.4.2} [Better Burning] (BetterBurning-1.7.10-0.4.2.jar) UC bettersprinting{2.3.0} [Better Sprinting] (BetterSprinting-1.7.10-v2.3.0.jar) UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) UC birdsfoods{3.1 - [1.7.10]} [Bird's Foods] (birdsfoods-1.7.10 - 3.1.jar) UC birdsnests{1.4} [Bird's Nests] (BirdsNests1.7.10-1.4.jar) UC BuildCraft|Core{7.1.24} [BuildCraft] (buildcraft-7.1.24.jar) UC BuildCraft|Builders{7.1.24} [BC Builders] (buildcraft-7.1.24.jar) UC BuildCraft|Robotics{7.1.24} [BC Robotics] (buildcraft-7.1.24.jar) UC BuildCraft|Silicon{7.1.24} [BC Silicon] (buildcraft-7.1.24.jar) UC BuildCraft|Energy{7.1.24} [BC Energy] (buildcraft-7.1.24.jar) UC BuildCraft|Transport{7.1.24} [BC Transport] (buildcraft-7.1.24.jar) UC BuildCraft|Factory{7.1.24} [BC Factory] (buildcraft-7.1.24.jar) UC campfirebackport{1.7.10-1.10} [Campfire Backport] (campfirebackport-1.7.10-1.10.jar) UC chococraft{4.5.8} [ChocoCraft Plus] (ChocoCraftPlus-1.7.10-4.5.8.jar) UC chunkpregenerator{2.5.0} [Chunk Pregenerator] (Chunk Pregenerator-V1.7.10-2.5.3.jar) UC ChunkAnimator{@VERSION@} [Chunk Animator] (ChunkAnimator-MC1.7.10-1.0.1.jar) UC compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.1.0-lts.21-universal.jar) UC controlling{7.0.0} [Controlling] (Controlling-1.7.10-1.0.0.3.jar) UC CoroAI{v1.0} [CoroAI] (coroutil-1.7.10-1.1.6.jar) UC BuildMod{v1.0} [Build Mod] (coroutil-1.7.10-1.1.6.jar) UC CoroPets{v1.0} [CoroPets] (coroutil-1.7.10-1.1.6.jar) UC ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.7.10-1.1.6.jar) UC ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.7.10-1.1.6.jar) UC craftingtweaks{1.0.88} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.88.jar) UC craftpresence{1.9.3} [CraftPresence] (CraftPresence-Forge-1.7.10-Release-1.9.3.jar) UC creativecore{1.3.14} [CreativeCore] (CreativeCore v1.3.24 mc1.7.10.jar) UC customcrosshairmod{0.8.3} [Custom Crosshair Mod] (crosshairmod-v0.8.3-forge-mc1.7.10.jar) UC Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar) UC egg-auto-hatch{1.3} [Egg Auto Hatch] (egg-auto-hatch-1.3-mc-1.7.jar) UC endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) UC erde{1.0c} [Entity Render Extender] (EntityRenderDistanceExtender-1.0c.jar) UC falsetweaks{2.0.0-beta0003} [FalseTweaks] (falsetweaks-mc1.7.10-2.0.0-beta0003.jar) UC fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) UC IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar) UC Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) UC fw{1.3.0} [Fullscreen Windowed] (FullscreenWindowed-1.7.10-1.3.0b.jar) UC gravestone{0.7.10.3} [Gravestone] (GraveStone Mod 0.7.10.3.jar) UC Growthcraft{1.7.10-2.7.2} [Growthcraft] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Cellar{1.7.10-2.7.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Apples{1.7.10-2.7.2} [Growthcraft Apples] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Bamboo{1.7.10-2.7.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Bees{1.7.10-2.7.2} [Growthcraft Bees] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Fishtrap{1.7.10-2.7.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Grapes{1.7.10-2.7.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Hops{1.7.10-2.7.2} [Growthcraft Hops] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Milk{1.7.10-2.7.2} [Growthcraft Milk] (growthcraft-1.7.10-2.7.2-complete.jar) UC Growthcraft|Rice{1.7.10-2.7.2} [Growthcraft Rice] (growthcraft-1.7.10-2.7.2-complete.jar) UC iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) UC industrialupgrade{2.5.21} [Industrial Upgrade] (IndustrialUpgrade-2.5.21.jar) UC inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UC ironbackpacks{1.7.10-1.2.20} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.20.jar) UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UC ironfurnaces{1.2.4} [Iron Furnaces] (ironfurnaces-1.2.4R.jar) UC jaff{1.4.2_for_1.7.10} [Just a Few Fish] (JustAFewFish-1.4.2_for_1.7.10.jar) UC lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar) UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UC MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) UC mobends{0.20.1} [Mo' Bends] (MoBends-0.20.1 for MC 1.7.10.jar) UC MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar) UC moveplus{v2.3.1} [Move Plus] (moveplus-2.3.1 for MC v1.7.10.jar) UC AS_MultiMine{1.4.3} [Multi Mine] (MultiMine-1.7.10.jar) UC overloadedarmorbar{1.0.0} [Overloaded Armor Bar] (overloadedarmorbar-1.7.10-1.0.0.jar) UC harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UC RTG{1.7.10-1.1.1.7} [Realistic Terrain Generation] (RTG-1.7.10-1.1.1.7.jar) UC sampler{1.60.1} [Sampling Performance Profiler] (sampler-1.60.1.jar) UC sereneseasons{1.2.18} [Serene Seasons] (SereneSeasons-1.7.10-1.2.18.jar) UC shouldersurfing{2.2.3} [Shoulder Surfing] (ShoulderSurfing-1.7.10-2.2.3.jar) UC smithing{1.7.10-1.1.0} [Smithing In The "90'S"] (SmithingInThe90'S-1.7.10-1.1.0.jar) UC soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar) UC SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar) UC squidless{0.6.1} [Squidless] (squidless-1.7.10-0.6.1.jar) UC stepup{1.0.1-mc1.7.10} [StepUp] (StepUp-1.0.1-mc1.7.10.jar) UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UC tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar) UC tipthescales{1.0.1} [TipTheScales] (TipTheScales-1.7.10-3.0.0.2.jar) UC tnt_utilities{1.2} [TNTUtils] (tnt_utilities-mc1.7.10-1.2.jar) UC trashslot{1.0.31} [TrashSlot] (trashslot-mc1.7.10-1.0.31.jar) UC tumbleweed{1.7.10-0.2} [Tumbleweed] (tumbleweed-1.7.10-0.2.jar) UC WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) UC wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar) UC wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar) UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) UC XaeroMinimapFair{21.10.27} [Xaero's Minimap] (Xaeros_Minimap_FP21.10.27_Forge_1.7.10.jar) UC XaeroWorldMap{1.14.1.20} [Xaero's World Map] (XaerosWorldMap_1.14.1.20_Forge_1.7.10.jar) UC UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 522.25' Renderer: 'NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2' AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. Launched Version: 1.7.10 Minecraft Forge 1.7.10-10.13.4.1614-1.7.10 LWJGL: 2.9.1 OpenGL: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 522.25, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: On (16)
    
    opened by SegoItCh 7
  • Add a copy to clipboard feature to Craft/MineTweaker.

    Add a copy to clipboard feature to Craft/MineTweaker.

    Title.

    In newer versions, CraftTweaker's '/mt (or ct) hand' command allows you to click on the item's name to copy it to your clipboard. This would make dealing with CraftTweaker scripts much easier, since long item names can be quite annoying to type repeatedly.

    2022-12-06_00 20 37

    opened by MagmaBro123 6
  • [1.7.10] Mobs flicker on Xaero's Minimap

    [1.7.10] Mobs flicker on Xaero's Minimap

    this issue do not appear if archaic fix is disabled

    Mods list :

    archaicfix-mc1.7.10-0.3.0-6-gcf3e0ef falsepatternlib-mc1.7.10-0.10.7 SpongeMixins-1.5.0 Xaeros_Minimap_21.10.27_Forge_1.7.10 XaerosWorldMap_1.14.1.20_Forge_1.7.10

    Videos :

    Without archaic fix(.mkv) https://mega.nz/file/mlM3USCB#RYJBvpm1bisQcGd6D4aQHSk2oEYdeCEBI4EwGqsLlF4

    With archaic fix(.mkv) https://mega.nz/file/30EAybpb#N726YnxXCDwzSDv7p1CE1pyWyXHdEgE6xost6dNQpMo

    bug 
    opened by quentin452 6
  • Intermittant Crashes during World Generation (Botania)

    Intermittant Crashes during World Generation (Botania)

    Hi, I have been having a rare intermittent crash on world generation.

    So far this seems to only happen while I'm testing in singleplayer. I have yet to have this happen on a dedicated server.

    Mods seemingly involved (top down): Botania ArchaicFix tclproject.immersivecavegen tclproject.mysteriumlib

    I was testing generation in Aroma1997sDimension the last time it crashed (although it crashes on the overworld sometimes too). I believe this is the Botania Mushrooms that are in question as they are the only flower that generates in caves and has a light level.

    Let me know if there is anything I should try to disable for compatibility I couldn't find anything in the configs about lighting tweaks.

    crash-2022-08-22_18.08.37-server.txt crash-2022-08-23_18.58.38-server.txt fml-client-latest.log

    Thanks for any help!

    opened by 0xKate 6
  • LOTR causes a crash with this mod.

    LOTR causes a crash with this mod.

    Since the LOTR mod isn't open-source, I can't really help much. Yell at their devs.

    Tested with/without other mods, same issue.

    https://pastebin.com/yRbJKcSk

    opened by MagmaBro123 4
  • Crash when running on Crucible/Thermos/KCauldron

    Crash when running on Crucible/Thermos/KCauldron

    https://github.com/CrucibleMC/Crucible

    Mods list :

    00gasstation-mc1.7.10-0.3.0 archaicfix-mc1.7.10-0.3.0-16-g059b8b4 falsepatternlib-mc1.7.10-0.10.10

    logs : no logs

    opened by quentin452 4
  • [Sugesstion] Backport modern forge Mod loader has found a problem layout

    [Sugesstion] Backport modern forge Mod loader has found a problem layout

    Description : Backport modern forge mod loader has found a problem to show multiple errors at once like in 1.12.2

    Screenshot :

    1.7.10 error layout :

    https://i.imgur.com/yaQY7c6.png

    1.12.2 error layout :

    https://i.imgur.com/rtOLRk3.png

    enhancement 
    opened by quentin452 0
  • Orespawn issue with lightning engine?

    Orespawn issue with lightning engine?

    This issue doesn't appear when archaicfix is disabled

    seed : -7904998754105998579 location : -220 87 2033

    When I find a hive, the top of the hive is darkened but when I approach the structure it becomes less dark.

    Screenshot :

    Watch the structure :

    Capture d’écran_2022-12-14_10-50-22

    Come to the structure :

    Capture d’écran_2022-12-14_10-50-49

    mods list :

    00gtnhmixins-2.1.2 archaicfix-mc1.7.10-0.3.5-3-g4129794 falsepatternlib-mc1.7.10-0.10.13 gtnhlib-1.7.10-0.0.6 mixingasm-1.7.10-v0.2.3 orespawn-1.7.10-20.3

    lighting engine 
    opened by quentin452 0
  • Fix Ice's weird rendering.

    Fix Ice's weird rendering.

    Title. Don't know if AF or other mods have a fix for this already. Flying near this causes them to go away for some reason apparently, but it'd be nice to have fixed since its a bit odd.

    This is a Vanilla issue, happens on 1.12 too I think.

    2022-12-04_17 24 59

    chunk renderer 
    opened by MagmaBro123 0
  • DragonAPI is incompatible with chunk rendering tweaks

    DragonAPI is incompatible with chunk rendering tweaks

    The blocks appear to be invisible and sometimes any type of interaction with them will make the game crash. I have no fastcraft nor optifine installed. I do have the GG utils fixed version with no threaded lightning. I have COFH Core and altough there is a config file refering to COFH Tweaks i couldn't find the jar file in the mods folder. Other installed mod that modifies rendering is DragonAPI, but i haven't tested it's impact yet.

    I have Occlusion Culling and Multithread Updates = True

    I installed CoreTweaks so it could catch the exception when it crashes in order to keep testing.

    This is how the world is rendered: https://imgur.com/Na3YjFH

    And here is the log: https://drive.google.com/file/d/1gLAZri0kLa-5Uz0HJVlwMnn8A386DXgC/view?usp=share_link

    Thanks in advance for your help!

    chunk renderer 
    opened by DDRAIGOCH117 2
  • Dynamic Lights with Phosphor backport causes past versions of blocks to flicker

    Dynamic Lights with Phosphor backport causes past versions of blocks to flicker

    I don’t know if there is already such an error here or not, but I didn’t seem to find it (or maybe I didn’t search well)

    how to reproduce: If you spill water, remove the source, then 2 options:

    1: if you have optifine, you need to turn on the dynamic light and take any object that is a light source, you will see that the water will flicker when you move, although it is not there (works with any liquids)

    video: CLICK (50mb,br)

    2: very rarely, if you break, put blocks, the same thing will happen as in 1, but less noticeably and very quickly.

    note: manipulations with disableBlockingChunkUpdates and enableThreadedChunkUpdates (turn on, off) do not help

    lighting engine 
    opened by kotmatross28729 6
Releases(0.3.5)
Owner
Software developer who tinkers with a lot of things, but has a focus on the web and other higher-level ecosystems. Member of @LVGL.
null
A Fabric mod designed to improve the chunk performance of Minecraft.

C^2M-Engine A Fabric mod designed to improve the chunk performance of Minecraft. So what is C2ME? C^2M-Engine, or C2ME for short, is a Fabric mod desi

null 411 Jan 5, 2023
A Fabric mod designed to improve server performance at high playercounts.

Very Many Players A Fabric mod designed to improve server performance at high playercounts. VMP is still in early development and things are expected

null 97 Dec 26, 2022
C2ME-fabric - A Fabric mod designed to improve the chunk performance of Minecraft.

C^2M-Engine A Fabric mod designed to improve the chunk performance of Minecraft. So what is C2ME? C^2M-Engine, or C2ME for short, is a Fabric mod desi

null 414 Jan 7, 2023
Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.

Note New version of Jetserver is called Nadron and is in a new netty 4 branch of this same repo. JetServer is a java nio based server specifically des

Abraham Menacherry 1.2k Dec 14, 2022
With the games: brick breakers, tic-tac-toe, snake and tetris With the apps: calculator, stopwatch and text editor Themes, and hyperlinks

Game-Launcher --------------------- ABOUT THE GAME LAUNCHER ------------------------- With the games: brick breakers, tic-tac-toe, snake and tetris Wi

João Devesa 2 Dec 26, 2021
please read README to see how to play this. and star me to help me! this is very helpful and thanksful for me.

Sharustry Mod Browser / 모드 브라우저로 다운로드하기 Only possible with 124 or higher, only can download "latest" release 124 버전 이상에서만 가능하고, 오직 가장 최근의 정식 릴리즈만 다운로드

Sharlotte 51 Nov 23, 2022
A fairly Simple Game made in Java,You can adopt Pets, name them, and take care of them for XpPoints and level up!

Introducing PetGame! A simple console based game made by @denzven in Java ☕ About the Game PetGame is my first big project in Java, the rules are simp

Denzven 11 Jun 7, 2022
It's a particle system only appliaction. Made with LWJGL (OpenGL and GLFW for Java) and ImGui.

ParticleParty It's a particle system only appliaction. Made with LWJGL (OpenGL and GLFW for Java) and ImGui. How To Use Move the camera with ctrl + W/

Ahmet Aydogan 2 Jan 8, 2022
Quick and dirty framework for on-the-fly patching of classes via the java attach api and transformers.

Nuclear Quick and easy framework for on the fly patching of running java applications. Inspiration from an idea of an injectable minecraft cheat. What

0x150 8 Dec 28, 2021
This minecraft plugin adds @a, @p, and @r to EssentialsX Commands! Works with command block and console aswell!

EssentialsX-Target-Selectors This minecraft plugin adds @a, @p, and @r to EssentialsX Commands! Works with command block and console aswell! Usage: Ju

null 6 Dec 7, 2022
A data dumper and typing generator for the KubeJS functions, constants and classes.

ProbeJS A data dumper and typing generator for the KubeJS functions, constants and classes. Great thanks to @DAmNRelentless, @LatvianModder and @yeste

Li Junyu 13 May 25, 2022
Konas Client de-obfuscated and manually remaped by Gopro336, Perry, and other based people

Konas-Deobf-Remap This project doesent really have a purpose anymore now that the real source code has leaked (this is a higher version tho) Deobfusca

null 52 Dec 13, 2022
Cubic Skies reworks clouds and weather to make them 3D and localized, respectively. EXTREMELY WIP

Cubic Skies Cubic Skies is my second mod, and the first one to change vanilla gameplay instead of just the visuals. The mod's clouds and weather is ba

Nuclear Chaos 3 Sep 7, 2021
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan), audio (OpenAL), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR) applications.

LWJGL - Lightweight Java Game Library 3 LWJGL (https://www.lwjgl.org) is a Java library that enables cross-platform access to popular native APIs usef

Lightweight Java Game Library 4k Dec 29, 2022
An experimental toolset for Unity asset and asset bundle files.

DisUnity An experimental command-line toolset for Unity asset and asset bundle files written in Java, mostly designed for extraction. Download The lat

null 2.6k Jan 6, 2023
:wrench: LibGDX/LWJGL tutorials and examples

lwjgl-basics is a minimal shader-based library for 2D LWJGL sprite games. It provides essential utilities for handling textures, shaders, and sprite r

Matt DesLauriers 1.8k Jan 3, 2023
A Java game development framework that deploys to JVM, HTML5, Android and iOS.

PlayN PlayN is a cross-platform Java game development library written in Java that targets HTML5 browsers (via GWT), desktop JVMs, Android and iOS dev

null 237 Dec 9, 2022
🗺️ Minecraft map editor and mod

A Minecraft Map Editor... that runs in-game! With selections, schematics, copy and paste, brushes, and scripting! Use it in creative, survival in sing

EngineHub 2.7k Jan 1, 2023
A fast, customizable and compatible open source server for Minecraft: Java Edition

Glowstone A fast, customizable and compatible open source server for Minecraft: Java Edition. Introduction Glowstone is a lightweight, from scratch, o

Glowstone Project 1.7k Dec 31, 2022