Skip to content

Commit

Permalink
Updated README.md for NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
StarSNG25 committed Feb 26, 2024
1 parent ef214aa commit d19ad58
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SNG Arsenal (Forge 1.20.4)
# SNG Arsenal (NeoForge 1.20.4)

This is my first Minecraft mod made using [Forge](https://files.minecraftforge.net/) API. 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/).
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)
[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.
Expand All @@ -13,14 +14,16 @@ This is my first Minecraft mod made using [Forge](https://files.minecraftforge.n
- 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-forge/changelog.txt).
More details can be found in [changelog.txt](https://github.com/StarSNG25/SNG-Arsenal/blob/1.20.4-neoforge/changelog.txt).

## Fabric
A version for [Fabric](https://fabricmc.net/) might be available in the future when time allows for it.
## 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)

## Other Versions
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.

0 comments on commit d19ad58

Please sign in to comment.