Error With Chunk manager 2.0

Started by Bazingus on

Topic category: Help with MCreator software

Active 8 months ago
Joined Feb 2025
Points:
53

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Error With Chunk manager 2.0

I have been trying to make a block which loads the chunk whenever it is placed and whenever i test anything with this block it just causes an error while trying to build, any help would be appreciated.

 error: cannot find symbol
             ForgeChunkManager.forceChunk(_world, "ismeargavno", new BlockPos((int) world.getChunk(new BlockPos((int) x, (int) y, (int) z)).getPos().x, 0, (int) world.getChunk(new BlockPos((int) x, (int) y, (int) z)).getPos().z),
             ^
   symbol:   variable ForgeChunkManager
   location: class EnhancedStorageUnitOnTickUpdateProcedure
 1 error

  • Try:

Check your code and dependencies to fix the compilation error(s)
Run with --scan to get full insights.

BUILD FAILED in 1s
7 actionable tasks: 1 executed, 6 up-to-date
Configuration cache entry reused.