Fixed it so you can set the meta of the key stack for the meteors.
This commit is contained in:
parent
4c79a4f2ff
commit
abfc7b13b6
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue