From dbd31e73d5755d9d270b6a17448351c200c01d0d Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:45:57 +0100 Subject: [PATCH] Fix version field in fabric.mod.json --- .gitignore | 3 +++ src/client/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf396c6..addffb4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # VSCode stuff .vscode/ +# Dolphin stuff +.directory + # Gradle project-specific cache directory .gradle/ diff --git a/src/client/resources/fabric.mod.json b/src/client/resources/fabric.mod.json index a3af4ed..85e16fc 100644 --- a/src/client/resources/fabric.mod.json +++ b/src/client/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "hotbarreplace", - "version": "${version}", + "version": "0.1.2", "name": "HotbarReplace", "description": "Replace blocks in your hotbar when you run out with blocks from your inventory", "authors": [