level 1
浪浪的外星人
楼主
从某一次报错开始,我的模组永远定格了,无论加什么东西都不会在导出的jar文件里出现,构建并导出的日志:
Executing Gradle task: build
Build info: MCreator 2021.1.18117, forge-1.15.2, 64-bit, 12244 MB, Windows 7, JVM 1.8.0_275, JAVA_HOME: D:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
> Task :compileJava
D:\Users\administrator\MCreatorWorkspaces\madness_combat\src\main\java\net\mcreator\madnesscombat\block\S3lforeBlock.java:62: ����: �Ҳ�������
return Collections.singletonList(new ItemStack(S3lfItem.block, (int) (8)));
^
����: ���� S3lfItem
�: �� CustomBlock
ע: ijЩ�����ļ�ʹ�û������ѹ�ʱ�� API��
ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
ע: ijЩ�����ļ�ʹ����δ��������ȫ�IJ�����
ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:unchecked ���±��롣
1 ������
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 10s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 11 seconds
(乱码为我做出来的命名成中文的东西)
2021年07月15日 14点07分
1
Executing Gradle task: build
Build info: MCreator 2021.1.18117, forge-1.15.2, 64-bit, 12244 MB, Windows 7, JVM 1.8.0_275, JAVA_HOME: D:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
> Task :compileJava
D:\Users\administrator\MCreatorWorkspaces\madness_combat\src\main\java\net\mcreator\madnesscombat\block\S3lforeBlock.java:62: ����: �Ҳ�������
return Collections.singletonList(new ItemStack(S3lfItem.block, (int) (8)));
^
����: ���� S3lfItem
�: �� CustomBlock
ע: ijЩ�����ļ�ʹ�û������ѹ�ʱ�� API��
ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
ע: ijЩ�����ļ�ʹ����δ��������ȫ�IJ�����
ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:unchecked ���±��롣
1 ������
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 10s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 11 seconds
(乱码为我做出来的命名成中文的东西)