
troyvs
Members-
Posts
26 -
Joined
-
Last visited
Everything posted by troyvs
-
thanks i had name my item differently than i thought
-
i have already done it
-
i can't get the texture of an item to display it displays the default texture when no texture is assigned.
-
thank it help. but i can t get the textures to work have any idea why?
-
my code:https://github.com/hacker104/test-mod my datagenerater isn't even started, can someone help me get it to start?
-
-
when i try that is says Error: Could not find or load main class net.minecraftforge.userdev.LaunchTesting
-
so this is normal :An existing connection was forcibly closed by the remote host
-
https://gist.github.com/hacker104/593169acd32e2861c704d359b7d605a6
-
does someone know why this happens and/or het to fix it? i didn't force stop it
-
put you project on github and then send a link here
-
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
-
assets.shopmod_5743.lang is the package where it must be
-
is you lang file in assets/yourmodid/lang?
-
options then language then select english(United kingdom) then done
-
is your language set to britsh english/english(united kingdom)? is you lang file in assets/yourmodid/lang?
-
.create doesn't exist. i notised too. .hardnessAndResistance doesn't exist for me i use .strengh i use .of for it it might help
-
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
-
* 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
-
thanks that helped
-
i can't becouse of an error: https://pastebin.com/Ydacucbv
-
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
-
. thanks it realy helped
-
> 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}