Skip to content

Commit

Permalink
deleted common and fabric and forge folders, added manifest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Mar 3, 2025
1 parent 017d11b commit d85b65d
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 759 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,18 @@ dependencies {

jar {
zip64 true
manifest {
attributes([
'Specification-Title' : mod_id,
'Specification-Vendor' : "GT-Reimagined",
'Specification-Version' : '1', // We are version 1 of ourselves
'Implementation-Title' : "GT4 Reimagined",
'Implementation-Version' : project.version,
'Implementation-Vendor' : "GT-Reimagined",
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs" : "gt4r.mixins.json"
])
}
}

processResources {
Expand Down
102 changes: 0 additions & 102 deletions common/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion common/gradle.properties

This file was deleted.

118 changes: 0 additions & 118 deletions fabric/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions fabric/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

11 changes: 0 additions & 11 deletions fabric/run/config/fabric_loader_dependencies.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions fabric/src/main/resources/data/minecraft/recipes/golden_axe.json

This file was deleted.

28 changes: 0 additions & 28 deletions fabric/src/main/resources/data/minecraft/recipes/golden_hoe.json

This file was deleted.

Loading

0 comments on commit d85b65d

Please sign in to comment.