SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Wrong block comparison #40

Closed MeeRach closed 1 year ago

MeeRach commented 5 years ago

In version 1.12.2, the blocks are not exactly specified. using:

on rightclick on a dispenser:
if target block is dispenser:

doesn't work. but using:

on rightclick on a north facing dispenser:
if target block is north facing dispenser:

works. works with chests... Skript version: 2.3.5 Works in 1.13.2

TheLimeGlass commented 1 year ago

Skript related not aliases https://github.com/SkriptLang/Skript/issues/2396