Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#forge:gems/ruby",
"#forge:gems/sapphire"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"generations_core:ruby"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"generations_core:sapphire"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#forge:storage_blocks/ruby",
"#forge:storage_blocks/sapphire"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"generations_core:ruby_block"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"generations_core:sapphire_block"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ground",
"ice",
"poison",
"psychic",
"rock",
"steel",
"water"
Expand Down
7 changes: 7 additions & 0 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@
},
"suggests": {
"wthit": ">=8.2.0"
},
"custom": {
"catalogue": {
"icon": {
"image": "generations.png"
}
}
}
}
1 change: 1 addition & 0 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ displayName="Generations-Core"
authors="Joseph T. McQuigg (JT122406), Waterpicker, Stampede"
credits="Generations Development Team"
logoFile="generations.png"
catalogueImageIcon="generations.png"
description='''
Core mod for Generations. Required for all other Generations mods.
Contains Blocks, Items, Entities, and other things that are used by all other Generations mods.
Expand Down