Skip to content

Commit

Permalink
allow loading on clients, 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalbrc committed Apr 9, 2024
1 parent 9a3a5bf commit 33206ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.20.4
loader_version=0.15.7

# Mod Properties
mod_version = 1.1.5
mod_version = 1.1.6
maven_group = de.tomalbrc
archives_base_name = blockbench-import-library

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"contact": {
"repo": "https://github.com/tomalbrc/blockbench-import-library"
},
"license": "LGPL-3.0-only",
"license": "LGPL-3.0-and-later",
"icon": "assets/bil/icon.png",
"environment": "server",
"environment": "*",
"entrypoints": {
"main": [
"de.tomalbrc.bil.BIL"
Expand Down

0 comments on commit 33206ee

Please sign in to comment.