PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Feature/armor #171

Closed rikka0w0 closed 4 years ago

rikka0w0 commented 4 years ago

Implements callbacks in IForgeItem:

  1. onArmorTick
  2. getArmorTexture
  3. getArmorModel
rikka0w0 commented 4 years ago

checkLicense failed due to

* What went wrong:
Execution failed for task ':patchwork-networking-messages:checkLicenseMain'.
> License violations were found: src/main/java/net/patchworkmc/impl/networking/PatchworkPlayNetworkingMessagesClient.java
TheGlitch76 commented 4 years ago

Merging with master should fix the license check.

TheGlitch76 commented 4 years ago

Merge conflicts