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.

troyvs

Members
  • Joined

  • Last visited

Everything posted by troyvs

  1. thanks i had name my item differently than i thought
  2. i have already done it
  3. i can't get the texture of an item to display it displays the default texture when no texture is assigned.
  4. thank it help. but i can t get the textures to work have any idea why?
  5. my code:https://github.com/hacker104/test-mod my datagenerater isn't even started, can someone help me get it to start?
  6. you might wana know this:
  7. when i try that is says Error: Could not find or load main class net.minecraftforge.userdev.LaunchTesting
  8. so this is normal :An existing connection was forcibly closed by the remote host
  9. https://gist.github.com/hacker104/593169acd32e2861c704d359b7d605a6
  10. does someone know why this happens and/or het to fix it? i didn't force stop it
  11. put you project on github and then send a link here
  12. if you want it the be default lang(en_us.json) no. if you want is to be english(united kingdom) en_gb.json yes
  13. assets.shopmod_5743.lang is the package where it must be
  14. is you lang file in assets/yourmodid/lang?
  15. options then language then select english(United kingdom) then done
  16. is your language set to britsh english/english(united kingdom)? is you lang file in assets/yourmodid/lang?
  17. .create doesn't exist. i notised too. .hardnessAndResistance doesn't exist for me i use .strengh i use .of for it it might help
  18. if you can you could use sponge:https://www.spongepowered.org/downloads/spongeforge/stable/1.12.2 it doesn't support all spigot plugins and is limited in versions of minecraft
  19. * What went wrong: 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Could not dispatch a message to the daemon. 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try: 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --scan to get full insights. 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Exception is: 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] org.gradle.launcher.daemon.client.DaemonConnectionException: Could not dispatch a message to the daemon. 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:69) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:35) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.launcher.daemon.client.DaemonClientInputForwarder$ForwardTextStreamToConnection.endOfStrea m(DaemonClientInputForwarder.java:81) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.launcher.daemon.client.InputForwarder$1.run(InputForwarder.java:96) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64 ) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at java.lang.Thread.run(Thread.java:748) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: org.gradle.internal.remote.internal.MessageIOException: Could not write '/127.0.0.1:53228'. 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:140) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:60) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ... 9 more 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at sun.nio.ch.SocketDispatcher.write0(Native Method) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at sun.nio.ch.IOUtil.write(IOUtil.java:51) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetr y(SocketConnection.java:279) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(Soc ketConnection.java:267) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.j ava:261) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:138) 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ... 10 more 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org this is my log. i have tryed to delete .gradle in the mod folder and userdir
  20. i can't becouse of an error: https://pastebin.com/Ydacucbv
  21. this is the error: Execution failed for task ':compileJava'. > Could not resolve all files for configuration ':compileClasspath'. > Could not find net.minecraftforge:forge:1.16.5-36.1.0_mapped_official_1.16.5. Searched in the following locations: - https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.module - https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.pom - https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.jar - file:/C:/Users/troyvs/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.pom - file:/C:/Users/troyvs/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.jar - https://libraries.minecraft.net/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.jar - https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.16.5-36.1.0_mapped_official_1.16.5/forge-1.16.5-36.1.0_mapped_official_1.16.5.pom Required by: project : Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
  22. . thanks it realy helped
  23. > Task :reobfJar FAILED Task ':reobfJar' is not up-to-date because: Task.upToDateWhen is false. :reobfJar (Thread[Task worker for ':' Thread 4,5,main]) completed. Took 0.03 secs. :extractAnnotationsJar (Thread[Task worker for ':' Thread 4,5,main]) started. Execution failed for task ':reobfJar'. > java.util.zip.ZipException: duplicate entry: assets/rpc/blockstates/block_titinium.json this is the error please help me this is me build.gradle buildscript { repositories { jcenter() maven { url = "https://files.minecraftforge.net/maven" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' } } apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. version = "1.0" group = "" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "rpc" sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. compileJava { sourceCompatibility = targetCompatibility = '1.8' } minecraft { version = "1.12.2-14.23.5.2847" runDir = "run" // the mappings can be changed at any time, and must be in the following format. // snapshot_YYYYMMDD snapshot are built nightly. // stable_# stables are built at the discretion of the MCP team. // Use non-default mappings at your own risk. they may not always work. // simply re-run your setup task after changing the mappings to update your workspace. mappings = "snapshot_20171003" // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. } dependencies { // you may put jars on which you depend on in ./libs // or you may define them like so.. //compile "some.group:artifact:version:classifier" //compile "some.group:artifact:version" // real examples //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env // the 'provided' configuration is for optional dependencies that exist at compile-time but might not at runtime. //provided 'com.mod-buildcraft:buildcraft:6.0.8:dev' // the deobf configurations: 'deobfCompile' and 'deobfProvided' are the same as the normal compile and provided, // except that these dependencies get remapped to your current MCP mappings //deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev' //deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev' // for more info... // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html // http://www.gradle.org/docs/current/userguide/dependency_management.html } processResources { // this will ensure that this task is redone when the versions change. inputs.property "version", project.version inputs.property "mcversion", project.minecraft.version // replace stuff in mcmod.info, nothing else from(sourceSets.main.resources.srcDirs) { include 'mcmod.info' // replace version and mcversion expand 'version':project.version, 'mcversion':project.minecraft.version } // copy everything else except the mcmod.info from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info' } } repositories { maven { url 'http://tehnut.info/maven/' } } dependencies { deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-2.1.8-63" } sourceSets{ sourceSets -> main}

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.