-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
Need help building ForgeFlower with IntelliJ IDEA
LexManos replied to mwyah's topic in Modder Support
Why? We auto-build ForgeFlower. It's on our maven. Beyond that ForgeFlower is a git-patcher setup so you need to setup the project fully with a properly cloned repo. -
Derp, built the post and everything thought I clicked the promote button. Fixed now.
-
Only download Forge from OUR web page: http://files.minecraftforge.net/ If you get it from our site its fine. Now, sadly due to how the internet works, and the fact that this is free product, we use advertisements to make our money and pay the bills. We try and keep all the shady 'this is a virus download our virus remover' ads away. But we can only get rid of the ones that are reported. If you're still worried, we provide direct downloads for Forge on our site. So you can skip the ads. As for downloading other mods, ONLY get them from the Minecraft Forums, Curse, or here. 90% of the results for 'minecraft mods' on google are spam/virus/crap infested sites that steal mods from us and exploit you kids. Its sick and annoying but welcome to the internet -.-
-
1.7.10 is no longer supported on this forum, if you want help you need to use a modern version of Forge/Minecraft. Otherwise you're on your own.
-
Considering that this is a problem with Java 9 and literally impossible to get on Java 8, you need to try again. Use Java 8.
-
No, this isn't gunna happen.
-
Is there any way to install the latest Forge offline?
LexManos replied to Rainfell's topic in Support & Bug Reports
Unzip that to your mc folder. And run the installer again. The installer only downloads things that it needs to download, if the files already exist it'll skip them and work the rest of the process fine. -
Is there any way to install the latest Forge offline?
LexManos replied to Rainfell's topic in Support & Bug Reports
http://files.minecraftforge.net/libraries.zip You can manually install most of the libraries using this, however this zip IS NOT to be used by launchers or any automated system else i'll remove it. -
[1.12.2] Using Registries crashes in ClientLauncher
LexManos replied to WOLFI3654's topic in Modder Support
You can still use 'a simple array list' to generate your jsons, just do it in your build script and not at runtime. There are many reasons to use the json system. And MANY ways to make it simple/easy if you get past the concept of everything having to be done at runtime. We use gradle for a reason, it's powerful. -
Forge Version: 1.12.2-14.23.2.2611 Minecraft Version: 1.12.2 Downloads: Changelog (Direct) Windows Installer (AdLink) (Direct) Other Installer (AdLink) (Direct) MDK (AdLink) (Direct) Universal (AdLink) (Direct) This time again, prep work for 1.13 is still going on. A lot of behind the scenes work going on to make 1.13 feasible with all the changes Mojang is putting into it. I've been developing MCP/Forge for the snapshots for testing purposes so thats where a lot of my time is going. However we've been able to gather a few new features and bug fixes. I figure it's time to bundle them together in full release. Minecraft Forge 14.23.2 Changelog: ============================================================================ New: New event fired when Advancements are awarded. Added more detains to the loading screen. New registry event for Block and Item colors. Fully implemented /forge track command for Entity and TileEntities. New event to allow knock back control. New Slime hook for pistons. New context data sent to loot handlers for Advancements/Minecarts/Fishing/TileEntties. New hooks related to expanding armor for horses. New hook for controlling running particles for blocks. Added config value to disable async chunk loading. Mainly for debug purposes. New hook for customizing in-game music. New event for more tooltip controls. Enhanced logging during model loading. New hooks for registering custom CriteriaTriggers. New @Ignore annotation for the config system. Bug Fix: Fixed more bad shapeless recipe matching. Fixed issue connecting to IPv6 only servers. Fixed empty ItemStack being passed to EntityItemPickupEvent. Fixed some in-code documentation. Fixed tooltips sometimes rendering off the edges of the screen. Fixed rendering issues with FastTESR implementations. Fixed sometimes being unable to extract items from double chests. Fixed EntityFishHook not spawning particles in modded liquids. Fixed vanilla performance bug related to double chests that are blocked. Fixed vanilla powered rails not receiving power from modded powered rails. Fixed Flower Pot not being able to be set on some modded solid surfaces. Fixed Anvil repairing not working for some damageable items. Fixed missing text on loading screen for Macs. Fixed some packet memory leaks in netty code. Fixed statistics for entities in some cases. Fixed retexturing not working for some custom models. Fixed animations on rotated blocks. Fixed B3D model rendering issues. Fixed some lighting issues. Fixed crashing with null models not showing who caused it. Fixed Beetroot crops not dropping when trampled. Fixed giant jungle trees causing world generation cascading. Fixed extra dimension data not being saved. Fixed potential entity corruption from the dormant chunk cache. Fixed error logging in some mod loading stages. Fixed debug flags for ClassPatchManager not working. Fixed config guis showing child categories twice. Fixed modded fluids being treated as solid. Fixed adding MusicType enum values not working. Fixed pumpkins placement logic. Fixed model UV issue exposed by Optifine. Fixed animations for servers with high uptimes.
-
- 1
-
Moved to modder support, you can already edit this message. Please do your research before spamming our suggestion forums.
-
What is a coremod, and what are it advantages and disadvantages?
LexManos replied to Mango106's topic in General Discussion
And even then, only if the changes in the coremod can not be properly exposed in a non-mod-specific way and PRed to Forge. 99.99% of mods don't need a coremod. 99% of coremods SHOULD be at least attempted to be put into Forge. But most people fail the basic concept of having to explain themselves. 1% Of Coremods are actually doing something useful that is wholey specific for their mods and thus wouldn't fit in the Forge ecosystem. Those mods usually are total conversion or don';t play well in modpacks. -
There already exists a few ways to modify the tooltips for items. This does not need its own event. You also need to stop spamming our suggestions forum with useless ill conceived requests. Think though what you want, talk it over with the people in the Modder support forum and form a cohesive argument for what you want to add.
-
BlockPlaceEvent Needs To Fire on Client Side and Fire First on Client Side
LexManos replied to jredfox's topic in Suggestions
No, World logic is done server side. -
You did not download Forge then. Only get your files from http://Files.MinecraftForge.net/
-
Don't be an ass. What you're asking is for us to put in hundreds of thousands of hours of work because you don't feel like updating. Not to mention all the future costs. Technically it's possible yes, but realistically it will never happen. Mods only work for the version they are built for. This is just how Minecraft works. Deal with it. As for your comment about '90% of the good mods' No.. 'good' is subjective. There are plenty of 'good' mods on ALL MC versions.
-
@EventBusSubscriber event handlers need to be static.
-
You should NEVER extract jar files. Your screenshot shows you're looking at 'David Hernanzed's appdata folder. NOT 'capta's http://www.minecraftforge.net/forum/uploads/monthly_2018_01/5a6ce731a3a48_Screenshot2018-01-2715_54_52.thumb.png.48e87934c8945d28660262d2bfd33087.png You need to put your mods in C:\Users\capta\AppData\Roaming\.minecraft\mods if you want them to be loaded. Also, looking at your screenshot. You're trying to run FNF Universe.. which is a 1.7.10 mod, and Star Wars which is a 1.6.4 mod... on 1.12.2... this will never work. Minecraft mods are explicitly tied to a MC version.
-
C:\Users\capta\AppData\Roaming\.minecraft\mods for mods Your screen show shows you're installing mods under David's account. Are those two folders the same? According to the logs, there isn't anything in the 'capta' folder.
-
bug Can't open chests on 1.12.2-14.1.2604
LexManos replied to NovaViper's topic in Support & Bug Reports
Optifine issue. -
Post your logs.
-
Forge versions list for custom minecraft launcher
LexManos replied to Cubxity's topic in General Discussion
Its not allowed because Mojang doesn't want you to do it. Its basic security procedures, stop making users enter account information into random unofficial things. "But other things do it!" is NOT a valid argument. As for the Forge installer, we prefer that people do NOT make automated installers. I've said this many times, Forge is free to everyone, but it isn't free to run/develop. The ONLY way we make money is off the ads on the download pages. So we prefer users to install things themselves. We've made it so simple there really isn't any reason to do it else wise. So no, we're not gunna help you do something that Mojang doesn't want you to do, and does nothing but harm us. -
Armchair lawyering is not allowed in here. Its just one of those things that you're gunna have to trust I know what i'm talking about as i've actually had to contest something similar in court. At the end of the day Mojang could come along and say 'Screw everyone all these projects are now shut down'. But they don't. And this has nothing to do with the Mojang side of things. But ya, to answer your question, No Bukkit/Spigot/Whatever external project will not merge with Forge.