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

@ -8,7 +8,7 @@ yarn_mappings=1.21+build.9
loader_version=0.15.11 loader_version=0.15.11
# Mod Properties # Mod Properties
mod_version = 0.1.2 mod_version = 0.1.3
maven_group = xyz.twokilohertz maven_group = xyz.twokilohertz
archives_base_name = HotbarReplace archives_base_name = HotbarReplace

View File

@ -22,7 +22,7 @@ public class HotbarReplace implements ClientModInitializer {
@Override @Override
public void onInitializeClient() { 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) { public static void tryReplaceSlot(ItemPlacementContext context, Item item) {

View File

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