https://github.com/litetex-oss/mcm-raid-restore
A minecraft mod that restores the raid mechanic like it was in 1.20
https://github.com/litetex-oss/mcm-raid-restore
bad-omen fabric minecraft mod raid raid-farm
Last synced: 2 months ago
JSON representation
A minecraft mod that restores the raid mechanic like it was in 1.20
- Host: GitHub
- URL: https://github.com/litetex-oss/mcm-raid-restore
- Owner: litetex-oss
- License: apache-2.0
- Created: 2024-04-13T17:33:42.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-04-23T18:17:52.000Z (over 1 year ago)
- Last Synced: 2024-04-24T06:24:38.991Z (over 1 year ago)
- Topics: bad-omen, fabric, minecraft, mod, raid, raid-farm
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://modrinth.com/mod/raid-restore)
[](https://github.com/litetex-oss/mcm-raid-restore/actions/workflows/check-build.yml?query=branch%3Adev)
# Raid Restorer
Restores the raid mechanic like it was in 1.20 - makes (stacked) raid farms work again
Showcase
[Showcase](https://github.com/litetex-oss/mcm-raid-restore/assets/40789489/eec2998c-00ad-4f8b-ac66-219fea0d5107)
## Configuration
### Gamerule ``raiderBadOmenEffectSec``
Controls the duration of the Bad Omen effect that is applied when killing a raid/patrol captain.
The default is ``6000`` (100 minutes) as it was in 1.20.
## Motivation/Why does this mod exist?
Raids [in 1.21](https://minecraft.wiki/w/Java_Edition_24w13a) got significantly changed and it's no longer possible to create a stacking raid farm.
See also: [More details, comparisons and arguments](https://github.com/litetex-oss/mcm-raid-restore/blob/dev/MOTIVATION.md)
## Installation
[Installation guide for the latest release](https://github.com/litetex-oss/mcm-raid-restore/releases/latest#Installation)
### Usage in other mods
Add the following to ``build.gradle``:
```groovy
dependencies {
modImplementation 'net.litetex.mcm:raid-restore:'
// Further documentation: https://wiki.fabricmc.net/documentation:fabric_loom
}
```
> [!NOTE]
> The contents are hosted on [Maven Central](https://repo.maven.apache.org/maven2/net/litetex/mcm/). You shouldn't have to change anything as this is the default maven repo.
> If this somehow shouldn't work you can also try [Modrinth Maven](https://support.modrinth.com/en/articles/8801191-modrinth-maven).
## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.