Fix version field in fabric.mod.json
This commit is contained in:
parent
f3631bdedc
commit
dbd31e73d5
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,6 +4,9 @@
|
||||
# VSCode stuff
|
||||
.vscode/
|
||||
|
||||
# Dolphin stuff
|
||||
.directory
|
||||
|
||||
# Gradle project-specific cache directory
|
||||
.gradle/
|
||||
|
||||
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user