Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [16:10:29] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:
- {
- "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
- "promos": {
- "1.10-latest": "12.18.0.2000",
- "1.10.2-latest": "12.18.3.2477",
- "1.10.2-recommended": "12.18.3.2185",
- "1.11-latest": "13.19.1.2199",
- "1.11-recommended": "13.19.1.2189",
- "1.11.2-latest": "13.20.1.2476",
- "1.11.2-recommended": "13.20.1.2386",
- "1.12-latest": "14.21.1.2443",
- "1.12-recommended": "14.21.1.2387",
- "1.12.1-latest": "14.22.0.2475",
- "1.5.2-latest": "7.8.1.738",
- "1.5.2-recommended": "7.8.1.737",
- "1.6.1-latest": "8.9.0.775",
- "1.6.2-latest": "9.10.1.871",
- "1.6.2-recommended": "9.10.1.871",
- "1.6.3-latest": "9.11.0.878",
- "1.6.4-latest": "9.11.1.1345",
- "1.6.4-recommended": "9.11.1.1345",
- "1.7.10-latest": "10.13.4.1614",
- "1.7.10-latest-1.7.10": "10.13.2.1343",
- "1.7.10-recommended": "10.13.4.1558",
- "1.7.2-latest": "10.12.2.1147",
- "1.7.2-recommended": "10.12.2.1121",
- "1.8-latest": "11.14.4.1577",
- "1.8-recommended": "11.14.4.1563",
- "1.8.8-latest": "11.15.0.1655",
- "1.8.9-latest": "11.15.1.2318",
- "1.8.9-recommended": "11.15.1.1722",
- "1.9-latest": "12.16.0.1942",
- "1.9-recommended": "12.16.1.1887",
- "1.9.4-latest": "12.17.0.2051",
- "1.9.4-recommended": "12.17.0.1976",
- "latest": "12.18.3.2477",
- "latest-1.7.10": "10.13.2.1343",
- "recommended": "14.21.1.2387"
- }
- }
- [16:10:29] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: OUTDATED Target: 12.18.3.2477
- [16:10:29] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [shetiphiancore] Starting version check at https://gist.githubusercontent.com/ShetiPhian/8f54131fc6436c8c85a5/raw/ShetiPhianCore
- [16:10:30] [Server thread/DEBUG] [mixin/sponge]: Mixing server.management.MixinUserList from mixins.common.core.json into net.minecraft.server.management.UserList
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [shetiphiancore] Received version check data:
- {
- "homepage": "http://tomkinsbros.blogspot.ca/",
- "promos": {
- "1.11.2-latest": "3.4.7",
- "1.11.2-recommended": "3.4.7",
- "1.11-latest": "3.4.7",
- "1.11-recommended": "3.4.7",
- "1.10.2-latest": "3.3.11",
- "1.10.2-recommended": "3.3.11",
- "1.10-latest": "3.3.11",
- "1.10-recommended": "3.3.11",
- "1.9.4-latest": "3.2.8",
- "1.9.4-recommended": "3.2.8",
- "1.9.0-latest": "3.2.5",
- "1.9.0-recommended": "3.2.5",
- "1.8.9-latest": "3.1.2",
- "1.8.9-recommended": "3.1.2"
- },
- "1.11": {
- "3.4.7": "Fixes a thread-safe issue in my packet handler",
- "3.4.6": "Fixed incompatibility with the Bookshelf mod",
- "3.4.5": "Additions for newest mod builds; Fixed incorrect values used by my coloring code",
- "3.4.4": "Fixed null stack in GuideGUI; CapabilityHelper now checks FLUID_HANDLER_ITEM_CAPABILITY also",
- "3.4.3": "Added a new helper TileEntity; Added new method to RecipeHelper",
- "3.4.2": "Added fr_FR.lang and fr_CA.lang",
- "3.4.1": "1.11 Build, base on shetiphiancore-1.10.0-3.3.6",
- "3.4.0": "1.11 Beta/Preview Build"
- },
- "1.10": {
- "3.3.11": "Fixes a thread-safe issue in my packet handler",
- "3.3.10": "Fixed incorrect values used by my coloring code; Added IBonemealable to replace usage of IGrowable; Added system to get a players team (ftb lib supported)",
- "3.3.9": "Additions for newest mod builds; Fixed incorrect values used by my coloring code",
- "3.3.8": "Added a new helper TileEntity; Added new method to RecipeHelper",
- "3.3.7": "Added fr_FR.lang and fr_CA.lang",
- "3.3.6": "Fixed a bug/crash in my ISidedWrapper; Changes for MultiStorage and Terraqueous"
- "3.3.5": "Added a NBT File reader/writer helper",
- "3.3.4": "Added zh_CH.lang",
- "3.3.3": "PacketPipline Adjustments, Fix ParticleHelper causing errors in server log",
- "3.3.2": "Backend changes for inventory changes in MultiStorage, Platforms, and Terraqueous",
- "3.3.1": "Fixed crash when the OBJModel errored loading faces",
- "3.3.0": "1.10.x update"
- },
- "1.9.4": {
- "3.2.8": "Fixed crash when the OBJModel errored loading faces",
- "3.2.7": "Changes so EnderTanks, MultiStorage, Platforms, and Terraqueous, can support for ForgeCapabilities",
- "3.2.6": "1.9.4 update"
- },
- "1.9.0": {
- "3.2.5": "Fixed crash in object renderer",
- "3.2.4": "Fixed dedicated server crash 'NoSuchMethodError: shetiphian.core.ShetiPhianCore.registerLoader'",
- "3.2.3": "Added run particle override via asm, Added a modified version of shadekiller's obj loader.",
- "3.2.2": "Added block and item colorize helper",
- "3.2.1": "1.9.0 update"
- },
- "1.8.9": {
- "3.1.2": "Backported MaterialImmovable",
- "3.1.1": "Updates needed for MultiBeds, MultiStorage, and Platforms",
- "3.1.0": "Updates needed for Terraqueous",
- "3.0.3": "1.8.9 update"
- }
- }
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: Failed to process update information
- com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 36 column 6
- at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?]
- at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
- at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
- at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
- at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:216) [ForgeVersion$1.class:?]
- at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:191) [ForgeVersion$1.class:?]
- Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 36 column 6
- at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
- at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[JsonReader.class:?]
- at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
- at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:69) ~[ObjectTypeAdapter.class:?]
- at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?]
- at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[MapTypeAdapterFactory$Adapter.class:?]
- at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?]
- at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
- ... 5 more
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [openglider] Starting version check at https://raw.githubusercontent.com/gr8pefish/OpenGlider/1.10/versions/update.json
- [16:10:30] [Server thread/DEBUG] [io.netty.util.internal.JavassistTypeParameterMatcherGenerator/sponge]: Generated: io.netty.util.internal.__matchers__.org.spongepowered.api.network.MessageMatcher
- [16:10:30] [Server thread/DEBUG] [io.netty.util.internal.JavassistTypeParameterMatcherGenerator/sponge]: Generated: io.netty.util.internal.__matchers__.org.spongepowered.common.network.message.MessageTrackerDataRequestMatcher
- [16:10:30] [Server thread/DEBUG] [io.netty.util.internal.JavassistTypeParameterMatcherGenerator/sponge]: Generated: io.netty.util.internal.__matchers__.org.spongepowered.common.network.message.MessageTrackerDataResponseMatcher
- [16:10:30] [Server thread/DEBUG] [mixin/sponge]: Mixing ai.MixinAbstractAITask from mixins.common.api.json into org.spongepowered.api.entity.ai.task.AbstractAITask
- [16:10:30] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/entity/ai/SpongeEntityAICommonSuperclass to metadata cache
- [16:10:30] [Server thread/DEBUG] [mixin/sponge]: Mixing forge.common.MixinForgeChunkManager$Ticket from mixins.forge.core.json into net.minecraftforge.common.ForgeChunkManager$Ticket
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [openglider] Received version check data:
- {
- "homepage": "https://minecraft.curseforge.com/projects/open-glider",
- "promos": {
- "1.10.2-latest": "1.0.0",
- "1.10.2-recommended": "1.0.0"
- },
- "1.10.2": {
- "1.0.0": "See changelog here: https://github.com/gr8pefish/OpenGlider/blob/1.10/changelog.txt",
- "0.2.0": "See changelog here: https://github.com/gr8pefish/OpenGlider/blob/1.10/changelog.txt",
- "0.1.2": "See changelog here: https://github.com/gr8pefish/OpenGlider/blob/1.10/changelog.txt",
- "0.1.1": "See changelog here: https://github.com/gr8pefish/OpenGlider/blob/1.10/changelog.txt"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [openglider] Found status: OUTDATED Target: 1.0.0
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [thermalexpansion] Received version check data:
- {
- "homepage": "http://www.teamcofh.com/downloads/",
- "1.12": {
- "5.3.5": "Added and updated LOTS of Plugins. Forestry, Binnies, Magic Bees, Gendustry, IC2, Traverse, etc.",
- "5.3.4": "Minor bugfixes.",
- "5.3.3": "New augments! And a couple of bugfixes.",
- "5.3.2": "Biomes O' Plenty integration. And Mushroom Stew.",
- "5.3.1": "Lots of internal refactoring.",
- "5.3.0": "Initial 1.12 release!"
- },
- "1.11.2": {
- "5.2.7": "Okay I lied. Minor bugfixes.",
- "5.2.6": "Final 1.11.2 release.",
- "5.2.5": "Texture updates and underlying infrastructure.",
- "5.2.4": "Lots of x-mod plugin support. Adds Satchel and Centrifuge.",
- "5.2.3": "Fixes for the Energetic Infuser, and a Magma Crucible Recipe.",
- "5.2.2": "Fixes an intermod crash.",
- "5.2.1": "Fixes to Arboreal Extractor and Fluid Transposer.",
- "5.2.0": "Initial 1.11.2 release!"
- },
- "1.10.2": {
- "5.1.10": "Okay I lied. Minor bugfixes.",
- "5.1.9": "Final 1.10.2 release.",
- "5.1.8": "Texture updates!",
- "5.1.7": "Lots of x-mod plugin support.",
- "5.1.6": "Fixes for the Energetic Infuser, and a Magma Crucible Recipe.",
- "5.1.5": "Fixes a potential intermod crash.",
- "5.1.4": "Fix to Arboreal Extractor and Sap generation.",
- "5.1.3": "Backend optimization, Canola Oil integration.",
- "5.1.2": "Fixes a bug with the Sawmill.",
- "5.1.1": "Bugfixes and a Forestry Plugin.",
- "5.1.0": "Lots of changes. Capacitors and strongboxes!",
- "5.0.4": "And yet more bugfixes. Some groundwork for 5.1.",
- "5.0.3": "More bugfixes! Also redid Sawmill Recipes and added configs for machine features",
- "5.0.2": "Improvements to Thermal Mediator, adjustments to Steel creation.",
- "5.0.1": "Bugfixes!",
- "5.0.0": "Thermal Expansion 5 release!"
- },
- "promos": {
- "1.12-latest": "5.3.5",
- "1.12-recommended": "5.3.5",
- "1.11.2-latest": "5.2.7",
- "1.11.2-recommended": "5.2.7",
- "1.10.2-latest": "5.1.10",
- "1.10.2-recommended": "5.1.10"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermalexpansion] Found status: UP_TO_DATE Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [thermaldynamics] Received version check data:
- {
- "homepage": "http://www.teamcofh.com/downloads/",
- "1.12": {
- "2.3.5": "Lots of optimizations and bugfixes.",
- "2.3.4": "Minor bugfixes.",
- "2.3.3": "Minor change to Fluxduct backend.",
- "2.3.2": "Backend updates and optimizations.",
- "2.3.1": "Lots of internal refactoring.",
- "2.3.0": "Initial 1.12 release!"
- },
- "1.11.2": {
- "2.2.7": "Okay I lied. Minor bugfixes.",
- "2.2.6": "Final 1.11.2 release.",
- "2.2.5": "Fix for a servo crash.",
- "2.2.4": "Fix for a corner case with Fluxducts.",
- "2.2.3": "Fixes and optimizations for Viaducts and Filters.",
- "2.2.2": "Retrievers work again. Oops.",
- "2.2.1": "Fluxducts now connect to stupid tiles too.",
- "2.2.0": "Initial 1.11.2 release!"
- },
- "1.10.2": {
- "2.0.11": "Okay I lied. Minor bugfixes.",
- "2.0.10": "Final 1.10.2 release.",
- "2.0.9": "Fix for a servo crash.",
- "2.0.8": "Fix for a corner case with Fluxducts.",
- "2.0.7": "Fixes and optimizations for Viaducts and Filters.",
- "2.0.6": "Retrievers work again. Oops.",
- "2.0.5": "Fluxducts now connect to stupid tiles too.",
- "2.0.4": "Optimizations and connection fixes.",
- "2.0.3": "Fixed round robin and a corner crash.",
- "2.0.2": "Bugfixes. We all like these.",
- "2.0.1": "We all knew there would be bugs.",
- "2.0.0": "Initial 1.10.2 release!"
- },
- "promos": {
- "1.12-latest": "2.3.5",
- "1.12-recommended": "2.3.5",
- "1.11.2-latest": "2.2.7",
- "1.11.2-recommended": "2.2.7",
- "1.10.2-latest": "2.0.11",
- "1.10.2-recommended": "2.0.11"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermaldynamics] Found status: UP_TO_DATE Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [ModLister] Starting version check at https://raw.githubusercontent.com/Quetzi/ModLister/master/version/versions.json
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [ModLister] Received version check data:
- {
- "homepage": "http://modlister.com/",
- "promos": {
- "1.8.9-recommended": "1.8.9-1.0.7"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [ModLister] Found status: BETA Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [multistorage] Starting version check at https://gist.githubusercontent.com/ShetiPhian/8f54131fc6436c8c85a5/raw/MultiStorage
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [multistorage] Received version check data:
- {
- "homepage": "http://tomkinsbros.blogspot.ca/",
- "promos": {
- "1.11.2-latest": "1.3.9",
- "1.11.2-recommended": "1.3.9",
- "1.11-latest": "1.3.9",
- "1.11-recommended": "1.3.9",
- "1.10.2-latest": "1.2.19",
- "1.10.2-recommended": "1.2.19",
- "1.10-latest": "1.2.19",
- "1.10-recommended": "1.2.19",
- "1.9.4-latest": "1.1.7",
- "1.9.4-recommended": "1.1.7",
- "1.9.0-latest": "1.1.1.1",
- "1.9.0-recommended": "1.1.1.1",
- "1.8.9-latest": "1.0.1",
- "1.8.9-recommended": "1.0.1"
- },
- "1.11": {
- "1.3.9": "Fix a CloudHopper backport patch missing from 1.3.8; Fixed broken vault walls dropping invalid items when harvested with silk touch",
- "1.3.8": "Fixes two possible game breaking bugs",
- "1.3.7": "Added QueueChest; Added several enderlink config options; Added Team EnderLinkChests and bags; EnderLinkChests can now be rotated; Fixed a compatibility issue with Inventory Tweaks",
- "1.3.6": "Registered vault blocks to EnderIO's teleportation blacklist; EnderIO insulated conduits now connect to the Vault Redstone Pass block; Item and Fluid Pass blocks will prioritize the storage block on the opposite side over its internal inventory",
- "1.3.5": "Added de_DE.lang; Vault Access List fixes/gui improvements",
- "1.3.4": "Urgent Vault Fix, If you have installed 1.3.3 upgrade to 1.3.4 ASAP, All vault doors will need to be right-clicked",
- "1.3.3": "Fixed Vault Item Pass and Vault Corer not dropping inventory when broken; Renamed chest tile entities to support the Quark player inventory buttons; Vault Fluid and Item Pass blocks can now have an output face set; Collision Box Fixes for 1.11.2",
- "1.3.2": "Fixed Vault Access Control issues with invalid entries; Fixed Chameleon Chest OneProbe display issue and pickblock crash",
- "1.3.1": "Fixed item loss when shift-clicking from an enderlink chest/bag into a full inventory",
- "1.3.0": "1.11 Build, base on multistorage-1.10.0-1.2.11"
- },
- "1.10": {
- "1.2.18": "Fixes two possible game breaking bugs",
- "1.2.18": "Added QueueChest; Added several enderlink config options; Added Team EnderLinkChests and bags; EnderLinkChests can now be rotated; Fixed a compatibility issue with Inventory Tweaks",
- "1.2.17": "Registered vault blocks to EnderIO's teleportation blacklist; EnderIO insulated conduits now connect to the Vault Redstone Pass block; Item and Fluid Pass blocks will prioritize the storage block on the opposite side over its internal inventory",
- "1.2.16": "Added de_DE.lang; Vault Access List fixes/gui improvements",
- "1.2.15": "Urgent Vault Fix, If you have installed 1.2.14 upgrade to 1.2.15 ASAP, All vault doors will need to be right-clicked",
- "1.2.14": "Fixed Vault Item Pass and Vault Corer not dropping inventory when broken; Renamed chest tile entities to support the Quark player inventory buttons; Vault Fluid and Item Pass blocks can now have an output face set",
- "1.2.13": "Fixed Vault Access Control issues with invalid entries; Fixed Chameleon Chest OneProbe display issue",
- "1.2.12": "Fixed item loss when shift-clicking from an enderlink chest/bag into a full inventory",
- "1.2.11": "Converted Tesla Power Pass into a Capability based Power Pass, supporting both Tesla and Forge Units",
- "1.2.10": "Fixed wrong save directory on Unix systems",
- "1.2.9": "Changes to EnderLink Chest data save/load/unload",
- "1.2.8": "Fixed race condition crash with vault door renderer; Fixed Quark buttons missing from StackingChests; Added zh_CH.lang",
- "1.2.7": "Fixed Wither explosions causing vault blocks to spawn their drops",
- "1.2.6": "Fixed redstone state getting stuck",
- "1.2.5": "Fixed misaligned items in the stacking chest gui, Fixed RenderCorer Render Crash, Fixed EnderChest rendering not using cull, Reduced space.png size and moved it, Moved mat_steel.png",
- "1.2.4": "Several inventory fixes/changes/additions",
- "1.2.3": "Fixed ChameleonStorage rendering issues, Changed StackingStorage and EnderChest renderers improving fps",
- "1.2.2": "Added vault intruder protection, Fixed missing tab icon when only EnderChests are enabled, Fixed crash from invalid block pos given to getBlockHardness, Fixed Minecraft exploding an explosion proof block, Fixed not being able to remove blocks of an invalid vault",
- "1.2.1": "Fixed crash due to ChameleonStorage passing wrong blockstate in PickBlock",
- "1.2.0": "1.10.x update"
- },
- "1.9.4": {
- "1.1.7": "Fixed ChameleonStorage rendering issues, Changed StackingStorage and EnderChest renderers improving fps",
- "1.1.6": "Added vault intruder protection, Fixed missing tab icon when only EnderChests are enabled, Fixed crash from invalid block pos given to getBlockHardness, Fixed Minecraft exploding an explosion proof block, Fixed not being able to remove blocks of an invalid vault",
- "1.1.5": "Fixed potential crash due to ChameleonStorage passing wrong blockstate in PickBlock",
- "1.1.4": "Added support for ForgeCapabilities (new standard for interacting with item and fluid containers)",
- "1.1.3": "Added VaultCorer, Added VaultPowerPass, Fixed chameleon storage crash",
- "1.1.2": "1.9.4 update"
- },
- "1.9.0": {
- "1.1.1.1": "Fixed Vault Access Server Crash/Error, cause by the accidental use of 'com.mojang.realmsclient.util.Pair'",
- "1.1.1": "Fixed Junkbox GUI issues; -Client/Server de-sync when drag&drop is used, -Not all slots enabled, requiring a GUI reload",
- "1.1.0": "1.9.0 update"
- },
- "1.8.9": {
- "1.0.1": "Fixed Junkbox GUI issues; -Client/Server de-sync when drag&drop is used, -Not all slots enabled, requiring a GUI reload",
- "1.0.0": "First non-beta release"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [multistorage] Found status: UP_TO_DATE Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [agricraft] Starting version check at https://agricraft.github.io/versions/1.10/update.json
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [agricraft] Received version check data:
- {
- "homepage": "https://minecraft.curseforge.com/projects/agricraft/files",
- "promos": {
- "1.10.2-latest": "2.0.0-0.9.0-a16",
- "1.10.2-recomended": "2.0.0-0.9.0-a16"
- },
- "1.10.2": {
- "2.0.0-0.10.0-a17": "- TWEAK: Unified irrigation component connection properties.\n- FIXED: Channel selection bounds.\n- FIXED: Disabling vanilla farming disabled all farming.\n- FIXED: Plants with no products would drop a null ItemStack.\n- FIXED: Crops dropping crop sticks when raked.\n- ADDED: Sneaking while placing crops places cross-crops instead.\n- FIXED: Weed overtake code calculated strength backwards. Thanks @CodeCubesAndCrashes!\n- ADDED: TheOneProbe integration.\n- FIXED: Non-standard harvestcraft plant ids. Notice this will cause plant loss, but will not occur again.\n- FIXED: Mysticalagriculture plants mystically spawning in crops.\n- FIXED: Rare seed analyzer crash.\n- TWEAK: Modified custom wood recipes, possibly fixing several crafting issues.\n- ADDED: Debug option to show OreDict information in item tooltips.\n- FIXED: Loading error that caused NPE to be thrown and crash the game.",
- "2.0.0-0.8.0-a16": "- ADDED: Additional vanilla mutation JSON files.\n- ADDED: JSON files for vanilla flowers.\n- ADDED: JSON files for Mystical Agriculture plants.\n- ADDED: Seed drop chance customization, allowing for specification of when the seed should be returned from the plant.\n- REMOVED: Plant growth tiers, which weren't used extensively and mainly just complicated the code.\n- FIXED: Seed analyzer issue where gui would attempt to render very large box, and freeze the game in the process.\n- ADDED: Disabled vanilla planting warning.\n- FIXED: Disable vanilla planting option in config not working properly.\n- ADDED: Re-implemented water pads, for plants that like water.\n- FIXED: Seed Analyzer item duplication exploit (Thanks @Moondream15!).\n- FIXED: BlockRanges could go out of bounds, a very bad thing for them to do.\n- ADDED: AgriConditions, replacing the old nearby and base blocks in the JSON files.\n- ADDED: Sprinkler wip tooltip warning.\n- ADDED: JSON filename warning, to hint at files that might be misnamed.\n- FIXED: Crash at startup caused by setting mutation chance to 1.0.\n- ADDED: Default Sugarcane mutation definition.\n- FIXED: HarvestCraft coffee plant thinking it was a Starbuck's.",
- "2.0.0-0.8.0-a15": "- ADDED: Updated French translation files.\n- ADDED: Config option to remove links from alpha warning messages.\n- ADDED: Upgraded JEI integration.\n- FIXED: Comical item sizes.",
- "2.0.0-0.8.0-a14": "- ADDED: Default Botania Files thanks to Alexandro Lara de Camargo!",
- "2.0.0-0.8.0-a13": "- FIXED: Raking dropping fake items.\n- FIXED: Raking lacking appropriate interface.\n- FIXED: Cross-crops could be applied infinitely.\n- ADDED: Trimmed-down translation files.\n- ADDED: Alpha warning.\n- ADDED: Temporary Village \"Fix\"",
- "2.0.0-0.7.0-a12": "- FIXED: Quad caching issue causing massive memory leak.\n- FIXED: Plants could be made to grow in cross-crops.\n- FIXED: Grass seed drops.\n- FIXED: Debug log spam showing up in non-debug log.\n- ADDED: More lambda usage.\n- FIXED: Possible areas of de-synchronization.",
- "2.0.0-0.6.0-a11": "- FIXED: GUI glitches when highlighting items.\n- FIXED: GUI's not being as optimal as possible.\n- FIXED: Empty NBTTagCompounds being added to items with no tags.\n- FIXED: Products not stacking.\n- ADDED: Missing default JSON files for vanilla plants.\n- FIXED: JSON synchronization system premature loading issue.\n- FIXED: JEI duplicate seed interpreter registration.\n- FIXED: Base blocks not supporting meta values (notice format is WIP).\n- FIXED: Messy code in important classes.\n- FIXED: Missing JavaDocs in certain classes.\n- ADDED: Control over growth stat bonus on per-plant level.",
- "2.0.0-0.6.0-a10": "- ADDED: Light level feature for magnifying glass.\n- FIXED: Crops not consuming additional item to form cross-crops.\n- ADDED: Null pointer check to try to root out the infernal issue #770.\n- FIXED: Journal displaying seed name instead of plant name.\n- FIXED: Default Potato plant unattainable.\n- ADDED: Default Nether Wart & Beet plant JSON files.\n- FIXED: Crash caused by spawning AgriCraft nuggets with invalid meta values.",
- "2.0.0-0.6.0-a9": "- FIXED: Multiplayer JSON transfer. Json files will now transfer correctly from the server to the client.",
- "2.0.0-0.6.0-a8": "- ADDED: Better mod JSON file loading, will not try to load files for missing mods.",
- "2.0.0-0.6.0-a7": "- FIXED: InfinityLib dependency version insensitivity. (#799)\n- FIXED: Tank rendering crash. (#809)\n- FIXED: Crop rendering crash. (#804)",
- "2.0.0-0.6.0-a6": "- ADDED: Seed item configurability, allows for meta-sensitive seeds.\n- FIXED: Plants spawning on infertile soil.\n- FIXED: Invalid texture message displaying {0} instead of invalid texture entry.\n- FIXED: Render type 'cross' rendering as 'hash' instead.\n- FIXED: Default melon texture is wheat.\n- FIXED: Growth & Gain stats randomly switching places.\n- FIXED: Crash caused by sprinklers and class casting.\n- FIXED: Channel valve ignoring redstone control.\n- FIXED: Villager bound null pointer exception.\n- FIXED: Seeds not dropping from crops.\n- UNKNOWN: Rendering null pointer exception Heisenbug.",
- "2.0.0-0.5.0-a5": "- REMOVED: Custom Wood Fences.\n- FIXED: Seed Duplication.\n- FIXED: Nugget OreDict Registration.\n- FIXED: Custom crops with base blocks not placing.\n- FIXED: Crash caused by breaking soil under crops.\n- FIXED: Crops fail to grow.\n- FIXED: Crops fail to update properly.",
- "2.0.0-0.4.0-a4": "- INFO: 2.0.0a5 alpha pre-release to select users.",
- "2.0.0-i0.3.0-a3": "- FIXED: Custom Wood Recipes!",
- "2.0.0-i0.3.0-a2": "- FIXED: Server initialization crash!\n- FIXED: Jar naming scheme.\n- FIXED: Excessive Jar size.",
- "2.0.0a1": "- ADDED: 1.10.2 Port\n- ADDED: JSON Crops!"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [agricraft] Found status: BETA Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [railcraft] Starting version check at http://www.railcraft.info/railcraft_versions
- [16:10:30] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [railcraft] Received version check data:
- {
- "homepage": "http://www.railcraft.info/releases/",
- "1.10.2": {
- "10.2.0": "NEW: Metal Posts and Platforms have been restored. Other variants will come later.\nNEW: World Anchors ported and renamed to Worldspikes.\nNEW: Ported Block Signals and Distant Signals.\nNEW: Token Signals have been added! Use to make junctions simpler and diagonals viable.\nNEW: Added Zinc and Brass. (contribution by GeneralCamo)\nNEW: Added Nickel-Iron and Nickel-Zinc batteries. Use them to help maintain your charge network.\nNEW: Added Logbook, it records any player that passes within a 16 block radius of the block and they day they visited. It can only be broken by the owner.\nNEW: Config files for the mine generator. Control everything about the generation, even create your own. \nNEW: Added Filter items that can be used in Loaders and Detectors to match groups of items.\nNEW: Filters include: Ore Dict Tag Filter, Metadata/NBT Ignore Filter, Generic Bee Filter, Bee Genome Filter.\nNEW: Added Coal Dust, Ender Dust, and Void Powder (Coal Dust + Obsidian Dust + Ender Dust).\nNEW: Added Crowbar Smack enchantment, super-boost Trains. (contribution by liach)\nNEW: Change the color of the smoker from Smokers using dyes. (contribution by liach)\nNEW: Jukebox Cart, with moving sounds! (contribution by liach)\nNEW: Whistles move with Locomotives! (contribution by liach)\nNEW: Added Bronze Borehead. (contribution by liach)\nNEW: Added support for comments in Routing Tables: // or #\nNEW: Added Shunting Aura to Goggles for inspecting train linkage issues.\nNEW: /railcraft debug now prints the debug info for the block/cart the player is looking at.\nCHANGE: Worldspike fuels have been rebalanced. Void Powder is the best default fuel now.\nCHANGE: Migrate Powered Rolling Machine from RF to Charge.\nCHANGE: Reworked crafting of various Charge related items. Added more intermediate items.\nCHANGE: Rework some recipes in minor ways. (contribution by GeneralCamo)\nCHANGE: Ore Dict Tag Plates, yes plates. You can stop whining now. (contribution by GeneralCamo)\nCHANGE: Message Track command can now be used by just looking at the track you want to change and omitting the coords.\nCHANGE: Status messages now go to the hotbar instead of chat. (contribution by liach)\nCONFIG: Move Charge network debug spam to a config option.\nCONFIG: Fixed Enchantment enabled/disable config.\nCONFIG: Worldspike fuel config redesigned/renamed.\nFIX: Boxes now respond correctly to redstone. (contribution by liach)\nFIX: Improve Bore Head enchants and tool behavior. (contribution by liach)\nFIX: Fixed village bankrupting himself. (contribution by liach)\nFIX: Fix Bore infinite loop.\nFIX: Fix routing crash.\nFIX: Fix IC2 Feeder breaking. (contribution by liach)\nFIX: Fix Tank Cart issues. (contribution by liach)\nFIX: Various other minor fixes by liach.\nFIX: Fix Train Dispenser and Locomotive matching. Issue #1262\nFIX: Fix some annoying edge cases and faulty assumptions in the Item Loader code.\nFIX: Fix various bugs in the Charge Network code, mostly related to usage/loss tracking.\nFIX: Fix command permission levels issues.\nFIX: Fix Destruction enchant. (contribution by liach)\nFIX: Fix dupe bug with Tank Carts and Cargo Carts.\nFIX: Fix command exceptions due to vanilla method overlap.\nFIX: Outfitted Tracks should now drop both track and kit when destroyed/popped off. (contribution by liach)\nFIX: Exclude Command Block Minecarts from the entity cramming explosion code. Fixes World Preload Scripts.\nFIX: High Speed Track should have the correct speed values now.\nFIX: Dumping Track should check for empty space before dumping entities now.\nFIX: Fix cart bounding box position issues. Issue #946\nAPI: Moved some Cart Charge stuff to the API.\nEXPERIMENTAL: Steel Armor now has a toughness of 0.8. (contribution by GeneralCamo)\nEXPERIMENTAL: Various behind the scenes improvements to ItemStack handling to facilitate eventually upgrading to 1.11.",
- "10.1.2": "NEW: Restored and redesigned Elevator Tracks. Should be much less fiddly now.\nNEW: Restored Forestry backpacks.\nNEW: Add Bore Head Enchantment compatibility. (contribution by liach)\nNEW: Various IC2 integration fixes and improvements. (contribution by GeneralCamo)\nCHANGE: Poor Ore output increased to 3 nuggets instead of 2.\nFIX: Limit Enchantments to proper tools.\nFIX: Experiment fix for random train unlinking.\nFIX: Cart Disassembly recipes work again.\nFIX: Boxes and Actuators must be placed on solid surfaces again.\nFIX: Catch possible null entries before they get added to the creative list. (contribution by liach)\nAPI: Added a Train wide IItemHandler and IFluidHandler provider for interfacing with Architect.",
- "10.1.1": "NEW: Added reverse mode to Throttle Track. (contribution by Cream Tea)\nNEW: Zap sounds and effects.\nFIX: Fix crash when looking at an Admin Charge Feeder with TheOneProbe.\nFIX: Fix rendering issues with Box connections.\nFIX: Routing Detector and Actuator no longer call client code from the server and crash.\nFIX: Add temporary crafting recipe for the Charge Trap.",
- "10.1.0": "NEW: Smoker and Feed Station restored.\nNEW: Signal Boxes restored.\nNEW: Turnouts, Wyes, and Switch Actuators restored.\nNEW: Spike Maul is used to swap between Flex, Junction, Wye.\nNEW: Sounds restored.\nNEW: Added a SkyGen config for mines for testing purposes.\nNEW: Added Bronze, Nickel, and Invar ores and metals. (contribution by GeneralCamo)\nNEW: Added Brick variants of the new vanilla stone types. (contribution by GeneralCamo)\nNEW: Pearlized Brick an Ender Pearl themed Brick added. (contribution by GeneralCamo)\nNEW: Rolling Machine has been restored. Should fix most recipe issues.\nNEW: Added Manual Rolling Machine, it requires no power, but requires the player's presence to craft. Does not interact with pipes.\nNEW: Added Messenger Track Kit, a track that sends a chat message when passed. (contribution by liach)\nNEW: Riding and Ridden Routing conditionals replaced with the Rider conditional. See GitHub Issue #844 for details.\nNEW: Placing a malformed Routing Table into device will now pop up the GUI to tell you it is erroring.\nNEW: Sneak clicking with an empty hand on Routing device will now allow you to edit the contained Routing Table directly.\nNEW: You can now disable Railcraft enchantments, and moved to Magic module.\nCHANGED: Some of Brick recipes have been Tweaked to reflect various changes in Vanilla. (contribution by GeneralCamo)\nFIX: Various IC2 integration fixes. (contribution by GeneralCamo)\nFIX: Notepad should now interact with the world properly.\nFIX: Charge Feeders should now properly respond to Redstone under all conditions.\nFIX: Reduced Tunnel Bore log spam.",
- "10.0.1": "NEW: Add DynamicLighting support to Locomotive (contribution by liach)\nFIX: Fix config files not being generated correctly\nFIX: Various other minor fixes",
- "10.0.0": "INFO: First official MC 1.10.2 release\nNEW: Added in-game config editor support\nFIX: Fix various GUI issues\nFIX: Render Locomotive and Maintenance Cart Lamps\nFIX: Add Steam Locomotive Fluid Container handling\nFIX: Various other fixes",
- "10.0.0-beta-4": "NEW: Updated monster spawn list for Pumpkin Cart\nNEW: Ores and Geodes are now SimpleRetrogen compatible\nCHANGE: Mines are richer in Mountain, Mesa, and Hills types of biomes\nFIX: Various other fixes",
- "10.0.0-beta-3": "CHANGE: Rework Poor Ore worldgen. Replace with Mines, branching clouds of ore containing both Poor Ore and Standard Ore.\nCHANGE: Standardize Item and Texture names, may affect addons and resource packs, worlds should be unaffected.\nCONFIG: Added config option to reduce/eliminate vanilla Gold/Iron Ore generation.\nFIX: Fix Geode generation.\nFIX: Various other fixes."
- },
- "promos": {
- "1.10.2-latest": "10.2.0",
- "1.10.2-recommended": "10.2.0"
- }
- }
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [railcraft] Found status: UP_TO_DATE Target: null
- [16:10:30] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json
- [16:10:31] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [thermalfoundation] Received version check data:
- {
- "homepage": "http://www.teamcofh.com/downloads/",
- "1.12": {
- "2.3.5": "Tinker's Construct Support added!",
- "2.3.4": "Minor bugfixes.",
- "2.3.3": "Some miscellaneous new recipes. And support code.",
- "2.3.2": "Mushroom Stew!",
- "2.3.1": "Lots of internal refactoring.",
- "2.3.0": "Initial 1.12 release!"
- },
- "1.11.2": {
- "2.2.5": "Final 1.11.2 release.",
- "2.2.4": "Added new tools and armor. Fixes issue with latest Forge.",
- "2.2.3": "Resource organization overhaul.",
- "2.2.2": "Fixes for the Forge Lexicon. Thanks Mojang.",
- "2.2.1": "Minor fix to breaking Clathrates.",
- "2.2.0": "Initial 1.11.2 release!"
- },
- "1.10.2": {
- "2.1.5": "Final 1.10.2 release.",
- "2.1.4": "Added new tools and armor.",
- "2.1.3": "Resource organization overhaul.",
- "2.1.2": "Minor fix to breaking Clathrates.",
- "2.1.1": "Clathrates and oil generation!",
- "2.1.0": "Minor bugfixes. Adds sap!",
- "2.0.5": "Fixes an oversight with the config options. Sorry about that!",
- "2.0.4": "Bugfixes and config options. Check your configs after update!",
- "2.0.3": "Bump for compatibility with Core 4.1",
- "2.0.2": "Hammers are now hammers again, added shields!",
- "2.0.1": "Bugfixes!",
- "2.0.0": "Initial 1.10.2 release!"
- },
- "promos": {
- "1.12-latest": "2.3.5",
- "1.12-recommended": "2.3.5",
- "1.11.2-latest": "2.2.5",
- "1.11.2-recommended": "2.2.5",
- "1.10.2-latest": "2.1.5",
- "1.10.2-recommended": "2.1.5"
- }
- }
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [thermalfoundation] Found status: UP_TO_DATE Target: null
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [redstonearsenal] Starting version check at https://raw.github.com/cofh/version/master/redstonearsenal_update.json
- [16:10:31] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [redstonearsenal] Received version check data:
- {
- "homepage": "http://www.teamcofh.com/downloads/",
- "1.12": {
- "2.3.5": "Quiver is now enchantable.",
- "2.3.4": "Minor bugfixes.",
- "2.3.3": "Added Flux-Infused Quiver!",
- "2.3.2": "Flux charge bars!",
- "2.3.1": "New textures, new items!",
- "2.3.0": "Initial 1.12 release!"
- },
- "1.11.2": {
- "2.2.6": "Final 1.11.2 release.",
- "2.2.5": "New textures, new items!",
- "2.2.4": "Removed dependency on Thermal Foundation.",
- "2.2.3": "Added Flux-Infused Shield! Also resource overhaul.",
- "2.2.2": "Update for compatibility reasons.",
- "2.2.1": "Add commas to energy values.",
- "2.2.0": "Initial 1.11.2 release!"
- },
- "1.10.2": {
- "2.1.3": "Final 1.10.2 release.",
- "2.1.2": "New textures, new items!",
- "2.1.1": "Removed dependency on Thermal Foundation.",
- "2.1.0": "Added Flux-Infused Shield! Also resource overhaul.",
- "2.0.6": "Update for compatibility reasons.",
- "2.0.5": "Add commas to energy values.",
- "2.0.4": "Fixes Thermal Expansion integration, rare crashes.",
- "2.0.3": "Fixes Hammer and Bow, tweaks Pickaxe.",
- "2.0.2": "Added Flux-Infused Hammer! Also required for Core 4.1 compatibility.",
- "2.0.1": "Bugfixes!",
- "2.0.0": "Initial 1.10.2 release!"
- },
- "promos": {
- "1.12-latest": "2.3.5",
- "1.12-recommended": "2.3.5",
- "1.11.2-latest": "2.2.6",
- "1.11.2-recommended": "2.2.6",
- "1.10.2-latest": "2.1.3",
- "1.10.2-recommended": "2.1.3"
- }
- }
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [redstonearsenal] Found status: UP_TO_DATE Target: null
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [simplyjetpacks] Starting version check at https://raw.githubusercontent.com/CyberdyneCC/SimplyJetpacks-2/TomsonDev/update/update.json
- [16:10:31] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [simplyjetpacks] Received version check data:
- {
- "homepage": "https://minecraft.curseforge.com/projects/simply-jetpacks-2/files",
- "promos": {
- "1.10.2-latest" : "2.1.3",
- "1.10.2-recomended" : "2.1.3"
- },
- "1.10.2" : {
- "2.1.3.55" : "Fixed jetpacks not using energy when flying",
- "2.1.2.53" : "Added first part of ThermalExpansion integration, Bugfixes",
- "2.1.1.47" : "Fixed jetpacks not draining power, finish Forge Version Checker",
- "2.1.1.46" : "Fixed recipes not working",
- "2.1.1.43" : "Localization updates, added ForgeEnery support",
- "2.1.0.39" : "Balancing, starting retexture and Jetplates",
- "2.0.3.32" : "Added Fluxpacks",
- "2.0.3.29" : "Groundwork for Fluxpacks",
- "2.0.3.26" : "Fixed Packet handling",
- "2.0.3.23" : "Fix particles",
- "2.0.3.19" : "Bugfixes and EmergencyHoverMode",
- "2.0.3.14" : "Bugfixes and armored Jetpacks",
- "2.0.2.9" : "Bugfixes",
- "2.0.2.6" : "Update to 1.10.2"
- },
- "1.9.4": {
- "2.0.1.4" : "Update to 1.9.4"
- }
- }
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [simplyjetpacks] Found status: BETA Target: null
- [16:10:31] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json
- [16:10:31] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [cofhcore] Received version check data:
- {
- "homepage": "http://www.teamcofh.com/downloads/",
- "1.12": {
- "4.3.5": "Backend updates and optimizations.",
- "4.3.4": "Minor bugfixes.",
- "4.3.3": "Features to support quivers. Backend optimizations.",
- "4.3.2": "Backend updates and optimizations.",
- "4.3.1": "Just an update.",
- "4.3.0": "Initial 1.12 release!"
- },
- "1.11.2": {
- "4.2.8": "Okay I lied. Minor bugfixes.",
- "4.2.7": "Final 1.11.2 release.",
- "4.2.6": "Just an update.",
- "4.2.5": "Fixes corner case crase with German keyboards.",
- "4.2.4": "Fixes an ASM issue.",
- "4.2.3": "More backend stuff. Uninteresting but useful.",
- "4.2.2": "Backend optimizations and support.",
- "4.2.1": "Fix flat bedrock generation crash.",
- "4.2.0": "Initial 1.11.2 release!"
- },
- "1.10.2": {
- "4.1.12": "Okay I lied. Minor bugfixes.",
- "4.1.11": "Final 1.10.2 release.",
- "4.1.10": "Just an update.",
- "4.1.9": "Fixes corner case crase with German keyboards.",
- "4.1.8": "Fixes an ASM issue.",
- "4.1.7": "More backend stuff. Uninteresting but useful.",
- "4.1.6": "Backend optimizations and support.",
- "4.1.5": "More backend work.",
- "4.1.4": "Backend optimizations.",
- "4.1.3": "Backend optimizations and updates.",
- "4.1.2": "More bugfixes and refactors. Craftable horse armor and saddles.",
- "4.1.1": "Bugfixes to Tools and internal refactors.",
- "4.1.0": "Fluid rendering overhaul. Tons of internal refactors.",
- "4.0.2": "More bugfixes. Shield support.",
- "4.0.1": "Bugfixes!",
- "4.0.0": "Initial 1.10.2 release!"
- },
- "promos": {
- "1.12-latest": "4.3.5",
- "1.12-recommended": "4.3.5",
- "1.11.2-latest": "4.2.8",
- "1.11.2-recommended": "4.2.8",
- "1.10.2-latest": "4.1.12",
- "1.10.2-recommended": "4.1.12"
- }
- }
Add Comment
Please, Sign In to add comment