Throwable Creeper Eggs icon

Throwable Creeper Eggs -----

Throwable creeper eggs that explode after a configurable amount of time!



Added Block Filtering Feature ( Including and Excluding Blocks From Explosion )
New Addition
───────────

Added block filtering.

You can now exclude specific blocks from exploding and include specific blocks as well ( if the include type is used, then all the blocks that are not in the filtering list, will be excluded from the explosion )
| Disabled by default in the config
options.explosion-destroys-blocks needs to be true


In according to the new additions, if you already had a config file generated before this update and you would like to enable and configure the block filtering list, then please regenerate your config or add the new lines somewhere separate from the other lines in your config.yml:
Code (YAML):
# There are two types of filter-types: INCLUDE, EXCLUDE
# The "EXCLUDE" type will exclude any blocks from exploding that are in the "filtered-blocks" list.
# The "INCLUDE" type will include blocks in the explosion that are in the "filtered-blocks" list, but any
# other block is excluded if not in the "filtered-blocks" list.
block-explode-filter
:
   enabled
: false
   filter-type
: EXCLUDE
   filtered-blocks
:
   - DIAMOND_ORE
   - DIAMOND_BLOCK
----------, Oct 3, 2021
Resource Information
Author:
----------
Total Downloads: 2,334
First Release: Mar 9, 2020
Last Update: Oct 4, 2024
Category: ---------------
All-Time Rating:
16 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings