Slimefun

Slimefun

3M Downloads

Iron Golem Not Dropping Basic Circuit Board Because of Ultimate Stacker.

Namrise opened this issue ยท 4 comments

commented

Description (Required)

Iron Golem not dropping basic circuit board because of ultimate stacker.

Steps to reproduce the Issue (Required)

Killed many iron golem (no circuit board). Then I got upset and made a private test server to see what the cause was. I installed only slimefun and it worked fine. I went through plugin by plugin, adding and removing plugins until I added U.S. which prevented iron golem dropping basic circuit board. I tried messing with the configs and I think I know what is happening. Ultimate stacker has loot tables: http://prntscr.com/qumaei. I want to try and add the circuit board to the loot table but don't know how to format it in the loot table since it is a custom item and I don't wanna messs anything up.

Expected behavior (Required)

iron golem dropping circuit boards

Server Log / Error Report

No errors

Environment (Required)

Using slimefun dev 416. Cs core lib dev 83. ultimate stacker 1.11.3

  • Minecraft Version: 1.15.2
  • Slimefun Version: 416 dev
  • CS-CoreLib Version: 83 dev
commented

This is a known issue and sadly nothing that can be fixed from this side.
Ask the developers of UltimateStacker for help on this.

https://github.com/TheBusyBiscuit/Slimefun4/wiki/Common-Issues#circuit-boards-not-dropping

commented

Your issue has been closed!

If your issue was closed and not resolved by one of our developers it may fall under one or more of these categories:

  • You did not follow our template. Please follow the Issue template to help us identify your issue more quickly.
  • You did not provide any information about your versions (We absolutely need your exact versions, "latest" is not helpful)
  • You did not provide a proper description to the problem.
  • Your issue is not a bug, it is intended behaviour.
  • Your issue was already reported, it is a duplicate. Check the other open issues first before posting!
  • You posted an error without using pastebin. Please always post errors via pastebin.
  • Your issue has already been fixed in a later version of Slimefun or CS-CoreLib, you should update.
  • You are using an outdated version of Slimefun / CS-CoreLib, again, you should update.
  • You are using an unsupported version of Minecraft. We only provide support for the latest version of Minecraft, old versions are not supported anymore.
  • You are using a "stable" version of Slimefun (prefixed with "RC - "), your issue may have been fixed in a development build, so we only accept bug reports from those.
  • You are on the wrong issue tracker. We would like to remind you that this Issue Tracker is only for Slimefun, to report bugs on any addons, head to the corresponding issue tracker.

Make sure to check out our article on How to report bugs for even more information.

commented

your custom drop is enabled in config

Only show nametags above an entities head when looking directly at them.
Only Show Holograms On Look: true
Custom Drops:

 Should custom drops be enabled?
Enabled: false

it should be this

commented

Thank you for taking the time to help me and I have something interesting to share!

What you advised worked perfectly and fixed the issue but also I was able to add a custom item

{
  "Type": "ACTIVATOR_RAIL",
  "Name": "&bBasic Circuit Board",
  "Chance": 100.0,
  "Min": 1,
  "Max": 1,
  "Looting": false
}

Which also worked too! this is good news for me. Thanks!