Deleted icon

Deleted -----

Deleted



A small vanilla game addition, that makes a torchflower very hot.

Code (Java):
    @Override
    public void onEnable ( ) {
        Bukkit. getScheduler ( ). runTaskTimer ( this, ( ) -> {
            Bukkit. getWorlds ( ). forEach (world -> world. getEntities ( ). forEach (entity -> {
                if (entity. getLocation ( ). getBlock ( ). getType ( ) == Material. TORCHFLOWER )
                    entity. setFireTicks ( 60 ) ;
            } ) ) ;
        }, 0L, 5L ) ;
    }
Resource Information
Author:
----------
Total Downloads: 66
First Release: Jun 17, 2023
Last Update: Jun 17, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings