-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adding Newer RaspberryJuice functionality #19
Comments
Cool! It looks like there’s lots of new stuff: https://github.com/zhuowei/RaspberryJuice |
Did someone say individual based model represented in Minecraft?! Yes please! |
Looks like we have
|
I’ve got all of this working except |
For
It should be that you can create a "wall" sign with the following, but I can't figure out how to get it to work.
|
Great stuff. Are you able to set multiple lines of text to the sign? ie
Perhaps the wall sign can only spawn on a wall, and only when the orientation of the sign you are placing matches the orientation of the wall |
Yes, I could send multiple lines. the |
Regarding the wall sign, I agree that it seems like you need a wall to place the sign onto, and that you need to get the orientation right. But I spent a bunch of time experimenting with it and couldn't successfully place a wall sign. |
Hi Folks,
I've been using this a lot recently. For my needs it was constraining that I could not spawn entities. This is supported in the newer versions of raspberryjuice https://dev.bukkit.org/projects/raspberryjuice/files/2496319
I have successfully added a function to add entities, wrapping your internal functions. I'd be happy to help you add this if you decided you were happy to shift to the newer version of RaspberryJuice.
Tom
The text was updated successfully, but these errors were encountered: