Skip to content

Commit

Permalink
Update OnEventSandBox.java
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Jan 8, 2025
1 parent 66419e8 commit a9c3610
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
@Mod.EventBusSubscriber(modid = DynamicSpawnControlStructure.STRUCT_INFO_MOD.MOD_ID)
public final class OnEventSandBox implements IDebug
{
// TODO: сущность запоминается, но не удалятеся из списка при повторной подгрузке чанка

private static final File SAVE_FILE = new File(
DimensionManager.getCurrentSaveRootDirectory(), "entity_registry.json");

Expand Down

0 comments on commit a9c3610

Please sign in to comment.