Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderx-Gamer authored Sep 5, 2021
1 parent 2ba0af8 commit 5b3ae66
Show file tree
Hide file tree
Showing 20 changed files with 86 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions build/classes/java/main/shulker-dupe-refmap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"mappings": {
"net/shulker/dupe/mixin/ClientPlayerEntityMixin": {
"tick": "Lnet/minecraft/class_746;method_5773()V"
},
"net/shulker/dupe/mixin/ShulkerBoxScreenMixin": {
"render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V": "Lnet/minecraft/class_495;method_25394(Lnet/minecraft/class_4587;IIF)V"
},
"net/shulker/dupe/mixin/ClientConnectionMixin": {
"send(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;)V": "Lnet/minecraft/class_2535;method_10752(Lnet/minecraft/class_2596;Lio/netty/util/concurrent/GenericFutureListener;)V"
}
},
"data": {
"named:intermediary": {
"net/shulker/dupe/mixin/ClientPlayerEntityMixin": {
"tick": "Lnet/minecraft/class_746;method_5773()V"
},
"net/shulker/dupe/mixin/ShulkerBoxScreenMixin": {
"render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V": "Lnet/minecraft/class_495;method_25394(Lnet/minecraft/class_4587;IIF)V"
},
"net/shulker/dupe/mixin/ClientConnectionMixin": {
"send(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;)V": "Lnet/minecraft/class_2535;method_10752(Lnet/minecraft/class_2596;Lio/netty/util/concurrent/GenericFutureListener;)V"
}
}
}
}
Binary file added build/libs/shulker-dupe-1.0.0-dev.jar
Binary file not shown.
Binary file added build/libs/shulker-dupe-1.0.0-sources-dev.jar
Binary file not shown.
Binary file added build/libs/shulker-dupe-1.0.0-sources.jar
Binary file not shown.
Binary file added build/libs/shulker-dupe-1.0.0.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1 named intermediary
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1 named intermediary
Binary file added build/resources/main/assets/shulker-dupe/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions build/resources/main/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"schemaVersion": 1,
"id": "shulker-dupe",
"version": "1.0.0",

"name": "Shulker Dupe",
"description": "A mod that makes it easier to perform the shulker dupe.",
"authors": [
"Coderx_Gamer"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},

"license": "CC0-1.0",
"icon": "assets/shulker-dupe/icon.png",

"environment": "client",
"entrypoints": {
"client": [
"net.shulker.dupe.MainClient"
]
},
"mixins": [
"shulker-dupe.mixins.json"
],

"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.17.x",
"java": ">=16"
},
"suggests": {
"another-mod": "*"
}
}
14 changes: 14 additions & 0 deletions build/resources/main/shulker-dupe.mixins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.shulker.dupe.mixin",
"compatibilityLevel": "JAVA_16",
"client": [
"ShulkerBoxScreenMixin",
"ClientPlayerEntityMixin",
"ClientConnectionMixin"
],
"injectors": {
"defaultRequire": 1
}
}
Binary file not shown.
2 changes: 2 additions & 0 deletions build/tmp/jar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

2 changes: 2 additions & 0 deletions build/tmp/remapJar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

2 changes: 2 additions & 0 deletions build/tmp/sourcesJar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

0 comments on commit 5b3ae66

Please sign in to comment.