Skip to content

Commit ddc6807

Browse files
committed
v1.0.1-1.21.8に更新
fabric.mod.jsonのdescriptionとhomepage、sourcesを編集 icon.pngを変更
1 parent d15730c commit ddc6807

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ hs_err_*.log
3838
replay_*.log
3939
*.hprof
4040
*.jfr
41+
42+
# Ignore compiled mods folder
43+
/mods/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.16.14
1010
loom_version=1.11-SNAPSHOT
1111

1212
# Mod Properties
13-
mod_version=1.0.0-1.21.8
13+
mod_version=1.0.1-1.21.8
1414
maven_group=com.flyingtree
1515
archives_base_name=flyingtree
1616

84.8 KB
Loading

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"id": "flyingtree",
44
"version": "${version}",
55
"name": "FlyingTree",
6-
"description": "This is an example description! Tell everyone what your mod is about!",
6+
"description": "木を殴ると空に舞い上がるModです。",
77
"authors": [
88
"Harunanoda"
99
],
1010
"contact": {
11-
"homepage": "https://fabricmc.net/",
12-
"sources": "https://github.com/FabricMC/fabric-example-mod"
11+
"homepage": "https://github.com/Harunanoda/FlyingTreeMod",
12+
"sources": "https://github.com/Harunanoda/FlyingTreeMod"
1313
},
1414
"license": "CC0-1.0",
1515
"icon": "assets/flyingtree/icon.png",

0 commit comments

Comments
 (0)