Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio Jukebox dissapears when attemped to pick up using carrier #11

Open
JSJBDEV opened this issue Mar 31, 2021 · 3 comments
Open

Radio Jukebox dissapears when attemped to pick up using carrier #11

JSJBDEV opened this issue Mar 31, 2021 · 3 comments

Comments

@JSJBDEV
Copy link

JSJBDEV commented Mar 31, 2021

java.lang.NullPointerException: null
	at io.github.foundationgames.phonos.block.RadioJukeboxBlock.method_9536(RadioJukeboxBlock.java:52) ~[phonos-0.1.1-beta.jar:?]
	at net.minecraft.class_4970$class_4971.method_26197(class_4970.java:870) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_2818.method_12010(class_2818.java:276) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_1937.method_30092(class_1937.java:231) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_1937.method_8652(class_1937.java:217) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_1937.method_8650(class_1937.java:291) ~[intermediary-1.16.5.jar:?]
	at me.steven.carrier.impl.CarriableGeneric.tryPickup(CarriableGeneric.java:50) ~[carrier-1.7.4.jar:?]
	at me.steven.carrier.HolderInteractCallback.interact(HolderInteractCallback.java:35) ~[carrier-1.7.4.jar:?]
	at me.steven.carrier.HolderInteractCallback.interact(HolderInteractCallback.java:74) ~[carrier-1.7.4.jar:?]
	at net.minecraft.class_4970$class_4971.handler$zna000$carrier_interactBlock(class_4970.java:2560) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_4970$class_4971.method_26174(class_4970.java:894) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_3225.method_14262(class_3225.java:328) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_3244.method_12046(class_3244.java:1040) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_2885.method_12547(class_2885.java:36) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_2885.method_11054(class_2885.java:10) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_2600.method_11072(class_2600.java:21) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_2600$$Lambda$9508/1627884596.run(Unknown Source) ~[?:?]
	at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-1.16.5.jar:?]
	at net.minecraft.class_1255.method_18859(class_1255.java:144) [intermediary-1.16.5.jar:?]
	at net.minecraft.class_4093.method_18859(class_4093.java:23) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) [intermediary-1.16.5.jar:?]
	at net.minecraft.class_1255.method_16075(class_1255.java:118) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) [intermediary-1.16.5.jar:?]
	at net.minecraft.class_1255.method_18857(class_1255.java:127) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:722) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:674) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) [intermediary-1.16.5.jar:?]
	at net.minecraft.server.MinecraftServer$$Lambda$8880/1367075923.run(Unknown Source) [intermediary-1.16.5.jar:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]

this appears in latest.log when the jukebox disappears, please also see GabrielOlvH/Carrier#14

@FoundationGames
Copy link
Owner

Can this be tested with the 1.17 version of phonos? 1.16 is no longer supported and I'd like to know if the issue persists

@ThinkWithPbody
Copy link

Tested in 1.18.2 with phonos-0.3+1.18.2 and carrier-1.10.0. None of the phono blocks respond to the carrier hotkey, and this is the case too when holding the carrying glove for most other phono blocks except the radio jukebox. The jukebox isn't carried, it disappears along with the discs inside.

@FoundationGames
Copy link
Owner

Carrier is only for block entities, the only block entities in phonos are the jukebox and piano
I think this might be an issue with Carrier and for now it isn't supported until I investigate the issue myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants