SpongePowered / Sponge

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
MIT License
389 stars 211 forks source link

Ongoing Minor Issue List (Sponge Edition) #23

Open Deamon5550 opened 9 years ago

Deamon5550 commented 9 years ago

SpongeAPI | Sponge

Checkstyle issues should not be reported here as those can be more accurately determined by simply running the checkstyle tool. Examples of good issues to report here are misnamed methods/fields, poorly worded javadocs, formatting issues.

As minor things are resolved, comments will be deleted.

ejm commented 3 years ago

There is a missing space in the output of /sponge chunks global: https://github.com/SpongePowered/Sponge/blob/api-8/src/main/java/org/spongepowered/common/command/sponge/SpongeCommand.java#L603

GuusLieben commented 3 years ago

There is a typo in the method name for setIsUnbrekable (should be setIsUnbreakable) at https://github.com/SpongePowered/Sponge/blob/api-8/src/main/java/org/spongepowered/common/data/provider/item/stack/ItemStackData.java#L207