
Spartan Weaponry Unofficial
An unofficial NeoForge 1.21.1 port of the iconic Spartan Weaponry mod—featuring swords, polearms, ranged weapons, and more, inspired by Balkon's WeaponMod!
44K загрузок20 подписчиковApache-2.0neoforge
Обновлён 12 июня 2026 г. · опубликован 31 января 2026 г.

⚔️ Spartan Weaponry Unofficial (NeoForge)
An unofficial community port of Spartan Weaponry for Minecraft 1.21.1.
Since the original author (ObliviousSp) has been inactive for over six months, this project adapts the original code to NeoForge 1.21.1, allowing players to enjoy the vast Spartan arsenal in the latest version.
✨ Features
- Massive Arsenal: Adds a wide variety of weapons including polearms, blunt weapons, heavy swords, and ranged options (Longbows, Crossbows, Throwing Knives).
- Unique Mechanics: Weapons feature custom attributes like Armor Piercing, Sweep attacks, and varied attack speeds.
- Material Support: Full compatibility with vanilla materials and common modded ores (Copper, Tin, Bronze, Steel, etc.).
- Modernized: Specifically rebuilt for the NeoForge ecosystem on 1.21.1.
🛠️ Requirements & Compat
- Platform: NeoForge 1.21.1
- Recommended Mods: * Curios API (For Quiver slots)
- JEI / EMI (To view recipes)
📜 Credits & License
- Original Author: ObliviousSp
- Ported by: Mai_xiyu & Claude AI
- License: Apache-2.0
⚠️ Note: This is an unofficial fork. Please report bugs here on the project page, NOT to the original author's page.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.21.1-1.2.1 | Релиз | 1.21.1 | neoforge | 12 июня 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.2.0 | Релиз | 1.21.1 | neoforge | 2 июня 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.1.2 | Релиз | 1.21.1 | neoforge | 28 мая 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.1.2-beta | Бета | 1.21.1 | neoforge | 27 мая 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.1.1 | Релиз | 1.21.1 | neoforge | 16 мая 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.1.0 | Релиз | 1.21.1 | neoforge | 5 мая 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.9 | Релиз | 1.21.1 | neoforge | 5 мая 2026 г. | Скачать (2.7 МБ) |
| 26.1-1.0.8 | Релиз | 26.1 | neoforge | 1 апреля 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.8 | Релиз | 1.21.1 | neoforge | 29 марта 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.7 | Релиз | 1.21.1 | neoforge | 17 марта 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.6 | Релиз | 1.21.1 | neoforge | 10 марта 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.5 | Релиз | 1.21.1 | neoforge | 4 марта 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.4 | Релиз | 1.21.1 | neoforge | 28 февраля 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.3 | Релиз | 1.21.1 | neoforge | 13 февраля 2026 г. | Скачать (2.7 МБ) |
| 1.21.1-1.0.2 | Релиз | 1.21.1 | neoforge | 6 февраля 2026 г. | Скачать (2.7 МБ) |
Показаны последние 15 из 17 версий.
Ченджлог
1.21.1-1.2.1Релиз1.21.1 · 12 июня 2026 г.
Changes
Commits from 1.21.1-1.2.0 to 1.21.1-1.2.1:
- Prepare Spartan Weaponry 1.2.1 release (63efa57)
- Bump API version to 15 for new accessors (d5b4f4b)
- Fix never-loaded mixins and major gameplay bugs, polish API (1fe0ce9)
- Allow manual release republish (128d108)
- Fix release publishing workflow (eb3c47e)
1.21.1-1.2.0Релиз1.21.1 · 2 июня 2026 г.
Changes
Commits from 1.21.1-1.1.2 to 1.21.1-1.2.0:
- Release Spartan Weaponry 1.2.0 fixes (3ca751e)
- Fix constantan weapon trait tag (81c1f21)
- Fix throwable melee weapon pickup (73cfa82)
- Refresh project documentation (3ad17d4)
- Fix throwing weapon survival pickup (ae48ff5)
- Extract weapon runtime helpers (88445e3)
- Run formatter on Java 21 (b2a716d)
- Normalize Java formatting and item group views (f1fdd43)
- Improve weapon maintenance structure (7610c3c)
1.21.1-1.1.2Релиз1.21.1 · 28 мая 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
1.21.1-1.1.2-betaБета1.21.1 · 27 мая 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
1.21.1-1.1.1Релиз1.21.1 · 16 мая 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
1.21.1-1.1.0Релиз1.21.1 · 5 мая 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
1.21.1-1.0.9Релиз1.21.1 · 5 мая 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
26.1-1.0.8Релиз26.1 · 1 апреля 2026 г.
Changelog
[1.0.7] - 2026-03-17
Fixed
- Dimension Portal Crash: Fixed
IllegalStateException: Cannot encode empty ItemStackcrash when any projectile entity (arrows, throwing weapons, bolts) enters a dimension portal (Nether, End, Aether, etc.). Root cause:AbstractArrow.addAdditionalSaveData()would callsave()on an empty pickup ItemStack during dimension transitions. - 维度传送门崩溃: 修复了任何投射物实体(箭矢、投掷武器、弩箭)进入维度传送门(下界、末地、天境等)时
IllegalStateException: Cannot encode empty ItemStack崩溃。根本原因:AbstractArrow.addAdditionalSaveData()在维度转换时对空的 pickup ItemStack 调用save()。 - Bolt Persistence: Fixed bolts losing their type (copper, diamond, netherite, etc.) after chunk unload/reload —
DATA_BOLTwas never saved to or loaded from NBT. - 弩箭持久化: 修复了弩箭在区块卸载/重载后丢失类型(铜、钻石、下界合金等)的问题 —
DATA_BOLT从未写入/读取 NBT。
Комментарии
Загружаем…



