Fixed it so you can set the meta of the key stack for the meteors.

This commit is contained in:
WayofTime 2016-09-09 14:07:03 -04:00
parent 4c79a4f2ff
commit abfc7b13b6
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ public class ModMeteors
MeteorHolder holder = gson.fromJson(properString, MeteorHolder.class);
if (holder != null)
{
MeteorRegistry.registerMeteor(holder.getKeyStack(), holder);
MeteorRegistry.registerMeteor(holder.getKeyStack(holder.metaKey), holder);
}
}
}