Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ bin/

run/

# mod template artifacts

TEMPLATE_LICENSE.txt

# eclipse

.eclipse/

# texture-cut tool outputs

tools/box3-texture-cut/out/
tools/box3-texture-cut/out-mc/
tools/box3-texture-cut/node_modules/
tools/box3-texture-cut/dist/

# java

hs_err_*.log
Expand Down
30 changes: 0 additions & 30 deletions Fabric-1.20.1/.github/workflows/build.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Fabric-1.20.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ dependencies {
}

processResources {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
inputs.property "version", project.version

filesMatching("fabric.mod.json") {
expand "version": inputs.properties.version
}
from(file("../shared-resources"))
from(file("../shared-resources-fabric"))
}

tasks.withType(JavaCompile).configureEach {
Expand Down

This file was deleted.

4 changes: 1 addition & 3 deletions Fabric-1.20.1/src/client/resources/box3.client.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"required": true,
"package": "com.box3lab.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
"ExampleClientMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}
Expand Down
15 changes: 0 additions & 15 deletions Fabric-1.20.1/src/main/java/com/box3lab/mixin/ExampleMixin.java

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
4 changes: 1 addition & 3 deletions Fabric-1.20.1/src/main/resources/box3.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"required": true,
"package": "com.box3lab.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"mixins": [],
"injectors": {
"defaultRequire": 1
},
Expand Down

This file was deleted.

3 changes: 3 additions & 0 deletions Fabric-1.21.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ dependencies {
}

processResources {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
inputs.property "version", project.version

filesMatching("fabric.mod.json") {
expand "version": inputs.properties.version
}
from(file("../shared-resources"))
from(file("../shared-resources-fabric"))
}

tasks.withType(JavaCompile).configureEach {
Expand Down

This file was deleted.

4 changes: 1 addition & 3 deletions Fabric-1.21.1/src/client/resources/box3.client.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"required": true,
"package": "com.box3lab.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
"ExampleClientMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}
Expand Down
15 changes: 0 additions & 15 deletions Fabric-1.21.1/src/main/java/com/box3lab/mixin/ExampleMixin.java

This file was deleted.

19 changes: 0 additions & 19 deletions Fabric-1.21.1/src/main/resources/assets/box3/blockstates/a.json

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions Fabric-1.21.1/src/main/resources/assets/box3/blockstates/add.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions Fabric-1.21.1/src/main/resources/assets/box3/blockstates/at.json

This file was deleted.

Loading
Loading