Lance5057 / Tinkers-Compendium

An expansion of Tinkers' Construct
Other
17 stars 24 forks source link

Trying to build - fails #41

Closed micheldewit closed 6 years ago

micheldewit commented 7 years ago

I am trying to build TDefense to fix the issue we have been having since 1.3: that it cant be run under an API-ed launcher (Cauldron, kCauldron, Thermos and Sponge). We have found the issue to be the following: in

lance5057/tDefense/TinkersDefense.java

There are 2 iterations:

import net.minecraftforge.client.ClientCommandHandler;

and

ClientCommandHandler.instance.func_71560_a((ICommand)new TD_Commands());

These need to be changed to the serverversion of the commands (This is best practice anyway to avoid issues).

If possible, could either Gradle be updated, or, 1.3.7 be updated with the small code change that would help the world out with anyone running 1.7.10 with BukkitAPI / 1.10.2 with Sponge?

micheldewit commented 7 years ago

Note: the building fails because of the following:

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

This is why the building fails