Advertisement
Guest User

Untitled

a guest
Jan 30th, 2022
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2021.3.53117, forge-1.17.1, 64-bit, 16318 MB, Windows 10, JVM 16.0.2, JAVA_HOME: C:\Program Files\MCreator1.17\jdk
  3.  
  4. > Configure project :
  5. The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
  6. (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,
  7. but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
  8. 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
  9. at https://account.mojang.com/documents/minecraft_eula.
  10.  
  11. > Task :compileJava
  12. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:25: error: cyclic inheritance involving OreFeature public class OreFeature extends OreFeature {
  13. ^
  14. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:26: error: modifier public,static not allowed here public static final OreFeature FEATURE = (OreFeature) new OreFeature().setRegistryName("calamitybox:ore");
  15. ^
  16. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:27: error: modifier public,static not allowed here public static final ConfiguredFeature<?, ?> CONFIGURED_FEATURE = FEATURE
  17. ^
  18. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:30: error: modifier public,static not allowed here public static final Set<ResourceLocation> GENERATE_BIOMES = null;
  19. ^
  20. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:50: error: cannot find symbol static final OreFeatureRuleTest INSTANCE = new OreFeatureRuleTest();
  21. ^
  22. symbol: class OreFeatureRuleTest
  23. location: class OreFeatureRuleTest
  24. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:51: error: cannot find symbol static final com.mojang.serialization.Codec<OreFeatureRuleTest> codec = com.mojang.serialization.Codec.unit(() -> INSTANCE);
  25. ^
  26. symbol: class OreFeatureRuleTest
  27. location: class OreFeatureRuleTest
  28. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:52: error: cannot find symbol static final RuleTestType<OreFeatureRuleTest> CUSTOM_MATCH = Registry.register(Registry.RULE_TEST,
  29. ^
  30. symbol: class OreFeatureRuleTest
  31. location: class OreFeatureRuleTest
  32. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\init\CalamityboxModFeatures.java:76: error: incompatible types: SiliconOreFeature cannot be converted to Feature?> REGISTRY.put(SiliconOreFeature.FEATURE, new FeatureRegistration(GenerationStep.Decoration.UNDERGROUND_ORES, SiliconOreFeature.GENERATE_BIOMES,
  33. ^
  34. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\item\HealingArmorItem.java:49: error: no suitable constructor found for ItemStack(no arguments) return Ingredient.of(new ItemStack());
  35. ^
  36. constructor ItemStack.ItemStack(ItemLike) is not applicable
  37. (actual and formal argument lists differ in length)
  38. constructor ItemStack.ItemStack(ItemLike,int,Optional<CompoundTag>) is not applicable
  39. (actual and formal argument lists differ in length)
  40. constructor ItemStack.ItemStack(ItemLike,int) is not applicable
  41. (actual and formal argument lists differ in length)
  42. constructor ItemStack.ItemStack(ItemLike,int,CompoundTag) is not applicable
  43. (actual and formal argument lists differ in length)
  44. constructor ItemStack.ItemStack(CompoundTag) is not applicable
  45. (actual and formal argument lists differ in length)
  46. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\OreFeature.java:50: error: cannot find symbol static final OreFeatureRuleTest INSTANCE = new OreFeatureRuleTest();
  47. ^
  48. symbol: class OreFeatureRuleTest
  49. location: class OreFeatureRuleTest
  50. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\SiliconOreFeature.java:26: error: cannot find symbol public static final SiliconOreFeature FEATURE = (SiliconOreFeature) new SiliconOreFeature().setRegistryName("calamitybox:silicon_ore");
  51. ^
  52. symbol: method setRegistryName(String)
  53. location: class SiliconOreFeature
  54. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\SiliconOreFeature.java:28: error: cannot find symbol .configured(new OreConfiguration(SiliconOreFeatureRuleTest.INSTANCE, CalamityboxModBlocks.SILICON_ORE.defaultBlockState(), 7))
  55. ^
  56. symbol: method configured(OreConfiguration)
  57. location: variable FEATURE of type SiliconOreFeature
  58. C:\Users\matth\MCreatorWorkspaces\atoh\src\main\java\net\mcreator\calamitybox\world\features\ores\SiliconOreFeature.java:44: error: cannot find symbol return super.place(context);
  59. ^
  60. symbol: variable super
  61. location: class SiliconOreFeature
  62. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  63. 13 errors
  64. > Task :compileJava FAILED
  65. FAILURE: Build failed with an exception.
  66. * What went wrong:
  67. Execution failed for task ':compileJava'.
  68. > Compilation failed; see the compiler error output for details.
  69. * Try:
  70. 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.
  71. * Get more help at https://help.gradle.org
  72. BUILD FAILED in 6s
  73. 1 actionable task: 1 executed
  74.  
  75. BUILD FAILED
  76. Task completed in 49 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement