aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-04-01 17:48:53 +0200
committerLinnea Gräf <nea@nea.moe>2024-04-01 17:48:53 +0200
commit0fe5e487922a6ff50b9c415b9384157fbd64b2b5 (patch)
treee62cb4b9abea80d144d95a7bd2e0114088944587 /src/client/resources
downloadpotato-crimes-0fe5e487922a6ff50b9c415b9384157fbd64b2b5.tar.gz
potato-crimes-0fe5e487922a6ff50b9c415b9384157fbd64b2b5.tar.bz2
potato-crimes-0fe5e487922a6ff50b9c415b9384157fbd64b2b5.zip
Initial commit
Diffstat (limited to 'src/client/resources')
-rw-r--r--src/client/resources/assets/potato-crime/textures/item/contraband.pngbin0 -> 366 bytes
-rw-r--r--src/client/resources/potato-crime.client.mixins.json11
2 files changed, 11 insertions, 0 deletions
diff --git a/src/client/resources/assets/potato-crime/textures/item/contraband.png b/src/client/resources/assets/potato-crime/textures/item/contraband.png
new file mode 100644
index 0000000..6efb360
--- /dev/null
+++ b/src/client/resources/assets/potato-crime/textures/item/contraband.png
Binary files differ
diff --git a/src/client/resources/potato-crime.client.mixins.json b/src/client/resources/potato-crime.client.mixins.json
new file mode 100644
index 0000000..1fb030f
--- /dev/null
+++ b/src/client/resources/potato-crime.client.mixins.json
@@ -0,0 +1,11 @@
+{
+ "required": true,
+ "package": "moe.nea.potatocrime.mixin.client",
+ "compatibilityLevel": "JAVA_17",
+ "client": [
+ "ExampleClientMixin"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file