MrCrayfish's Furniture Mod (Legacy)

MrCrayfish's Furniture Mod (Legacy)

96M Downloads

ItemRecord.getSound is only available ClientSide (Throwing error on dedicatedServer's)

TeKGameR950 opened this issue ยท 0 comments

commented

Hi cray, i found a problem on your furniture mod that is probably easy to fix ๐Ÿ‘

As you can see on the logs, the function func_185075_h wich is ItemRecord.getSound is only for client side as you can see here:

MC 1.12: net/minecraft/item/ItemRecord.getSound
Name: h => func_185075_h => getSound
Comment: None
Side: CLIENT
AT: public net.minecraft.item.ItemRecord func_185075_h()Lnet/minecraft/util/SoundEvent; # getSound

https://pastebin.com/hJjXwRFA
Here is the error if you want :)

Thanks, Have a good day!