Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 2 weeks ago
All versions
v1.3.0+neoforge-mc26.2
Release
Spawner Panic Survivors v1.3.0 - NeoForge (MC 26.2)2 weeks ago 13
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
v1.3.0 for neoforge Minecraft 26.2
Release Changelog
v1.3.0
日本語
- 新武器「マスケット銃」および進化武器「エーテル・レールガン」の追加:
- 新規武器 マスケット銃 (Musket) を追加。高速直線弾による高い単体攻撃性能を発揮。
- マスケット銃 + 空の魔導書 による進化武器 エーテル・レールガン (Aether Railgun) を追加。極太のレーザービームによる貫通超高火力ダメージとド派手なパーティクル演出を実装。
- 専用のアイテムモデル・テクスチャ・サウンド演出を完備。
- 動的協力ミッションシステム (Co-op Mission System) の完全実装 (全6種):
- プレイ中にランダムで発生するダイナミックな協力ミッションフレームワークを構築。
- 6種類のバリエーション豊かな協力ミッションを実装:
- 🛡️ 聖なる祭壇の防衛 (
protect_shrine): 湧き出る敵から祭壇(HP 100)を守り切る。 - 🎯 賞金首の討伐 (
bounty_hunt): 強化ネザーエリートを制限時間内に倒す。 - 🔮 魔法陣の死守 (
hold_circle): 魔法陣の円内に累計20秒間滞在して充填する。 - ⭐ スターオーブの回収 (
orb_rally): 周囲に散らばった5つのスターオーブを回収する。 - ⚙️ トラップ撃破ラッシュ (
trap_surge): トラップ攻撃でモンスターを計25体撃破する。 - 💀 大群スウォームの耐え抜き (
swarm_survival): 進行中ウェーブのテーマ(アンデッド/ネザー/略奪者/ヴォイド等)に連動した敵の大群を30秒間耐え抜く。
- 🛡️ 聖なる祭壇の防衛 (
- 画面中央のTitle/Subtitleアニメーション、専用カラーBossBar、SE演出、成功時の全員への+50〜60 CP報酬を実装。
- バランス調整 & 不具合修正:
- 「雷の魔導書 (Lightning Tome)」の攻撃力・クールダウンをバランス調整。
- 全7種トラップにおける次元参照比較(
ServerLevel判定)の不具合を修正し、コマンド実行時やマルチプレイ時にトラップが機能停止する問題を解消。 - 全ての言語リソース(
ja_jp.json/en_us.json)の変数プレースホルダー化と日英ローカライズを完全化。
English
- New Weapon "Musket" & Evolved Weapon "Aether Railgun" Introduced:
- Added Musket, featuring high-velocity projectile attacks for precise single-target damage.
- Added evolved weapon Aether Railgun (Musket + Empty Tome), delivering devastating penetrating laser beam damage with custom particle visuals.
- Complete with custom item models, textures, and sound effects.
- Dynamic Co-op Mission System Fully Implemented (6 Unique Missions):
- Built an interactive co-op mission framework that triggers dynamically during survival waves.
- Implemented 6 distinct co-op mission types:
- 🛡️ Protect Holy Shrine (
protect_shrine): Defend the Holy Shrine (100 HP) against monster waves. - 🎯 Bounty Hunt (
bounty_hunt): Eliminate a designated Nether Elite target before time runs out. - 🔮 Hold the Magic Circle (
hold_circle): Stay inside the magic circle for 20 seconds total to charge its energy. - ⭐ Orb Rally (
orb_rally): Scatter and collect 5 star orbs placed in nearby terrain. - ⚙️ Trap Surge (
trap_surge): Defeat 25 monsters using deployable trap weapons. - 💀 Swarm Survival (
swarm_survival): Survive a 30-second monster horde rush linked to the active wave theme (Undead, Nether, Illager, Void).
- 🛡️ Protect Holy Shrine (
- Features center-screen Title/Subtitle animations, color-coded BossBars, sound effects, and +50–60 CP rewards for all players on success.
- Balance Adjustments & Bug Fixes:
- Rebalanced damage and firing rate for Lightning Tome.
- Fixed level dimension comparison in all 7 trap weapons, resolving issues where traps froze when triggered via commands or during multiplayer.
- Fully parameterized translation placeholders and finalized Japanese and English localization files (
ja_jp.json/en_us.json).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:RxQVZfVw:3VhILMOR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RxQVZfVw:3VhILMOR"
}

