Fixes #138
This commit is contained in:
parent
1b4cfe4e39
commit
fe1e7584d4
|
|
@ -150,7 +150,7 @@ public class ModsSupport {
|
||||||
for (int i = 0; i < dynStacks.getSlots(); i++) {
|
for (int i = 0; i < dynStacks.getSlots(); i++) {
|
||||||
ItemStack stack = dynStacks.getStackInSlot(i);
|
ItemStack stack = dynStacks.getStackInSlot(i);
|
||||||
if (!stack.isEmpty()) {
|
if (!stack.isEmpty()) {
|
||||||
String serialized = VanillaSync.serialize(stack.serializeNBT().toString());
|
String serialized = VanillaSync.serialize(VanillaSync.serializeNBT(stack).toString());
|
||||||
flatMap.put(slotType + ":" + i, serialized);
|
flatMap.put(slotType + ":" + i, serialized);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user