Skip to content

Commit

Permalink
rem: debug and mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronimo97 committed Feb 11, 2024
1 parent 3f8eff3 commit a0f7c86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public NbtCompound writeBlockPosToNBT(final List<BlockPos> pos, final NbtCompoun
list.add(item);
});
compound.put(LINKED_POS_LIST, list);
System.out.println("List: " + listOfPositions);
System.out.println("Comp: " + compound);
}
return compound;
}
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"com.troblecodings.tcredstone.TCRedstoneMain"
]
},
"mixins": [
"tcredstone.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": "~1.20.4",
Expand Down
11 changes: 0 additions & 11 deletions src/main/resources/tcredstone.mixins.json

This file was deleted.

0 comments on commit a0f7c86

Please sign in to comment.