1
0
forked from Clones/Controlify

More radial changes

This commit is contained in:
isXander
2023-07-28 18:08:47 +01:00
parent 8efac5bdef
commit dd058d3983
8 changed files with 133 additions and 62 deletions

View File

@ -5,7 +5,7 @@ import net.minecraft.resources.ResourceLocation;
public record RadialAction(ResourceLocation binding, ResourceLocation icon) {
public static final RadialAction EMPTY = new RadialAction(
RadialMenuScreen.EMPTY,
RadialMenuScreen.EMPTY_ACTION,
RadialIcons.EMPTY
);
}