Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Curle

Curle

Members
 View Profile  See their activity
  • Content Count

    148
  • Joined

    June 26, 2020
  • Last visited

    February 17
  • Days Won

    2

Curle last won the day on August 14 2020

Curle had the most liked content!

Community Reputation

23 Excellent

About Curle

  • Rank
    Creeper Killer

Converted

  • URL
    https://gemwire.uk
  • Location
    Wales

Recent Profile Visitors

683 profile views
  • Yunus1903

    Yunus1903

    July 19, 2020

  • Novârch

    Novârch

    June 30, 2020

  • cowsbeforeplows

    cowsbeforeplows

    June 28, 2020

  • Maxi07

    Maxi07

    June 28, 2020

  • DaemonUmbra

    DaemonUmbra

    June 27, 2020

  1. Curle

    Dark Theme adjustment

    Curle replied to Curle's topic in General Discussion

    The same file also defines: #ipsLayout_footer p{font-size:14px;text-decoration:none;color:#353c41;} which leads to this niceness: I didn't even realise there was text there until i wanted to change the theme to light...
    • January 15
    • 2 replies
  2. Curle

    Dark Theme adjustment

    Curle replied to Curle's topic in General Discussion

    Update. The culprit CSS is coming from Invision's IPS2 _framework.css. It defines: .ipsWidget_inner{color:#575757;} An override in https://github.com/MinecraftForge/Web/blob/master/sass/_forums.scss should do the trick. Time to investigate!
    • January 15
    • 2 replies
  3. Curle

    my forge mod loader isnt responding

    Curle replied to LampShade's topic in Support & Bug Reports

    The game created a log file that says what went wrong. It's in %APPDATA%/.minecraft/logs if you're on Windows. Attach the file named debug.log (if there are multiple, attach the one created most recently), so we can see what the actual problem is.
    • October 28, 2020
    • 5 replies
  4. Curle

    1.16.3 Game crash at launch with forge 34.1.33

    Curle replied to Nevilox's topic in Support & Bug Reports

    I've reported the issue to them. https://github.com/qouteall/ImmersivePortalsModForForge/issues/177#issuecomment-718095610
    • October 28, 2020
    • 4 replies
  5. Curle

    Forge server works but cant place blocks

    Curle replied to Luke Tanuki's topic in Support & Bug Reports

    It sounds like you have spawn area protection enabled. Have you OPed yourself?
    • October 28, 2020
    • 2 replies
  6. Curle

    1.16.3 Game crash at launch with forge 34.1.33

    Curle replied to Nevilox's topic in Support & Bug Reports

    Uhhh... that's a weird package name. It's Immersive Portals, not "Hiding In The Bushes"
    • October 28, 2020
    • 4 replies
  7. Curle

    1.16.3 Game crash at launch with forge 34.1.33

    Curle replied to Nevilox's topic in Support & Bug Reports

    First off, you have the MixinBootstrap mod. Remove it, as Forge now packages Mixin natively, and that mod will just cause problems. Second, hiding_in_the_bushes is broken.
    • October 28, 2020
    • 4 replies
  8. Curle

    Forge Server won't start

    Curle replied to Arthurmeade12's topic in Support & Bug Reports

    You don't have to uninstall Java 15. Once Java 14 is installed, it will take over, and the Java 15 install will be effectively dead. You can go into the folder where it is installed and manually delete the files if you desire
    • October 28, 2020
    • 8 replies
  9. Curle

    Game crashes during launch attempt

    Curle replied to Minicrafter's topic in Support & Bug Reports

    Can you try updating to the latest Forge? You're running 34.1.0, we're currently on 34.1.33.
    • October 28, 2020
    • 3 replies
  10. Curle

    Hunger bar disappears when in boat

    Curle replied to Fleef69's topic in Support & Bug Reports

    A PR was just opened that should fix this: https://github.com/MinecraftForge/MinecraftForge/pull/7446 Keep an eye on that, and we'll let you know when the fix is pulled. Thanks to 7
    • October 28, 2020
    • 13 replies
      • 2
      • Thanks
      • Like
  11. Curle

    1.16.1 .setRequiresTool()

    Curle replied to MaybeMattie's topic in Modder Support

    This function is not renamed in the default 0514 mappings, but exists in 0723 and onwards. You need to update your mappings. To do so: Join the Forge Discord server: https://discord.gg/UvedJ9m Right click the forge-bot#9014 user, and click Message Send the command !mcpv to it It will respond something like this: To update your mappings, enter the build.gradle file of your mod, find the line starting "mappings channel" and replace it with the one the bot gives you. You will need to start a reimport of the Gradle project, Eclipse and IDEA will tell you how to do this upon saving the file. Once the import finishes, the name will be available.
    • September 19, 2020
    • 3 replies
      • 1
      • Thanks
  12. Curle

    [1.15.2][Solved] Problem with diacritic

    Curle replied to fcelon's topic in Modder Support

    Apologies, i meant UTF-8 BE, the default encoding of most modern text editors. There are well known problems in the standard Java libraries with reading / decoding these from a file on disk. You're right about all the rest though
    • September 17, 2020
    • 13 replies
  13. Curle

    Cannot run Forge 1.16.2-forge-33.0.61

    Curle replied to Unburned_Toast's topic in Support & Bug Reports

    Try deleting the whole C:\Users\bbrin\AppData\Roaming\.minecraft\config\ folder.
    • September 17, 2020
    • 6 replies
  14. Curle

    NullPointers while getting server data

    Curle replied to logan121's topic in Modder Support

    It sounds like mc itself is null. This happens when you refer to the Minecraft.java class from within server-only code, as it does not exist on the server. Do you have a World reference with which to check world.isRemote, to ensure that you are on a client and mc is a valid class?
    • September 16, 2020
    • 1 reply
  15. Curle

    [1.15.2][Solved] Problem with diacritic

    Curle replied to fcelon's topic in Modder Support

    That repository breaks several copyright and EULA laws and has been reported numerous times. Github's inaction does not make it okay.
    • September 16, 2020
    • 13 replies
  • All Activity
  • Home
  • Curle
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community