Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
104 stars 27 forks source link

remove API from dependencies and include API base module #10

Closed nnym closed 4 years ago

nnym commented 4 years ago

This pull request fixes incompatibility between Fabric API and newer Minecraft versions by removing the entirety of Fabric API from dependencies except its base module for its events. It also changes loader version to latest due to incompatibility between the required version in fabric.mod.json and that included in build.gradle. (Any version greater than 0.8.8 should work, but I chose the latest.)