Skip to content

Commit

Permalink
Merge pull request #347 from MrTroble/fix/1.14
Browse files Browse the repository at this point in the history
rem: debug
  • Loading branch information
Jeronimo97 authored Feb 11, 2024
2 parents 1d05ebc + f011f3c commit 8c37be6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: endswith(github.ref_name, 'master') && github.ref_protected && github.ref_type == 'branch'
runs-on: ubuntu-latest
env:
APPVEYOR_BUILD_VERSION: '3.2.1'
APPVEYOR_BUILD_VERSION: '3.2.2'
CURSETOKEN: ${{ secrets.CURSETOKEN }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.14.4 - 3.2.2]

* rem: debug output

## [1.14.4 - 3.2.1]

* feat: added multilinkingtool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public CompoundNBT writeBlockPosToNBT(final List<BlockPos> pos, final CompoundNB
list.add(item);
});
compound.put(LINKED_POS_LIST, list);
System.out.println("List: " + listOfPositions);
System.out.println("Comp: " + compound);
}
return compound;
}
Expand Down

0 comments on commit 8c37be6

Please sign in to comment.