Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

when trying to open minecraft on intelliJ using 'runclient' it eventually freezes here:

D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeFriendlyByteBuf.java:82: warning: [removal] <V>getRegistry(Class<? super V>) in RegistryManager has been deprecated and marked for removal
        IForgeRegistry<T> retrievedRegistry = RegistryManager.ACTIVE.getRegistry(regType);
                                                                    ^
  where V is a type-variable:
    V extends IForgeRegistryEntry<V> declared in method <V>getRegistry(Class<? super V>)

 

full logs:
 

19:22:36: Executing 'runClient'...

Starting Gradle Daemon...
Gradle Daemon started in 2 s 483 ms

> Configure project :
Java: 17.0.4, JVM: 17.0.4+8 (Eclipse Adoptium), Arch: amd64
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.  Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraft\world\entity\EntityType.java:332: warning: [removal] doSpecialSpawn(Mob,Level,float,float,float,BaseSpawner,MobSpawnType) in ForgeEventFactory has been deprecated and marked for removal
         if (t instanceof net.minecraft.world.entity.Mob && net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn((net.minecraft.world.entity.Mob) t, p_20601_, p_20605_.getX(), p_20605_.getY(), p_20605_.getZ(), null, p_20606_)) return null;
                                                                                                      ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraft\world\level\LevelReader.java:179: warning: [dep-ann] deprecated item is not annotated with @Deprecated
   default boolean isAreaLoaded(BlockPos center, int range) {
                   ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeBlockState.java:643: warning: [removal] onToolUse(BlockState,Level,BlockPos,Player,ItemStack,ToolAction) in ForgeEventFactory has been deprecated and marked for removal
        BlockState eventState = net.minecraftforge.event.ForgeEventFactory.onToolUse(self(), level, pos, player, stack, toolAction);
                                                                          ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeBlockState.java:644: warning: [removal] getToolModifiedState(BlockState,Level,BlockPos,Player,ItemStack,ToolAction) in IForgeBlock has been deprecated and marked for removal
        return eventState != self() ? eventState : self().getBlock().getToolModifiedState(self(), level, pos, player, stack, toolAction);
                                                                    ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeFriendlyByteBuf.java:82: warning: [removal] <V>getRegistry(Class<? super V>) in RegistryManager has been deprecated and marked for removal
        IForgeRegistry<T> retrievedRegistry = RegistryManager.ACTIVE.getRegistry(regType);
                                                                    ^
  where V is a type-variable:
    V extends IForgeRegistryEntry<V> declared in method <V>getRegistry(Class<? super V>)

edit: this doesn't just apply to runclient, but everything

Edited by tobywig

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.