Jump to content

seabrookte

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by seabrookte

  1. Hi all, I've been trying to add the baubles API to my project, I followed this guide (https://forums.minecraftforge.net/topic/60703-1121-implementation-of-an-api-baubles/) and so as such I have deobfCompile "com.github.azanor:Baubles:${baubles_version}" and { maven { url 'https://jitpack.io' } } in their appropriate places within build.gradle, as well as the baubles version (defined as 5df3d46, the most recent commit on the github) defined in gradle.properties. However, when I run setupDecompWorkspace and refresh the gradle project within IntelliJ no baubles files appear, and launching the client crashes with the following error: https://pastebin.com/YpJrTjtg I assume it's something I've done wrong with the installation since many people much better at this than me have used the api fine since the last baubles commit. Thanks in advance :)
  2. So I'm making a mod with world gen structures (Like dungeons and stuff) and I want to generate dungeon loot in them. I had a look through the forge documentation but all I could find was about adding things to drop tables or adding drop tables. Am I being blind or is it not documented?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.