Overwritten BukkitGUIContent#toString method to use actual ItemGUICon… #147
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.11.2-R0.1-SNAPSHOT | |
name: MC 1.11 | |
on: [ push ] | |
jobs: | |
test: | |
uses: ./.github/workflows/bukkit-test.yml | |
with: | |
java-version: 8 | |
minecraft-version: "1.11.2-R0.1-SNAPSHOT" |