Skip to content

Commit 4af2041

Browse files
committed
Manually copying over #47 Mr Crayfish's Catalogue support.
1 parent 00f24a9 commit 4af2041

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@
3737
},
3838
"suggests": {
3939
"wthit": ">=8.15.0"
40+
},
41+
"custom": {
42+
"catalogue": {
43+
"icon": {
44+
"image": "generations.png"
45+
}
46+
}
4047
}
4148
}

forge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ displayName="Generations-Core"
1010
authors="Joseph T. McQuigg (JT122406), Waterpicker, Stampede"
1111
credits="Generations Development Team"
1212
logoFile="generations.png"
13+
catalogueImageIcon="generations.png"
1314
description='''
1415
Core mod for Generations. Required for all other Generations mods.
1516
Contains Blocks, Items, Entities, and other things that are used by all other Generations mods.

0 commit comments

Comments
 (0)