Update AlmostKube.java

This commit is contained in:
LLytho 2022-08-21 12:58:57 +02:00
parent ddeb359781
commit 15b3c1f393

View file

@ -38,7 +38,7 @@ public class AlmostKube extends KubeJSPlugin {
return ItemStackJS.of(replacement);
}
public static ItemStackJS getPreferredItemForItem(ResourceLocation tag) {
public static ItemStackJS getPreferredItemForTag(ResourceLocation tag) {
UnifyTag<Item> asUnifyTag = UnifyTag.item(tag);
ResourceLocation item = AlmostUnified
.getRuntime()