-
Content Count
148 -
Joined
-
Last visited
-
Days Won
2
Curle last won the day on August 14 2020
Curle had the most liked content!
Community Reputation
23 ExcellentAbout Curle
-
Rank
Creeper Killer
Converted
-
URL
https://gemwire.uk
-
Location
Wales
Recent Profile Visitors
683 profile views
-
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...
-
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!
-
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.
-
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 -
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? -
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" -
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. -
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
-
Can you try updating to the latest Forge? You're running 34.1.0, we're currently on 34.1.33.
-
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
-
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.
-
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
-
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. -
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?
-
That repository breaks several copyright and EULA laws and has been reported numerous times. Github's inaction does not make it okay.