Posted November 11, 20177 yr Is there some kind of event that will allow me to detect when an ItemFrame appears during world gen so I can replace it with some other item?
November 11, 20177 yr You could use EntityJoinWorldEvent but this will also fire if for example the player re-enters a chunk where ItemFrames already were created. Nevertheless you can check what item is in there and then decide what to do. If my answer helped you out, you may give that answer a like. Funny but true JavaScript statements: null != 0 null !<0 null !> 0 null <= 0 null >= 0 Number(null) == 0
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.