Everything posted by LexManos
-
New Forum Design/Update: Issues and Suggestions
Unfortunately, it seems that Invision has decided that everything is locked down and no longer customizable. Their attitude to anyone who wants to edit anything is 'Just accept it we know best and screw you for even insinuating that you want to customize your own site' So there isn't much we can do about the layout of actual features. Best bet for the editor is that psudo markdown works, so typing ` around words make code blocks. Only options is to start writing bespoke modifications to the forum's php code itself, which I really don't want to do. I would of stayed on v4 but the version of PHP that it supports is going EOL and Invision has stated they have no intentions of upgrading it. They also removed the central community for finding plugins/community addons. Overall it is my feeling that they are intentionally trying to kill off self-hosting communities by removing features and locking things down, in an effort to force everyone into using their paid hosting services. My HOPE is that someone in the overall forum community will write an exporter for Invision to something like SMF. Which is what we were originally on before old team members decided enterprise software is better.
-
I would like to be able to add a sound mixer.
Thats not something Forge will add, but there are events for when sounds are played, and pretty sure you have the ability to adjust the volumes in that event.
- Server was fine, then I restarted it and it wont turn back on. It uses fabric mods
-
Documentation for sending message to client is incorrect or unclear.
The networking has been far simplified in 1.20.5+ The docs could be old, as Ash has said feel free to submit a PR updating the community docs. However the only real up-to-date reference would be the code itself. So your best bet is to just read the code and give it want it wants.
-
Suggestion - LightningStrikeEvent
We have an event for an Entity being struck by lighting, but doesn't look like we have one for Blocks. And unfortunately, looking at it, the LightingBolt entity doesn't have any context on why it was registered, so you wouldn't be able to get the source context. What are you trying to accomplish with this event?
-
Responses seem slow...
Honestly, the forums are a back burner thing. Not many people use it. Best option is discord. I know that I haven't looked at the forums for more then admin tasks in quite a while. You're also best off not following tutorials which give you code. Knowing programming and reading the MC/Forge code yourself would be the best way to go.
-
'.get()' is deprecated, how do i fix?
- Site registration security check is broken!
The site is dumb and doesn't like upper cases.- How to UPDATE FORGE on existing server with same Minecraft version 1.21.4 ?
You just need to run the updated installer like if you were installing a new server. You can overwrite an existing install with a new version.- On 1.21.3 Forge Powered Rail are working like Activator Rail, so it is impossible to do railways.
https://github.com/MinecraftForge/MinecraftForge/commit/e2a68ad903e09604c3754a65cb1b0c8db72ae308 It was just a misapplied patch, update forge and you'll be fine.- is this impossible?
It is possible to write a coremod to turn Minecraft into WoW. So yes... it's possible, it looks like the movement is just grabbing part of the ground and moving yourself to it. So it shouldn't be too hard if you know what you're doing.- Forge crash on Wayland-powered Linux Systems
Wayland isn't supported in vanilla minecraft until 1.20.2 As for anything the early loading screen does, you can edit the fml.toml to disable it. I dont think the environment variable has been functional since the loading screen rewrite.- error when downloading Forge Installer files
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.- Serious Performance Issue, If you are Reading This , I need help
There isn't much we can suggest without knowing more details. You can try getting more details with spark, and using that to determine where you're going. https://www.curseforge.com/minecraft/mc-mods/spark 1) Run /spark profiler 2) Wait a couple of mins 3) Run /spark profiler --stop and copy-paste the results link It should help give us more insight into why it’s lagging- What's the difference between EventHandler and SubscribeEvent?
Ah, its old code that is outdated. Basically EventHandler is for FML specific events. Typically the lifecycle ones. On moddern versions its the modBus.- What's the difference between EventHandler and SubscribeEvent?
SubscribeEvent is for our EventBus system, Not sure what you mean by EventHandler as that's not a Forge related class.- Melons and pumpkins aren't growing - Forge is the reason
Fixed in 50.0.12- Weird idea on mods...
You could but that would be stupid. And no people wouldnt buy it.- Forge installer not creating mods, config or defaultconfigs directoryies.
You were doing so good. You're running the vanilla jar. Hence why it doesnt do any modded stuff Run run.sh- Legacy Version Support
> But you have to use a forked repo of forge and gradle to do that. Thats the toolchain im referring to. You need to make changes to make the toolchain working in the modern world. some people have hacked the old versions of the tools to function. But the better option is to build the tools to use the old version's data. Specifically updating https://github.com/MinecraftForge/ForgeGradle to be better.- Legacy Version Support
Its not a matter of 'allowing' it. Its a matter of the fact that the tools simply do not work anymore due to the rest of the internet and java changing. There is an effort (by me, very slowly) to get it working but there isnt much progress on it because to be quite frank I dont care enough. If you want to help with the tooling the feel free to hop on https://discord.minecraftforge.net and attempt to update the toolchain. The issue with 'support' for old versions is when people come and expect/demand I do the work for them instead of trying to help the community as a whole. So if you're willing to help then I can point you in the right directions.- [1.20.4] Music Looping Forever
Fixed- Is there a way to disable formatted output in console (stdout) ? ?
As long as you don't screw up the log4j config setting then we have a processor that strips them. So make sure you've installed Forge correctly and are launching it in a normal manor. If you are using a host, make sure they arnt adding weird things.- How do I port an old mod to a newer version of Minecraft?
https://github.com/MinecraftForge/MinecraftForge/commit/4649f7af36ac709129a53f7fc2fd639b883474d9 Yes the networking has been rewritten to be simpler. All you really need is the ChannelBuilder class. You can see Forge's usage as an example.- How and where do I install mods?
Or, you could just install Forge using our installer, put the mods you want into the mods folder. And use the vanilla launcher to run the game. - Site registration security check is broken!
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.