Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollyisonit/pixelmon-repel-blocks
Pixlemon 1.16.5 sidemod that adds a repel block and charm to prevent pokemon spawns, as well as a spawn-checking item
https://github.com/ollyisonit/pixelmon-repel-blocks
Last synced: about 2 months ago
JSON representation
Pixlemon 1.16.5 sidemod that adds a repel block and charm to prevent pokemon spawns, as well as a spawn-checking item
- Host: GitHub
- URL: https://github.com/ollyisonit/pixelmon-repel-blocks
- Owner: ollyisonit
- License: mit
- Created: 2023-10-22T08:34:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T03:37:22.000Z (almost 1 year ago)
- Last Synced: 2024-03-30T14:28:12.432Z (9 months ago)
- Language: Java
- Homepage:
- Size: 8.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixelmon Repel Blocks and Spawn Checker
A small sidemod for Pixelmon 1.16.5 that gives you access to a repel block that prevents pokemon from spawning in an area,
a repel charm that prevents pokemon from spawning near you, and a spawn check item that you can use to see what
pokemon are able to spawn at your location.[Download Here](https://github.com/dninosores/pixelmon-repel-blocks/releases/latest)
![screenshot](screenshot.png)
You can specify what types of spawns are checked in the config. By default
it allows you to check all possible spawns, but there are some spawns (like tall grass)
that don't occur naturally and so you might want to exclude them from the list of
spawners. Here's the config entry for all natural spawns:```YAML
spawner-names:
- PLAYER
- legendary
- megaboss
- fishing
- headbutt
- rocksmash
- seaweed
- sweetscent
- forage
- curry
```