Fix version field in fabric.mod.json

This commit is contained in:
Adam Macdonald 2024-07-21 13:45:57 +01:00
parent f3631bdedc
commit dbd31e73d5
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,6 +4,9 @@
# VSCode stuff
.vscode/
# Dolphin stuff
.directory
# Gradle project-specific cache directory
.gradle/

View File

@ -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": [