Skip to content

Commit

Permalink
Merge branch '1.18' of https://github.com/Ladysnake/BLAST into 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Apr 7, 2022
2 parents f41c133 + 56d03dd commit e9db63b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 707 deletions.
1 change: 0 additions & 1 deletion .mixin.out/audit/mixin_implementation_report.csv

This file was deleted.

1 change: 0 additions & 1 deletion .mixin.out/audit/mixin_implementation_report.txt

This file was deleted.

635 changes: 0 additions & 635 deletions logs/debug.log

This file was deleted.

68 changes: 0 additions & 68 deletions logs/latest.log

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/ladysnake/blast/common/Blast.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class Blast implements ModInitializer {
public static final String MODID = "blast";

public static final TrackedDataHandler<Direction> FACING = new TrackedDataHandler<Direction>() {
public static final TrackedDataHandler<Direction> FACING = new TrackedDataHandler<>() {
public void write(PacketByteBuf packetByteBuf, Direction direction) {
packetByteBuf.writeEnumConstant(direction);
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"depends": {
"fabricloader": ">=0.13.3",
"minecraft": "1.18.x",
"minecraft": "~1.18.2",
"java": ">=17",
"fabric": ">=0.48.0"
}
Expand Down

0 comments on commit e9db63b

Please sign in to comment.