How To Update A Modpack on CurseForge App

As i have got some messages, with questions on how to update my minecraft modpacks on Curseforge, like Pokehaan Craft, Farming Valley etc, i decided to make a small guide.

1: Go to the “My Modpacks” section on Curseforge app.

2: Hover the mouse over the modpack and click on the small “arrow” next to “Play”. This should update the pack automatic.

3: Else it will open this: Now click on the small arrow at the “Select Modpack Version”

4: You should now see all the different versions to the modpack. Now click on the newest one which is the top one, and click “Continue”.

5: The launcher will now begin downloading the newst version, once done you can click play.

How To Import Curse/Twitch ModPacks To MultiMC [Guide]

if you would rather play Curse/Twitch packs with MultiMC then that is fairly easy to do. This guide will not show you how to download and install MultiMC. But just show you how to import a Twitch/Curse modpack to it.

First go to: https://www.curseforge.com/minecraft/modpacks

And find the modpack you want. In my case i find “Farming Valley”. Now go to “Files”, and then scrolls down to the newest version of the pack, and click on it. Then click Download. This gif file show you these steps:

Continue reading

Amnesia 1.0.9 Changelog

This update blacklist the mod “Chisel” from the randomness. As it added too many blocks to the random list, which made some items a lot harder to get than first intended.

Updated Crafting_Amnesia-1.12-1.0.2

  • Added regex support to whitelist/backlist in config

Amnesia 1.0.8 Changelog

Just a small update to fix some crashes, and also let Sponge servers play the pack (hopefully).

Updated AmnesiaBlocks-1.12.2-1.3.0

  • Rebuilt sources.
  • Updated mixin to 0.7.11
  • Fixed entity obfuscation not applying correctly on servers.
  • Fixed potions and some other items being forgettable
  • (This should also now let users with Sponge, play the pack.)


Updated ChanceCubes-1.12.2-5.0.2.345.jar

  • Added commands to list disabled rewards
  • Fixed issue with Profiles not resetting on servers after a player logs out and then back in
  • Added Random Item and Random Block dynamic values
  • Random item can now only return ones that show up in a tab
  • Updates from previous beta version:
  • Buffed the Demonic Blaze rewards slightly
  • Fixed issues with rewards not spawning things correctly
  • Fixed wrong reward name for default profile
  • Fixed issue on the client when connecting to a server.
  • Fixed server crash with some rewards
  • Fixed crash associated with #201
  • Fixed issue with random oredict not working #200
  • Fixed issue with Giant Chance Cubes not spawning in when placing made via 3x3x3 cube #199
  • Removed uneeded methods from RewardsUtil
  • Fixed naming issue with the Icosahedron reward
  • Fixed mixup with the nether start and notch apple rewards

Updated Controlling-3.0.9.jar

  • Removed the free keys button and added a patreon button.
  • Added Polish language
  • Updated Russian language 

How To Use The Locate Command

In MineCraft 1.11, a new “locate” command was added. This command shows the coordinates of the closest EndCity, Fortress, Mansion, Mineshaft, Monument, Stronghold, Temple and village or other special buildings/structures in newer versions of Minecraft.

All you have to do is use the following command:

/locate (AND Then use TAB)

You can then use “tab” and it shows the different arguments you can use. Or you can just write the argument. Like

/locate EndCity

Which will show the nearest EndCity

In newer versions there is also a Buried_Treasure, EndCity, Fortress, Mansion, Mineshaft, Monument, Ocean_Ruin, Shipwreck, Stronghold, Desert_Pyramid, Igloo, Jungle_Pyramid, Swamp_Hut, Village and Pillager_Out

So best advice would be to write /locate TAB, and then use the tab button, to see which kind of arguments you can use in the version of Minecraft that you plays.

Disable Daylight Cycle

Want to disable the daylight cycle, so the time will stay the same? Then do the following command:

/gamerule doDaylightCycle false

If you want to make the time move again, change false to true 🙂

So if you want the time to be at x time. First use the time set command, to set the time. And then do above gamerule.

Fix for “Launching the game failed” error

Do you get a error when launching a modpack from the Twitch Minecraft App? That says something like:

” Failed to download file, the file contents differ from what was expected.
Name: jopt-simple-4.6.jar
URL: https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
Filename on disk: jopt-simple-4.6.jar
Path: C:\Users\xxxxxxxxxxxxxxxxxxxx
Exists: File “

The issue have been reported to Curse/Twitch, but until they are fixing it. You can fix it yourself. Do the following:

1: Go to the link in the “URL” part. This should download the missing file.

2: Go to the file which is shown in the “path” part. Yours will be different then the one in the screenshot.

3: Now replace/place the file you downloaded at above location.

4: Start the modpack you want to play. It should now start normally.

Fix For Twitch Launcher Not Saving Resolution

Having trouble when using Twitch Launcher, that it does not save the window/scree resolution you have set? Then do the following:

  • Click on the windows button, and write %appdata% and open the appdata folder. This is where minecraft and twitch folder is usually found.
  • Now find Twitch folder
  • Now open the “MinecraftSettings.json” file.
    I like to play in 1920*1080, so i have changed it to the following:

“resolutionWidth”: 1920,
“resolutionHeight”: 1080
}

  • Hit, save. And restart the launcher. Now your game should start in 1920*1080 every time it loads the pack you play. (I also changed it in the Minecraft.settings, file. But doing it in json file only should be enough.

If it does not, you may need in the Twitch launcher to just once, change the resolution to what you want here too. BUUUT usually above solves the issue 🙂