diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-01 17:48:53 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-04-01 17:48:53 +0200 |
commit | 0fe5e487922a6ff50b9c415b9384157fbd64b2b5 (patch) | |
tree | e62cb4b9abea80d144d95a7bd2e0114088944587 /src/client/resources | |
download | potato-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.png | bin | 0 -> 366 bytes | |||
-rw-r--r-- | src/client/resources/potato-crime.client.mixins.json | 11 |
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 Binary files differnew file mode 100644 index 0000000..6efb360 --- /dev/null +++ b/src/client/resources/assets/potato-crime/textures/item/contraband.png 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 |