Lightman's Currency

Lightman's Currency

331k Downloads

BUG: {insert description here}

huganug opened this issue · 2 comments

commented

Minecraft Version (REQUIRED): 1.19.2
Forge Version (REQUIRED): 43.1.1
Lightman's Currency Version (REQUIRED): 1.19.2 (I just downloaded the new update)
Other Relevant Mods & Version (LC Tech, etc.):
Connection Type (Single-player, server/client, LAN world): mcprohosting server

Describe the bug
All textures for the different items are wrong. I try to place an ATM but the netherite coin pile is what appears. I can still right click to access the ATM but its a pile a netherite coins instead of the actual ATM. This is the same for all other placeable items like the coin mint.

To Reproduce
Steps to reproduce the behavior:

  1. place an item
  2. see error
    Expected behavior
    I expected the ATM to appear when I placed the ATM.

Screenshots/Logs/Crash Reports
2022-08-29_21 57 54

commented

I have no clue as to why this would ever happen, as the models/block states are stored in a resource pack format within the jar file, so no amount of coding screw-ups could ever cause this to happen (short of re-writing the vanilla rendering code, which I very much didn't).

I tested it in 1.19.2 as well (forge 43.1.3) in a single-player world, and the ATM had the proper model, etc.
image

Either your resources got loaded incorrectly due to some weird error (which you can probably fix with F3 + T, or just rebooting the game), or you've got some other mod that's screwing things up for some odd reason.

EDIT:
Actually, considering that your WAILA mod is seeing it as a netherite coin pile, but the server still opens the menu, I'd say that the actual issue is likely a server-client desync, as the client actually thinks that that block is a coin pile block, whereas the server says it's still an ATM (as the server handles the right-click interactions for obvious reasons). My guess is there's a discrepancy between the mod list and/or mod versions on the server, and the mod list/versions on the client that's causing the "temporary ids" to be different between the two.

commented