Matter Overdrive: Community Edition

Matter Overdrive: Community Edition

134k Downloads

Can't compile project

MRtecno98 opened this issue ยท 1 comments

commented

Describe the bug
Gradle compilation fails with unknown symbol error

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Run gradle build

Expected behavior
Compilation completes succesfully

Screenshots
image

please complete the following information:

  • Forge Version: 14.23.5.2847 (from gradle.properties)
  • Mods: not applicable, i'm trying to compile the mod
  • MO Version: 0.8.1 (latest on the repo)

Additional context
Javac error:

import matteroverdrive.handler.HandleSkinClient;
                              ^
  symbol:   class HandleSkinClient
  location: package matteroverdrive.handler

Seems like a missing file, i could not find ANY mention of this file anywhere in the repo or the commit history, wtf?

commented

Fixed.