Is Fire Resistant (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.9.0

Syntax

%itemtypes% (is|are) (fire resistant|resistant to fire)

Description

Checks whether an item is fire resistant.

Examples

if player's tool is fire resistant:
if {_items::*} aren't resistant to fire:

View source