Everything posted by LexManos
-
[1.7.10] Upgrade existing world to 10.13.3.1355 and beyond
Basically the fluid changes expose and crash mods that were doing it wrong the whole time. So update ThermalDynamics.
-
New Forge files Download page feedback
1) The aesthetics are not up for debate as everyone and their dog has an opinion and nobody agrees 2) If I can figure out a way to make it look nice to have the name under the icon in the promos list then fine this is really the only valid complaint I see. But this is more of a getting used to change and not a big deal 3) Feel free to block it, as always, direct links are provided for those of you who don't want to use it. There shouldn't be any auto-downloaders. If you find them report them either using the tool or to me and they will be removed, this is the same as with adfly. It's just how these sites work. 4) The direct downloads are in the same place they were in the old version, right next to the download link, i've also added a second one labeled "Direct Download" in the hover popup. So it's just as usable and even more visible than it was before. As for Adfocus being trustworthy, they are working with me unlike adfly and removing bad ads. Which instantly makes them more trustworthy in my opinion. However EVERY service has bad apples that need to be squashed, that's just how ads work. From what I understand, once every 24 hours/ip they are allowed one pop-under/up. If you get more let me know with screenshots and your ip so i can talk to them. Auto-downloads ARE NOT allowed and will be squashed when reported. They should not happen. I am working with them to see if its possible to be a bit more restrictive on the ads. Sadly there will be growing pains, but if you dont trust a advertiser I have no problem with you using adblock. But you have to think of it this way, Forge is free, however it is my sole job. Adfocus pays a SIGNIFICANT better then Adfly, and works with me to remove bad ads. There are a PLETHORA of ways to not view ads be it browser addons, or just clicking the direct downloads. So, don't fear change there are reasons for it.
-
Crash
Ah I know this one! YOu need to go into the other room and turn off the tv. It's causing RF interference with your computer's megahurtz. {Seriously dude, LOGS!}
-
[1.8][SOLVED] Has Anyone fixed their portals for their custom dimensions?
You DONT take over the getDefaultTeleporter... You call transferEntityToWorld WITH YOUR OWN teleporter.
-
Frequent mojang screen java out of memory and singleplayer crashing
Update Forge, also post the FML log next time.
-
Server Crash HELP ME!
cpw/KingLemming broke API compatibility with their fluid re-work. I'll fix it here in a second Fixed in #1356
-
Making a Console
Not to mention the fact that it would still require jailbroken consoles. You can not run unsigned code on non-jailbroken consoled. If you could then it would be simple to jailbreak them.
-
SOMONE who knows!legitlly! how do i install 1.1forge? im serious.
The install instructions are all over the internet, you strung people around with your last thread so I locked it. This version is WAY to old for us to try and support you. If you cant understand how to edit a damn zip file you're not going to get anywhere. But as a final ruling, you're on your own 1) its simple 2) its so outdated we do not support it on the site.
-
[1.8] Auto-assigning block textures
One of the exact reasons why I've been advocating people NOT use 'unlocalized' names for shit. The idea in 1.8 is to move your definition of blocks into json not code. So just make your jsons as needed.
- Forge 1.7.2
-
Internal Server Shut Down - forge-1.8-11.14.1.1354 - Clean Install [FIXED]
Try killing your firewall/av that may be derping it up. Also try runnign with the -Djava.net.preferIPv4Stack=true argument {tho this is defaulted in 1.8 so not sure if this will help}
-
[Server crash 1.7.10] Server is crashing (not launching) [SOLVED]
Also update Forge those errors are better now.
-
Unable to download
There isn't much we can do on our end, we've got two mirrors up for the downloads both located in completely different countries. Both serving hundreds of TBs of data a day. Something isn't letting you connect to either server. As the video above demonstrates you can install the libraries manually if everything else fails.
-
[1.8] .obj file models in 1.8?
Fry is in charge of this there was someone working on a obj importer but they vanished. And no this isn't a good suggestion you're stating something we already know without adding any useful information or working on a solution.
-
Minecraft Crash on startup.
Update/Remove optifine.
-
"The directory is missing a launcher profile"
Are you logged into the same account you are running Minecraft with? It gives you the exact path it is trying to find the launcher in. Could always run the game and then click 'options -> texture packs -> open texturepacks folder' to find where Minecraft is actually being run from.
-
[Solved] [1.7.10] Crash when loading chunks of size-limited world
The problem is that you're trying to populate chunks on the edge of the boundary. Make populate only function for radius-1
-
Forge 1.8 client can't connect to Forge 1.8 server
All this tells us is that something between your computers is not allowing the connection. It could be a firewall, it could be a anti-virus, it could be windows. There isn't much we can do on our end as this is outside Forge/Minecraft.
-
[Solved] [1.7.10] Crash when loading chunks of size-limited world
Update Forge. This error should no longer hide the true error.
-
[1.8] Blocks won't generate in world?
You're telling it to generate an ore, above the ground. Take a look into what WorldGenMineable does... it doesn't work in air...
-
error
Its not there, or its not installed correctly. Make sure you follow the instructions in the PowerCrystalsCore.
-
The State engine was in incorrect state errored - ERROR
Caused by: java.lang.UnsupportedClassVersionError: net/techbrew/journeymapserver/JMServerForge : Unsupported major.minor version 51.0 JournyMap is compiled for Java 7, update java, and tell them to stop compiling for 7.
-
1.8.1
Again 1.8.3 ISN'T that important. However yes I know it needs to be done. However A LOT of things need to be done before it namely AbrarSyed needs to finish his re-world of ForgeGradle so that things are possible to work. 1.8.3 changed a lot of things regarding obfuscation so that we as modders will receive better code to work with. I still need to go in and do that. I'm also taking this time while Abrar is working {Note hes both a student and has a full time job so its taking him a while} to cleanup some of the internals of Forge get bugs fixed etc. cpw is working on squashing some old things as well as designing new features. Again however, 1.7->1.8 is the major hurdle most modders are still trying to work through. 1.8->1.8.3 SHOULD be a lot simpler for them. So let modders get to 1.8, and when the time is right 1.8.3 will happen. Trust me I am trying to get it going but Abrar is the one working on FG not me.
-
[1.8] Suggestion for loading custom resource packs
You;re looking at the right method, study it more, you can add resources all you want.
-
[1.8] Suggestion for loading custom resource packs
Whether or not its a good idea is the exact discussion here. You CAN do it yourself, what you're asking is for Forge to actively encourage others to do it. Aside from that, actually taking 10 seconds to LOOK at the code surrounding resource packs shows that you can easily add your own without reflection or anything like it. Protip: Look at what happens when Minecraft refreshes resources.
IPS spam blocked by CleanTalk.