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

More then 1 layer snow is not working #3026

Closed
SaltyPotata opened this issue May 31, 2020 · 3 comments
Closed

More then 1 layer snow is not working #3026

SaltyPotata opened this issue May 31, 2020 · 3 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@SaltyPotata
Copy link

SaltyPotata commented May 31, 2020

This only sets it to 1 snow layer why?

      add location of event-block to {snowlayer::*}
            set event-block to air
            wait 20 seconds
            set {_snowlayer} to a random integer from 0 and 3
            if {_snowlayer} is 0:
                set event-block to snow layer
            if {_snowlayer} is 1:
                set event-block to two thick snow layer
            if {_snowlayer} is 2:
                set event-block to three thick snow layer
            if {_snowlayer} is 3:
                set event-block to four thick snow layer

Server Information

  • Server version/platform: 1.13.2 Paperspigot b655
  • Skript version: 2.4.1
@SaltyPotata
Copy link
Author

May I get some help?

@ShaneBeee ShaneBeee added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Jun 3, 2020
@ShaneBeee
Copy link
Contributor

Marking this as a low priority bug, since it can be worked around for the time being.

@Romitou
Copy link
Member

Romitou commented Jun 21, 2020

Hello, I can't replicate this issue.
I use MC 1.15.2 and Skript 2.5-alpha3.
Maybe this is a 1.13.2 problem.

@ShaneBeee ShaneBeee added the completed The issue has been fully resolved and the change will be in the next Skript update. label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

3 participants