Fix IDSU saving
This commit is contained in:
parent
44817f1a03
commit
70a2755796
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ public class IDSUSaveManger extends WorldSavedData implements IDataIDSU {
|
|||
return compound;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDirty()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
double power;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue