mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
rename: -> fabric-item-groups
This commit is contained in:
parent
1e0e95b280
commit
f162522ac7
13 changed files with 5 additions and 5 deletions
fabric-item-groups
build.gradle
settings.gradlesrc/main
java/net/fabricmc/fabric
api/client/itemgroup
impl/itemgroup
mixin/itemgroup
resources
|
@ -1,4 +1,4 @@
|
|||
archivesBaseName = "fabric-creative-tabs"
|
||||
archivesBaseName = "fabric-item-groups"
|
||||
version = "0.1.0"
|
||||
|
||||
dependencies {
|
Before ![]() (image error) Size: 859 B After ![]() (image error) Size: 859 B ![]() ![]() |
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "fabric-creative-tabs",
|
||||
"id": "fabric-item-groups",
|
||||
"version": "${version}",
|
||||
"license": "Apache-2.0",
|
||||
"mixins": [
|
||||
"fabric-creative-tabs.mixins.json"
|
||||
"fabric-item-groups.mixins.json"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -15,9 +15,9 @@ include 'fabric-commands'
|
|||
include 'fabric-containers'
|
||||
include 'fabric-content-registries'
|
||||
include 'fabric-crash-report-info'
|
||||
include 'fabric-creative-tabs'
|
||||
include 'fabric-events-interaction'
|
||||
include 'fabric-events-lifecycle'
|
||||
include 'fabric-item-groups'
|
||||
include 'fabric-lib'
|
||||
include 'fabric-mining-levels'
|
||||
include 'fabric-models'
|
||||
|
|
Loading…
Add table
Reference in a new issue