parent
8833386ada
commit
50e268bdf5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class RegistryBuilder<T extends IForgeRegistryEntry<T>>
|
|||
private List<ClearCallback<T>> clearCallback = Lists.newArrayList();
|
||||
private List<CreateCallback<T>> createCallback = Lists.newArrayList();
|
||||
private List<SubstitutionCallback<T>> substitutionCallback = Lists.newArrayList();
|
||||
private boolean saveToDisc;
|
||||
private boolean saveToDisc = true;
|
||||
|
||||
public RegistryBuilder<T> setName(ResourceLocation name)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue