updated .gitignore

This commit is contained in:
Jonas_Jones 2022-08-26 20:32:21 +02:00
parent 733b6bc37b
commit c9b2e9ef3e
43 changed files with 435 additions and 53 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -1,12 +1,12 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.jonasjones.arduinoctrls.mixin",
"package": "me.jonasjones.microcraft.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ArduinoMixin",
"TitleScreenButtonMixin",
"GameMenuScreenMixin"
],
"injectors": {