Release 0.1.3

This commit is contained in:
Adam Macdonald
2024-07-21 18:01:55 +01:00
parent 643014f9ac
commit cffea2e19e
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ public class HotbarReplace implements ClientModInitializer {
@Override
public void onInitializeClient() {
LOGGER.info("HotbarReplace v0.1.2 initialised");
LOGGER.info("HotbarReplace v0.1.3 initialised");
}
public static void tryReplaceSlot(ItemPlacementContext context, Item item) {

View File

@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "hotbarreplace",
"version": "0.1.2",
"version": "0.1.3",
"name": "HotbarReplace",
"description": "Replace blocks in your hotbar when you run out with blocks from your inventory",
"authors": [