Skip to content

Instantly share code, notes, and snippets.

@arun-gupta
Created August 17, 2022 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun-gupta/06b983a6976b4c0a0f510d0dc225ddd3 to your computer and use it in GitHub Desktop.
Save arun-gupta/06b983a6976b4c0a0f510d0dc225ddd3 to your computer and use it in GitHub Desktop.
arungupt@huuhoatr-MOBL3 forge % ./gradlew genEclipseRuns
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64
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.
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/world/level/LevelReader.java:185: warning: [dep-ann] deprecated item is not annotated with @Deprecated
default boolean isAreaLoaded(BlockPos center, int range) {
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/network/FriendlyByteBuf.java:104: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public <T> T readWithCodec(Codec<T> p_130058_) {
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/network/FriendlyByteBuf.java:114: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public <T> void writeWithCodec(Codec<T> p_130060_, T p_130061_) {
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/world/level/biome/BiomeSpecialEffects.java:216: warning: [removal] BIOME_INFO_NOISE in Biome has been deprecated and marked for removal
double d0 = Biome.BIOME_INFO_NOISE.getValue(p_48097_ * 0.0225D, p_48098_ * 0.0225D, false);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/world/level/levelgen/structure/pieces/StructurePiecesBuilder.java:48: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void moveInsideHeights(RandomSource p_226971_, int p_226972_, int p_226973_) {
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement.java:34: warning: [removal] BIOME_INFO_NOISE in Biome has been deprecated and marked for removal
double d0 = Biome.BIOME_INFO_NOISE.getValue((double)p_226353_.getX() / this.noiseFactor, (double)p_226353_.getZ() / this.noiseFactor, false);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement.java:34: warning: [removal] BIOME_INFO_NOISE in Biome has been deprecated and marked for removal
double d0 = Biome.BIOME_INFO_NOISE.getValue((double)p_226356_.getX() / 200.0D, (double)p_226356_.getZ() / 200.0D, false);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/extensions/IForgeBakedModel.java:86: warning: [removal] getRenderLayers(BlockState) in ItemBlockRenderTypes has been deprecated and marked for removal
return ItemBlockRenderTypes.getRenderLayers(state);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/client/renderer/GameRenderer.java:1070: warning: [removal] dispatchRenderLast(LevelRenderer,PoseStack,float,Matrix4f,long) in ForgeHooksClient has been deprecated and marked for removal
net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(this.minecraft.levelRenderer, p_109092_, p_109090_, matrix4f, p_109091_);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/Util.java:839: warning: [removal] AccessController in java.security has been deprecated and marked for removal
Process process = AccessController.doPrivileged((PrivilegedExceptionAction<Process>)(() -> {
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/util/thread/NamedThreadFactory.java:15: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
SecurityManager securitymanager = System.getSecurityManager();
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraft/util/thread/NamedThreadFactory.java:15: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
SecurityManager securitymanager = System.getSecurityManager();
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/ClientForgeMod.java:38: warning: [removal] INSTANCE_DEPRECATED in Loader has been deprecated and marked for removal
event.register("bucket", DynamicFluidContainerModel.Loader.INSTANCE_DEPRECATED);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/ClientForgeMod.java:39: warning: [removal] INSTANCE_DEPRECATED in Loader has been deprecated and marked for removal
event.register("item-layers", ItemLayerModel.Loader.INSTANCE_DEPRECATED);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/ClientForgeMod.java:40: warning: [removal] INSTANCE_DEPRECATED in Loader has been deprecated and marked for removal
event.register("separate-perspective", SeparateTransformsModel.Loader.INSTANCE_DEPRECATED);
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/ForgeHooksClient.java:267: warning: [removal] RenderLevelLastEvent in net.minecraftforge.client.event has been deprecated and marked for removal
MinecraftForge.EVENT_BUS.post(new RenderLevelLastEvent(context, poseStack, partialTick, projectionMatrix, finishTimeNano));
^
/Users/arungupt/Desktop/forge/build/tmp/expandedArchives/forge-1.19-41.1.0_mapped_official_1.19-sources.jar_fa1a69f9d2527e467d3af7a75e70a05e/net/minecraftforge/client/model/geometry/GeometryLoaderManager.java:51: warning: [removal] INSTANCE_DEPRECATED in Loader has been deprecated and marked for removal
loaders.put(new ResourceLocation("minecraft:elements"), ElementsModel.Loader.INSTANCE_DEPRECATED); // TODO: Deprecated. To be removed in 1.20
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
17 warnings
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 35s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment