Topic category: Help with Minecraft modding (Java Edition)
Task :compileJava FAILED
E:\Projects\Java\RadiantPicks\src\main\java\net\mcreator\radiantpicks\init\RadiantPicksModTabs.java:25: error: package RadiantPicksModItems does not exist () -> CreativeModeTab.builder().title(Component.translatable("item_group.radiant_picks.kirki")).icon(() -> new ItemStack(RadiantPicksModItems.CHIERIEPASHIAKIRKA.get())).displayItems((parameters, tabData) -> {
^
E:\Projects\Java\RadiantPicks\src\main\java\net\mcreator\radiantpicks\init\RadiantPicksModTabs.java:26: error: package RadiantPicksModItems does not exist tabData.accept(RadiantPicksModItems.SVIET_KIRKA.get());
^
E:\Projects\Java\RadiantPicks\src\main\java\net\mcreator\radiantpicks\init\RadiantPicksModTabs.java:27: error: package RadiantPicksModItems does not exist tabData.accept(RadiantPicksModItems.BUKMIEKIERSKAIAKIRKA.get());
^
...
100 errors
only showing the first 100 errors, of 145 total; use -Xmaxerrs if you would like to see more
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 --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 1s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 14 seconds
This error i see in mcreator and this code i found in file RadiantPicksModTabs:
This happens due to plugin bugs. Report bug to plugin author.
Please also read General Publishing Guidelines on where logs belong...
Please post full log to paste service and link it here