mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 00:36:19 +00:00
Loads of bugfixes & Seed cohesion
This commit is contained in:
@@ -157,7 +157,7 @@ public class IrisObject extends IrisRegistrant
|
||||
|
||||
for(IrisObjectReplace j : config.getEdit())
|
||||
{
|
||||
if(j.getFind().matches(data))
|
||||
if(j.isExact() ? j.getFind().matches(data) : j.getFind().getMaterial().equals(data.getMaterial()))
|
||||
{
|
||||
data = j.getReplace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user