Skip to content

Commit

Permalink
Updated to 1.19.3-2.0.0.2-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
StarSNG25 committed Mar 24, 2023
1 parent 9cfd32b commit 00a9d02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'net.minecraftforge.gradle' version '5.1.+'
}

version = '1.19.3-2.0.0.1-forge'
version = '1.19.3-2.0.0.2-forge'
group = 'com.starsng.sng_arsenal' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'sng_arsenal'

Expand Down Expand Up @@ -129,7 +129,7 @@ dependencies {
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.19.3-44.1.21'
minecraft 'net.minecraftforge:forge:1.19.3-44.1.23'

// Real mod deobf dependency examples - these get remapped to your current mappings
// implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency
Expand All @@ -148,7 +148,7 @@ jar {
attributes([
"Specification-Title" : "SNG Arsenal",
"Specification-Vendor" : "Star_SNG",
"Specification-Version" : "1.19.3-2.0.0.1-forge", // We are version 1 of ourselves
"Specification-Version" : "1.19.3-2.0.0.2-forge", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Star_SNG",
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
1.19.3-2.0.0.2-forge (2023/03/24)
> Updated Forge to 44.1.23
> Fixed (Condensed) Flint and SNG not losing durability when used on TNT

1.19.3-2.0.0.1-forge (2023/03/06)
> Fixed (Condensed) Flint and SNG cannot prime/ignite TNT

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issueTrackerURL="https://github.com/StarSNG25/SNG-Arsenal" #optional
modId="sng_arsenal" #mandatory
version="${file.jarVersion}" #mandatory
displayName="SNG Arsenal" #mandatory
updateJSONURL="https://raw.github.com/StarSNG25/SNG-Arsenal/1.19.3-forge/update.json" #optional
updateJSONURL="https://raw.github.com/StarSNG25/SNG-Arsenal/1.19.4-forge/update.json" #optional
displayURL="https://sngarsenal.starsng.com/" #optional
logoFile="mod_icon.png" #optional
#credits="Made by Star_SNG" #optional
Expand Down

0 comments on commit 00a9d02

Please sign in to comment.