My elemnts wont compile. I dont know what i did wrong. i just added a feature and a plant and it did this.

Started by Jary on

Topic category: Help with modding (Java Edition)

Last seen on 22:23, 7. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My elemnts wont compile. I dont know what i did wrong. i just added a feature and a plant and it did this.

C:\Users\drose\MCreatorWorkspaces\sand_dimension\src\main\java\net\mcreator\sanddimension\block\CompressedSandBlock.java:4: error: package net.minecraft.world.level.block.state.properties does not exist import net.minecraft.world.level.block.state.properties.NoteBlockInstrument;
^
C:\Users\drose\MCreatorWorkspaces\sand_dimension\src\main\java\net\mcreator\sanddimension\block\CompressedSandBlock.java:5: error: package net.minecraft.world.level.block.state does not exist import net.minecraft.world.level.block.state.BlockState;
^

Last seen on 22:23, 7. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i had to make it way shorter.
Sun, 04/28/2024 - 23:03

i had to make it way shorter.

Last seen on 22:23, 7. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i removed the feature and it…
Sun, 04/28/2024 - 23:15

i removed the feature and it worked. idk why the feature just broke these random blocks but i guess i will just not question it.