Skip to content

Commit

Permalink
Merge pull request #47 from fayer3/Multiloader-1.18
Browse files Browse the repository at this point in the history
update mod info
fayer3 authored Sep 11, 2022
2 parents 71025c3 + 6b6ccbb commit 3daa1a9
Showing 5 changed files with 12 additions and 6 deletions.
Binary file added common/src/main/resources/vivecraft_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -4,12 +4,17 @@
"version": "${version}",

"name": "Vivecraft",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "The VR mod for any loader!",
"icon": "vivecraft_icon.png",
"authors": [
"Me!"
"fayer3",
"Ferri_Arnus",
"IMS",
"jrbudda",
"minecraft player"
],

"license": "CC0-1.0",
"license": "LGPLv3",

"environment": "*",
"mixins": [
3 changes: 2 additions & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ license = "LGPLv3"
modId = "vivecraft"
version = "${version}"
displayName = "Vivecraft"
authors = "Me!"
logoFile="vivecraft_icon.png"
authors = "fayer3, Ferri_Arnus, IMS, jrbudda, minecraft player"
displayTest="IGNORE_ALL_VERSION"
description = '''
The VR mod for any loader!
2 changes: 1 addition & 1 deletion forge/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Example Mod",
"description": "The VR mod for any loader!",
"pack_format": 8
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ minecraft_version=1.18.2
enabled_platforms=fabric,forge

archives_base_name=vivecraft
mod_version=0.0.10
mod_version=0.0.11
maven_group=org.vivecraft

architectury_version=4.9.83

0 comments on commit 3daa1a9

Please sign in to comment.