-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
Will Fluids API Overhaul be on 1.18.x or just 1.19.x?
LexManos replied to Velken Iakov's topic in General Discussion
No -
1) Stop Spamming 2) This makes no sense... What do we 'import' from? 3) Just put the mod in the mods folder and restart... Why make it more complicated?
-
Dont Bump Wrong Forum Caps
-
Java didn't mess up, it's a dumb change but whatever... As for whatever you're supposed to do, that depends on your setup. All you need to do is run the shell script. Or, manually run the command that in inside the shell script. All a shell script is.. is a command that needs to be run..
-
This is a change required by java. You'd have a better time petitioning them to re-enable executable jars for the module system. It's also stupidly easy for these containers to update to the 5 year old change. So, basically, No.
-
All links are on our download page: https://files.minecraftforge.net/ All installers work, beyond that you're on your own for old versions.
-
server.jar wont be created (1.18.2 on a root-server)
LexManos replied to Emil1302's topic in Support & Bug Reports
If you would of read the rest of the post you found you would know that there is no jar anymore. There are other files in the root directory that gets installed. You should read those. -
Thats a not so sneaky attempt to advertise a illegitimate site... don't do that...
-
CB's Deploader was unable to download???
LexManos replied to mrchickenjr's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) and 1.18.2 (LTS).
-
Forge Version: 43.1.0 Minecraft Version: 1.19.2 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Intro: It's that time again, a RB for 1.19.2. We ment to do it last week but ran into a couple issues with DFU. Which have been resolved. There isn't much difference between 1.19 and 1.19.1/2 so most mods should just work. Yes, we know there is a new chat reporting system in vanilla. We WILL NOT be touching this. We are not in the position to be removing/modifying vanilla. Especially for things related to community safety. Lets leave the subject there. New: Update Recommended Gradle to 7.5 New event to monitor when chunks enter 'limbo' states, where they are still loaded but queued to unload. Now allow Network Channels to see if they are registered on the other side using non-Forge controlled mechanisms. New HolderSet system allowing tags/registry references to be combined in logical ways. New event to manage Toasts Added ability for mob effects event to modify icon positions. Added new permissions node for using entity selectors in commands to allow users to use them without being ops. New hooks to allow controlling of entity and block outlines. New custom item usage animation api. New API to managing custom icons on maps. Fixed: Fixed issue loading natives from classpath during dev on certain non-standard setups. Fixed Allay's not firing Mob Greifing Event Fixed action bar text not having shadows. Fixed Dedicated Server installs not using JarInJar properly. Fixed Item Entity bobbiing. Fixed PotentialSpawns Event not firing. Fixed issue where custom step up heights would cause you to step down while sneaking as well. Fixed concurrency issue related to EventBus enhancements. Fixed some vanilla particles not rendering correctly after they move. Fixed some entities not respecting custom Shields. Fixed AnvilUpdateEvent not firing unless both input slots are filled. It now fires when only renaming an item as well. Fixed loading dimensions with removed or modified chunk generators. Fixed loading saves with removed dimensions. Fixed issue in dev where .DS_Store and other hidden files would cause ResourceLocation errors. Fixed issue where vanilla custom payload packets would fail to send when in LAN worlds. Fixed vanilla issue where enchantments would fire twice if on players when they normally couldn't be (Thorns on a weapon for example)
-
Tried opening forge installer with java, but it will not install
LexManos replied to kahauii's topic in Support & Bug Reports
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. Also, if it makes a log file, post the log. Beyond that you can try running the jar from the command line to get a log. -
This is correct, the jar installer works on windows.
-
Forge Version: 41.1.0 Minecraft Version: 1.19 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Intro: Hello everyone, this is the first Recommended Build for 1.19. Sorry for the delay we were planning on doing this the original day Mojang released 1.19.1, but for various reason that's been delayed so instead of waiting on Mojang we're making a 1.19.0 RB. Major thing to note about this release is that we had a major overhaul of our rendering related code. You can read more about it, and how to automate a large chunk of your update here. Also did a pass of class and method renames, you can find a list here. Minor note is the removal of GlobalLootModifierSerializer in favor of Codecs. New: IForgeRegistryEntry is now removed, in favor of Delegates/Holders. Now that Mojang uses registries on Interface types and anonymous classes. Registry events will now be fired in the order that vanilla populates its own registries. With all custom registries happening afterwards in alphabetical order. This should address any vanilla code that is not delegate aware. Custom registry types should be delegate aware. New 'displayTest' option in mods.toml, allowing a simple way to use basic one sided multi-player modlist tests. New 'feature' system allowing mods to demand certain features are available in the loading system. Such as `java_version` or `glsl_version` New Fluid API overhaul allowing better physics for custom fluid types. New Biome Modifiers to allow modification of features and spawns. New JarInJar dependency management system. Changed ConfigValue#get() to throw an exception if called before config loaded. This prevents silent issues where a mod gets the value of the setting before configs are loaded. ConfigValue's now implement Supplier, to make it easier to pass around to generic functions. New ToolAction for using fishing rods. Added ItemHandler capability to chest boats Implemented full support for IPv6 Implemented caching for resource packs, should speed up loading and runtime performance when getting resource lists. Changed custom packet processing onto the network thread to give modders more control over off-thread activities. New hooks to allow enchantment and potions to control their creative tab, as well as the 'foil' overlays. New hook allowing blocks more control over how they look in the Map item. Added RenderLevelStageEvent to replace RenderLevelLastEvent Added config option to disable DFU client side optimizations, should speed up client loading process. Added User-Agent header to requests made by the update checker. Format: Java-http-client/<Java version> MinecraftForge/<ForgeVer> <ModId>/<ModVersion> Added API for tab list header/footer Added hook to allow modification of lightmap via Dimension special effects Added hook/loader to allow faces of an "elements" model to be made emissive Fixed: Fixed various event methods missing proper nullability annotations. Fixed SlotItemHandler not using ItemHandler in initialize. Fixed wrong arguments passed to PlayLevelSoundEvent.AtEntity Fixed Lighting pipeline ignoring the overlay coords from the block renderer Fixed experimental confirmation screen showing in some cases where it shouldn't. Fixed mods' worldgen data not being loaded when creating new singleplayer worlds. Fixed Reach Distance / Attack Range being clamped at 6.0 Fixed EnumArgument using toString() instead of name() for suggestions, causing some enums to suggest invalid values. Fixed some native libraries not loading correctly, should address M1 Mac issues. Fixed issue loading audio device settings during initial startup. Fixed ticking chunk tickets from forge's chunk manager not causing chunks to fully tick Fixed MC-105317 Structure blocks do not rotate entities correctly when loading Fixed ITransformationServices not loading from the classpath during dev time. Fixed some custom items rendering the damage bar twice in villager UIs. Fixed data generators related to doors. Fixed shulker boxes allowing input of items, that return false for Item#canFitInsideContainerItems, through hoppers Fixed BufferBuilder.putBulkData(ByteBuffer) not setting positions correctly. Fixed mob block breaking AI not working correctly when chunk 0,0 is unloaded. Fixed renderBreakingTexture not using the target's model data Fixed Global Loot Modifiers not using Dispatch Codec Fixed Sugar Cane not firing CropGrowEvent.Post Fixed crossbows not firing ArrowLooseEvent Fixed modded blocks ability to override sticking to vanilla sticky blocks Fixed invalid channel names sent from the server causing the network thread to error.
-
- 1
-
To be clear, Optifine is a closed source major CoreMod. It is on them to be compatible with us, not the other way around. We constantly make changes that are required to improve Forge/Minecraft. There isn't anything we can do to know how it will interact with Optifine. So, your best bet is to NOT use Optifine, but if you must, use the EXACT version of Forge it says it is compatible with.
-
Only download Forge from OUR site. We are not associated with CurseForge. https://files.minecraftforge.net/
-
https://www.cs.umd.edu/~clin/MoreJava/Intro/expr-int-div.html
-
Minecraft 1.19 Forge 41.0.96 Crashing
LexManos replied to JustAxtro's topic in Support & Bug Reports
Mod xaeroworldmap requires forge 41.0.94 or above Currently, forge is 41.0.84 -
Questions regarding legality of the "game" Stalcraft
LexManos replied to Velken Iakov's topic in Off-topic
I thought you were joking at first. However a quick look it is indeed a modified Minecraft client with heavy obfusication and a custom JVM to load said obfuscated classes. No this is not legal. But its not on our to take it down Forge is open and even tho it's shitty they can do this with Forge. They are infringing on Mojang's (and others) rights so it'd be on them to go after it. -
Minecraft crashes on startup, says no JSON
LexManos replied to GoodLike's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period). -
Its not missing anything. The installer has created all files you need.
-
Default 1.7.10 Forge Minecraft Sound Location?
LexManos replied to aJeBosh's topic in Modder Support
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period). -
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period).
-
[RESOLVED] [Debian 11] Headless Installer
LexManos replied to radj307's topic in Support & Bug Reports
You can run with --help to get a list of possible command line arguments. But to be explicit you can see them here: <https://github.com/MinecraftForge/Installer/blob/2.0/src/main/java/net/minecraftforge/installer/SimpleInstaller.java#L82>