9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-29 11:59:24 +00:00

Fix build

This commit is contained in:
Dreeam
2025-04-14 11:14:09 -04:00
parent 6345e99c97
commit 7ac4a1bd0a
2 changed files with 15 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package org.dreeam.leaf.async.path;
import ca.spottedleaf.concurrentutil.collection.MultiThreadedQueue;
import net.minecraft.world.level.pathfinder.NodeEvaluator;
import org.apache.commons.lang.Validate;
import org.apache.commons.lang3.Validate;
import org.jetbrains.annotations.NotNull;
import java.util.Map;