removed unwanted HotbarRefill message
This commit is contained in:
@ -46,9 +46,7 @@ public class HotbarRefill extends Appliance {
|
||||
|
||||
player.sendActionBar(Component.text("Die Hotbar wurde aufgefüllt", NamedTextColor.GREEN));
|
||||
}, 1);
|
||||
} catch(NoSuchElementException ignored) {
|
||||
player.sendActionBar(Component.text("Keine weiteren Items dieser Art im Inventar vorhanden", NamedTextColor.RED));
|
||||
}
|
||||
} catch(NoSuchElementException ignored) {}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user