Paste #120669: Unnamed Denizen Script Paste

Date: 2024/02/29 03:08:39 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


Mobs_Run_From_Creepers:
    type: world
    debug: true
    events:
        on creeper explosion primes:
        - foreach <context.entity.location.find_entities[skeleton].within[5]> as:vicinityEntity:
            - walk <[vicinityEntity]> <[vicinityEntity].location.find_spawnable_blocks_within[5].last>