|
for (int i = 0 ; i < newvector.size() ; i++) { |
Looks like the new vector will always have a size of zero, since an empty list always have a size of zero. This is verified ingame, where "pop items from vector" always returns an empty vector.
Also looks like someone has submitted a pull request with the fix: #90
RFToolsControl/src/main/java/mcjty/rftoolscontrol/logic/registry/Opcodes.java
Line 1906 in c7c2073
Looks like the new vector will always have a size of zero, since an empty list always have a size of zero. This is verified ingame, where "pop items from vector" always returns an empty vector.
Also looks like someone has submitted a pull request with the fix: #90