Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
85 stars 29 forks source link

I wanna make an addon #86

Closed Laith471 closed 10 months ago

Laith471 commented 10 months ago

Minecraft Version

1.20.1

Fabric Version

0.14.22

Fabric API Version

0.89.0+1.20.1

Hephaestus Version

1.20.1-3.6.3.232

Describe your issue

I wanna make an addon, but I couldn't find maven

Crash Report

No response

Other mods

Nothing

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Checked pinned issues, Searched open issues, Searched closed issues, Checked the FAQ

AlphaMode commented 10 months ago

It's https://mvn.devos.one/snapshots/ I can make a template if needed

Laith471 commented 10 months ago

is this the right format modImplementation "slimeknights.tconstruct:TConstruct:1.20.1:3.6.3.232" ?

KonSola5 commented 10 months ago

From my own addon:

modImplementation "slimeknights.tconstruct:Hephaestus:1.20.1-3.6.3.232"
modImplementation("slimeknights.mantle:Mantle:${minecraft_version}-${mantle_version}")

where minecraft_version=1.20.1 and mantle_version=1.9.254

Hephaestus is bundled with Mantle, but for some reason not including Mantle manually can cause the compiler/IDE to not find some classes.

Laith471 commented 10 months ago

I’ve added it thanks