CERBON's Better Beacons [Forge | Fabric | NeoForge]

CERBON's Better Beacons [Forge | Fabric | NeoForge]

2M Downloads

[BUG/ISSUE] Beacon Range GUI does not reflect payment_items_range/better_beacons.json

RonnymonnyTheProgrammer opened this issue ยท 3 comments

commented

Before submitting the issue

  • I have checked that the bug is not a duplicate or, if it is, it needs to be reopened
  • I have checked that I am running the latest version of Better Beacons Mod
  • I have checked the FAQ section for solutions
  • I have read the contributing guidelines and I agree with the Code of Conduct

Loader, loader version and minecraft version

Forge 47.3.29, Minecraft 1.20.1

Describe the bug

When changing the data-driven beacon payment items found in payment_items_range/better_beacons.json, the GUI does not reflect the new ordering.

To reproduce

Steps to reproduce the behavior:

  1. Create a datapack with basic setup.
  2. Make sure all items are in minecraft:beacon_payment_items item tag.
  3. Edit the better_beacons.json file and put it in a payment_items_range folder in the better_beacons namespace.
  4. The beacon GUI will not reflect these changes.

Expected behavior

The beacon GUI should display a representative item for each tier. Alternatively, it should layer multiple items if they fall in the same tier.

Screenshots

Image

I changed emeralds to provide less range.

Image

The emeralds still appear far to the left in the actual GUI.

Latest log

latest.log

Additional context

N/A

commented

I don't have the intention to "fix" this. You can change the position of the items in the config file easily.

commented

I don't know if you're still following this thread, but I'm a bit confused. This option does not appear in the config, at least for the 1.20.1 version. I also took a look at the data/assets structure again and found nothing.

There is one way this could be possible, and that's editing the texture files. But since the items are rendered on top programmatically, with no obvious way to change them, that's not really an option.

If I'm missing something, could you please fill me in?

commented

Make sure you are using the 2.0.0 version of the mod. It's a beta file in CurseForge. If you are using the CurseForge app, it might not show the update directly, so, click on the mod, go to versions and install 2.0.0. Then, open the config file and go to "Beacon Payment Items UI" then you will be able to change the items.

Image