mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
Update AlmostKube.java
This commit is contained in:
parent
ddeb359781
commit
15b3c1f393
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue