mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
f
This commit is contained in:
parent
b2aff55160
commit
6b4bd90bfa
@ -140,9 +140,7 @@ public class CommandWhat implements DecreeExecutor {
|
|||||||
{
|
{
|
||||||
IrisToolbelt.access(c.getWorld()).getEngine().getMantle().findMarkers(xxx, zzz, new MatterMarker(marker))
|
IrisToolbelt.access(c.getWorld()).getEngine().getMantle().findMarkers(xxx, zzz, new MatterMarker(marker))
|
||||||
.convert((i) -> i.toLocation(c.getWorld())).forEach((i) -> {
|
.convert((i) -> i.toLocation(c.getWorld())).forEach((i) -> {
|
||||||
J.s(() -> {
|
J.s(() -> BlockSignal.of(i.getBlock(), 100));
|
||||||
BlockSignal.of(i.getBlock(), 100);
|
|
||||||
});
|
|
||||||
v.incrementAndGet();
|
v.incrementAndGet();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user