4.1.15 ReplaceAllOccurences NPE
Yoghurt4C opened this issue ยท 0 comments
recipes.replaceAllOccurences(<target>,<replacement>, <*>.only(function(item) {
return !isNull(item) & !<thing>.matches(item);
}));
produces a NPE; this worked fine in 4.1.14
ct.log https://pastebin.com/QbFVPMdk
CT 4.1.15