Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starsng25/sng-arsenal

My first Minecraft mod made using Forge API. Intended for getting myself into Minecraft modding. Adds SNG Arsenal into Minecraft, including new tools, armor, and more.
https://github.com/starsng25/sng-arsenal

fabric fabricmc forge forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod minecraftforge mod neoforge neoforged

Last synced: about 1 month ago
JSON representation

My first Minecraft mod made using Forge API. Intended for getting myself into Minecraft modding. Adds SNG Arsenal into Minecraft, including new tools, armor, and more.

Awesome Lists containing this project

README

        

# SNG Arsenal (NeoForge 1.20.4)

This is my first Minecraft mod made using [Forge](https://files.minecraftforge.net/) API and later recreated using [NeoForge](https://neoforged.net/) API (this version). My intention for making this mod is to get myself into Minecraft modding and learn Java among other things. This mod adds SNG Arsenal into [Minecraft](https://www.minecraft.net/), including new tools, armor, and more. The IDE I use to make this mod is [Eclipse IDE](https://www.eclipse.org/downloads/).

[CurseForge](https://www.curseforge.com/minecraft/mc-mods/sng-arsenal) |
[Modrinth](https://modrinth.com/mod/sng-arsenal)

## Mod Details
- SNG Ores spawn similarly to Diamond Ore, with maximum of 5 ores per vein.
- SNG Block is TNT proof, while Condensed SNG Block is wither proof.
- SNG Block and Condensed SNG Block work as beacon base blocks, and the SNG Ingot and Condensed SNG Ingot work as beacon payment items.
- Crafting recipes are similar to vanilla Minecraft items, plus:
- Condensed SNG Ingot is crafted using 8 SNG Ingots in an O-shape.
- Condensed SNG Block is crafted by using either 9 Condensed SNG Ingots or 8 SNG Blocks in an O-shape.
- Raw SNG Block can be smelted/blasted directly into SNG Block but takes as long as smelting/blasting 9 Raw SNGs normally.

More details can be found in [changelog.txt](https://github.com/StarSNG25/SNG-Arsenal/blob/1.20.4-neoforge/changelog.txt).

## Forge
1.20.4: [GitHub](https://github.com/StarSNG25/SNG-Arsenal/tree/1.20.4-forge) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/sng-arsenal/files/all?page=1&pageSize=20&version=1.20.4)

1.19.4: [GitHub](https://github.com/StarSNG25/SNG-Arsenal/tree/1.19.4-forge) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/sng-arsenal/files/all?page=1&pageSize=20&version=1.19.4)

1.19.3: [GitHub](https://github.com/StarSNG25/SNG-Arsenal/tree/1.19.3-forge) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/sng-arsenal/files/all?page=1&pageSize=20&version=1.19.3)

1.16.5: [GitHub](https://github.com/StarSNG25/SNG-Arsenal/tree/1.16.5-forge) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/sng-arsenal/files/all?page=1&pageSize=20&version=1.16.5)

## Fabric
A version for [Fabric](https://fabricmc.net/) might be available in the future when time allows for it.