mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Because why not.
This commit is contained in:
parent
bd5acfaf99
commit
8d38564a14
@ -24,8 +24,7 @@ public class ConverterAgebook implements Converter {
|
||||
output.put("flags", flags);
|
||||
|
||||
final NBTTagCompound flagsNbt = tag.getCompoundTag("Flags");
|
||||
for (Object flag : flagsNbt.func_150296_c()) {
|
||||
final String key = (String) flag;
|
||||
for (String key : flagsNbt.getKeySet()) {
|
||||
flags.put(key, flagsNbt.getBoolean(key));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user